2024-10-21 03:16:22 -03:00

77 lines
1.8 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.ShowTutorialUI",
"AssociatedUIName": "BattleGamePageContext",
"ForceShowDialog": true
},
{
"$type": "RPG.GameCore.ShowGuideText",
"ID": 201,
"GuideResID": 5,
"Show": true,
"TextPath": "Contents/Text",
"Text": "TutorialTextmap_Demo_101301",
"CopyAnchorAndSale": true,
"OffsetY": 30,
"PCGuide": {}
},
{
"$type": "RPG.GameCore.WaitTutorial",
"Event": "UseAbility",
"Param": "Avatar_Herta_00_PassiveAtkReady_Ability"
},
{
"$type": "RPG.GameCore.WaitSecond",
"WaitTime": {
"IsDynamic": false,
"FixedValue": {
"Value": 2
}
}
},
{
"$type": "RPG.GameCore.ShowGuideText",
"ID": 201,
"GuideResID": 5,
"TextPath": "Contents/Text",
"Text": "TutorialTextmap_Demo_101301",
"CopyAnchorAndSale": true,
"OffsetY": 30,
"PCGuide": {}
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitTurnCount",
"TaskList": []
},
{
"$type": "RPG.GameCore.WaitTutorial",
"Event": "ShowUIContext",
"Param": "BattleGamePageContext",
"OnSuccessImmediate": []
},
{
"$type": "RPG.GameCore.WaitSecond",
"WaitTime": {
"IsDynamic": false,
"FixedValue": {
"Value": 1
}
}
},
{
"$type": "RPG.GameCore.TutorialNotify",
"Type": "ShowRoleTrialDesc",
"Param": "15"
}
]
}
]
}