Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local speaker = peripheral.find("speaker")
- local botania = {"air_rod","babylon_attack","babylon_spawn","bellows","bifrost_rod","black_lotus","dash","ding","diva_charm","divination_rod","doit","enchanter_fade","enchanter_form","enchanter_enchant","endoflame","equip_bauble","gaia_trap","holy_cloak","labellia","laputa_start","lexicon_open","lexicon_page","light_relay","mana_blaster","mana_pool_craft","missile","orechid","potion_create","rune_altar_craft","rune_altar_start","spreader_fire","starcaller","terrablade","terraform_rod","terra_pick_mode","terrasteel_craft","thermalily","unholy_cloak","way"}
- local artifacts = {"generic.pop","entity.mimic.close","entity.mimic.open","entity.mimic.hurt","entity.mimic.death","item.whoopee_cushion.fart","block.water.step"}
- local astral = {"attunement_altar_idle_loop","attunement_altar_item_finish","attunement_altar_item_loop","attunement_altar_item_start","attunement_altar_player_attune","infuser_craft_start","infuser_craft_loop","infuser_craft_finish","perk_seal","perk_unseal","perk_unlock","illumination_wand_highlight","illumination_wand_unhighlight","illumination_wand_light","altar_craft_start","altar_craft_finish","altar_craft_loop_t1","altar_craft_loop_t2","altar_craft_loop_t3","altar_craft_loop_t4","altar_craft_loop_t4_waiting","craft_attunement","block_coloredlens_attach","craft_finish","gui_journal_close","gui_journal_page"}
- for _, x in ipairs(astral) do
- print(x)
- speaker.playSound("astralsorcery:"..x)
- sleep(2)
- end
Advertisement
Add Comment
Please, Sign In to add comment