Add spell charge-up sound

This commit is contained in:
Electroblob77
2020-06-12 14:28:37 +01:00
parent ee56aa50be
commit a17a20fe8b
7 changed files with 74 additions and 19 deletions
@@ -8,6 +8,7 @@
"item.wand.switch_spell": {"category": "player", "sounds": ["ebwizardry:select"]},
"item.wand.levelup": {"category": "player", "sounds": ["random/levelup"]},
"item.wand.melee": {"category": "player", "sounds": ["ebwizardry:effect1", "ebwizardry:effect2"]},
"item.wand.chargeup": {"category": "player", "sounds": ["ebwizardry:chargeup"]},
"item.armour.equip_silk": {"category": "player", "sounds": ["item/armor/equip_leather1", "item/armor/equip_leather2", "item/armor/equip_leather3", "item/armor/equip_leather4", "item/armor/equip_leather5", "item/armor/equip_leather6"]},
"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"]},