Files
2026-07-20 17:19:20 +07:00

38 lines
730 B
JSON

{
"list": [
{
"id": "PreparedMeat",
"buffClass": "NonvolatileBuff",
"buffType": "Neutral",
"maxStack": 1,
"canBeDespelled": false,
"destroyableOnZero": false,
"list": []
},
{
"id": "Hunger",
"buffClass": "NonvolatileBuff",
"buffType": "Neutral",
"maxStack": 4,
"canBeDespelled": false,
"destroyableOnZero": false,
"list": [
{
"ability": "Hunger"
}
]
},
{
"id": "PriceOfCare",
"buffClass": "NonvolatileBuff",
"buffType": "Neutral",
"maxStack": 999,
"canBeDespelled": false,
"destroyableOnZero": false,
"list": [
{
}
]
}
]
}