Interrupt / delverengine

Delver game engine and editor
zlib License
803 stars 79 forks source link

Local Achievements #215

Open Drakensin opened 3 years ago

Drakensin commented 3 years ago

This feature would allow players to make custom achievements for their mods and allow the players to have special goals to achieve. The achievements would be in its own dat file named, "achievements.dat". Below is an example code for the data file:


{ "achievements": [ { "name": "Example Cheevo", "condition": { "???": "magic" } } ] }