ZenlessData/Data/SacrificeBringer_Battle_Achievements.json
2024-12-17 20:43:14 -03:00

121 lines
3.1 KiB
JSON

{
"AbilityMixins": [
{
"$type": "AttachStateWithModifierMixin",
"ConfigList": [
{
"AnimatorStateName": "P2_OD_Release_Attack01",
"FrameCountLow": 0,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": true,
"MaxFrameCountLow": false,
"ModifierNameList": [
"CheckHitAvatarModifier"
]
},
{
"AnimatorStateName": "P2_OD_Release_Attack02",
"FrameCountLow": 0,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": true,
"MaxFrameCountLow": false,
"ModifierNameList": [
"CheckHitAvatarModifier"
]
},
{
"AnimatorStateName": "P2_OD_Release_Attack03",
"FrameCountLow": 0,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": true,
"MaxFrameCountLow": false,
"ModifierNameList": [
"CheckHitAvatarModifier"
]
},
{
"AnimatorStateName": "P2_OD_Release_Attack04",
"FrameCountLow": 0,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": true,
"MaxFrameCountLow": false,
"ModifierNameList": [
"CheckHitAvatarModifier"
]
},
{
"AnimatorStateName": "P2_OD_Release_Attack_Idle_Loop",
"FrameCountHigh": 60,
"FrameCountLow": 0,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": true,
"MaxFrameCountLow": false,
"ModifierNameList": [
"CheckHitAvatarModifier"
]
}
],
"IsSeam": false
}
],
"AbilityName": "SacrificeBringer_Battle_Achievements",
"AbilityStacking": "Unique",
"Modifiers": {
"CheckHitAvatarModifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"SacrificeBringer_Battle_Achievements"
],
"IsAdd": true
}
],
"OnAttackLanded": [
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"SacrificeBringer_Battle_Achievements"
],
"IsAdd": false,
"Predicates": [
{
"$type": "ByEntityType",
"EntityType": "Avatar",
"Target": "Target"
},
{
"$type": "ByTotalDamage",
"CompareType": "Greater",
"Damage": 0,
"SkipDamage": true,
"Target": "Target"
}
]
}
],
"OnRemoved": [
{
"$type": "TriggerLevelCustomConditions",
"LevelConditionsID": 1617,
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"SacrificeBringer_Battle_Achievements"
],
"Target": "Self"
}
]
}
]
}
}
}