687 lines
16 KiB
JSON
687 lines
16 KiB
JSON
{
|
||
"Shops": [
|
||
{
|
||
"ShopName": "PiShop",
|
||
"PortraitPath": "assets/Portrait.png",
|
||
"Quote": "here's coming!",
|
||
"LocalizedQuote": { "zh": "过了这个村可就没这个店了" },
|
||
"MaxNumItemsSoldInStore": 30,
|
||
"ItemStocks": [
|
||
//常驻
|
||
{
|
||
"ItemType": "Seed",
|
||
"JAPacks": [
|
||
"pipiobjectshopalways"
|
||
],
|
||
"StockPrice": 90
|
||
},
|
||
{
|
||
"ItemType": "Object",
|
||
"ItemNames": [
|
||
"Turnip"
|
||
],
|
||
"StockPrice": 450,
|
||
"Stock": 5
|
||
},
|
||
{
|
||
"ItemType": "Object",
|
||
"ItemNames": [
|
||
"Soya Bean"
|
||
],
|
||
"StockPrice": 100,
|
||
"Stock": 5
|
||
},
|
||
{
|
||
"ItemType": "Object",
|
||
"ItemNames": [
|
||
"Rotten Flesh"
|
||
],
|
||
"StockPrice": 50
|
||
},
|
||
{
|
||
"ItemType": "Object",
|
||
"ItemNames": [
|
||
"Rotten Flesh"
|
||
],
|
||
"IsRecipe": true,
|
||
"StockPrice": 300
|
||
},
|
||
{
|
||
"ItemType": "Weapon",
|
||
"ItemNames": [
|
||
"Kaofish Sword"
|
||
],
|
||
"StockItemCurrency": "Kaofish",
|
||
"StockCurrencyStack": 3,
|
||
"StockPrice": 0
|
||
},
|
||
{
|
||
"ItemType": "Object",
|
||
"ItemNames": [
|
||
"Strawberry Smoothie"
|
||
],
|
||
"Stock": 2,
|
||
"StockPrice": 800
|
||
},
|
||
{
|
||
"ItemType": "Object",
|
||
"ItemIds": [
|
||
835
|
||
],
|
||
"StockPrice": 12345,
|
||
"Stock": 1
|
||
},
|
||
//二心好感度
|
||
{
|
||
"ItemType": "Object",
|
||
"ItemNames": [
|
||
"Apple Soy Milk"
|
||
],
|
||
"When": [
|
||
"f Api 500"
|
||
],
|
||
"Stock": 4,
|
||
"StockPrice": 400
|
||
},
|
||
{
|
||
"ItemType": "Object",
|
||
"ItemIds": [
|
||
433
|
||
],
|
||
"When": [
|
||
"f Api 500"
|
||
],
|
||
"Stock": 3,
|
||
"StockPrice": 800
|
||
},
|
||
{
|
||
"ItemType": "Object",
|
||
"ItemNames": [
|
||
"Apple Soy Milk"
|
||
],
|
||
"When": [
|
||
"f Api 500"
|
||
],
|
||
"IsRecipe": true,
|
||
"StockPrice": 500
|
||
},
|
||
//四心好感度
|
||
{
|
||
"ItemType": "Object",
|
||
"ItemNames": [
|
||
"Strawberry Soy Milk"
|
||
],
|
||
"When": [
|
||
"f Api 1000"
|
||
],
|
||
"Stock": 4,
|
||
"StockPrice": 400
|
||
},
|
||
{
|
||
"ItemType": "Object",
|
||
"ItemNames": [
|
||
"Strawberry Soy Milk"
|
||
],
|
||
"When": [
|
||
"f Api 1000"
|
||
],
|
||
"IsRecipe": true,
|
||
"StockPrice": 800
|
||
},
|
||
//六心好感度
|
||
{
|
||
"ItemType": "Object",
|
||
"ItemNames": [
|
||
"Cattail Seeds"
|
||
],
|
||
"When": [
|
||
"!z fall/f Api 1500"
|
||
],
|
||
"StockPrice": 125
|
||
},
|
||
{
|
||
"ItemType": "Object",
|
||
"ItemNames": [
|
||
"Cattail"
|
||
],
|
||
"When": [
|
||
"f Api 1500"
|
||
],
|
||
"StockPrice": 900,
|
||
"Stock": 3
|
||
},
|
||
{
|
||
"ItemType": "Object",
|
||
"ItemNames": [
|
||
"Apple"
|
||
],
|
||
"When": [
|
||
"f Api 1500"
|
||
],
|
||
"Stock": 3,
|
||
"StockPrice": 400
|
||
},
|
||
//八心好感度
|
||
{
|
||
"ItemType": "Object",
|
||
"ItemNames": [
|
||
"Pi Lunch"
|
||
],
|
||
"When": [
|
||
"f Api 2000"
|
||
],
|
||
"IsRecipe": true,
|
||
"StockPrice": 800
|
||
},
|
||
{
|
||
"ItemType": "Object",
|
||
"ItemNames": [
|
||
"Mango Smoothie"
|
||
],
|
||
"When": [
|
||
"f Api 2000"
|
||
],
|
||
"IsRecipe": true,
|
||
"StockPrice": 800
|
||
},
|
||
//十心好感度
|
||
{
|
||
"ItemType": "Hat",
|
||
"ItemNames": [
|
||
"bbt hat"
|
||
],
|
||
"When": [
|
||
"f Api 2500"
|
||
],
|
||
"StockPrice": 8888
|
||
}
|
||
],
|
||
"When": [
|
||
"!d Tue Wed Thu Fri Sat Sun/t 1200 2000"
|
||
],
|
||
"ClosedMessage": "pi is sleeping",
|
||
"LocalizedClosedMessage": { "zh": "店铺准备中 (营业时间 中午12:00-下午8:00 周一休息)" }
|
||
},
|
||
{
|
||
"ShopName": "GroundMarket",
|
||
"Quote": "Remember that Api will be the only beneficiary of this market.",
|
||
"LocalizedQuote": { "zh": "请记住,本店唯一受益者一定是api" },
|
||
"ItemStocks": [
|
||
//春冬季
|
||
{
|
||
"ItemType": "Object",
|
||
"ItemIDs": [
|
||
382
|
||
],
|
||
"StockItemCurrency": "Sap",
|
||
"StockCurrencyStack": 20,
|
||
"Stock": 45,
|
||
"StockPrice": 0,
|
||
"When": [
|
||
"!z spring",
|
||
"!z winter"
|
||
]
|
||
},
|
||
{
|
||
"ItemType": "Object",
|
||
"ItemIDs": [
|
||
265
|
||
],
|
||
"StockItemCurrency": "Seaweed",
|
||
"StockCurrencyStack": 4,
|
||
"Stock": 2,
|
||
"StockPrice": 0,
|
||
"When": [
|
||
"!z spring",
|
||
"!z winter"
|
||
]
|
||
},
|
||
{
|
||
"ItemType": "Object",
|
||
"ItemIDs": [
|
||
787
|
||
],
|
||
"StockItemCurrency": "Emerald",
|
||
"StockCurrencyStack": 1,
|
||
"Stock": 5,
|
||
"StockPrice": 0,
|
||
"When": [
|
||
"!z spring",
|
||
"!z winter"
|
||
]
|
||
},
|
||
{
|
||
"ItemType": "Object",
|
||
"ItemIDs": [
|
||
725
|
||
],
|
||
"StockItemCurrency": "Amethyst",
|
||
"StockCurrencyStack": 1,
|
||
"Stock": 5,
|
||
"StockPrice": 0,
|
||
"When": [
|
||
"!z spring",
|
||
"!z winter"
|
||
]
|
||
},
|
||
{
|
||
"ItemType": "Object",
|
||
"ItemIDs": [
|
||
390
|
||
],
|
||
"Stock": 999,
|
||
"StockPrice": 30,
|
||
"When": [
|
||
"!z spring",
|
||
"!z winter"
|
||
]
|
||
},
|
||
{
|
||
"ItemType": "Object",
|
||
"ItemIDs": [
|
||
1210
|
||
],
|
||
"Stock": 10,
|
||
"StockPrice": 20000,
|
||
"When": [
|
||
"!s 1210 10"
|
||
]
|
||
},
|
||
{
|
||
"ItemType": "Weapon",
|
||
"ItemNames": [
|
||
"Beef Pickaxe"
|
||
],
|
||
"StockPrice": 50000,
|
||
"When": [
|
||
"s 1210 10"
|
||
]
|
||
},
|
||
{
|
||
"ItemType": "Object",
|
||
"ItemIDs": [
|
||
226
|
||
],
|
||
"StockItemCurrency": "Bellfish",
|
||
"StockCurrencyStack": 1,
|
||
"Stock": 1,
|
||
"StockPrice": 0,
|
||
"IsRecipe": true,
|
||
"When": [
|
||
"!z spring"
|
||
]
|
||
},
|
||
{
|
||
"ItemType": "Ring",
|
||
"ItemIDs": [
|
||
859
|
||
],
|
||
"StockItemCurrency": "Baofish",
|
||
"StockCurrencyStack": 2,
|
||
"Stock": 1,
|
||
"StockPrice": 0,
|
||
"When": [
|
||
"!z spring",
|
||
"!z winter"
|
||
]
|
||
},
|
||
{
|
||
"ItemType": "Object",
|
||
"ItemIDs": [
|
||
231
|
||
],
|
||
"StockItemCurrency": "Ryufish",
|
||
"StockCurrencyStack": 1,
|
||
"Stock": 1,
|
||
"StockPrice": 0,
|
||
"IsRecipe": true,
|
||
"When": [
|
||
"!z fall",
|
||
"!z winter"
|
||
]
|
||
},
|
||
{
|
||
"ItemType": "Ring",
|
||
"ItemIDs": [
|
||
862
|
||
],
|
||
"StockItemCurrency": "Abufish",
|
||
"StockCurrencyStack": 2,
|
||
"Stock": 1,
|
||
"StockPrice": 0,
|
||
"When": [
|
||
"!z winter"
|
||
]
|
||
},
|
||
//夏季
|
||
{
|
||
"ItemType": "Object",
|
||
"ItemNames": [
|
||
"Slime Ice Cream"
|
||
],
|
||
"StockPrice": 500,
|
||
"IsRecipe": true,
|
||
"When": [
|
||
"!z summer"
|
||
]
|
||
},
|
||
{
|
||
"ItemType": "Object",
|
||
"ItemNames": [
|
||
"Strawberry Smoothie"
|
||
],
|
||
"StockPrice": 700,
|
||
"IsRecipe": true,
|
||
"When": [
|
||
"!z summer"
|
||
]
|
||
},
|
||
{
|
||
"ItemType": "Object",
|
||
"ItemNames": [
|
||
"冰"
|
||
],
|
||
"Stock": 20,
|
||
"StockPrice": 80,
|
||
"When": [
|
||
"!z summer"
|
||
]
|
||
},
|
||
{
|
||
"ItemType": "Object",
|
||
"ItemIDs": [
|
||
773
|
||
],
|
||
"StockItemCurrency": "Turnip",
|
||
"StockCurrencyStack": 5,
|
||
"Stock": 3,
|
||
"StockPrice": 0,
|
||
"When": [
|
||
"!z summer"
|
||
]
|
||
},
|
||
{
|
||
"ItemType": "Object",
|
||
"ItemNames": [
|
||
"Mango Smoothie"
|
||
],
|
||
"StockItemCurrency": "Salmonberry",
|
||
"StockCurrencyStack": 5,
|
||
"Stock": 1,
|
||
"StockPrice": 0,
|
||
"When": [
|
||
"!z summer"
|
||
]
|
||
},
|
||
{
|
||
"ItemType": "Hat",
|
||
"ItemNames": [
|
||
"Panda Hat"
|
||
],
|
||
"StockItemCurrency": "Kaofish",
|
||
"StockCurrencyStack": 3,
|
||
"Stock": 1,
|
||
"StockPrice": 0,
|
||
"When": [
|
||
"!z summer"
|
||
]
|
||
},
|
||
{
|
||
"ItemType": "Ring",
|
||
"ItemIDs": [
|
||
861
|
||
],
|
||
"StockItemCurrency": "Ladyfish",
|
||
"StockCurrencyStack": 2,
|
||
"Stock": 1,
|
||
"StockPrice": 0,
|
||
"When": [
|
||
"!z summer"
|
||
]
|
||
},
|
||
{
|
||
"ItemType": "Hat",
|
||
"ItemNames": [
|
||
"Cowboy Hat"
|
||
],
|
||
"StockItemCurrency": "12fish",
|
||
"StockCurrencyStack": 3,
|
||
"Stock": 1,
|
||
"StockPrice": 0,
|
||
"When": [
|
||
"!z summer"
|
||
]
|
||
},
|
||
//秋季
|
||
{
|
||
"ItemType": "Object",
|
||
"ItemNames": [
|
||
"Pumpkin Soy Milk"
|
||
],
|
||
"StockPrice": 500,
|
||
"IsRecipe": true,
|
||
"When": [
|
||
"!z fall"
|
||
]
|
||
},
|
||
{
|
||
"ItemType": "Object",
|
||
"ItemNames": [
|
||
"Coffee Bean"
|
||
],
|
||
"StockPrice": 50,
|
||
"Stock": 10,
|
||
"When": [
|
||
"!z fall"
|
||
]
|
||
},
|
||
{
|
||
"ItemType": "Object",
|
||
"ItemNames": [
|
||
"Deluxe Speed-Gro"
|
||
],
|
||
"StockItemCurrency": "Blackberry",
|
||
"StockCurrencyStack": 5,
|
||
"Stock": 50,
|
||
"When": [
|
||
"!z fall"
|
||
]
|
||
},
|
||
{
|
||
"ItemType": "Object",
|
||
"ItemIDs": [
|
||
235
|
||
],
|
||
"StockItemCurrency": "Maofish",
|
||
"StockCurrencyStack": 1,
|
||
"Stock": 1,
|
||
"StockPrice": 0,
|
||
"IsRecipe": true,
|
||
"When": [
|
||
"!z fall"
|
||
]
|
||
},
|
||
{
|
||
"ItemType": "Object",
|
||
"ItemIDs": [
|
||
232
|
||
],
|
||
"StockItemCurrency": "Naichafish",
|
||
"StockCurrencyStack": 1,
|
||
"Stock": 1,
|
||
"StockPrice": 0,
|
||
"IsRecipe": true,
|
||
"When": [
|
||
"!z fall"
|
||
]
|
||
},
|
||
//附魔钻石剑
|
||
{
|
||
"ItemType": "Weapon",
|
||
"ItemNames": [
|
||
"Diamond SwordEX"
|
||
],
|
||
"StockItemCurrency": "Diamond",
|
||
"StockCurrencyStack": 5,
|
||
"Stock": 1,
|
||
"StockPrice": 50000,
|
||
"When": [
|
||
"!z summer/f Api 2000",
|
||
"!z fall/f Api 2000"
|
||
]
|
||
},
|
||
{
|
||
"ItemType": "Weapon",
|
||
"ItemNames": [
|
||
"Rainbow Beef Pickaxe"
|
||
],
|
||
"StockItemCurrency": "Magic Rock Candy",
|
||
"StockCurrencyStack": 5,
|
||
"Stock": 1,
|
||
"StockPrice": 50000,
|
||
"When": [
|
||
"e 38727226"
|
||
]
|
||
}
|
||
],
|
||
"When": [
|
||
"u 19 20"
|
||
],
|
||
"ClosedMessage": "Closing. Welcome in 19th,20th per season.",
|
||
"LocalizedClosedMessage": { "zh": "歇业中。每季度19、20号固定开启的猫猫地摊期待您准时光临。" }
|
||
},
|
||
{
|
||
"ShopName": "Claw_Game",
|
||
"Quote": "Though this is a claw game, the rewards are buyable.",
|
||
"LocalizedQuote": { "zh": "明明是抓娃娃机,但却是用固定东西交换奖品的。" },
|
||
"ItemStocks": [
|
||
{
|
||
"ItemType": "Object",
|
||
"ItemNames": [
|
||
"Horse Flute"
|
||
],
|
||
"StockItemCurrency": "Cattail",
|
||
"StockCurrencyStack": 40,
|
||
"Stock": 1,
|
||
"StockPrice": 0,
|
||
"When": [
|
||
"!d Sat Sun"
|
||
]
|
||
},
|
||
{
|
||
"ItemType": "BigCraftable",
|
||
"ItemNames": [
|
||
"Junimo Chest"
|
||
],
|
||
"StockItemCurrency": "Cattail",
|
||
"StockCurrencyStack": 15,
|
||
"Stock": 2,
|
||
"StockPrice": 0,
|
||
"When": [
|
||
"!d Sat Sun"
|
||
]
|
||
},
|
||
{
|
||
"ItemType": "Weapon",
|
||
"ItemNames": [
|
||
"Yamato"
|
||
],
|
||
"StockItemCurrency": "Cash",
|
||
"StockCurrencyStack": 20,
|
||
"Stock": 1,
|
||
"StockPrice": 8888
|
||
},
|
||
{
|
||
"ItemType": "Object",
|
||
"ItemNames": [
|
||
"Magic Bait"
|
||
],
|
||
"StockItemCurrency": "Soya Bean",
|
||
"StockCurrencyStack": 3,
|
||
"Stock": 50,
|
||
"StockPrice": 20
|
||
},
|
||
{
|
||
"ItemType": "Object",
|
||
"ItemNames": [
|
||
"Cinder Shard"
|
||
],
|
||
"StockItemCurrency": "Nether Wart",
|
||
"StockCurrencyStack": 2,
|
||
"Stock": 30,
|
||
"StockPrice": 0
|
||
},
|
||
{
|
||
"ItemType": "Object",
|
||
"ItemNames": [
|
||
"Dragon Tooth"
|
||
],
|
||
"StockItemCurrency": "Nether Wart",
|
||
"StockCurrencyStack": 10,
|
||
"Stock": 2,
|
||
"StockPrice": 0
|
||
},
|
||
{
|
||
"ItemType": "Object",
|
||
"ItemNames": [
|
||
"Nether Wart Seeds"
|
||
],
|
||
"StockItemCurrency": "Ginger",
|
||
"StockCurrencyStack": 2,
|
||
"StockPrice": 50
|
||
},
|
||
{
|
||
"ItemType": "Object",
|
||
"ItemNames": [
|
||
"Cash Sapling"
|
||
],
|
||
"StockItemCurrency": "Turnip",
|
||
"StockCurrencyStack": 66,
|
||
"Stock": 1,
|
||
"StockPrice": 0
|
||
},
|
||
{
|
||
"ItemType": "Object",
|
||
"ItemNames": [
|
||
"Deluxe Retaining Soil"
|
||
],
|
||
"StockItemCurrency": "Mussel",
|
||
"StockCurrencyStack": 2,
|
||
"Stock": 20,
|
||
"StockPrice": 80
|
||
}
|
||
]
|
||
}
|
||
],
|
||
"VanillaShops": [
|
||
{
|
||
"ShopName": "KrobusShop",
|
||
"AddStockAboveVanilla": true,
|
||
"ItemStocks": [
|
||
{
|
||
"ItemType": "Weapon",
|
||
"ItemNames": [
|
||
"Diamond Sword"
|
||
],
|
||
"StockItemCurrency": "Slime",
|
||
"StockCurrencyStack": 99,
|
||
"Stock": 1,
|
||
"StockPrice": 0
|
||
},
|
||
{
|
||
"ItemType": "Object",
|
||
"ItemNames": [
|
||
"pi胖吉胸针"
|
||
],
|
||
"StockItemCurrency": "Prismatic Shard",
|
||
"StockCurrencyStack": 2,
|
||
"Stock": 1,
|
||
"StockPrice": 0,
|
||
"When": [
|
||
"!i 1209/f Api 2500"
|
||
]
|
||
}
|
||
]
|
||
}
|
||
]
|
||
} |