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_T1.json | 73 ++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 vamp_stuff/Modification Files/Spells/Profane Conjurer/v_elem_T1.json (limited to 'vamp_stuff/Modification Files/Spells/Profane Conjurer/v_elem_T1.json') diff --git a/vamp_stuff/Modification Files/Spells/Profane Conjurer/v_elem_T1.json b/vamp_stuff/Modification Files/Spells/Profane Conjurer/v_elem_T1.json new file mode 100644 index 0000000..3d26814 --- /dev/null +++ b/vamp_stuff/Modification Files/Spells/Profane Conjurer/v_elem_T1.json @@ -0,0 +1,73 @@ +[{ + "id": "t1_elem_exerxium", + "type": "SPELL", + "name": "Exerxium", + "description": "Ignites the foe with ardent profane blaze, dealing fire damage and curses them.\n\nThis is a tier 1 spell.", + "valid_targets": [ "hostile" ], + "effect": "target_attack", + "effect_str": "v_spell_elem_curse", + "base_energy_cost": 75, + "final_energy_cost": 125, + "energy_source": "MANA", + "spell_class": "VAMP_ELEM_spellcaster", + "difficulty": 1, + "min_damage": 2, + "max_damage": 20, + "damage_increment": 1, + "max_level": 30, + "min_range": 6, + "max_range": 16, + "flags": [ "SOMATIC", "VERBAL", "NO_LEGS", "RANDOM_DURATION" ], + "base_casting_time": 125, + "min_duration": 250, + "max_duration": 1000, + "damage_type": "fire" +}, +{ + "id": "t1_elem_frost", + "type": "SPELL", + "name": "Frost", + "description": "Binds the foe by instantly converting the air into ice, dealing cold damage and freezes them.\n\nThis is a tier 1 spell.", + "valid_targets": [ "hostile" ], + "effect": "projectile_attack", + "effect_str": "v_spell_elem_freeze", + "affected_body_parts": [ "HEAD", "TORSO", "ARM_L", "ARM_R", "LEG_L", "LEG_R" ], + "base_energy_cost": 150, + "final_energy_cost": 200, + "energy_source": "MANA", + "spell_class": "VAMP_ELEM_spellcaster", + "difficulty": 2, + "min_damage": 1, + "max_damage": 10, + "damage_increment": 0.5, + "max_level": 30, + "min_range": 6, + "max_range": 16, + "flags": [ "SOMATIC", "VERBAL", "NO_LEGS" ], + "base_casting_time": 125, + "min_duration": 200, + "max_duration": 600, + "damage_type": "cold" +}, +{ + "id": "t1_elem_elemdis", + "type": "SPELL", + "name": "Elemental Dissipation", + "description": "Nullifies elemental blights from you or an ally.\n\nThis is a tier 1 spell.", + "valid_targets": [ "ally" ], + "effect": "target_attack", + "effect_str": "v_spell_elem_null", + "base_energy_cost": 150, + "final_energy_cost": 225, + "energy_source": "MANA", + "spell_class": "VAMP_ELEM_spellcaster", + "difficulty": 2, + "max_level": 5, + "min_range": 3, + "max_range": 8, + "min_duration": 75, + "max_duration": 75, + "base_casting_time": 150, + "flags": [ "SOMATIC", "CONCENTRATE", "NO_LEGS" ] +} +] \ No newline at end of file -- cgit v1.2.1