Rephrase The Wee, buff its payout
This commit is contained in:
parent
196a9efa9d
commit
74b185e090
2 changed files with 5 additions and 5 deletions
|
|
@ -17,5 +17,5 @@
|
|||
"conflicts": [
|
||||
"Jen"
|
||||
],
|
||||
"version": "1.6.17"
|
||||
"version": "1.6.18"
|
||||
}
|
||||
|
|
@ -36,7 +36,7 @@ SMODS.Blind {
|
|||
atlas = "janeblinds",
|
||||
pos = {x = 0, y = 0},
|
||||
vars = {},
|
||||
dollars = 6,
|
||||
dollars = Cryptid and 7 or 5,
|
||||
defeat = function(_)
|
||||
if not Cryptid then
|
||||
offset_operator(2 - Jane.get_operator())
|
||||
|
|
@ -98,7 +98,7 @@ end
|
|||
SMODS.Blind {
|
||||
loc_txt = {
|
||||
name = "The Wee",
|
||||
text = {"Only 2s can be played"},
|
||||
text = {"All non-2s are debuffed", "and cannot be played"},
|
||||
},
|
||||
key = "wee",
|
||||
config = {},
|
||||
|
|
@ -107,7 +107,7 @@ SMODS.Blind {
|
|||
atlas = "janeblinds",
|
||||
pos = {x = 0, y = 3},
|
||||
vars = {},
|
||||
dollars = 2,
|
||||
dollars = Cryptid and 2 or 5,
|
||||
disable = function(self)
|
||||
self.disabled = true
|
||||
end,
|
||||
|
|
@ -123,7 +123,7 @@ SMODS.Blind {
|
|||
end
|
||||
end,
|
||||
get_loc_debuff_text = function(_)
|
||||
return "Hand must contain only 2s"
|
||||
return "Hand must strictly contain only 2s"
|
||||
end,
|
||||
recalc_debuff = function(self, card, _)
|
||||
return not self.disabled and
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue