This commit is contained in:
GetParanoid 2026-04-12 11:38:13 -07:00
parent 88958b01e2
commit ebab559419
363 changed files with 281230 additions and 0 deletions

View file

@ -0,0 +1,5 @@
{
"enableLogging": true,
"enableDebugLogging": false,
"ignoreSideExclusive": false
}

View file

@ -0,0 +1 @@
Locales files need to be placed into the correct folder so they are loaded to the correct language setting. Locales are loaded from the server, so if a locale folder doesn't exist, you can create it.

View file

@ -0,0 +1,11 @@
Here is where you place all .json files that contain the contents of the quests. They should have the same format as quests.json in aki-data/server/database/templates/. There is no required name and you can call them whatever you like.
The only additional properties that can be added are
"startMonth": 12,
"startDay": 1,
"endDay": 31
This allows you to create seasonal quests (The values here for example would only have the task available during the month of december.)
Quests can be accross multiple files and you can have each json with 20 quests for example.