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": [
|
"conflicts": [
|
||||||
"Jen"
|
"Jen"
|
||||||
],
|
],
|
||||||
"version": "1.6.17"
|
"version": "1.6.18"
|
||||||
}
|
}
|
||||||
|
|
@ -36,7 +36,7 @@ SMODS.Blind {
|
||||||
atlas = "janeblinds",
|
atlas = "janeblinds",
|
||||||
pos = {x = 0, y = 0},
|
pos = {x = 0, y = 0},
|
||||||
vars = {},
|
vars = {},
|
||||||
dollars = 6,
|
dollars = Cryptid and 7 or 5,
|
||||||
defeat = function(_)
|
defeat = function(_)
|
||||||
if not Cryptid then
|
if not Cryptid then
|
||||||
offset_operator(2 - Jane.get_operator())
|
offset_operator(2 - Jane.get_operator())
|
||||||
|
|
@ -98,7 +98,7 @@ end
|
||||||
SMODS.Blind {
|
SMODS.Blind {
|
||||||
loc_txt = {
|
loc_txt = {
|
||||||
name = "The Wee",
|
name = "The Wee",
|
||||||
text = {"Only 2s can be played"},
|
text = {"All non-2s are debuffed", "and cannot be played"},
|
||||||
},
|
},
|
||||||
key = "wee",
|
key = "wee",
|
||||||
config = {},
|
config = {},
|
||||||
|
|
@ -107,7 +107,7 @@ SMODS.Blind {
|
||||||
atlas = "janeblinds",
|
atlas = "janeblinds",
|
||||||
pos = {x = 0, y = 3},
|
pos = {x = 0, y = 3},
|
||||||
vars = {},
|
vars = {},
|
||||||
dollars = 2,
|
dollars = Cryptid and 2 or 5,
|
||||||
disable = function(self)
|
disable = function(self)
|
||||||
self.disabled = true
|
self.disabled = true
|
||||||
end,
|
end,
|
||||||
|
|
@ -123,7 +123,7 @@ SMODS.Blind {
|
||||||
end
|
end
|
||||||
end,
|
end,
|
||||||
get_loc_debuff_text = function(_)
|
get_loc_debuff_text = function(_)
|
||||||
return "Hand must contain only 2s"
|
return "Hand must strictly contain only 2s"
|
||||||
end,
|
end,
|
||||||
recalc_debuff = function(self, card, _)
|
recalc_debuff = function(self, card, _)
|
||||||
return not self.disabled and
|
return not self.disabled and
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue