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

44 lines
887 B
JSON

{
"list": [
{
"id": "ATL_Agility",
"buffClass": "NonvolatileBuff",
"buffType": "Positive",
"canBeDespelled": true,
"list": [
{
"ability": "ATLAgility",
"value": 2
}
]
},
{
"id": "ATL_EndureLaceration",
"buffClass": "NonvolatileBuff",
"buffType": "Positive",
"maxStack": 10,
"canBeDespelled": false,
"list": [
{
"ability": "TakeSinBuffDamageMultiplierByStack",
"value": -0.1,
"buffData": {
"buffKeyword": "Laceration"
}
}
]
},
{
"id": "MaxHpMultiplier",
"buffClass": "NonvolatileBuff",
"buffType": "Positive",
"canBeDespelled": true,
"list": [
{
"ability": "MaxHpMultiplierByStack",
"value": 0.01
}
]
}
]
}