From 4f555101f2e2d780907f30e2f1208d4dd0707f43 Mon Sep 17 00:00:00 2001 From: Emik Date: Wed, 4 Feb 2026 01:15:35 +0100 Subject: [PATCH] Make Estrogen rare --- src/joker.lua | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/joker.lua b/src/joker.lua index 3081595..46076a8 100644 --- a/src/joker.lua +++ b/src/joker.lua @@ -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",