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

75 lines
1.8 KiB
JSON

{
"AbilityMixins": [
{
"$type": "ActwithStateFrameMixin",
"ConfigList": [
{
"ActionList": [
{
"$type": "ApplyModifier",
"ModifierName": "Quest1Modifier",
"Target": "Self"
}
],
"AnimatorStateName": "Attack_ExSpecial_01",
"ForceTriggerOnTransitionIn": true,
"Frame": 0,
"IsLoop": false,
"LayerIndex": 0
},
{
"ActionList": [
{
"$type": "ApplyModifier",
"ModifierName": "Quest2Modifier",
"Target": "Self"
}
],
"AnimatorStateName": "Attack_ChainAttack_01",
"ForceTriggerOnTransitionIn": true,
"Frame": 0,
"IsLoop": false,
"LayerIndex": 0
},
{
"ActionList": [
{
"$type": "ApplyModifier",
"ModifierName": "Quest2Modifier",
"Target": "Self"
}
],
"AnimatorStateName": "Attack_ChainAttack_02",
"ForceTriggerOnTransitionIn": true,
"Frame": 0,
"IsLoop": false,
"LayerIndex": 0
}
]
}
],
"AbilityName": "Pulchra_TutorialAbility",
"AbilityStacking": "Unique",
"Modifiers": {
"Quest1Modifier": {
"Duration": 1,
"ModifierStacking": "Replace",
"OnAdded": [
{
"$type": "LDListenEntityAction",
"TargetKey": "AvatarTutorial_Pulchra_1"
}
]
},
"Quest2Modifier": {
"Duration": 1,
"ModifierStacking": "Replace",
"OnAdded": [
{
"$type": "LDListenEntityAction",
"TargetKey": "AvatarTutorial_Pulchra_2"
}
]
}
}
}