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.2.0",
  "CustomLocations": [
    {
      "Name": "Custom_Little_Hollow",
      "FromMapFile": "assets/Map.tmx"
    }
  ],
  "Changes": [
    {
      "Action": "EditData",
      "Target": "Data/Characters",
      "Entries": {
        "Cedric": {
          "DisplayName": "Cedric",
          "BirthSeason": "Fall",
          "BirthDay": 14,
          "HomeRegion": "Farm",
          "Gender": "Male",
          "Age": "Adult",
          "Manner": "Neutral",
          "SocialAnxiety": "Shy",
          "Optimism": "Neutral",
          "CanBeRomanced": true,
          "Home": [
            {
              "Id": "Default",
              "Location": "BusStop",
              "Tile": {
                "X": 20,
                "Y": 23
              },
              "Direction": "Down"
            }
          ]
        }
      }
    },
    {
      "Action": "Load",
      "Target": "Characters/Cedric",
      "FromFile": "assets/NPC/CedricSprites.png"
    },
    {
      "Action": "Load",
      "Target": "Portraits/Cedric",
      "FromFile": "assets/NPC/CedricPortraits.png"
    },
    {
      "Action": "Load",
      "Target": "Characters/Dialogue/Cedric",
      "FromFile": "assets/NPC/CedricDialogue.json"
    },
    {
      "Action": "Load",
      "Target": "Characters/schedules/Cedric",
      "FromFile": "assets/NPC/CedricSchedule.json"
    },
    {
      "Action": "EditData",
      "Target": "Data/NPCGiftTastes",
      "Entries": {
        "Cedric": "No way really? This is for me? Thank you!./307 168/Awesome, thanks for the gift./128 -15/Oh uh... okay./164/What is this?/72/Oh hey thanks!/-4/ "
      }
    }
  ]
}