Add flamecatcher spell, and addItemExtras hook for SpellConjuration

This commit is contained in:
Electroblob77
2020-10-21 22:23:54 +01:00
parent d85441867e
commit 2bb242e6fb
44 changed files with 622 additions and 6 deletions
@@ -14,6 +14,8 @@
"item.purifying_elixir.drink": {"category": "player", "sounds": ["ebwizardry:buff_large"]},
"item.mana_flask.use": {"category": "player", "sounds": ["item/bottle/fill1", "item/bottle/fill2", "item/bottle/fill3", "item/bottle/fill4"]},
"item.mana_flask.recharge": {"category": "player", "sounds": ["ebwizardry:conjure"]},
"item.flamecatcher.shoot": {"category": "player", "sounds": ["fireworks/launch1"]},
"item.flamecatcher.flame": {"category": "player", "sounds": ["ebwizardry:combust"]},
"entity.black_hole.ambient": {"category": "spells", "sounds": ["portal/portal"]},
"entity.black_hole.vanish": {"category": "spells", "sounds": ["portal/trigger"]},
@@ -95,6 +97,7 @@
"entity.firebomb.throw": {"category": "spells", "sounds": ["random/bow"]},
"entity.firebomb.smash": {"category": "spells", "sounds": ["random/glass1", "random/glass2", "random/glass3"]},
"entity.firebomb.fire": {"category": "spells", "sounds": ["ebwizardry:combust"]},
"entity.flamecatcher_arrow.hit": {"category": "spells", "sounds": ["damage/hit1", "damage/hit2", "damage/hit3"]},
"entity.force_arrow.hit": {"category": "spells", "sounds": ["fireworks/blast1"]},
"entity.force_orb.hit": {"category": "spells", "sounds": ["damage/hit1", "damage/hit2", "damage/hit3"]},
"entity.force_orb.hit_block": {"category": "spells", "sounds": ["fireworks/blast1"]},
@@ -184,6 +187,7 @@
"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"]},
"spell.flamecatcher": {"category": "spells", "sounds": ["ebwizardry:buff"]},
"spell.flame_ray.start": {"category": "spells", "sounds": ["ebwizardry:flames_start"]},
"spell.flame_ray.loop": {"category": "spells", "sounds": ["ebwizardry:flames_loop"]},
"spell.flame_ray.end": {"category": "spells", "sounds": ["ebwizardry:flames_end"]},