turnbasedgamedata/Config/Level/Tutorial/Tutorial_9312.json
2024-10-21 03:16:22 -03:00

31 lines
719 B
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitTutorial",
"Event": "ActionPress"
}
],
"NodeIDList": [
"RogueNous.DiceCustomExtraYD1"
],
"GuideHintType": "ClickRect",
"GuideTextType": "RogueTalk",
"GuideTalkID": 983028,
"GuideHintShowConfig": {},
"GuideTextShowConfig": {}
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 9312
}
]
}
]
}