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_T2.json | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 vamp_stuff/Modification Files/Spells/Profane Conjurer/v_elem_T2.json (limited to 'vamp_stuff/Modification Files/Spells/Profane Conjurer/v_elem_T2.json') diff --git a/vamp_stuff/Modification Files/Spells/Profane Conjurer/v_elem_T2.json b/vamp_stuff/Modification Files/Spells/Profane Conjurer/v_elem_T2.json new file mode 100644 index 0000000..a67f24c --- /dev/null +++ b/vamp_stuff/Modification Files/Spells/Profane Conjurer/v_elem_T2.json @@ -0,0 +1,26 @@ +{ + "id": "t2_elem_ignite", + "type": "SPELL", + "name": "Ignite", + "description": "Sets foe ablaze, dealing fire damagetier 2 spell.", + "valid_targets": [ "hostile" ], + "effect": "target_attack", + "effect_str": "onfire", + "affected_body_parts": [ "HEAD", "TORSO", "ARM_L", "ARM_R", "LEG_L", "LEG_R" ], + "base_energy_cost": 150, + "final_energy_cost": 225, + "energy_source": "MANA", + "spell_class": "VAMP_ELEM_spellcaster", + "difficulty": 2, + "min_damage": 1, + "max_damage": 5, + "damage_increment": 1.5, + "max_level": 15, + "min_range": 6, + "max_range": 16, + "flags": [ "SOMATIC", "VERBAL", "NO_LEGS", "RANDOM_DURATION" ], + "base_casting_time": 125, + "min_duration": 1100, + "max_duration": 4400, + "damage_type": "fire" +} \ No newline at end of file -- cgit v1.2.1