Nerf tokens by making them more expensive

This commit is contained in:
Emik 2026-02-20 05:05:47 +01:00
parent 78110fc93c
commit 3c94e83b58
Signed by: emik
GPG key ID: 6B0CD72A5E503BDF
2 changed files with 2 additions and 2 deletions

View file

@ -17,5 +17,5 @@
"conflicts": [
"Jen"
],
"version": "1.5.27"
"version": "1.5.28"
}

View file

@ -104,7 +104,7 @@ for _, v in pairs({
return {vars = {}}
end,
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_divide = true,
can_use = Jane.can_use,