|
-- resonance is a mechanic whereby give which 'resonate' can be
-- transformed into each other by use of the divide/meld wands
local function
undersign(signs) return function(ctx)
local stars = sorcery.calendar.stars(ctx.today);
for _,s in pairs(signs) do
if stars.sign.id == s then return true end
|
|
|
-- resonance is a mechanic whereby items which 'resonate' can be
-- transformed into each other by use of the divide/meld wands
local function
undersign(signs) return function(ctx)
local stars = sorcery.calendar.stars(ctx.today);
for _,s in pairs(signs) do
if stars.sign.id == s then return true end
|