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.
{
  "Changes": [
    /*
    This file runs once for every enabled item.

    The file uses the LocalTokens defined in includes.json.
*/
    /* Change the sprite for the given item.*/
    {
      "Action": "EditData",
      "Target": "Data/Objects",
      "Fields": {
        "{{ItemId}}": {
          "Texture": "Mods/{{ModID}}/JojaAnimalProducts",
          "SpriteIndex": "{{SpriteIndex}}"
        }
      }
    }
    /*
     // Changes the name and description for the given item, if enabled.
     {
      "Action":"EditData",
      "Target":"Data/Objects",
      "TargetField":"",
      "Entries":{

      },
      "When":{
         "RenameJojaItems":true
      }
     },
*/
    /*
     // Change the color context tag for the given item, if enabled and appropriate.
     {
      "Action":"EditData",
      "Target":"Data/Objects",
      "TargetField":["{{ItemId}}","ContextTags"],
      "Entries":{
         "{{OldColor}}":"{{NewColor}}"
      },
      "When":{
         "JojaItemColourTags":true,
         "ColorChange":true
      }
     }
*/
  ]
}