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
)
:
{ "LogName": "Gift Tastes for Zayne", "Action": "EditData", "Target": "Data/NPCGiftTastes", "When": { "HasSeenEvent: hostPlayer |contains=75160375": true }, "TextOperations": [ ///Zayne { // Love "Operation": "Append", "Target": [ "Fields", "Zayne", "1" ], "Value": "", "Delimiter": " " }, { // Like "Operation": "Append", "Target": [ "Fields", "Zayne", "3" ], "Value": "{{ModID}}_StampPride {{ModID}}_StampPlane", "Delimiter": " " }, { // Dislike "Operation": "Append", "Target": [ "Fields", "Zayne", "5" ], "Value": "", "Delimiter": " " }, { // Hate "Operation": "Append", "Target": [ "Fields", "Zayne", "7" ], "Value": "", "Delimiter": " " }, { // Neutral "Operation": "Append", "Target": [ "Fields", "Zayne", "9" ], "Value": "", "Delimiter": " " } ] }
Click this button: