1
0
ZenlessData/Data/Level_ResetStun.json

17 lines
310 B
JSON
Raw Normal View History

{
"AbilityName": "Level_ResetStun",
"AbilityStacking": "Unique",
"OnAdded": [
{
"$type": "ModifyStunStateAction",
"Target": "Self",
"TargetState": "Normal"
},
{
"$type": "DecreaseStunAction",
"Amount": 0,
"Percentage": 1,
"Target": "Self"
}
]
}