import{_ as e,o as s,c as t,Q as a}from"./chunks/framework.1169fbc9.js";const g=JSON.parse('{"title":"Milestones","description":"","frontmatter":{},"headers":[],"relativePath":"public/gamedevtree/docs/milestones.md","filePath":"public/gamedevtree/docs/milestones.md","lastUpdated":1701137241000}'),n={name:"public/gamedevtree/docs/milestones.md"},o=a(`

Milestones

Milestones are awarded to the player when they meet a certain goal, and give some benefit. Milestones should be formatted like this:

js
    milestones: {
        0: {
            requirementDesc: "123 waffles",
        }
        etc
    }
    milestones: {
        0: {
            requirementDesc: "123 waffles",
        }
        etc
    }

You can use hasMilestone(layer, id) to determine if the player has a given milestone

Milestone features:

`,6),l=[o];function i(p,r,c,d,h,u){return s(),t("div",null,l)}const y=e(n,[["render",i]]);export{g as __pageData,y as default};