summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification Files/Spells/Hemomancer/v_blood_T3.json
diff options
context:
space:
mode:
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, 54 insertions, 0 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
new file mode 100644
index 0000000..bd070bb
--- /dev/null
+++ b/vamp_stuff/Modification Files/Spells/Hemomancer/v_blood_T3.json
@@ -0,0 +1,54 @@
+[
+{
+ "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