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": "Anonymous Wedding Flowers", // Name here makes it easier to see the patch in the log "Action": "EditData", "Target": "Data/SpecialOrders", "Entries": { "RattoMod_Anonymous_WeddingFlowersOrder": { "Name": "Wedding Flowers", // This is the special order name that will show on the orders board and in the player journal "Requester": "Pierre", // Who posts the request on the orders board "Duration": "TwoWeeks", "Repeatable": "False", "RequiredTags": "!season_spring, !season_winter, !dropbox_PierreBox", "OrderType": "Donate", "SpecialRule": "", "ItemToRemoveOnEnd": null, "MailToRemoveOnEnd": null, "RandomizedElements": null, "Text": "A message from my cousin: I'm getting married soon, and my cousin Pierre says the flowers here are beautiful! Could someone drop off 20 sunflowers at his shop?", // The text shown on the special order board and the journal, "Objectives": [ { "Type": "Donate", "Text": "Drop off 20 Sunflowers in the empty box in Pierre's shop", // The text for the objective in the journal "RequiredCount": "20", "Data": { "AcceptedContextTags": "item_sunflower", "DropBox": "PierreBox", "DropBoxGameLocation": "SeedShop", "DropBoxIndicatorLocation": "18.5 27" } }, { "Type": "Donate", "Text": "Drop off 20 Sunflowers in the empty box in Pierre's shop", // The text for the objective in the journal "RequiredCount": "20", "Data": { "AcceptedContextTags": "item_sunflower", "DropBox": "PierreBox", "DropBoxGameLocation": "SeedShop", "DropBoxIndicatorLocation": "18.5 27" } } ], "Rewards": [ { "Type": "Money", "Data": { "Amount": "5000" } }, { "Type": "Friendship", "Data": {} // I modeled this after how vanilla special orders are formatted } ] } } }
Click this button: