1
0
ZenlessData/Data/Abyss_BossFight05_EnvBuff_01.json
2025-01-21 21:25:26 -03:00

171 lines
3.7 KiB
JSON

{
"AbilityName": "Abyss_BossFight05_EnvBuff_01",
"AbilitySpecials": {
"AS_BaseAtkRatio": {
"Value": 0.2
},
"AS_CritDamageRatioDelta": {
"Value": 0.2
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnBeingHit": [
{
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByHasModifier",
"ModifierNameList": [
"QTESignModifier"
],
"OperatorType": "Not",
"Target": "Other"
},
{
"$type": "ByAnimTagList",
"TagList": [
"AttackQTE",
"NormalQTE"
]
}
],
"SuccessActions": [
{
"$type": "ApplyModifier",
"ModifierName": "WeakModifier"
},
{
"$type": "ApplyModifier",
"ModifierName": "BuffSign"
}
]
},
{
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByAnimTagList",
"TagList": [
"ParryAid",
"AttackAid"
],
"Target": "Self"
}
],
"SuccessActions": [
{
"$type": "ApplyModifier",
"ModifierName": "WeakModifier"
},
{
"$type": "ApplyModifier",
"ModifierName": "BuffSign"
}
]
},
{
"$type": "ApplyModifier",
"ModifierName": "QTESignModifier",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"AttackQTE",
"NormalQTE"
],
"Target": "Other"
}
],
"Target": "Other"
}
],
"OnBuffAdded": [
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"WeakParry"
],
"IsAdd": true,
"Predicates": [
{
"$type": "ByHandlingBuffID",
"BuffIDList": [
3400412
]
},
{
"$type": "ByBuffCount",
"BuffID": 3400412,
"CompareType": "GreaterEqual",
"StackCount": 4
}
]
}
],
"OnBuffRemoved": [
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"WeakParry"
],
"IsAdd": false,
"Predicates": [
{
"$type": "ByHandlingBuffID",
"BuffIDList": [
3400412
]
},
{
"$type": "ByBuffCount",
"BuffID": 3400412,
"CompareType": "Less",
"StackCount": 4
}
]
}
]
},
"Modifiers": {
"BuffSign": {
"Buff": {
"BuffID": 3400412,
"IsOverrideDuration": true
},
"Duration": 20,
"MaxStackingNumber": 8,
"ModifierStacking": "MultipleRefresh"
},
"QTESignModifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnSkillStart": [
{
"$type": "RemoveModifier",
"ModifierName": "QTESignModifier",
"Predicates": [
{
"$type": "ByFromSkillType",
"SkillType": "QTE"
}
],
"Target": "Self"
}
]
},
"WeakModifier": {
"Duration": 20,
"MaxStackingNumber": 4,
"ModifierStacking": "MultipleRefresh",
"OnBeingHit": [
{
"$type": "ModifyAttackDataAction",
"PropertyKey": "Actor_CriticalDamageRatioDelta",
"PropertyValue": "%AS_CritDamageRatioDelta",
"Target": "Other"
}
]
}
}
}