mirror of
https://github.com/Acamaeda/The-Modding-Tree.git
synced 2025-05-12 04:51:06 +00:00
2.3.1
This commit is contained in:
parent
139e10efa4
commit
c885114791
17 changed files with 46 additions and 3799 deletions
docs
|
@ -5,8 +5,8 @@ Milestones are awarded to the player when they meet a certain goal, and give som
|
|||
```js
|
||||
milestones: {
|
||||
0: {
|
||||
requirementDesc: "123 waffles",
|
||||
effectDesc: "blah",
|
||||
requirementDescription: "123 waffles",
|
||||
effectDescription: "blah",
|
||||
done() { return player.w.points.gte(123) }
|
||||
}
|
||||
etc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue