summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Spells/v_spell_combo.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-05-07 00:18:34 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-05-07 00:18:34 -0700
commit72cd068a4dc0cc5a1207d0053cf771a18e797a5c (patch)
treea691291efc490c9d5c954cf9336b6e6841485954 /vamp_stuff/Modification_Files/Spells/v_spell_combo.json
parentUpdating body part names, prices, some flags for BN (diff)
downloadcataclysm-dda-mod_vampire-stuff-redone-72cd068a4dc0cc5a1207d0053cf771a18e797a5c.tar.xz
Many more updates for BN
Diffstat (limited to 'vamp_stuff/Modification_Files/Spells/v_spell_combo.json')
-rw-r--r--vamp_stuff/Modification_Files/Spells/v_spell_combo.json38
1 files changed, 19 insertions, 19 deletions
diff --git a/vamp_stuff/Modification_Files/Spells/v_spell_combo.json b/vamp_stuff/Modification_Files/Spells/v_spell_combo.json
index 1298de4..363131d 100644
--- a/vamp_stuff/Modification_Files/Spells/v_spell_combo.json
+++ b/vamp_stuff/Modification_Files/Spells/v_spell_combo.json
@@ -6,7 +6,7 @@
"name": { "str": "Tranfusion Spell" },
"message": "You feel refreshed as you cast!",
"description": "It will cast Transfusion Damage and Transfusion Heal.",
- "flags": [ "SILENT" ],
+ "flags": [ "SILENT", "NO_PROJECTILE" ],
"valid_targets": [ "ally", "hostile", "ground" ],
"effect": "target_attack",
"extra_effects": [ { "id": "t1_blood_transfusion_spell_heal", "hit_self": true }, { "id": "t1_blood_transfusion_spell_dmg" } ],
@@ -18,26 +18,26 @@
"type": "SPELL",
"name": { "str": "Tranfusion Heal" },
"description": "Heals the caster with 1 hp.",
- "flags": [ "SILENT" ],
+ "flags": [ "SILENT", "NO_PROJECTILE" ],
"valid_targets": [ "self" ],
"effect": "target_attack",
"min_damage": -1,
"max_damage": -1,
- "damage_type": "none"
+ "damage_type": "true"
},
{
"id": "t1_blood_transfusion_spell_dmg",
"type": "SPELL",
"name": { "str": "Tranfusion Damage" },
"description": "Damages the target with 2 hp.",
- "flags": [ "SILENT", "RANDOM_TARGET" ],
+ "flags": [ "SILENT", "RANDOM_TARGET", "NO_PROJECTILE" ],
"valid_targets": [ "hostile" ],
"effect": "target_attack",
"min_damage": 2,
"max_damage": 2,
"min_range": 10,
"max_range": 10,
- "damage_type": "none"
+ "damage_type": "true"
},
{
"id": "t3_blood_crimsonhaze_blind",
@@ -52,7 +52,7 @@
"max_aoe": 4,
"min_duration": 700,
"max_duration": 700,
- "damage_type": "bio"
+ "damage_type": "biological"
},
{
"id": "t5_blood_outrage_bash",
@@ -60,7 +60,7 @@
"name": { "str": "Outrage Bash" },
"description": "Deals 25 bash damage.",
"message": "A thick tentacle strikes!",
- "flags": [ "SILENT", "RANDOM_TARGET" ],
+ "flags": [ "SILENT", "RANDOM_TARGET", "NO_PROJECTILE" ],
"valid_targets": [ "hostile" ],
"effect": "target_attack",
"base_energy_cost": 3,
@@ -77,7 +77,7 @@
"name": { "str": "Outrage Cut" },
"description": "Deals 25 cut damage.",
"message": "A tentacle strand slashes!",
- "flags": [ "SILENT", "RANDOM_TARGET" ],
+ "flags": [ "SILENT", "RANDOM_TARGET", "NO_PROJECTILE" ],
"valid_targets": [ "hostile" ],
"effect": "target_attack",
"base_energy_cost": 3,
@@ -94,7 +94,7 @@
"name": { "str": "Outrage Stab" },
"description": "Deals 25 stab damage.",
"message": "A long tendril impales!",
- "flags": [ "SILENT", "RANDOM_TARGET" ],
+ "flags": [ "SILENT", "RANDOM_TARGET", "NO_PROJECTILE" ],
"valid_targets": [ "hostile" ],
"effect": "target_attack",
"base_energy_cost": 3,
@@ -111,7 +111,7 @@
"name": { "str": "Outrage Drain" },
"message": "You steal their life force!",
"description": "It will cast Drain Damage and Drain Heal.",
- "flags": [ "SILENT" ],
+ "flags": [ "SILENT", "NO_PROJECTILE" ],
"valid_targets": [ "ally", "hostile", "ground" ],
"effect": "target_attack",
"extra_effects": [ { "id": "t5_blood_outrage_drain_heal", "hit_self": true }, { "id": "t5_blood_outrage_drain_dmg" } ],
@@ -123,26 +123,26 @@
"type": "SPELL",
"name": { "str": "Drain Heal" },
"description": "Heals the caster with 5 hp.",
- "flags": [ "SILENT" ],
+ "flags": [ "SILENT", "NO_PROJECTILE" ],
"valid_targets": [ "self" ],
"effect": "target_attack",
"min_damage": -5,
"max_damage": -5,
- "damage_type": "none"
+ "damage_type": "true"
},
{
"id": "t5_blood_outrage_drain_dmg",
"type": "SPELL",
"name": { "str": "Drain Damage" },
"description": "Damages the target with 10 hp.",
- "flags": [ "SILENT", "RANDOM_TARGET" ],
+ "flags": [ "SILENT", "RANDOM_TARGET", "NO_PROJECTILE" ],
"valid_targets": [ "hostile" ],
"effect": "target_attack",
"min_damage": 10,
"max_damage": 10,
"min_range": 12,
"max_range": 12,
- "damage_type": "none"
+ "damage_type": "true"
},
{
"id": "t4_mana_darkburst_push",
@@ -151,7 +151,7 @@
"description": "Push monsters within a 4 tile radius.",
"effect": "area_push",
"effect_filter": [ "hostile" ],
- "flags": [ "SILENT" ],
+ "flags": [ "SILENT", "NO_PROJECTILE" ],
"valid_targets": [ "self", "ally", "hostile", "ground" ],
"min_aoe": 3,
"max_aoe": 3
@@ -164,7 +164,7 @@
"valid_targets": [ "none" ],
"message": "",
"effect": "target_attack",
- "flags": [ "WONDER", "SILENT" ],
+ "flags": [ "WONDER", "SILENT", "NO_PROJECTILE" ],
"min_damage": 1,
"max_damage": 1,
"extra_effects": [
@@ -182,7 +182,7 @@
"valid_targets": [ "none" ],
"message": "",
"effect": "target_attack",
- "flags": [ "WONDER", "SILENT" ],
+ "flags": [ "WONDER", "SILENT", "NO_PROJECTILE" ],
"min_damage": 1,
"max_damage": 1,
"extra_effects": [ { "id": "t5_mana_megamagic_exhaust" } ]
@@ -192,14 +192,14 @@
"type": "SPELL",
"name": { "str": "Megamagic Exhaust" },
"description": "Weakens the player.",
- "flags": [ "SILENT" ],
+ "flags": [ "SILENT", "NO_PROJECTILE" ],
"valid_targets": [ "self" ],
"effect": "target_attack",
"effect_str": "v_spell_megamagic_exhaust",
"extra_effects": [ { "id": "t5_mana_megamagic_exhaust_stam" } ],
"min_duration": 1200,
"max_duration": 1200,
- "damage_type": "bio"
+ "damage_type": "biological"
},
{
"id": "t5_mana_megamagic_exhaust_stam",