Add sounds to radiant totem and update sounds for ray of purification

This commit is contained in:
Electroblob77
2020-06-29 18:43:54 +01:00
parent b37fa47211
commit a25b642164
8 changed files with 21 additions and 7 deletions
@@ -36,6 +36,8 @@
"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"]},
"entity.radiant_totem.ambient": {"category": "spells", "sounds": ["ebwizardry:beam_loop"]},
"entity.radiant_totem.vanish": {"category": "spells", "sounds": ["ebwizardry:beam_end"]},
"entity.shield.deflect": {"category": "spells", "sounds": ["ebwizardry:effect1", "ebwizardry:effect2"]},
"entity.stormcloud.thunder": {"category": "spells", "sounds": ["ambient/weather/thunder1", "ambient/weather/thunder2", "ambient/weather/thunder3"]},
"entity.stormcloud.attack": {"category": "spells", "sounds": ["ebwizardry:arc1", "ebwizardry:arc2", "ebwizardry:arc3"]},
@@ -265,9 +267,10 @@
"spell.poison_bomb": {"category": "spells", "sounds": ["random/bow"]},
"spell.possession.possess": {"category": "spells", "sounds": ["mob/evocation_illager/prepare_attack1", "mob/evocation_illager/prepare_attack2"]},
"spell.possession.end": {"category": "spells", "sounds": ["mob/guardian/elder_idle1", "mob/guardian/elder_idle2", "mob/guardian/elder_idle3", "mob/guardian/elder_idle4"]},
"spell.ray_of_purification.start": {"category": "spells", "sounds": ["ebwizardry:aura_start"]},
"spell.ray_of_purification.loop": {"category": "spells", "sounds": ["ebwizardry:aura_loop"]},
"spell.ray_of_purification.end": {"category": "spells", "sounds": ["ebwizardry:aura_end"]},
"spell.ray_of_purification.start": {"category": "spells", "sounds": ["ebwizardry:beam_start"]},
"spell.ray_of_purification.loop": {"category": "spells", "sounds": ["ebwizardry:beam_loop"]},
"spell.ray_of_purification.end": {"category": "spells", "sounds": ["ebwizardry:beam_end"]},
"spell.radiant_totem": {"category": "spells", "sounds": ["ebwizardry:beam_start"]},
"spell.remove_curse": {"category": "spells", "sounds": ["ebwizardry:buff_large"]},
"spell.replenish_hunger": {"category": "spells", "sounds": ["ebwizardry:heal"]},
"spell.resurrection": {"category": "spells", "sounds": ["ebwizardry:buff_large"]},
+1 -1
View File
@@ -5,7 +5,7 @@
"version" : "4.3",
"mcversion" : "1.12.2",
"url" : "https://minecraft.curseforge.com/projects/electroblobs-wizardry",
"credits" : "\nDesigned, coded and textured by Electroblob.\nCode contributed by: Corail31, 12foo, Shadows-of-Fire, Tora-B, Avatair, Aeronica, UltraHex, Azim-Palmer, raoulvdberge.\nTranslators: Alsentar (Spanish), MadWrist (Mexican Spanish), VilagVil, kellixon & bigenergy (Russian), Hahdrim (French), lorrampi (Brazilian Portuguese), ZHENGLOC, dragon-evol, Hokorizero, TUsama & Determancer (Chinese - Simplified), shejery & rewi_wire (Korean), Trozuu (Polish), chesterccj305 (Chinese - Traditional), Bombadil (Hungarian).\nSound Effects: OhhWowProductions, fredzed, deleted_user_3277771, DiscoveryME",
"credits" : "\nDesigned, coded and textured by Electroblob.\nCode contributed by: Corail31, 12foo, Shadows-of-Fire, Tora-B, Avatair, Aeronica, UltraHex, Azim-Palmer, raoulvdberge.\nTranslators: Alsentar (Spanish), MadWrist (Mexican Spanish), VilagVil, kellixon & bigenergy (Russian), Hahdrim (French), lorrampi (Brazilian Portuguese), ZHENGLOC, dragon-evol, Hokorizero, TUsama & Determancer (Chinese - Simplified), shejery & rewi_wire (Korean), Trozuu (Polish), chesterccj305 (Chinese - Traditional), Bombadil (Hungarian).\nSound Effects: OhhWowProductions, fredzed, deleted_user_3277771, DiscoveryME, OGSoundFX, leosalom",
"authorList" : [
"Electroblob"
],