stardew_valley/Api mod/[JA] pi shop hearts/Objects/Pi Lunch/object.json

49 lines
1002 B
JSON
Raw Normal View History

2024-01-11 05:38:42 +08:00
{
"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便当",
},
}