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

73 lines
1.7 KiB
JSON

{
"AbilityName": "Abyss_BossFight03_EnvBuff_02",
"AbilitySpecials": {
"AS_CritDamageRatioDelta": {
"Value": 0.3
},
"AS_FeverAmount": {
"Value": 200
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnBeingHit": [
{
"$type": "ApplyModifier",
"ModifierName": "BuffModifier",
"Predicates": [
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"Monster_ComplexCorrupted_PartDestroyed_Leg_Attackproperty_01"
]
}
]
},
{
"$type": "ApplyModifier",
"ModifierName": "BuffSign",
"Predicates": [
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"Monster_ComplexCorrupted_PartDestroyed_Leg_Attackproperty_01"
]
}
]
}
]
},
"Modifiers": {
"BuffModifier": {
"Duration": 20,
"MaxStackingNumber": 4,
"ModifierStacking": "MultipleAllRefresh",
"OnAdded": [
{
"$type": "RecoverIndividualFeverAction",
"Amount": "%AS_FeverAmount",
"IgnoreRatio": false,
"Percentage": 0,
"Target": "LocalAvatar"
}
],
"OnBeingHit": [
{
"$type": "ModifyAttackDataAction",
"PropertyKey": "Actor_CriticalDamageRatioDelta",
"PropertyValue": "%AS_CritDamageRatioDelta",
"Target": "Target"
}
]
},
"BuffSign": {
"Buff": {
"BuffID": 3400332,
"IsOverrideDuration": true
},
"Duration": -1,
"MaxStackingNumber": 4,
"ModifierStacking": "MultipleAllRefresh"
}
}
}