Differences From Artifact [c464435f82]:
- File data/resonance.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: 1993) [annotate] [blame] [check-ins using]
To Artifact [a891ed08b5]:
- File data/resonance.lua — part of check-in [4b5ada2414] at 2022-03-18 01:50:41 on branch trunk — updates (user: lexi, size: 1994) [annotate] [blame] [check-ins using]
1 --- resonance is a mechanic whereby give which 'resonate' can be 1 +-- resonance is a mechanic whereby items which 'resonate' can be 2 2 -- transformed into each other by use of the divide/meld wands 3 3 4 4 local function 5 5 undersign(signs) return function(ctx) 6 6 local stars = sorcery.calendar.stars(ctx.today); 7 7 for _,s in pairs(signs) do 8 8 if stars.sign.id == s then return true end