Differences From Artifact [a021a4fd8f]:
- File wands.lua — part of check-in [83426a2748] at 2020-10-22 15:51:39 on branch trunk — balance amulets better, add sound effects, add debugging privilege for runes, swat various glitches and bugs (user: lexi, size: 30027) [annotate] [blame] [check-ins using]
To Artifact [b35b5eeee9]:
- File wands.lua — part of check-in [90e64c483c] at 2020-10-23 00:08:30 on branch trunk — fix some showstopping bugs, more amulet spells, add sound effects, improve teleportation visuals (user: lexi, size: 30035) [annotate] [blame] [check-ins using]
37 37 wandprops = { sturdiness = 1.5 }; 38 38 }; 39 39 diamond = { 40 40 item = 'sorcery:shard_diamond'; 41 41 wandprops = { sturdiness = 1.7, reliability = 0.85 }; 42 42 }; 43 43 mese = { 44 - item = 'default:mese_fragment'; 44 + item = 'default:mese_crystal_fragment'; 45 45 wandprops = { generate = 2 }; 46 46 }; 47 47 cobalt = { 48 48 item = 'sorcery:powder_cobalt'; 49 49 wandprops = { power = 1.4 }; 50 50 }; 51 51 iridium = {