summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification Files/Spells/Warlock/v_mana_T5.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-09-12 22:40:36 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-09-12 22:40:36 -0700
commit66ffd7038cf10566bd35bb6713677a5f8de3b6ef (patch)
tree1d1118242801f876c27f7566c0258184aafd440a /vamp_stuff/Modification Files/Spells/Warlock/v_mana_T5.json
downloadcataclysm-dda-mod_vampire-stuff-redone-66ffd7038cf10566bd35bb6713677a5f8de3b6ef.tar.xz
Initial commit
Diffstat (limited to 'vamp_stuff/Modification Files/Spells/Warlock/v_mana_T5.json')
-rw-r--r--vamp_stuff/Modification Files/Spells/Warlock/v_mana_T5.json56
1 files changed, 56 insertions, 0 deletions
diff --git a/vamp_stuff/Modification Files/Spells/Warlock/v_mana_T5.json b/vamp_stuff/Modification Files/Spells/Warlock/v_mana_T5.json
new file mode 100644
index 0000000..61fec0e
--- /dev/null
+++ b/vamp_stuff/Modification Files/Spells/Warlock/v_mana_T5.json
@@ -0,0 +1,56 @@
+[{
+ "id": "t5_mana_megamagic",
+ "type": "SPELL",
+ "name": "Megamagic",
+ "description": "Obliterates all foes with a devastating wave of profane magic, dealing immensive <color_gray>pure damage</color> within a wide cone.\n* 25% chance of <color_yellow>exhaustion</color>, depleting your stamina and weakens yourself for a short period of time.\n\nThis is a <color_red>tier 5</color> spell.",
+ "valid_targets": [ "hostile", "ground" ],
+ "effect": "cone_attack",
+ "extra_effects": [
+ {
+ "id": "t5_mana_megamagic_exhaust_maybe"
+ }
+ ],
+ "base_energy_cost": 100,
+ "energy_increment": 1250,
+ "energy_source": "MANA",
+ "spell_class": "VAMP_MANA_spellcaster",
+ "difficulty": 8,
+ "min_damage": 25,
+ "max_damage": 25,
+ "damage_increment": 200,
+ "max_level": 5,
+ "min_range": 15,
+ "max_range": 15,
+ "range_increment": 2,
+ "min_aoe": 50,
+ "max_aoe": 50,
+ "aoe_increment": 10,
+ "flags": [ "SOMATIC", "VERBAL", "NO_LEGS" ],
+ "base_casting_time": 1250,
+ "damage_type": "none"
+},
+{
+ "id": "t5_mana_danceofthesilhouettes",
+ "type": "SPELL",
+ "name": "Dance of the Silhouettes",
+ "description": "Summons the <color_light_blue>etherean silhouette</color>(s), striding through the world swiftly and are invulnerable to physical hazards.\n* These minions do not harm with brute strength, but casts a basic warlock spell at foe weights from <color_gray>tier 1</color> to <color_white>tier 3</color>. After the duration or casting any spell, they vanish.",
+ "valid_targets": [ "ground" ],
+ "effect": "summon",
+ "effect_str": "mon_ether_shadow",
+ "base_energy_cost": 375,
+ "energy_cost_increment": 125,
+ "energy_source": "MANA",
+ "spell_class": "VAMP_MANA_spellcaster",
+ "difficulty": 5,
+ "max_level": 10,
+ "min_damage": 1,
+ "max_damage": 3,
+ "min_aoe": 2,
+ "max_aoe": 5,
+ "damage_increment": 0.2,
+ "min_duration": 3000,
+ "max_duration": 6000,
+ "flags": [ "SOMATIC", "VERBAL", "CONCENTRATE", "NO_LEGS" ],
+ "base_casting_time": 500
+ }
+ ] \ No newline at end of file