mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
58 lines
1.3 KiB
JSON
58 lines
1.3 KiB
JSON
{
|
|
"AbilityName": "Abyss_PeriodicLayerBuff_10_02",
|
|
"AbilitySpecials": {
|
|
"AS_StunDamageTakeRatioMax": {
|
|
"Value": 0.6
|
|
},
|
|
"StunDamageTakeRatio": {
|
|
"Value": 0.1
|
|
}
|
|
},
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"ModifierStacking": "Unique",
|
|
"OnStunCreateActions": [
|
|
{
|
|
"$type": "RemoveModifier",
|
|
"ModifierName": "ControlModifier",
|
|
"Target": "Self"
|
|
},
|
|
{
|
|
"$type": "RemoveModifier",
|
|
"ModifierName": "StumDamageTakeRatioModifier",
|
|
"StackCount": 99,
|
|
"Target": "Self"
|
|
}
|
|
],
|
|
"OnStunDestroyActions": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "ControlModifier",
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
},
|
|
"Modifiers": {
|
|
"ControlModifier": {
|
|
"Duration": -1,
|
|
"IgnoreTimeScale": false,
|
|
"ModifierStacking": "Unique",
|
|
"OnThinkInterval": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "StumDamageTakeRatioModifier",
|
|
"Target": "Self"
|
|
}
|
|
],
|
|
"ThinkInterval": 1
|
|
},
|
|
"StumDamageTakeRatioModifier": {
|
|
"Duration": -1,
|
|
"MaxStackingNumber": 6,
|
|
"ModifierStacking": "MultipleRefresh",
|
|
"Properties": {
|
|
"Actor_StunDamageTakeRatio": "%StunDamageTakeRatio"
|
|
}
|
|
}
|
|
}
|
|
} |