SMAPI
About SMAPI
Modding docs
Tools
Mod compatibility
Log parser
JSON validator
JSON validator
Upload a JSON file
Choose the JSON format:
None
SMAPI: manifest
SMAPI: translations (i18n)
Content Patcher
Drag the file onto this textbox
(or
choose a file
)
:
{ "Format": "2.9.0", "Changes": [ { "Action": "EditData", "Target": "Data/AdditionalFarms", "Entries": { "Sheilabear.CountryParkFarm/CountryParkFarm": { "ID": "CountryParkFarm", "TooltipStringPath": "Strings/UI:CountryParkFarm", "MapName": "CountryParkFarm", "IconTexture": "Mods/Sheilabear.CountryParkFarm/Icon", } } }, //Tilesheets { "Action": "Load", "Target": "Maps/spring_outdoorsCustomTileSheet, Maps/summer_outdoorsCustomTileSheet, Maps/fall_outdoorsCustomTileSheet, Maps/winter_outdoorsCustomTileSheet", "FromFile": "Assets/Tilesheets/{{TargetWithoutPath}}.png", }, //Farm Localization { "Action": "EditData", "Target": "Strings/UI", "Entries": { "CountryParkFarm": "{{i18n:CountryParkFarm.Description}}" } }, //Farm Icon { "Action": "Load", "Target": "Mods/Sheilabear.CountryParkFarm/Icon", "FromFile": "Assets/Tilesheets/Icon.png" }, //Farm Data { "Action": "EditData", "Target": "Data/Locations", "Entries": { "Farm_CountryParkFarm": { "Fish": [ { "Id": "CountryPark_129", "ItemId": "(O)129", "Chance": 0.14 }, { "Id": "CountryPark_131", "ItemId": "(O)131", "Chance": 0.14 }, { "Id": "CountryPark_137", "ItemId": "(O)137", "Chance": 0.14 }, { "Id": "CountryPark_145", "ItemId": "(O)145", "Chance": 0.12 }, { "Id": "CountryPark_147", "ItemId": "(O)147", "Chance": 0.11 }, { "Id": "CountryPark_150", "ItemId": "(O)150", "Chance": 0.09 }, { "Id": "CountryPark_152", "ItemId": "(O)152", "Chance": 0.15 }, { "Id": "CountryPark_153", "ItemId": "(O)153", "Chance": 0.17 } ] } } }, //Farm Map { "Action": "Load", "Target": "Maps/CountryParkFarm", "FromFile": "Assets/Maps/Farm_CountryParkFarm.tmx", } ] }
Click this button: