Make Estrogen rare

This commit is contained in:
Emik 2026-02-04 01:15:35 +01:00
parent 042231c2db
commit 4f555101f2
Signed by: emik
GPG key ID: 6B0CD72A5E503BDF

View file

@ -359,21 +359,6 @@ SMODS.Joker {
end,
}
SMODS.Joker {
key = "estrogen",
atlas = "void",
pronouns = "they_them",
pos = {x = 0, y = 0},
cost = 6,
rarity = 2,
eternal_compat = true,
blueprint_compat = true,
perishable_compat = true,
calculate = function(_, _, context)
return context.joker_main and {mult = hand_chips} or nil
end,
}
SMODS.Joker {
key = "yard",
atlas = "void",
@ -486,6 +471,21 @@ SMODS.Joker {
end,
}
SMODS.Joker {
key = "estrogen",
atlas = "void",
pronouns = "they_them",
pos = {x = 0, y = 0},
cost = 8,
rarity = 3,
eternal_compat = true,
blueprint_compat = true,
perishable_compat = true,
calculate = function(_, _, context)
return context.joker_main and {mult = hand_chips} or nil
end,
}
SMODS.Joker {
key = "oops", -- Slot machine
atlas = "void",