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

158 lines
3.8 KiB
JSON

{
"AbilityMixins": [
{
"$type": "AttachStateWithModifierMixin",
"ConfigList": [
{
"AnimatorStateName": "Attack_ChargeAttack_Attack01",
"FrameCountHigh": 25,
"FrameCountLow": 0,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": false,
"MaxFrameCountLow": false,
"ModifierNameList": [
"Quest4Modifier"
]
},
{
"AnimatorStateName": "Attack_ChargeAttack_Attack02",
"FrameCountHigh": 25,
"FrameCountLow": 0,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": false,
"MaxFrameCountLow": false,
"ModifierNameList": [
"Quest4Modifier"
]
},
{
"AnimatorStateName": "Attack_ChargeAttack_Attack03",
"FrameCountHigh": 99,
"FrameCountLow": 0,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": true,
"MaxFrameCountLow": false,
"ModifierNameList": [
"Quest4Modifier"
]
},
{
"AnimatorStateName": "Attack_Branch_02_Attack_01",
"FrameCountHigh": 34,
"FrameCountLow": 0,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": false,
"MaxFrameCountLow": false,
"ModifierNameList": [
"Quest3Modifier"
]
},
{
"AnimatorStateName": "Attack_Branch_02_Attack_02",
"FrameCountHigh": 34,
"FrameCountLow": 0,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": false,
"MaxFrameCountLow": false,
"ModifierNameList": [
"Quest3Modifier"
]
},
{
"AnimatorStateName": "Attack_Branch_03_Attack_01",
"FrameCountHigh": 70,
"FrameCountLow": 0,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": false,
"MaxFrameCountLow": false,
"ModifierNameList": [
"Quest3Modifier"
]
}
],
"IsSeam": true
}
],
"AbilityName": "Unagi_TutorialAbility",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnHitOther": [
{
"$type": "ApplyModifier",
"ModifierName": "Quest1Modifier",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"AttackSpecial",
"NormalSp"
]
}
],
"Target": "Self"
},
{
"$type": "ApplyModifier",
"ModifierName": "Quest2Modifier",
"Predicates": [
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"Unagi_Attack_UniqueSkill_AttackProperty_01"
],
"Target": "Self"
}
],
"Target": "Self"
}
]
},
"Modifiers": {
"Quest1Modifier": {
"Duration": -1,
"ModifierStacking": "Replace",
"OnAdded": [
{
"$type": "LDListenEntityAction",
"TargetKey": "AvatarTutorial_Unagi_1"
}
]
},
"Quest2Modifier": {
"Duration": -1,
"ModifierStacking": "Replace",
"OnAdded": [
{
"$type": "LDListenEntityAction",
"TargetKey": "AvatarTutorial_Unagi_2"
}
]
},
"Quest3Modifier": {
"Duration": -1,
"ModifierStacking": "Replace",
"OnRemoved": [
{
"$type": "LDListenEntityAction",
"TargetKey": "AvatarTutorial_Unagi_3"
}
]
},
"Quest4Modifier": {
"Duration": -1,
"ModifierStacking": "Replace",
"OnRemoved": [
{
"$type": "LDListenEntityAction",
"TargetKey": "AvatarTutorial_Unagi_4"
}
]
}
}
}