1
0
ZenlessData/Data/JsonBytes/NewAbility/LevelAbility/Level_GoldenBomb_ResetStun.json
2025-04-22 20:22:46 -03:00

23 lines
486 B
JSON

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