mirror of
https://github.com/Acamaeda/The-Modding-Tree.git
synced 2024-11-22 00:21:32 +00:00
Is it fixed
This commit is contained in:
parent
1f0ccee7c5
commit
fa5dbbf0b5
2 changed files with 12 additions and 12 deletions
|
@ -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,
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
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: {
|
||||||
|
@ -10,7 +10,7 @@ Upgrades are stored in the following format:
|
||||||
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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue