mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
36 lines
779 B
JSON
36 lines
779 B
JSON
{
|
|
"AbilityName": "Battery_BreakStun",
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"OnStunDestroyOtherActions": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "StunBuffModifier",
|
|
"Target": "Target"
|
|
}
|
|
],
|
|
"OnStunResetOtherActions": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "StunBuffModifier",
|
|
"Target": "Target"
|
|
}
|
|
],
|
|
"OnStunResetOtherMaxActions": [
|
|
{
|
|
"$type": "InterruptMaterialPropertyAction",
|
|
"Tag": "Monster_Common_BreakStun_ScreenImage_01",
|
|
"Target": "Target"
|
|
}
|
|
]
|
|
},
|
|
"Modifiers": {
|
|
"StunBuffModifier": {
|
|
"Buff": {
|
|
"BuffID": 101002,
|
|
"IsOverrideDuration": true
|
|
},
|
|
"Duration": -1
|
|
}
|
|
}
|
|
} |