Nerf Phytoestrogens
This commit is contained in:
parent
63123ec141
commit
b8c632f4c9
2 changed files with 3 additions and 3 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
"id": "Roland",
|
"id": "Roland",
|
||||||
"name": "Roland",
|
"name": "Roland",
|
||||||
"prefix": "Roland",
|
"prefix": "Roland",
|
||||||
"version": "2.8.17",
|
"version": "2.8.18",
|
||||||
"badge_colour": "8BE9FD",
|
"badge_colour": "8BE9FD",
|
||||||
"display_name": "Roland",
|
"display_name": "Roland",
|
||||||
"main_file": "src/main.lua",
|
"main_file": "src/main.lua",
|
||||||
|
|
|
||||||
|
|
@ -242,7 +242,7 @@ joker {
|
||||||
table.insert(info_queue, negative)
|
table.insert(info_queue, negative)
|
||||||
end,
|
end,
|
||||||
calculate = function(_, _, context)
|
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"
|
return v.config.center.set ~= "Joker"
|
||||||
end):each(function(v)
|
end):each(function(v)
|
||||||
q {
|
q {
|
||||||
|
|
@ -597,7 +597,7 @@ joker {
|
||||||
joker {
|
joker {
|
||||||
key = "phytoestrogens",
|
key = "phytoestrogens",
|
||||||
pronouns = "she_her",
|
pronouns = "she_her",
|
||||||
config = {extra = {xmult = 0.4}},
|
config = {extra = {xmult = 0.3}},
|
||||||
attributes = {"mult", "xmult"},
|
attributes = {"mult", "xmult"},
|
||||||
cost = 8,
|
cost = 8,
|
||||||
rarity = 3,
|
rarity = 3,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue