summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification Files/Spells/Hemomancer/v_blood_T3.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-09-21 17:12:43 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-09-21 17:12:43 -0700
commit873bd00487a751cf396481b3187def998eb1c3e8 (patch)
tree1bfa40b7092fc78147d0ba8416e80eb0b1ed1eb2 /vamp_stuff/Modification Files/Spells/Hemomancer/v_blood_T3.json
parentInitial commit (diff)
downloadcataclysm-bn-mod_vampire-stuff-redone-873bd00487a751cf396481b3187def998eb1c3e8.tar.xz
Fix folder layout
Diffstat (limited to 'vamp_stuff/Modification Files/Spells/Hemomancer/v_blood_T3.json')
-rw-r--r--vamp_stuff/Modification Files/Spells/Hemomancer/v_blood_T3.json54
1 files changed, 0 insertions, 54 deletions
diff --git a/vamp_stuff/Modification Files/Spells/Hemomancer/v_blood_T3.json b/vamp_stuff/Modification Files/Spells/Hemomancer/v_blood_T3.json
deleted file mode 100644
index bd070bb..0000000
--- a/vamp_stuff/Modification Files/Spells/Hemomancer/v_blood_T3.json
+++ /dev/null
@@ -1,54 +0,0 @@
-[
-{
- "id": "t3_blood_crimsonhaze",
- "type": "SPELL",
- "name": "Crimson Haze",
- "description": "Vaporizes your blood to create a disorienting wave of haze that <color_yellow>slows down</color> foes around you.\n* Foes within a 4 tile radius are afflicted with <color_yellow>blindness</color> for 7 turns.\n\nThis is a <color_white>Tier 3</color> spell.",
- "valid_targets": [ "hostile", "ground" ],
- "effect": "projectile_attack",
- "effect_str": "v_spell_crimsonhaze",
- "extra_effects": [{
- "id": "t3_blood_crimsonhaze_blind",
- "hit_self": true
- }
- ],
- "base_energy_cost": 7,
- "final_energy_cost": 17,
- "energy_source": "HP",
- "spell_class": "VAMP_BLOOD_spellcaster",
- "difficulty": 2,
- "max_level": 15,
- "min_aoe": 5,
- "max_aoe": 15,
- "min_duration": 500,
- "max_duration": 1500,
- "field_id": "fd_blood",
- "min_field_intensity": 1,
- "max_field_intensity": 2,
- "field_chance": 15,
- "flags": [ "SOMATIC", "CONCENTRATE", "NO_LEGS" ]
-},
-{
- "id": "t3_blood_suppress",
- "type": "SPELL",
- "name": "Suppress",
- "description": "Heavily binds the target, dealing <color_green>biological damage</color> and renders them <color_yellow>unconscious</color>.\n\nThis is a <color_white>Tier 3</color> spell.",
- "valid_targets": [ "hostile" ],
- "effect": "target_attack",
- "effect_str": "stunned",
- "base_energy_cost": 500,
- "energy_source": "MANA",
- "spell_class": "VAMP_BLOOD_spellcaster",
- "difficulty": 4,
- "max_level": 20,
- "min_damage": 0,
- "max_damage": 10,
- "min_range": 10,
- "max_range": 5,
- "damage_increment": 2,
- "min_duration": 300,
- "max_duration": 1500,
- "base_casting_time": 125,
- "flags": [ "SOMATIC", "CONCENTRATE", "NO_LEGS" ]
-}
-] \ No newline at end of file