delverengine
delverengine copied to clipboard
Local Achievements
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" } } ] }