Add firestorm spell

This commit is contained in:
Electroblob77
2020-06-25 13:21:26 +01:00
parent 43690ace29
commit 5dc3ebed4f
8 changed files with 142 additions and 1 deletions
@@ -785,6 +785,7 @@ spell.ebwizardry\:firebomb=Firebomb
spell.ebwizardry\:fire_resistance=Fire Resistance
spell.ebwizardry\:fire_sigil=Fire Sigil
spell.ebwizardry\:fireskin=Fireskin
spell.ebwizardry\:firestorm=Firestorm
spell.ebwizardry\:fire_breath=Fire Breath
spell.ebwizardry\:flame_ray=Flame Ray
spell.ebwizardry\:flaming_axe=Flaming Axe
@@ -962,6 +963,7 @@ spell.ebwizardry\:firebomb.desc=Lanches a firebomb in the direction you are poin
spell.ebwizardry\:fire_resistance.desc=Grants the caster fire resistance for 30 seconds.
spell.ebwizardry\:fire_sigil.desc=Places a magical fire trap on the ground which damages and sets on fire the creature that triggers it.
spell.ebwizardry\:fireskin.desc=Cloaks the caster in flames for 30 seconds, causing anything that attacks them to catch fire.
spell.ebwizardry\:firestorm.desc="Purge the land and purge the soil!\nTrees shall burn and lakes shall boil!\nTorch the wood and scorch the stone!\nAll bow before the fiery throne!"
spell.ebwizardry\:fire_breath.desc="I am the dragon."
spell.ebwizardry\:flame_ray.desc=Creates a stream of flames in the direction you are pointing which sets on fire and continually damages targets.
spell.ebwizardry\:flaming_axe.desc=Creates a flaming axe which sets enemies on fire when hit. Lasts for 30 seconds.
@@ -785,6 +785,7 @@ spell.ebwizardry\:firebomb=Firebomb
spell.ebwizardry\:fire_resistance=Fire Resistance
spell.ebwizardry\:fire_sigil=Fire Sigil
spell.ebwizardry\:fireskin=Fireskin
spell.ebwizardry\:firestorm=Firestorm
spell.ebwizardry\:fire_breath=Fire Breath
spell.ebwizardry\:flame_ray=Flame Ray
spell.ebwizardry\:flaming_axe=Flaming Axe
@@ -962,6 +963,7 @@ spell.ebwizardry\:firebomb.desc=Lanches a firebomb in the direction you are poin
spell.ebwizardry\:fire_resistance.desc=Grants the caster fire resistance for 30 seconds.
spell.ebwizardry\:fire_sigil.desc=Places a magical fire trap on the ground which damages and sets on fire the creature that triggers it.
spell.ebwizardry\:fireskin.desc=Cloaks the caster in flames for 30 seconds, causing anything that attacks them to catch fire.
spell.ebwizardry\:firestorm.desc="Purge the land and purge the soil!\nTrees shall burn and lakes shall boil!\nTorch the wood and scorch the stone!\nAll bow before the fiery throne!"
spell.ebwizardry\:fire_breath.desc="I am the dragon."
spell.ebwizardry\:flame_ray.desc=Creates a stream of flames in the direction you are pointing which sets on fire and continually damages targets.
spell.ebwizardry\:flaming_axe.desc=Creates a flaming axe which sets enemies on fire when hit. Lasts for 30 seconds.
@@ -166,6 +166,7 @@
"spell.fire_resistance": {"category": "spells", "sounds": ["ebwizardry:buff"]},
"spell.fire_sigil": {"category": "spells", "sounds": ["fire/ignite"]},
"spell.fireskin": {"category": "spells", "sounds": ["ebwizardry:buff"]},
"spell.firestorm": {"category": "spells", "sounds": ["ebwizardry:firestorm"]},
"spell.fire_breath.start": {"category": "spells", "sounds": ["ebwizardry:flames_start"]},
"spell.fire_breath.loop": {"category": "spells", "sounds": ["ebwizardry:flames_loop"]},
"spell.fire_breath.end": {"category": "spells", "sounds": ["ebwizardry:flames_end"]},
@@ -0,0 +1,23 @@
{
"enabled": {
"book": true,
"scroll": true,
"wands": true,
"npcs": true,
"dispensers": true,
"commands": true,
"treasure": true,
"trades": true,
"looting": true
},
"tier": "master",
"element": "fire",
"type": "attack",
"cost": 80,
"chargeup": 20,
"cooldown": 250,
"base_properties": {
"effect_radius": 6,
"burn_duration": 15
}
}