1
0
ZenlessData/Data/ActivityBattleAbility_VR_016_Buff_ElementAccumulationPlay_Enemy.json
2025-03-11 21:10:23 -03:00

77 lines
2.0 KiB
JSON

{
"AbilityName": "ActivityBattleAbility_VR_016_Buff_ElementAccumulationPlay_Enemy",
"AbilitySpecials": {
"AS_AbnormalResistDelta": {
"Value": -0.5
},
"AS_PartStunRatio": {
"Value": 0.2
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "ListenModifer",
"Target": "Caster"
}
]
},
"Modifiers": {
"DebuffModifer": {
"Duration": -1,
"ModifierStacking": "GlobalUnique",
"OnBeingHit": [
{
"$type": "ModifyAttackDataAction",
"PropertyKey": "Actor_AbnormalResistDelta_Physics",
"PropertyValue": "%AS_AbnormalResistDelta",
"Target": "Self"
},
{
"$type": "ModifyAttackDataAction",
"PropertyKey": "Actor_AbnormalResistDelta_Fire",
"PropertyValue": "%AS_AbnormalResistDelta",
"Target": "Self"
},
{
"$type": "ModifyAttackDataAction",
"PropertyKey": "Actor_AbnormalResistDelta_Ice",
"PropertyValue": "%AS_AbnormalResistDelta",
"Target": "Self"
},
{
"$type": "ModifyAttackDataAction",
"PropertyKey": "Actor_AbnormalResistDelta_Elec",
"PropertyValue": "%AS_AbnormalResistDelta",
"Target": "Self"
},
{
"$type": "ModifyAttackDataAction",
"PropertyKey": "Actor_AbnormalResistDelta_Ether",
"PropertyValue": "%AS_AbnormalResistDelta",
"Target": "Self"
}
]
},
"ListenModifer": {
"Duration": -1,
"ModifierStacking": "GlobalUnique",
"OnStunCreateActions": [
{
"$type": "RemoveModifier",
"ModifierName": "DebuffModifer",
"Target": "Self"
}
],
"OnStunDestroyActions": [
{
"$type": "ApplyModifier",
"ModifierName": "DebuffModifer",
"Target": "Self"
}
]
}
}
}