Add fangs spell
This commit is contained in:
@@ -779,6 +779,7 @@ spell.ebwizardry\:earthquake=Earthquake
|
||||
spell.ebwizardry\:empowering_presence=Empowering Presence
|
||||
spell.ebwizardry\:entrapment=Entrapment
|
||||
spell.ebwizardry\:evade=Evade
|
||||
spell.ebwizardry\:fangs=Fangs
|
||||
spell.ebwizardry\:fireball=Fireball
|
||||
spell.ebwizardry\:firebolt=Firebolt
|
||||
spell.ebwizardry\:firebomb=Firebomb
|
||||
@@ -958,6 +959,7 @@ spell.ebwizardry\:earthquake.desc=A true master of earth magic can move mountain
|
||||
spell.ebwizardry\:empowering_presence.desc=Grants the caster and nearby allies increased magic damage for 30 seconds.
|
||||
spell.ebwizardry\:entrapment.desc=Traps the target in a sphere of darkness which pulls it helplessly upwards and continually damages it.
|
||||
spell.ebwizardry\:evade.desc=Causes the caster to quickly jump sideways to dodge incoming attacks.
|
||||
spell.ebwizardry\:fangs.desc=Summons a row of evoker fangs in front of the caster that rise from the ground, biting mobs in their path.
|
||||
spell.ebwizardry\:fireball.desc=Launches a fireball in the direction you are pointing.
|
||||
spell.ebwizardry\:firebolt.desc=Shoots a jet of fire a short distance in front of you.
|
||||
spell.ebwizardry\:firebomb.desc=Lanches a firebomb in the direction you are pointing which explodes on impact, setting targets on fire.
|
||||
|
||||
@@ -779,6 +779,7 @@ spell.ebwizardry\:earthquake=Earthquake
|
||||
spell.ebwizardry\:empowering_presence=Empowering Presence
|
||||
spell.ebwizardry\:entrapment=Entrapment
|
||||
spell.ebwizardry\:evade=Evade
|
||||
spell.ebwizardry\:fangs=Fangs
|
||||
spell.ebwizardry\:fireball=Fireball
|
||||
spell.ebwizardry\:firebolt=Firebolt
|
||||
spell.ebwizardry\:firebomb=Firebomb
|
||||
@@ -958,6 +959,7 @@ spell.ebwizardry\:earthquake.desc=A true master of earth magic can move mountain
|
||||
spell.ebwizardry\:empowering_presence.desc=Grants the caster and nearby allies increased magic damage for 30 seconds.
|
||||
spell.ebwizardry\:entrapment.desc=Traps the target in a sphere of darkness which pulls it helplessly upwards and continually damages it.
|
||||
spell.ebwizardry\:evade.desc=Causes the caster to quickly jump sideways to dodge incoming attacks.
|
||||
spell.ebwizardry\:fangs.desc=Summons a row of evoker fangs in front of the caster that rise from the ground, biting mobs in their path.
|
||||
spell.ebwizardry\:fireball.desc=Launches a fireball in the direction you are pointing.
|
||||
spell.ebwizardry\:firebolt.desc=Shoots a jet of fire a short distance in front of you.
|
||||
spell.ebwizardry\:firebomb.desc=Lanches a firebomb in the direction you are pointing which explodes on impact, setting targets on fire.
|
||||
|
||||
@@ -162,6 +162,7 @@
|
||||
"spell.empowering_presence": {"category": "spells", "sounds": ["ebwizardry:buff"]},
|
||||
"spell.entrapment": {"category": "spells", "sounds": ["mob/evocation_illager/prepare_attack1", "mob/evocation_illager/prepare_attack2"]},
|
||||
"spell.evade": {"category": "spells", "sounds": ["random/bow"]},
|
||||
"spell.fangs": {"category": "spells", "sounds": ["mob/evocation_illager/prepare_attack1", "mob/evocation_illager/prepare_attack2"]},
|
||||
"spell.fireball": {"category": "spells", "sounds": ["mob/ghast/fireball4"]},
|
||||
"spell.firebolt": {"category": "spells", "sounds": ["mob/ghast/fireball4"]},
|
||||
"spell.firebomb": {"category": "spells", "sounds": ["random/bow"]},
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"enabled": {
|
||||
"book": true,
|
||||
"scroll": true,
|
||||
"wands": true,
|
||||
"npcs": true,
|
||||
"dispensers": true,
|
||||
"commands": true,
|
||||
"treasure": true,
|
||||
"trades": true,
|
||||
"looting": true
|
||||
},
|
||||
"tier": "advanced",
|
||||
"element": "earth",
|
||||
"type": "attack",
|
||||
"cost": 40,
|
||||
"chargeup": 5,
|
||||
"cooldown": 60,
|
||||
"base_properties": {
|
||||
"range": 10
|
||||
}
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 4.5 KiB |
Reference in New Issue
Block a user