Files
turnbasedgamedata/Config/Level/Raid/M202_Raid_Track/MissionContinue.json
2025-07-03 10:50:43 +02:00

33 lines
660 B
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "Mission_201180105_StandBy"
}
},
{
"$type": "RPG.GameCore.WaitSecond",
"WaitTime": {
"IsDynamic": false,
"FixedValue": {
"Value": 0.1
}
}
},
{
"$type": "RPG.GameCore.TriggerCustomString",
"CustomString": {
"Value": "InitTrack_Luka_Phase02"
}
}
]
}
],
"ValueSource": {
"Values": []
}
}