Nerf Phytoestrogens

This commit is contained in:
Emik 2026-06-06 13:10:32 +02:00
parent 63123ec141
commit 939719d9e7
Signed by: emik
GPG key ID: 6B0CD72A5E503BDF
2 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@
"id": "Roland",
"name": "Roland",
"prefix": "Roland",
"version": "2.8.17",
"version": "2.8.18",
"badge_colour": "8BE9FD",
"display_name": "Roland",
"main_file": "src/main.lua",

View file

@ -242,7 +242,7 @@ joker {
table.insert(info_queue, negative)
end,
calculate = function(_, _, context)
return (context.selling_self or context.forcetrigger) and f(G.consumeables.cards):where(function(v, k)
return (context.selling_self or context.forcetrigger) and f(G.consumeables.cards):where(function(v)
return v.config.center.set ~= "Joker"
end):each(function(v)
q {
@ -597,7 +597,7 @@ joker {
joker {
key = "phytoestrogens",
pronouns = "she_her",
config = {extra = {xmult = 0.4}},
config = {extra = {xmult = 0.3}},
attributes = {"mult", "xmult"},
cost = 8,
rarity = 3,