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/Profane Conjurer/v_elem_T3.json | 51 ++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 vamp_stuff/Modification Files/Spells/Profane Conjurer/v_elem_T3.json (limited to 'vamp_stuff/Modification Files/Spells/Profane Conjurer/v_elem_T3.json') diff --git a/vamp_stuff/Modification Files/Spells/Profane Conjurer/v_elem_T3.json b/vamp_stuff/Modification Files/Spells/Profane Conjurer/v_elem_T3.json new file mode 100644 index 0000000..3195707 --- /dev/null +++ b/vamp_stuff/Modification Files/Spells/Profane Conjurer/v_elem_T3.json @@ -0,0 +1,51 @@ +[{ + "id": "t3_elem_perfury", + "type": "SPELL", + "name": "Perfury", + "description": "Conjures dark, hellish flames to engulf the foe, dealing fire damage and is afflicted with cursed flames.\n\nThis is a tier 3 spell.", + "valid_targets": [ "hostile" ], + "effect": "target_attack", + "effect_str": "v_spell_elem_flame_curse", + "affected_body_parts": [ "HEAD", "TORSO", "ARM_L", "ARM_R", "LEG_L", "LEG_R" ], + "base_energy_cost": 275, + "final_energy_cost": 475, + "energy_source": "MANA", + "spell_class": "VAMP_ELEM_spellcaster", + "difficulty": 3, + "min_damage": 10, + "max_damage": 50, + "max_level": 10, + "min_range": 10, + "max_range": 15, + "flags": [ "SOMATIC", "VERBAL", "NO_LEGS", "RANDOM_DURATION" ], + "base_casting_time": 125, + "min_duration": 1000, + "max_duration": 3000, + "damage_type": "fire" +}, +{ + "id": "t3_elem_blizzaga", + "type": "SPELL", + "name": "Blizzaga", + "description": "Immobilizes the foe by flash-freezing the air around them, dealing cold damage.\n\nThis is a tier 3 spell.", + "valid_targets": [ "hostile" ], + "effect": "target_attack", + "effect_str": "v_spell_elem_flashfreeze", + "affected_body_parts": [ "HEAD", "TORSO", "ARM_L", "ARM_R", "LEG_L", "LEG_R" ], + "base_energy_cost": 325, + "final_energy_cost": 500, + "energy_source": "MANA", + "spell_class": "VAMP_ELEM_spellcaster", + "difficulty": 3, + "min_damage": 3, + "max_damage": 30, + "max_level": 10, + "min_range": 10, + "max_range": 15, + "flags": [ "SOMATIC", "VERBAL", "NO_LEGS", "RANDOM_DURATION" ], + "base_casting_time": 325, + "min_duration": 400, + "max_duration": 1800, + "damage_type": "cold" +} +] \ No newline at end of file -- cgit v1.2.1