turnbasedgamedata/Config/Level/Mission/8012102/Mission_801210202.json
2024-10-21 03:16:22 -03:00

47 lines
1.1 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitUIControllerClose",
"UIControllerName": "TreasureDungeonResultDialog"
},
{
"$type": "RPG.GameCore.ClosePage",
"PageNames": [
"TreasureDungeonEntrancePage"
],
"PageRootNames": []
},
{
"$type": "RPG.GameCore.WaitSecond",
"WaitTime": {
"IsDynamic": false,
"FixedValue": {
"Value": 0.5
}
},
"TaskEnabled": false
},
{
"$type": "RPG.GameCore.TriggerPerformance",
"ValueSource": {},
"PerformanceType": "E",
"PerformanceID": 801210202
},
{
"$type": "RPG.GameCore.TriggerCustomString",
"CustomString": {
"Value": "OpenUI_TreasureDungeon_Mission"
}
},
{
"$type": "RPG.GameCore.FinishPerformanceMission",
"Key": "Mission_801210202"
}
]
}
],
"Type": "Mission"
}