1
0
Fork 0
mirror of https://github.com/Acamaeda/The-Modding-Tree.git synced 2024-11-21 16:13:55 +00:00

Is it fixed

This commit is contained in:
Acamaeda 2020-10-01 01:43:30 -04:00
parent 1f0ccee7c5
commit fa5dbbf0b5
2 changed files with 12 additions and 12 deletions

View file

@ -2,12 +2,12 @@
Milestones should be formatted like this: Milestones should be formatted like this:
``milestones: { milestones: {
0: { 0: {
requirementDesc: "123 waffles", requirementDesc: "123 waffles",
}
etc
} }
etc
}``
You can use inChall(layer, id) and hasChall(layer, id) to determine if the player is currently in a challenge, You can use inChall(layer, id) and hasChall(layer, id) to determine if the player is currently in a challenge,

View file

@ -2,15 +2,15 @@
Upgrades are stored in the following format: Upgrades are stored in the following format:
``upgrades: { upgrades: {
rows: # of rows rows: # of rows
cols: # of columns cols: # of columns
11: { 11: {
desc: "Blah", desc: "Blah",
etc
}
etc etc
} }
etc
}``
You can use hasUpg(layer, id) to determine if the player has an upgrade. This is useful for implementing bonuses. You can use hasUpg(layer, id) to determine if the player has an upgrade. This is useful for implementing bonuses.