stardew_valley/[CP] Locations of APi and APIHouse/content.json
2024-01-11 05:38:42 +08:00

50 lines
1.1 KiB
JSON

{
"Format": "1.20.0",
"Changes": [
{
"Action": "EditData",
"Target": "Mods/Bouhm.NPCMapLocations/NPCs",
"Entries": {
// NPCMapLocations - https://www.nexusmods.com/stardewvalley/mods/239
"APi": {
"CustomNpcMarkerOffsets": 0
}
}
},
{
"Action": "EditData",
"Target": "Mods/Bouhm.NPCMapLocations/Locations",
"Entries": {
"APIHouse": {
"MapVectors": [
{
"TileX": 0,
"TileY": 0,
"MapX": 336,
"MapY": 400
},
{
"TileX": 15,
"TileY": 15,
"MapX": 350,
"MapY": 410
}
]
},
"APi的家": {
"MapTooltip": {
"X": 336,
"Y": 400,
"Width": 48,
"Height": 20,
"PrimaryText": "API's House"
}
}
}
}
]
}