ZenlessData/Data/CharacterStory_Burnice_10405001_ClearStun.json

31 lines
712 B
JSON
Raw Permalink Normal View History

{
"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"
}
]
}
}