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_T6.json | 45 ++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 vamp_stuff/Modification_Files/Spells/Warlock/v_mana_T6.json (limited to 'vamp_stuff/Modification_Files/Spells/Warlock/v_mana_T6.json') diff --git a/vamp_stuff/Modification_Files/Spells/Warlock/v_mana_T6.json b/vamp_stuff/Modification_Files/Spells/Warlock/v_mana_T6.json new file mode 100644 index 0000000..d8d7725 --- /dev/null +++ b/vamp_stuff/Modification_Files/Spells/Warlock/v_mana_T6.json @@ -0,0 +1,45 @@ +[ + { + "id": "t6_mana_darkpillar", + "type": "SPELL", + "name": "Dark Pillar", + "description": "Sky-high pillar of disastrous dark magic engulfs the foe, leaving no tracks but a crater.\n* If the foe survives, it is inflicted with ethereal shock, slowing and dealing a maximum total of 300 pure damage over 10 seconds.\n\nThis is a tier 6 spell.", + "valid_targets": [ "hostile" ], + "effect": "projectile_attack", + "effect_str": "v_spell_darkpillar", + "extra_effects": [ { "id": "t6_mana_darkpillar_bash" }, { "id": "t6_mana_darkpillar_bash" }, { "id": "t6_mana_darkpillar_bash" } ], + "base_energy_cost": 5250, + "energy_source": "MANA", + "spell_class": "VAMP_MANA_spellcaster", + "difficulty": 10, + "min_damage": 2500, + "max_damage": 2500, + "min_range": 20, + "max_range": 20, + "min_duration": 1000, + "max_duration": 1000, + "flags": [ "SOMATIC", "VERBAL", "NO_LEGS" ], + "base_casting_time": 2500, + "damage_type": "none" + }, + { + "id": "t6_mana_etherealenchantment", + "type": "SPELL", + "name": "Ethereal Enchantment", + "description": "You gain an ethereal enchantment, causing your attacks to feel lighter, yet strikes deeper into the inner self of your foe.\n* If worn, your attacks gain 20 armor pierce and its cost is reduced by 15.\n\nThis is a Tier 6 spell.", + "valid_targets": [ "self" ], + "effect": "spawn_item", + "effect_str": "v_war_etherealenchant", + "base_energy_cost": 500, + "energy_source": "MANA", + "spell_class": "VAMP_MANA_spellcaster", + "difficulty": 4, + "max_level": 10, + "min_damage": 1, + "max_damage": 1, + "min_duration": 10000, + "max_duration": 20000, + "base_casting_time": 1000, + "flags": [ "SOMATIC", "VERBAL", "NO_LEGS" ] + } +] -- cgit v1.2.1