ZenlessData/Data/Abyss_PeriodicLayerBuff_02.json

51 lines
1.2 KiB
JSON
Raw Normal View History

{
"AbilityName": "Abyss_PeriodicLayerBuff_02",
"AbilitySpecials": {
"AS_AddedBreakStunRatio": {
"Value": 0.5
},
"AS_AddedDamageRatio": {
"Value": -0.2
},
"AS_BreakStunTime": {
"Value": 0
},
"DestroyRecoverRate_Ratio": {
"Value": -0.16
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnBeingHit": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByIsStunDestroyed",
"IsStunDestroyed": false,
"Target": "Self"
}
],
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AS_AddedDamageRatio",
"Target": "Target"
},
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByIsStunDestroyed",
"IsStunDestroyed": false,
"Target": "Self"
}
],
"PropertyKey": "Actor_AddedBreakStunRatio",
"PropertyValue": "%AS_AddedBreakStunRatio",
"Target": "Target"
}
],
"Properties": {
"Actor_StunDestroyRecoverRate_Ratio": "%DestroyRecoverRate_Ratio"
}
}
}