JSON validator

Validation

Oops, found some issues with your JSON. See format documentation for more info.

Line Field Error
1 Missing required fields: Format.

Content

You can change JSON format () or edit this file.
{
  "Changes": [
    {
      "Action": "EditData",
      "Target": "Data/Characters",
      "Entries": {
        "{{ModId}}_Rosalie": {
          "DisplayName": "Rosalie",
          "Gender": "Female",
          "Age": "Adult",
          "Manner": "Polite",
          "SocialAnxiety": "Shy",
          "Optimism": "Neutral",
          "BirthSeason": "spring",
          "BirthDay": "19",
          "HomeRegion": "Town",
          "CanBeRomanced": true,
          "CanVisitIsland": false,
          "SpouseAdopts": true,
          "IntroductionsQuest": true,
          "ItemDeliveryQuests": true,
          "WinterStarParticipant": true,
          "Home": [
            {
              "Id": "Default",
              "Location": "Saloon",
              "Tile": {
                "X": 5,
                "Y": 11
              },
              "Direction": "Right"
            }
          ]
        }
      }
    }
  ]
}