Nerf non-cryptid saint and moire
This commit is contained in:
parent
5582920601
commit
bb5908b042
3 changed files with 3 additions and 3 deletions
|
|
@ -17,5 +17,5 @@
|
||||||
"conflicts": [
|
"conflicts": [
|
||||||
"Jen"
|
"Jen"
|
||||||
],
|
],
|
||||||
"version": "1.1.3"
|
"version": "1.1.4"
|
||||||
}
|
}
|
||||||
|
|
@ -168,7 +168,7 @@ SMODS.Edition({
|
||||||
label = "Moire",
|
label = "Moire",
|
||||||
text = {"{X:chips,C:dark_edition}^#1#{C:chips} Chips{}, {X:mult,C:dark_edition}^#2#{C:mult} Mult"},
|
text = {"{X:chips,C:dark_edition}^#1#{C:chips} Chips{}, {X:mult,C:dark_edition}^#2#{C:mult} Mult"},
|
||||||
},
|
},
|
||||||
config = {e_chips = 0.8, e_mult = 1.2},
|
config = {e_chips = Cryptid and 0.8 or 0.9, e_mult = Cryptid and 1.2 or 1.1},
|
||||||
sound = {sound = "jane_e_moire", per = 1, vol = 0.7},
|
sound = {sound = "jane_e_moire", per = 1, vol = 0.7},
|
||||||
weight = 1,
|
weight = 1,
|
||||||
extra_cost = 6,
|
extra_cost = 6,
|
||||||
|
|
|
||||||
|
|
@ -441,7 +441,7 @@ function Card:draw(layer)
|
||||||
orig_draw(self, layer)
|
orig_draw(self, layer)
|
||||||
end
|
end
|
||||||
|
|
||||||
local attune = Cryptid and 1.001 or 1.25
|
local attune = Cryptid and 1.001 or 1.2
|
||||||
|
|
||||||
SMODS.Joker {
|
SMODS.Joker {
|
||||||
key = "saint",
|
key = "saint",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue