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