JSON validator
Validation
Oops, found some issues with your JSON. See format documentation for more info.
| Line | Field | Error |
|---|---|---|
| 18 | Changes[1].FromFile | Invalid value; must be a file path ending with .fnt, .json, .png, .tbin, .tmx, or .xnb. |
| 31 | DynamicTokens[0].Name | The token name should be alphanumeric with no special characters. |
| 38 | DynamicTokens[1].Name | The token name should be alphanumeric with no special characters. |
Content
You can change JSON format () or edit this file.
{
"Format": "2.9.1",
"ConfigSchema": {
"Enable Old Seed Sprites": {
"AllowValues": "true, false",
"Default": "false",
"Description": "Replaces the seed sprites with those from the initial versions of the mod, and alters the names to make them a little more accurate."
}
},
"Changes": [
{
"Action": "Load",
"Target": "TntDove.PBB/objects, TntDove.PBB/crops, TntDove.PBB/giantcrops",
"FromFile": "assets/{{TargetWithoutPath}}.png"
},
{
"Action": "Include",
"FromFile": "data/shop_pierre.json, data/shop_oasis.json, data/shop_islandtrader.json, data/shop_travelingcart.json, data/shop_icecreamstand.json, data/shop_extras.json,"
},
{
"Action": "Include",
"FromFile": "data/objects.json, data/crops.json, data/giantcrops.json, data/objectreplacements.json, data/recipes.json, data/machines.json, data/forage.json, data/mail.json, data/gifttastes.json, data/overrides.json, data/buffs.json, data/quests.json, data/events.json, data/characters.json, data/migration.json, data/rift.json, data/riftdimension.json, data/sounds.json, data/triggeractions.json, data/dreamlocation.json, data/secrets.json, data/dialogue.json"
},
{
"Action": "Include",
"FromFile": "data/objectcategories.json"
}
],
"DynamicTokens": [
{
"Name": "{{NPCFriendshipLvl}}",
"Value": "Friend",
"When": {
"Hearts:{{ModId}}_Darkrai": "{{Range: 6, 10}}"
}
},
{
"Name": "{{NPCFriendshipLvl}}",
"Value": "Servant",
"When": {
"Hearts:{{ModId}}_Darkrai": "{{Range: 0, 5}}"
}
}
]
}