1
0
Fork 0
mirror of https://github.com/Acamaeda/The-Modding-Tree.git synced 2025-05-12 21:11:05 +00:00
This commit is contained in:
Acamaeda 2020-12-03 23:19:14 -05:00
parent e8ebd07e3a
commit 595d4916a6
10 changed files with 52 additions and 13 deletions

View file

@ -27,6 +27,8 @@ You can make almost any value dynamic by using a function in its place, includin
Using "side" instead of a number will cause the layer to appear off to the side as a smaller node (useful for achievements and statistics). Side layers are not affected by resets unless you add a doReset to them.
- displayRow: **OVERRIDE** Changes where the layer node appears without changing where it is in the reset order.
- resource: Name of the main currency you gain by resetting on this layer.
- effect(): **optional**. A function that calculates and returns the current values of any bonuses inherent to the main currency. Can return a value or an object containing multiple values. *You will also have to implement the effect where it is applied.*