2024-11-04 08:05:40 +03:00
|
|
|
{
|
|
|
|
"AbilityName": "Level_HandBook_RecoverStun",
|
|
|
|
"AbilityStacking": "Unique",
|
|
|
|
"DefaultModifier": {
|
|
|
|
"OnAdded": [
|
|
|
|
{
|
|
|
|
"$type": "ApplyModifier",
|
|
|
|
"ModifierName": "StunUpModifier",
|
|
|
|
"Target": "Self"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"Modifiers": {
|
|
|
|
"StunUpModifier": {
|
|
|
|
"Duration": 1,
|
|
|
|
"ModifierStacking": "Refresh",
|
|
|
|
"OnAdded": [
|
|
|
|
{
|
|
|
|
"$type": "RecoverStunAction",
|
2024-12-18 02:43:14 +03:00
|
|
|
"Amount": 6790,
|
2024-11-04 08:05:40 +03:00
|
|
|
"Percentage": 0,
|
|
|
|
"Target": "Self"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|