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

50 lines
1.0 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"Name": "Mango Smoothie",
"Description": "api喜爱的食物之一夏天的解暑圣品。",
"Category": "Cooking",
"Edibility": 75,
"EdibleIsDrink": false,
"EdibleBuffs":
{
"Farming": 0,
"Fishing": 0,
"Mining": 0,
"Luck": 0,
"Foraging": 0,
"MaxStamina": 0,
"MagnetRadius": 0,
"Speed": 1,
"Defense": 1,
"Attack": 2,
"Duration": 400,
},
"Price": 1000,
"IsColored": false,
"GiftTastes":
{
"Love": ["Api"],
},
"Recipe":
{
"ResultCount": 1,
"Ingredients": [
{
"Object": 834,
"Count": 1,
},
{
"Object": "冰",
"Count": 2,
},
{
"Object": -6,
"Count": 1,
}],
"CanPurchase": false,
"PurchaseRequirements": ["z spring","z fall","z winter", ],
},
"NameLocalization":
{
"zh": "芒果刨冰",
},
}