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": [
    {
      "LogName": "Load - Textura Mate Cocido",
      "Action": "Load",
      "Target": "Mods/{{ModId}}/assets/Cooking Recipes/MateCocido",
      "FromFile": "assets/Cooking Recipes/Objects.png"
    },
    {
      "Action": "EditData",
      "Target": "Data/Objects",
      "Entries": {
        "{{ModId}}_MateCocido": {
          "Name": "MateCocido",
          "DisplayName": "{{i18n:MateCocido.DisplayName}}",
          "Description": "{{i18n:MateCocido.Description}}",
          "Type": "Cooking",
          "Category": -7,
          "Price": 900,
          "Texture": "Mods/{{ModId}}/assets/Cooking Recipes/MateCocido",
          "SpriteIndex": 4,
          "Edibility": 75,
          "IsDrink": true,
          "Buffs": [
            {
              "Id": "Food",
              "BuffId": null,
              "IconTexture": null,
              "IconSpriteIndex": 0,
              "Duration": 800,
              "IsDebuff": false,
              "GlowColor": null,
              "CustomAttributes": {
                "FarmingLevel": 0.0,
                "FishingLevel": 0.0,
                "MiningLevel": 0.0,
                "LuckLevel": 0.0,
                "ForagingLevel": 0.0,
                "MaxStamina": 0.0,
                "MagneticRadius": 0.0,
                "Speed": 1.5,
                "Defense": 0.0,
                "Attack": 0.0
              }
            }
          ]
        }
      }
    },
    {
      "Action": "EditData",
      "Target": "Data/CookingRecipes",
      "Entries": {
        "{{ModId}}_MateCocido": "{{ModId}}_Yerba_Mate_Package 1 {{ModId}}_mineral_water 2/9999 9999/{{ModId}}_MateCocido/null/{{i18n:MateCocido.DisplayName}}"
      }
    }
  ]
}