Add frost barrier spell

This commit is contained in:
Electroblob77
2020-09-27 17:48:37 +01:00
parent a72ac33768
commit c05f4001fd
18 changed files with 426 additions and 19 deletions
@@ -37,6 +37,8 @@
"entity.hammer.throw": {"category": "spells", "sounds": ["random/bow"]},
"entity.hammer.land": {"category": "spells", "sounds": ["random/anvil_land"]},
"entity.heal_aura.ambient": {"category": "spells", "sounds": ["ebwizardry:sparkle"]},
"entity.ice_barrier.deflect": {"category": "spells", "sounds": ["random/anvil_land"]},
"entity.ice_barrier.extend": {"category": "spells", "sounds": ["ebwizardry:slice"]},
"entity.ice_spike.extend": {"category": "spells", "sounds": ["ebwizardry:slice"]},
"entity.lightning_sigil.trigger": {"category": "spells", "sounds": ["ebwizardry:arc1", "ebwizardry:arc2", "ebwizardry:arc3"]},
"entity.meteor.falling": {"category": "spells", "sounds": ["ebwizardry:flames_loop"]},
@@ -196,6 +198,7 @@
"spell.freeze": {"category": "spells", "sounds": ["ebwizardry:ice"]},
"spell.freezing_weapon": {"category": "spells", "sounds": ["ebwizardry:buff"]},
"spell.frost_axe": {"category": "spells", "sounds": ["ebwizardry:buff"]},
"spell.frost_barrier": {"category": "spells", "sounds": []},
"spell.frost_ray.start": {"category": "spells", "sounds": ["ebwizardry:frost_start"]},
"spell.frost_ray.loop": {"category": "spells", "sounds": ["ebwizardry:frost_loop"]},
"spell.frost_ray.end": {"category": "spells", "sounds": ["ebwizardry:frost_end"]},