ZenlessData/Data/Level_HandBook_RecoverStun.json

27 lines
525 B
JSON
Raw Normal View History

{
"AbilityName": "Level_HandBook_RecoverStun",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "StunUpModifier",
"Target": "Self"
}
]
},
"Modifiers": {
"StunUpModifier": {
"Duration": 1,
"ModifierStacking": "Refresh",
"OnAdded": [
{
"$type": "RecoverStunAction",
"Amount": 5400,
"Percentage": 0,
"Target": "Self"
}
]
}
}
}