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

49 lines
1002 B
JSON
Raw 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": "Pi Lunch",
"Description": "豪华的pi便当梦幻的神奇组合。",
"Category": "Cooking",
"Edibility": 70,
"EdibleIsDrink": false,
"EdibleBuffs":
{
"Farming": 0,
"Fishing": 0,
"Mining": 0,
"Luck": 0,
"Foraging": 0,
"MaxStamina": 0,
"MagnetRadius": 0,
"Speed": 0,
"Defense": 0,
"Attack": 0,
"Duration": 400,
},
"Price": 1000,
"IsColored": false,
"GiftTastes":
{
"Like": ["Api"],
},
"Recipe":
{
"ResultCount": 1,
"Ingredients": [
{
"Object": -6,
"Count": 1,
},
{
"Object":"Rotten Flesh",
"Count": 1,
},
{
"Object": "Yellow Flower Salad",
"Count": 1,
}],
"CanPurchase": false,
},
"NameLocalization":
{
"zh": "Pi便当",
},
}