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

Achievements

Achievements are awarded to the player when they meet a certain goal, and give some benefit. Currently, they are pretty basic, but additional features will be added later to help.

You can make global achievements by putting them in a side layer (make its row "side" instead of a number)

Useful functions for dealing with achievements and implementing their effects:

Achievements should be formatted like this:

js
    achievements: {
        rows: # of rows
        cols: # of columns
        11: {
            name: "Blah",
            more features
        }
        etc
    }
    achievements: {
        rows: # of rows
        cols: # of columns
        11: {
            name: "Blah",
            more features
        }
        etc
    }

Each achievement should have an id where the first digit is the row and the second digit is the column. Individual achievement can have these features:

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