ZenlessData/Data/QuickGuideTutorialLevel_101.json

132 lines
2.9 KiB
JSON
Raw Normal View History

{
"AbilityMixins": [
{
"$type": "AttachZoneTagWithModifierMixin",
"ConfigList": [
{
"ModifierNameList": [
"Quest1Modifier"
],
"ZoneTag": "Move"
}
]
},
{
"$type": "SkillBtnListenerMixin",
"BtnListeners": [
{
"BtnOperations": [
{
"ListenerType": "PointDown",
"PressTime": 0.2,
"TriggerActions": [
{
"$type": "ApplyModifier",
"ModifierName": "Quest2Modifier"
}
]
}
],
"SkillBtnIndex": 1001
}
]
},
{
"$type": "AttachStateWithModifierMixin",
"ConfigList": [
{
"AnimatorStateName": "Evade_Front",
"FrameCountHigh": 0,
"FrameCountLow": 0,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": true,
"MaxFrameCountLow": false,
"ModifierNameList": [
"Quest3Modifier"
]
},
{
"AnimatorStateName": "Evade_Back",
"FrameCountHigh": 0,
"FrameCountLow": 0,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": true,
"MaxFrameCountLow": false,
"ModifierNameList": [
"Quest3Modifier"
]
}
]
}
],
"AbilityName": "QuickGuideTutorialLevel_101",
"AbilitySpecials": {
"AS_HitCount": {
"Value": 0,
"ValueType": "Integer"
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnHitOther": [
{
"$type": "ApplyModifier",
"ModifierName": "Quest4Modifier",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"AttackNormal",
"Normal"
]
}
],
"Target": "Self"
}
]
},
"Modifiers": {
"Quest1Modifier": {
"Duration": 1,
"ModifierStacking": "Replace",
"OnAdded": [
{
"$type": "LDListenEntityAction",
"TargetKey": "QuickGuideTutorialLevel_101_1"
}
]
},
"Quest2Modifier": {
"Duration": 1,
"ModifierStacking": "Replace",
"OnAdded": [
{
"$type": "LDListenEntityAction",
"TargetKey": "QuickGuideTutorialLevel_101_2"
}
]
},
"Quest3Modifier": {
"Duration": 1,
"ModifierStacking": "Replace",
"OnAdded": [
{
"$type": "LDListenEntityAction",
"TargetKey": "QuickGuideTutorialLevel_101_3"
}
]
},
"Quest4Modifier": {
"Duration": 1,
"ModifierStacking": "Replace",
"OnAdded": [
{
"$type": "LDListenEntityAction",
"TargetKey": "QuickGuideTutorialLevel_101_4"
}
]
}
}
}