mirror of
https://github.com/Acamaeda/The-Modding-Tree.git
synced 2025-04-22 17:21:06 +00:00
2.1.3
This commit is contained in:
parent
b063265d03
commit
d096c3c9b2
8 changed files with 19 additions and 14 deletions
js/Demo
|
@ -369,12 +369,7 @@ addLayer("f", {
|
|||
base: 3,
|
||||
roundUpCost: true,
|
||||
canBuyMax() {return hasAchievement('a', 13)},
|
||||
gainMult() {
|
||||
return new Decimal(1)
|
||||
},
|
||||
gainExp() {
|
||||
return new Decimal(1)
|
||||
},
|
||||
|
||||
row: 1,
|
||||
layerShown() {return true},
|
||||
branches: ["c"], // When this layer appears, a branch will appear from this layer to any layers here. Each entry can be a pair consisting of a layer id and a color.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue