Add boulder spell

This commit is contained in:
Electroblob77
2020-07-05 00:39:06 +01:00
parent 8ae6bc9102
commit 22a125d720
16 changed files with 441 additions and 8 deletions
@@ -18,8 +18,12 @@
"entity.black_hole.ambient": {"category": "spells", "sounds": ["portal/portal"]},
"entity.black_hole.vanish": {"category": "spells", "sounds": ["portal/trigger"]},
"entity.black_hole.break_block": {"category": "spells", "sounds": ["mob/zombie/woodbreak"]},
"entity.bubble.pop": {"category": "spells", "sounds": ["random/pop"]},
"entity.blizzard.ambient": {"category": "spells", "sounds": ["ebwizardry:wind"]},
"entity.boulder.roll": {"category": "spells", "sounds": ["ebwizardry:roll"]},
"entity.boulder.land": {"category": "spells", "sounds": ["ebwizardry:rumble"]},
"entity.boulder.hit": {"category": "spells", "sounds": ["damage/hit1", "damage/hit2", "damage/hit3"]},
"entity.boulder.break_block": {"category": "spells", "sounds": ["mob/zombie/woodbreak"]},
"entity.bubble.pop": {"category": "spells", "sounds": ["random/pop"]},
"entity.decay.ambient": {"category": "spells", "sounds": ["liquid/lava"]},
"entity.entrapment.ambient": {"category": "spells", "sounds": ["portal/portal"]},
"entity.entrapment.vanish": {"category": "spells", "sounds": ["portal/trigger"]},
@@ -130,6 +134,7 @@
"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.boulder": {"category": "spells", "sounds": ["random/bow"]},
"spell.bubble.shoot": {"category": "spells", "sounds": ["ebwizardry:ice"]},
"spell.bubble.splash": {"category": "spells", "sounds": ["liquid/swim1", "liquid/swim2", "liquid/swim3", "liquid/swim4"], "volume": 2},
"spell.chain_lightning": {"category": "spells", "sounds": ["ebwizardry:arc1", "ebwizardry:arc2", "ebwizardry:arc3"]},