2024-08-14 09:59:23 +08:00
|
|
|
{
|
|
|
|
"AbilityMixins": [
|
|
|
|
{
|
|
|
|
"$type": "ActwithStateFrameMixin",
|
|
|
|
"ConfigList": [
|
|
|
|
{
|
|
|
|
"ActionList": [
|
|
|
|
{
|
|
|
|
"$type": "ApplyModifier",
|
|
|
|
"ModifierName": "Quest2Modifier",
|
|
|
|
"Target": "Self"
|
|
|
|
}
|
|
|
|
],
|
2024-11-04 13:05:40 +08:00
|
|
|
"AnimatorStateName": "Attack_Normal_05_01_Enhance",
|
2024-08-14 09:59:23 +08:00
|
|
|
"ForceTriggerOnTransitionIn": true,
|
2024-11-04 13:05:40 +08:00
|
|
|
"FrameCountHigh": 0,
|
|
|
|
"FrameCountLow": 0,
|
2024-08-14 09:59:23 +08:00
|
|
|
"IsLoop": false,
|
2024-11-04 13:05:40 +08:00
|
|
|
"LayerIndex": 0,
|
|
|
|
"MaxFrameCountHigh": true,
|
|
|
|
"Target": "Self"
|
2024-08-14 09:59:23 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"ActionList": [
|
|
|
|
{
|
|
|
|
"$type": "ApplyModifier",
|
|
|
|
"ModifierName": "Quest2Modifier",
|
|
|
|
"Target": "Self"
|
|
|
|
}
|
|
|
|
],
|
2024-11-04 13:05:40 +08:00
|
|
|
"AnimatorStateName": "Attack_Normal_05_02_Loop_Enhance",
|
2024-08-14 09:59:23 +08:00
|
|
|
"ForceTriggerOnTransitionIn": true,
|
2024-11-04 13:05:40 +08:00
|
|
|
"FrameCountHigh": 0,
|
|
|
|
"FrameCountLow": 0,
|
|
|
|
"IsLoop": true,
|
|
|
|
"LayerIndex": 0,
|
|
|
|
"MaxFrameCountHigh": true,
|
|
|
|
"Target": "Self"
|
2024-08-14 09:59:23 +08:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"AbilityName": "Lighter_TutorialAbility",
|
|
|
|
"AbilityStacking": "Unique",
|
2024-11-04 13:05:40 +08:00
|
|
|
"DefaultModifier": {
|
|
|
|
"OnAdded": [
|
|
|
|
{
|
|
|
|
"$type": "RecoverSPAction",
|
|
|
|
"Amount": 100,
|
|
|
|
"Percentage": 0,
|
|
|
|
"Target": "Self"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"OnHitOther": [
|
|
|
|
{
|
|
|
|
"$type": "ApplyModifier",
|
|
|
|
"ModifierName": "Quest3Modifier",
|
|
|
|
"Predicates": [
|
|
|
|
{
|
|
|
|
"$type": "ByAnimEventIDs",
|
|
|
|
"AnimEventIDs": [
|
|
|
|
"Lighter_Attack_Normal_05_03_Enhance_Max_AttackProperty_01",
|
|
|
|
"Lighter_Attack_Normal_05_03_Enhance_Max_AttackProperty_02"
|
|
|
|
],
|
|
|
|
"Target": "Self"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"OnSkillStart": [
|
|
|
|
{
|
|
|
|
"$type": "ApplyModifier",
|
|
|
|
"ModifierName": "Quest1Modifier",
|
|
|
|
"Predicates": [
|
|
|
|
{
|
|
|
|
"$type": "ByFromSkillType",
|
|
|
|
"SkillType": "ExSp"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2024-08-14 09:59:23 +08:00
|
|
|
"Modifiers": {
|
2024-11-04 13:05:40 +08:00
|
|
|
"FullMario_Flag_Modifier": {
|
|
|
|
"Duration": -1,
|
|
|
|
"ModifierStacking": "Unique"
|
|
|
|
},
|
2024-08-14 09:59:23 +08:00
|
|
|
"Quest1Modifier": {
|
|
|
|
"Duration": 1,
|
|
|
|
"ModifierStacking": "Replace",
|
|
|
|
"OnAdded": [
|
|
|
|
{
|
|
|
|
"$type": "LDListenEntityAction",
|
|
|
|
"TargetKey": "AvatarTutorial_Lighter_1"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"Quest2Modifier": {
|
|
|
|
"Duration": 1,
|
|
|
|
"ModifierStacking": "Replace",
|
|
|
|
"OnAdded": [
|
|
|
|
{
|
|
|
|
"$type": "LDListenEntityAction",
|
2024-11-04 13:05:40 +08:00
|
|
|
"Predicates": [
|
|
|
|
{
|
|
|
|
"$type": "ByHasModifier",
|
|
|
|
"ModifierNameList": [
|
|
|
|
"FullMario_Flag_Modifier"
|
|
|
|
],
|
|
|
|
"OperatorType": "Not",
|
|
|
|
"Target": "Self"
|
|
|
|
}
|
|
|
|
],
|
2024-08-14 09:59:23 +08:00
|
|
|
"TargetKey": "AvatarTutorial_Lighter_2"
|
2024-11-04 13:05:40 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"$type": "ApplyModifier",
|
|
|
|
"ModifierName": "FullMario_Flag_Modifier",
|
|
|
|
"Target": "Self"
|
2024-08-14 09:59:23 +08:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"Quest3Modifier": {
|
|
|
|
"Duration": 1,
|
|
|
|
"ModifierStacking": "Replace",
|
|
|
|
"OnAdded": [
|
|
|
|
{
|
|
|
|
"$type": "LDListenEntityAction",
|
|
|
|
"TargetKey": "AvatarTutorial_Lighter_3"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|