1
0
Fork 0
mirror of https://github.com/Acamaeda/The-Modding-Tree.git synced 2025-05-12 04:51:06 +00:00
This commit is contained in:
Acamaeda 2020-12-12 21:43:22 -05:00
parent 139e10efa4
commit c885114791
17 changed files with 46 additions and 3799 deletions

View file

@ -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