mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
136 lines
3.3 KiB
JSON
136 lines
3.3 KiB
JSON
{
|
|
"AbilityMixins": [
|
|
{
|
|
"$type": "ActwithStateFrameMixin",
|
|
"ConfigList": [
|
|
{
|
|
"ActionList": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "Quest1Modifier",
|
|
"Target": "Self"
|
|
}
|
|
],
|
|
"AnimatorStateName": "Attack_Branch_02_Loop_01",
|
|
"ForceTriggerOnTransitionOut": false,
|
|
"Frame": 12,
|
|
"IsLoop": false,
|
|
"LayerIndex": 0
|
|
},
|
|
{
|
|
"ActionList": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "Quest1Modifier",
|
|
"Target": "Self"
|
|
}
|
|
],
|
|
"AnimatorStateName": "Attack_Branch_02_Loop_02",
|
|
"ForceTriggerOnTransitionOut": false,
|
|
"Frame": 12,
|
|
"IsLoop": false,
|
|
"LayerIndex": 0
|
|
},
|
|
{
|
|
"ActionList": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "Quest2Modifier",
|
|
"Target": "Self"
|
|
}
|
|
],
|
|
"AnimatorStateName": "Attack_Branch_01_Flag",
|
|
"ForceTriggerOnTransitionOut": false,
|
|
"Frame": 110,
|
|
"IsLoop": false,
|
|
"LayerIndex": 0
|
|
},
|
|
{
|
|
"ActionList": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "Quest2Modifier",
|
|
"Target": "Self"
|
|
}
|
|
],
|
|
"AnimatorStateName": "Attack_Branch_02_Flag_01",
|
|
"ForceTriggerOnTransitionOut": false,
|
|
"Frame": 44,
|
|
"IsLoop": false,
|
|
"LayerIndex": 0
|
|
},
|
|
{
|
|
"ActionList": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "Quest2Modifier",
|
|
"Target": "Self"
|
|
}
|
|
],
|
|
"AnimatorStateName": "Attack_Branch_02_Flag_02",
|
|
"ForceTriggerOnTransitionOut": false,
|
|
"Frame": 44,
|
|
"IsLoop": false,
|
|
"LayerIndex": 0
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"AbilityName": "Aokaku_TutorialAbility",
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"OnSkillStart": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "Quest3Modifier",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByFromSkillID",
|
|
"SkillID": "Aokaku_Normal"
|
|
},
|
|
{
|
|
"$type": "ByAnimCtrlerParam",
|
|
"BoolVal": true,
|
|
"CompareType": "Equal",
|
|
"ParamName": "Bool_IsEnhanced",
|
|
"ParamType": 2,
|
|
"Target": "Self"
|
|
}
|
|
],
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
},
|
|
"Modifiers": {
|
|
"Quest1Modifier": {
|
|
"Duration": 1,
|
|
"ModifierStacking": "Replace",
|
|
"OnAdded": [
|
|
{
|
|
"$type": "LDListenEntityAction",
|
|
"TargetKey": "AvatarTutorial_Aokaku_1"
|
|
}
|
|
]
|
|
},
|
|
"Quest2Modifier": {
|
|
"Duration": 1,
|
|
"ModifierStacking": "Replace",
|
|
"OnAdded": [
|
|
{
|
|
"$type": "LDListenEntityAction",
|
|
"TargetKey": "AvatarTutorial_Aokaku_2"
|
|
}
|
|
]
|
|
},
|
|
"Quest3Modifier": {
|
|
"Duration": 1,
|
|
"ModifierStacking": "Replace",
|
|
"OnAdded": [
|
|
{
|
|
"$type": "LDListenEntityAction",
|
|
"TargetKey": "AvatarTutorial_Aokaku_3"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |