From 66ffd7038cf10566bd35bb6713677a5f8de3b6ef Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 12 Sep 2020 22:40:36 -0700 Subject: Initial commit --- .../Spells/Hemomancer/v_blood_T3.json | 50 ++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T3.json (limited to 'vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T3.json') 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..060445d --- /dev/null +++ b/vamp_stuff/Modification_Files/Spells/Hemomancer/v_blood_T3.json @@ -0,0 +1,50 @@ +[ + { + "id": "t3_blood_crimsonhaze", + "type": "SPELL", + "name": "Crimson Haze", + "description": "Vaporizes your blood to create a disorienting wave of haze that slows down foes around you.\n* Foes within a 4 tile radius are afflicted with blindness for 7 turns.\n\nThis is a Tier 3 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 bio damage and renders them unconscious.\n\nThis is a Tier 3 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" ] + } +] -- cgit v1.2.1