2022-04-23 07:55:31 +05:30

350 lines
8.1 KiB
JSON

{
"GuideAvatarFlyPC": {
"name": "",
"predicates": [
{
"$type": "MoleMole.Config.ConfigGuideCheckPlatformCondition",
"platform": "Standalone",
"value": true
}
],
"onGuide": [
{
"$type": "MoleMole.Config.ConfigGuideUIMaskAction",
"widgetList": [
{
"path": "",
"contextName": "",
"hintInfo": "UI_GUIDE_INFO_MOVEFORWARD_PC",
"widghtInfo": "",
"warningInfo": "",
"actionInfoList": [
"MoveForward"
],
"valueStr": ""
}
],
"topInfo": "",
"POJADBNAHBB": "InLevelMainPage"
},
{
"$type": "MoleMole.Config.ConfigGuideForceAvatarMoveAction",
"mold": 1.0
},
{
"$type": "MoleMole.Config.ConfigGuideCameraControlAction"
},
{
"$type": "MoleMole.Config.ConfigGuideSwitchInputContextAction",
"inputEventList": [
"MoveEvent"
]
}
],
"finishCondition": [
[
{
"$type": "MoleMole.Config.ConfigGuideAvatarStateCondition",
"state": "CanFly"
}
]
],
"onQuit": [
{
"$type": "MoleMole.Config.ConfigGuideAddTaskAction",
"taskName": "GuideAvatarFly_Step02PC"
}
]
},
"GuideAvatarFly_Step02PC": {
"name": "",
"predicates": [
{
"$type": "MoleMole.Config.ConfigGuideCheckPlatformCondition",
"platform": "Standalone",
"value": true
}
],
"onGuide": [
{
"$type": "MoleMole.Config.ConfigGuideUIMaskAction",
"widgetList": [
{
"path": "",
"contextName": "",
"hintInfo": "UI_GUIDE_INFO_FLY_PC",
"widghtInfo": "",
"warningInfo": "",
"actionInfoList": [
"JumpOrSkill4"
],
"valueStr": ""
}
],
"topInfo": "",
"POJADBNAHBB": "InLevelMainPage"
},
{
"$type": "MoleMole.Config.ConfigGuidePauseAction"
},
{
"$type": "MoleMole.Config.ConfigGuideCameraControlAction"
},
{
"$type": "MoleMole.Config.ConfigGuideSwitchInputContextAction",
"inputEventList": [
"TriggerSkill4Event"
]
}
],
"finishCondition": [
[
{
"$type": "MoleMole.Config.ConfigGuideAvatarStateCondition",
"state": "Fly"
}
]
],
"onQuit": [
{
"$type": "MoleMole.Config.ConfigGuideDelayDoAction",
"delayTime": 0.8,
"actions": [
{
"$type": "MoleMole.Config.ConfigGuideAddTaskAction",
"taskName": "GuideAvatarFly_Step03PC"
}
]
}
]
},
"GuideAvatarFly_Step03PC": {
"name": "",
"predicates": [
{
"$type": "MoleMole.Config.ConfigGuideCheckPlatformCondition",
"platform": "Standalone",
"value": true
}
],
"onGuide": [
{
"$type": "MoleMole.Config.ConfigGuideUIMaskAction",
"widgetList": [
{
"path": "",
"contextName": "",
"hintInfo": "UI_GUIDE_INFO_MOVE_PC",
"widghtInfo": "",
"warningInfo": "",
"actionInfoList": [
"MoveForward",
"MoveBackward",
"MoveLeft",
"MoveRight"
],
"valueStr": ""
}
],
"topInfo": "",
"POJADBNAHBB": "InLevelMainPage"
},
{
"$type": "MoleMole.Config.ConfigGuideCameraControlAction"
},
{
"$type": "MoleMole.Config.ConfigGuidePauseAction"
},
{
"$type": "MoleMole.Config.ConfigGuideSwitchInputContextAction",
"inputEventList": [
"MoveEvent"
]
}
],
"finishCondition": [
[
{
"$type": "MoleMole.Config.ConfigGuideAvatarStateCondition",
"state": "TryToMove"
}
]
],
"onQuit": [
{
"$type": "MoleMole.Config.ConfigGuideAddTaskAction",
"taskName": "GuideAvatarFlyPS"
}
]
},
"GuideAvatarFlyInWindPC": {
"name": "",
"predicates": [
{
"$type": "MoleMole.Config.ConfigGuideCheckPlatformCondition",
"platform": "Standalone",
"value": true
}
],
"onGuide": [
{
"$type": "MoleMole.Config.ConfigGuideUIMaskAction",
"widgetList": [
{
"path": "",
"contextName": "",
"hintInfo": "UI_GUIDE_INFO_FLYINWIND_PC",
"widghtInfo": "",
"warningInfo": "",
"actionInfoList": [
"JumpOrSkill4"
],
"valueStr": ""
}
],
"topInfo": "",
"POJADBNAHBB": "InLevelMainPage"
}
],
"finishCondition": [
[
{
"$type": "MoleMole.Config.ConfigGuideAvatarStateCondition",
"state": "Fly"
}
],
[
{
"$type": "MoleMole.Config.ConfigGuideDelayFinishCondition",
"delayTime": 10.0
}
]
],
"onQuit": [
{
"$type": "MoleMole.Config.ConfigGuideAddTaskAction",
"taskName": "GuideAvatarFlyInWindPS"
}
]
},
"GuideFlyStartPC": {
"name": "",
"predicates": [
{
"$type": "MoleMole.Config.ConfigGuideCheckPlatformCondition",
"platform": "Standalone",
"value": true
},
{
"$type": "MoleMole.Config.ConfigGuideOpenStateCondition",
"openState": "OPEN_STATE_GUIDE_FLY_SECOND"
}
],
"finishCondition": [
[
{
"$type": "MoleMole.Config.ConfigGuideFlyStartCondition",
"height": 10.0
}
]
],
"onFinish": [
{
"$type": "MoleMole.Config.ConfigGuideAddTaskAction",
"taskName": "GuideFlyFailPC"
},
{
"$type": "MoleMole.Config.ConfigGuideAddTaskAction",
"taskName": "GuideFlyFinishPC"
}
]
},
"GuideFlyFailPC": {
"name": "",
"predicates": [
{
"$type": "MoleMole.Config.ConfigGuideCheckPlatformCondition",
"platform": "Standalone",
"value": true
},
{
"$type": "MoleMole.Config.ConfigGuideOpenStateCondition",
"openState": "OPEN_STATE_GUIDE_FLY_SECOND"
}
],
"finishCondition": [
[
{
"$type": "MoleMole.Config.ConfigGuideFlyFailCondition"
}
]
],
"onFinish": [
{
"$type": "MoleMole.Config.ConfigGuideEndTaskAction",
"taskName": "GuideFlyFinishPC"
},
{
"$type": "MoleMole.Config.ConfigGuideAddTaskAction",
"taskName": "GuideFlyStartPC"
}
]
},
"GuideFlyFinishPC": {
"name": "",
"predicates": [
{
"$type": "MoleMole.Config.ConfigGuideCheckPlatformCondition",
"platform": "Standalone",
"value": true
},
{
"$type": "MoleMole.Config.ConfigGuideOpenStateCondition",
"openState": "OPEN_STATE_GUIDE_FLY_SECOND"
}
],
"onGuide": [
{
"$type": "MoleMole.Config.ConfigGuideUIMaskAction",
"widgetList": [
{
"path": "",
"contextName": "",
"hintInfo": "UI_GUIDE_INFO_FLY_PC",
"widghtInfo": "",
"warningInfo": "",
"actionInfoList": [
"JumpOrSkill4"
],
"valueStr": ""
}
],
"topInfo": "",
"POJADBNAHBB": "InLevelMainPage"
}
],
"finishCondition": [
[
{
"$type": "MoleMole.Config.ConfigGuideFlyFinishCondition",
"time": 1.0
}
]
],
"onFinish": [
{
"$type": "MoleMole.Config.ConfigGuideEndTaskAction",
"taskName": "GuideFlyFailPC"
},
{
"$type": "MoleMole.Config.ConfigGuideEndTaskAction",
"taskName": "GuideFlyStartPC"
},
{
"$type": "MoleMole.Config.ConfigGuideSetOpenStateAction",
"openState": "OPEN_STATE_GUIDE_FLY_SECOND",
"value": true
}
]
}
}