ZenlessData/Data/Level_GoldenBomb_ResetStun.json

23 lines
486 B
JSON
Raw Permalink Normal View History

{
"AbilityName": "Level_GoldenBomb_ResetStun",
"AbilityStacking": "Unique",
"OnAbilityStart": [
{
"$type": "ModifyStunStateAction",
"Target": "Self",
"TargetState": "Normal"
},
{
"$type": "ProcessStunCDAction",
"ProcessType": "Trigger",
"Target": "Self"
},
{
"$type": "ModifyProperty",
"Percentage": 0.95,
"PropertyModifyFunction": "Add",
"PropertyType": "CurStun",
"Target": "Self"
}
]
}