This commit is contained in:
Emik 2026-02-10 22:14:31 +01:00
parent 8a7905ea07
commit 4801672916
Signed by: emik
GPG key ID: 6B0CD72A5E503BDF
7 changed files with 22 additions and 19 deletions

View file

@ -57,7 +57,7 @@ return {
Enhanced = {
m_wild = {
name = "Wild Card",
text = {unpack(G.localization.descriptions.Enhanced.m_wild.text), "Can not be", "debuffed"},
text = {"Can not be", "debuffed", unpack(G.localization.descriptions.Enhanced.m_wild.text)},
},
},
Joker = {

View file

@ -71,6 +71,7 @@ SMODS.Atlas {
back {
key = "blossom",
name = "Blossom",
pronouns = "any_all",
config = {extra = {times = 2}},
loc_vars = function(self, _, _)
return {vars = {self.config.extra.times}}
@ -108,6 +109,7 @@ back {
back {
key = "go",
name = "Go",
pronouns = "he_him",
config = {extra = {times = 1, alt_times = 5}},
loc_vars = function(self, _, _)
return {vars = {self.config.extra.alt_times - self.config.extra.times}}

View file

@ -105,7 +105,7 @@ blind {
key = "divide",
boss = {min = 1},
boss_colour = HEX "b18480",
pronouns = "they_them",
pronouns = "he_they",
disable = function()
q(function()
local count = #G.discard.cards
@ -141,7 +141,7 @@ blind {
key = "mitotic",
boss = {min = 3},
boss_colour = HEX "80b48e",
pronouns = "they_them",
pronouns = "it_its",
disable = function(self)
self.disabled = true
end,
@ -278,7 +278,7 @@ blind {
key = "equinox",
boss = {min = 6},
boss_colour = HEX "000000",
pronouns = "they_them",
pronouns = "any_all",
defeat = function()
G.GAME.modifiers.Roland_equinox = false
end,

View file

@ -14,6 +14,7 @@ q(function()
local charm = Bakery_API.Charm {
key = "iphone",
atlas = "charm",
pronouns = "he_they",
pos = {x = 0, y = 0},
alerted = true,
unlocked = true,

View file

@ -225,7 +225,7 @@ joker {
joker {
key = "msjoker", -- Blue bow
pronouns = "they_them",
pronouns = "she_her",
cost = 1,
rarity = 1,
eternal_compat = true,
@ -242,7 +242,7 @@ joker {
joker {
key = "mrsbones",
pronouns = "they_them",
pronouns = "she_her",
config = {extra = {xmult = 4, requirement = 4}},
cost = 4,
rarity = 2,
@ -274,7 +274,7 @@ joker {
joker {
key = "estrogen",
pronouns = "they_them",
pronouns = "she_her",
config = {extra = {division = 4}},
cost = 8,
rarity = 3,
@ -291,7 +291,7 @@ joker {
joker {
key = "hexagon",
pronouns = "they_them",
pronouns = "it_its",
config = {extra = {money = 6}},
cost = 6,
rarity = 1,
@ -313,7 +313,7 @@ joker {
joker {
key = "hexagoner",
pronouns = "they_them",
pronouns = "it_its",
config = {extra = {mult = 0}},
cost = 6,
rarity = 2,
@ -338,7 +338,7 @@ joker {
joker {
key = "hexagonest",
pronouns = "they_them",
pronouns = "it_its",
config = {extra = {mult = 0}},
cost = 6,
rarity = 3,
@ -412,7 +412,7 @@ joker {
joker {
key = "yard",
pronouns = "they_them",
pronouns = "he_him",
config = {extra = {money = 2}},
cost = 6,
rarity = 2,
@ -430,7 +430,7 @@ joker {
joker {
key = "misfortune",
pronouns = "they_them",
pronouns = "she_they",
cost = 6,
rarity = 2,
eternal_compat = true,
@ -440,7 +440,7 @@ joker {
joker {
key = "temple",
pronouns = "they_them",
pronouns = "any_all",
config = {extra = {xmult = 1.5}},
cost = 6,
rarity = 2,
@ -461,7 +461,7 @@ joker {
joker {
key = "bulldozer",
pronouns = "they_them",
pronouns = "it_its",
cost = 6,
rarity = 2,
eternal_compat = true,
@ -480,7 +480,7 @@ joker {
joker {
key = "oops", -- Slot machine
pronouns = "they_them",
pronouns = "he_they",
cost = 8,
rarity = 3,
config = {extra = {probability = 1, delta = 1}},

View file

@ -12,7 +12,7 @@ SMODS.Seal {
atlas = "seal",
pos = {x = 0, y = 0},
badge_colour = HEX "f6f6f6",
pronouns = "he_him",
calculate = function(_, card, context)
if context.setting_blind or context.starting_shop then
card.Roland_glass = nil

View file

@ -59,7 +59,7 @@ spectral {
spectral {
key = "dual",
pronouns = "he_they",
pronouns = "they_them",
config = {extra = {amount = 2}},
loc_vars = function(_, _, card)
return {vars = {card.ability.extra.amount}}
@ -89,7 +89,7 @@ spectral {
spectral {
key = "mirror",
pronouns = "he_they",
pronouns = "he_him",
config = {extra = {amount = 1}},
loc_vars = function(_, _, card)
return {vars = {card.ability.extra.amount}}
@ -109,7 +109,7 @@ spectral {
hidden = true,
soul_rate = 0.003,
soul_set = "Spectral",
pronouns = "she_they",
pronouns = "it_its",
config = {extra = {amount = 2}},
loc_vars = function(_, _, card)
return {vars = {card.ability.extra.amount}}