Compare commits
No commits in common. "63a48ff597f776b607ade7b1e32ae4b266f465e2" and "dd96176c3d511374aef860858b6de41468a71049" have entirely different histories.
63a48ff597
...
dd96176c3d
1 changed files with 3 additions and 3 deletions
|
|
@ -10,7 +10,7 @@ local function allow_moire()
|
|||
end
|
||||
|
||||
for _, v in pairs(SMODS.find_card("j_jane_saint")) do
|
||||
if v.ability.extra.is_attuned then
|
||||
if v.is_attuned then
|
||||
return true
|
||||
end
|
||||
end
|
||||
|
|
@ -151,7 +151,7 @@ SMODS.Edition({
|
|||
end
|
||||
end,
|
||||
sound = {sound = "jane_e_jumbo", per = 1, vol = 0.5},
|
||||
weight = 4,
|
||||
weight = 3,
|
||||
extra_cost = 5,
|
||||
in_shop = true,
|
||||
shader = false,
|
||||
|
|
@ -168,7 +168,7 @@ SMODS.Edition({
|
|||
},
|
||||
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},
|
||||
weight = 2,
|
||||
weight = 1,
|
||||
extra_cost = 6,
|
||||
in_shop = true,
|
||||
shader = "moire",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue