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

43 lines
898 B
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.ChangePropState"
}
]
},
{
"IsLoop": true,
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "PuzzleCompass_TriggerLoadNextShip"
}
},
{
"$type": "RPG.GameCore.TriggerCustomString",
"CustomString": {
"Value": "PuzzleCompass_LoadNew"
}
},
{
"$type": "RPG.GameCore.WaitSecond",
"WaitTime": {
"IsDynamic": false,
"FixedValue": {
"Value": 0.5
}
}
},
{
"$type": "RPG.GameCore.FinishPerformanceMission",
"Key": "Mission_401510206"
}
]
}
],
"Type": "Mission"
}