Buff scaling in non-cryptid
This commit is contained in:
parent
da8a22fa82
commit
da9b5696d3
1 changed files with 1 additions and 1 deletions
|
|
@ -473,7 +473,7 @@ SMODS.Joker {
|
||||||
"{C:inactive}(Currently {X:dark_edition,C:chips}" .. operator .. "#2#{C:inactive})",
|
"{C:inactive}(Currently {X:dark_edition,C:chips}" .. operator .. "#2#{C:inactive})",
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
config = {big_num_scaler = true, extra = {tet = 0.1}},
|
config = {big_num_scaler = true, extra = {tet = Cryptid and 0.1 or 0.5}},
|
||||||
pos = {x = 0, y = 0},
|
pos = {x = 0, y = 0},
|
||||||
soul_pos = {x = 1, y = 0},
|
soul_pos = {x = 1, y = 0},
|
||||||
cost = 50,
|
cost = 50,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue