Nerf Phytoestrogens
This commit is contained in:
parent
63123ec141
commit
939719d9e7
2 changed files with 3 additions and 3 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue