Compare commits
3 commits
dd96176c3d
...
63a48ff597
| Author | SHA1 | Date | |
|---|---|---|---|
| 63a48ff597 | |||
| af75973c0b | |||
| d131dadae8 |
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.is_attuned then
|
||||
if v.ability.extra.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 = 3,
|
||||
weight = 4,
|
||||
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 = 1,
|
||||
weight = 2,
|
||||
extra_cost = 6,
|
||||
in_shop = true,
|
||||
shader = "moire",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue