Add blinding flash spell
This commit is contained in:
@@ -742,6 +742,7 @@ spell.ebwizardry\:arcane_lock=Arcane Lock
|
||||
spell.ebwizardry\:arrow_rain=Arrow Rain
|
||||
spell.ebwizardry\:banish=Banish
|
||||
spell.ebwizardry\:black_hole=Black Hole
|
||||
spell.ebwizardry\:blinding_flash=Blinding Flash
|
||||
spell.ebwizardry\:blink=Blink
|
||||
spell.ebwizardry\:blizzard=Blizzard
|
||||
spell.ebwizardry\:bubble=Bubble
|
||||
@@ -918,6 +919,7 @@ spell.ebwizardry\:arcane_lock.desc=Creates an impenetrable barrier of force arou
|
||||
spell.ebwizardry\:arrow_rain.desc="Archers, fire!"
|
||||
spell.ebwizardry\:banish.desc=Teleports the target against its will to a random location within a certain range.
|
||||
spell.ebwizardry\:black_hole.desc=Tear reality asunder.
|
||||
spell.ebwizardry\:blinding_flash.desc=Emits an intense flash of light that blinds all nearby creatures.
|
||||
spell.ebwizardry\:blink.desc=Teleports the caster over a short distance to where they are pointing.
|
||||
spell.ebwizardry\:blizzard.desc=Creates a zone of swirling icy wind which slows and continually damages anything trapped inside. The caster is immune to the damage but is still slowed.
|
||||
spell.ebwizardry\:bubble.desc=Fires a jet of bubbles which causes anything it hits to float upwards helplessly. The target will fall after a certain time or if it is damaged.
|
||||
|
||||
@@ -742,6 +742,7 @@ spell.ebwizardry\:arcane_lock=Arcane Lock
|
||||
spell.ebwizardry\:arrow_rain=Arrow Rain
|
||||
spell.ebwizardry\:banish=Banish
|
||||
spell.ebwizardry\:black_hole=Black Hole
|
||||
spell.ebwizardry\:blinding_flash=Blinding Flash
|
||||
spell.ebwizardry\:blink=Blink
|
||||
spell.ebwizardry\:blizzard=Blizzard
|
||||
spell.ebwizardry\:bubble=Bubble
|
||||
@@ -918,6 +919,7 @@ spell.ebwizardry\:arcane_lock.desc=Creates an impenetrable barrier of force arou
|
||||
spell.ebwizardry\:arrow_rain.desc="Archers, fire!"
|
||||
spell.ebwizardry\:banish.desc=Teleports the target against its will to a random location within a certain range.
|
||||
spell.ebwizardry\:black_hole.desc=Tear reality asunder.
|
||||
spell.ebwizardry\:blinding_flash.desc=Emits an intense flash of light that blinds all nearby creatures.
|
||||
spell.ebwizardry\:blink.desc=Teleports the caster over a short distance to where they are pointing.
|
||||
spell.ebwizardry\:blizzard.desc=Creates a zone of swirling icy wind which slows and continually damages anything trapped inside. The caster is immune to the damage but is still slowed.
|
||||
spell.ebwizardry\:bubble.desc=Fires a jet of bubbles which causes anything it hits to float upwards helplessly. The target will fall after a certain time or if it is damaged.
|
||||
|
||||
@@ -125,6 +125,7 @@
|
||||
"spell.arrow_rain": {"category": "spells", "sounds": ["mob/illusion_illager/prepare_blind"]},
|
||||
"spell.banish": {"category": "spells", "sounds": ["mob/endermen/portal", "mob/endermen/portal2"]},
|
||||
"spell.black_hole": {"category": "spells", "sounds": ["mob/evocation_illager/prepare_attack1", "mob/evocation_illager/prepare_attack2"]},
|
||||
"spell.blinding_flash": {"category": "spells", "sounds": ["ebwizardry:flash"]},
|
||||
"spell.blink": {"category": "spells", "sounds": ["mob/endermen/portal", "mob/endermen/portal2"]},
|
||||
"spell.blizzard": {"category": "spells", "sounds": ["ebwizardry:ice_age"]},
|
||||
"spell.bubble.shoot": {"category": "spells", "sounds": ["ebwizardry:ice"]},
|
||||
|
||||
Binary file not shown.
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "apprentice",
|
||||
"element": "lightning",
|
||||
"type": "alteration",
|
||||
"cost": 20,
|
||||
"chargeup": 0,
|
||||
"cooldown": 60,
|
||||
"base_properties": {
|
||||
"effect_radius": 5,
|
||||
"effect_duration": 300
|
||||
}
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 5.4 KiB |
Reference in New Issue
Block a user