Nerf tokens by making them more expensive
This commit is contained in:
parent
78110fc93c
commit
3c94e83b58
2 changed files with 2 additions and 2 deletions
|
|
@ -17,5 +17,5 @@
|
||||||
"conflicts": [
|
"conflicts": [
|
||||||
"Jen"
|
"Jen"
|
||||||
],
|
],
|
||||||
"version": "1.5.27"
|
"version": "1.5.28"
|
||||||
}
|
}
|
||||||
|
|
@ -104,7 +104,7 @@ for _, v in pairs({
|
||||||
return {vars = {}}
|
return {vars = {}}
|
||||||
end,
|
end,
|
||||||
pos = {x = v[3], y = v[4]},
|
pos = {x = v[3], y = v[4]},
|
||||||
cost = v[5],
|
cost = v[5] * math.floor(math.log(v[5]) + 1) + 1,
|
||||||
can_stack = true,
|
can_stack = true,
|
||||||
can_divide = true,
|
can_divide = true,
|
||||||
can_use = Jane.can_use,
|
can_use = Jane.can_use,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue