JSON validator
Validation
No errors found! (You have no schema selected, so only the basic JSON syntax was checked.)
Content
You can change JSON format () or edit this file.
{
"Format": "2.9.0",
"DynamicTokens": [
{
"Name": "Santa Red",
"Value": "{{ModID}}/SantaRed"
},
{
"Name": "Santa Orange",
"Value": "{{ModID}}/SantaOrange"
},
{
"Name": "MaximumSpawnsPerDay",
"Value": {
"Default": "-1"
},
"When": {
"": ""
}
},
{
"Name": "MaximumSpawnsPerDay",
"Value": {
"Default": "1"
}
}
],
"ConfigSchema": {
"SantaRed": {
"AllowValues": "true, false",
"Default": "true",
"Description": ""
},
"MaximumSpawnsPerDay1": {
"AllowValues": "true, false",
"Default": "true",
"Description": ""
}
},
"Changes": [
{
"UniqueAreaID": "WF Woods",
"MapName": "Woods, Custom_ForestWest",
"MinimumSpawnsPerDay": "{{MaximumSpawnsPerDay}}"
}
]
}