mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
23 lines
486 B
JSON
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"
|
|
}
|
|
]
|
|
} |