ZenlessData/Data/CharacterStory_Burnice_10405001_ClearStun.json
2024-09-23 09:11:37 -03:00

31 lines
712 B
JSON

{
"AbilityName": "CharacterStory_Burnice_10405001_ClearStun",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ModifyAttackDataAction",
"PropertyKey": "Actor_NoStun",
"PropertyValue": 1,
"Target": "Self"
},
{
"$type": "ModifyStunStateAction",
"Target": "Self",
"TargetState": "Normal"
},
{
"$type": "ProcessStunCDAction",
"ProcessType": "Trigger",
"Target": "Self"
},
{
"$type": "ModifyProperty",
"Percentage": 0,
"PropertyModifyFunction": "Replace",
"PropertyType": "CurStun",
"Target": "Self"
}
]
}
}