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.
{
"Format": "2.9.0",
"$schema": "https://smapi.io/schemas/content-patcher.json",
"Changes": [
/* Hello here!*/
{
"Action": "Load",
"Target": "{{ModID}}/Portraits/<NPCINTERANLID>_spring, {{ModID}}/Portraits/<NPCINTERANLID>_summer, {{ModID}}/Portraits/<NPCINTERANLID>_fall, {{ModID}}/Portraits/<NPCINTERANLID>_winter",
"FromFile": "Assets/Portraits/{{TargetWithoutPath}}.png"
},
{
"Action": "EditImage",
"Target": "Portraits/npcID",
"FromFile": "Assets/npcID_{{season}}.png"
}
]
}