stardew_valley/Api mod/[JA] pi shop common/Objects/Strawberry Smoothie/object.json
2024-01-11 05:38:42 +08:00

52 lines
1.1 KiB
JSON

{
"Name": "Strawberry Smoothie",
"Description": "那个夏天,那个女仆带来的美食。",
"Category": "Cooking",
"Edibility": 55,
"EdibleIsDrink": false,
"EdibleBuffs":
{
"Farming": 1,
"Fishing": 0,
"Mining": 0,
"Luck": 1,
"Foraging": 1,
"MaxStamina": 0,
"MagnetRadius": 0,
"Speed": 0,
"Defense": 0,
"Attack": 0,
"Duration": 400,
},
"Price": 800,
"IsColored": false,
"GiftTastes":
{
"Like": ["Api"],
},
"Recipe":
{
"ResultCount": 1,
"Ingredients": [
{
"Object": 400,
"Count": 1,
},
{
"Object": "冰",
"Count": 2,
},
{
"Object": -6,
"Count": 1,
}],
"CanPurchase": false,
"PurchaseFrom": "Pierre",
"PurchasePrice": 3000,
"PurchaseRequirements": ["z spring","z fall","z winter", ],
},
"NameLocalization":
{
"zh": "草莓冰沙",
},
}