import{_ as e,q as t,p as a,ag as i}from"./chunks/framework.Sr2_9k8k.js";const g=JSON.parse('{"title":"Achievements","description":"","frontmatter":{},"headers":[],"relativePath":"public/kronos/docs/achievements.md","filePath":"public/kronos/docs/achievements.md"}'),s={name:"public/kronos/docs/achievements.md"},n=i(`

Achievements

Achievements are awarded to the player when they meet a certain goal, and optionally give some benefit.

You can make global achievements by putting them in a side layer by making its row equal to "side" instead of a number.

Useful functions for dealing with achievements and implementing their effects:

Achievements should be formatted like this:

js
achievements: {
    11: {
        name: "Blah",
        more features
    },
    etc
}

Usually, 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:

Disable achievement popups by adding achievementsPopups: false to the layer.

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