ZenlessData/Data/Lycaon_TutorialAbility.json
2024-08-13 22:59:23 -03:00

145 lines
3.7 KiB
JSON

{
"AbilityMixins": [
{
"$type": "ActwithStateFrameMixin",
"ConfigList": [
{
"ActionList": [
{
"$type": "ApplyModifier",
"ModifierName": "Quest1Modifier",
"Target": "Self"
}
],
"AnimatorStateName": "Attack_Normal_01_Charge",
"ForceTriggerOnTransitionIn": true,
"Frame": 9,
"IsLoop": false,
"LayerIndex": 0
},
{
"ActionList": [
{
"$type": "ApplyModifier",
"ModifierName": "Quest1Modifier",
"Target": "Self"
}
],
"AnimatorStateName": "Attack_Normal_02_Charge",
"ForceTriggerOnTransitionIn": true,
"Frame": 9,
"IsLoop": false,
"LayerIndex": 0
},
{
"ActionList": [
{
"$type": "ApplyModifier",
"ModifierName": "Quest1Modifier",
"Target": "Self"
}
],
"AnimatorStateName": "Attack_Normal_03_Charge",
"ForceTriggerOnTransitionIn": true,
"Frame": 9,
"IsLoop": false,
"LayerIndex": 0
},
{
"ActionList": [
{
"$type": "ApplyModifier",
"ModifierName": "Quest1Modifier",
"Target": "Self"
}
],
"AnimatorStateName": "Attack_Normal_04_Charge",
"ForceTriggerOnTransitionIn": true,
"Frame": 9,
"IsLoop": false,
"LayerIndex": 0
},
{
"ActionList": [
{
"$type": "ApplyModifier",
"ModifierName": "Quest1Modifier",
"Target": "Self"
}
],
"AnimatorStateName": "Attack_Normal_05_Enhance_01",
"ForceTriggerOnTransitionIn": true,
"Frame": 0,
"IsLoop": false,
"LayerIndex": 0
},
{
"ActionList": [
{
"$type": "ApplyModifier",
"ModifierName": "Quest1Modifier",
"Target": "Self"
}
],
"AnimatorStateName": "Attack_Normal_05_Enhance_02",
"ForceTriggerOnTransitionIn": true,
"Frame": 0,
"IsLoop": false,
"LayerIndex": 0
},
{
"ActionList": [
{
"$type": "ApplyModifier",
"ModifierName": "Quest2Modifier",
"Target": "Self"
}
],
"AnimatorStateName": "Attack_Branch_01_ChargeAttack_02",
"ForceTriggerOnTransitionIn": true,
"Frame": 0,
"IsLoop": false,
"LayerIndex": 0
},
{
"ActionList": [
{
"$type": "ApplyModifier",
"ModifierName": "Quest2Modifier",
"Target": "Self"
}
],
"AnimatorStateName": "Attack_Branch_02_ChargeAttack_02",
"ForceTriggerOnTransitionIn": true,
"Frame": 0,
"IsLoop": false,
"LayerIndex": 0
}
]
}
],
"AbilityName": "Lycaon_TutorialAbility",
"AbilityStacking": "Unique",
"Modifiers": {
"Quest1Modifier": {
"Duration": 1,
"ModifierStacking": "Replace",
"OnAdded": [
{
"$type": "LDListenEntityAction",
"TargetKey": "AvatarTutorial_Lycaon_1"
}
]
},
"Quest2Modifier": {
"Duration": 1,
"ModifierStacking": "Replace",
"OnAdded": [
{
"$type": "LDListenEntityAction",
"TargetKey": "AvatarTutorial_Lycaon_2"
}
]
}
}
}