stardew-valley-mods/CJBItemSpawner/assets/item-data.json
2025-07-12 21:22:07 +08:00

49 lines
687 B
JSON

{
/**
* Item categories that can be sold in shops, regardless of what SObject.canBeShipped() returns.
*/
"ForceSellable": [
// adventure guild
-28,
-98,
-97,
-96,
// blacksmith
-12,
-2,
-15,
// Marnie's shop
-18,
-6,
-5,
-14,
// pierre's shop
-81,
-75,
-79,
-80,
-74,
-17,
-18,
-6,
-26,
-5,
-14,
-19,
-7,
-25,
// Robin's shop
-16,
// Willy's shop
-4,
-23,
-21,
-22
]
}