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/Warlock/v_mana_T1.json | 49 ++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 vamp_stuff/Modification Files/Spells/Warlock/v_mana_T1.json (limited to 'vamp_stuff/Modification Files/Spells/Warlock/v_mana_T1.json') diff --git a/vamp_stuff/Modification Files/Spells/Warlock/v_mana_T1.json b/vamp_stuff/Modification Files/Spells/Warlock/v_mana_T1.json new file mode 100644 index 0000000..41ed1c1 --- /dev/null +++ b/vamp_stuff/Modification Files/Spells/Warlock/v_mana_T1.json @@ -0,0 +1,49 @@ +[ +{ + "id": "t1_mana_darkbolt", + "type": "SPELL", + "name": "Dark Bolt", + "description": "A magical burst of profane mana strikes at your foe, dealing pure damage.\n\nThis is a tier 1 spell.", + "valid_targets": [ "hostile" ], + "effect": "projectile_attack", + "base_energy_cost": 100, + "final_energy_cost": 300, + "energy_source": "MANA", + "spell_class": "VAMP_MANA_spellcaster", + "difficulty": 2, + "min_damage": 25, + "max_damage": 65, + "damage_increment": 2, + "max_level": 30, + "min_range": 5, + "max_range": 15, + "flags": [ "SOMATIC", "VERBAL", "NO_LEGS" ], + "base_casting_time": 125, + "damage_type": "none" +}, +{ + "id": "t1_mana_arcanebinding", + "type": "SPELL", + "name": "Arcane Binding", + "description": "Hits your foe with your weapon imbued in etherean arcane binding, striking its inner self that deals pure damage and immobilizes them.\n\nThis is a tier 1 spell.", + "valid_targets": [ "hostile" ], + "effect": "target_attack", + "effect_str": "v_spell_arcanebinding", + "base_energy_cost": 150, + "final_energy_cost": 300, + "energy_source": "MANA", + "spell_class": "VAMP_MANA_spellcaster", + "difficulty": 3, + "min_damage": 30, + "max_damage": 60, + "damage_increment": 3, + "max_level": 10, + "min_range": 1, + "max_range": 1, + "flags": [ "SOMATIC", "VERBAL", "NO_LEGS" ], + "base_casting_time": 100, + "min_duration": 500, + "max_duration": 1000, + "damage_type": "none" +} +] \ No newline at end of file -- cgit v1.2.1