SMAPI
About SMAPI
Modding docs
Tools
Mod compatibility
Log parser
JSON validator
JSON validator
Upload a JSON file
Choose the JSON format:
None
SMAPI: manifest
SMAPI: translations (i18n)
Content Patcher
Drag the file onto this textbox
(or
choose a file
)
:
{ "Format": "2.9.0", "DynamicTokens": [ { "Name": "Santa Red", "Value": "{{ModID}}/SantaRed" }, { "Name": "Santa Orange", "Value": "{{ModID}}/SantaOrange" }, { "Name": "MaximumSpawnsPerDay",// yours "Value": {"Default": "-1"}, "When": {"": ""} }, { "Name": "MaximumSpawnsPerDay",// yours "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}}",// yours }, ] }
Click this button: