Files
turnbasedgamedata/Config/Level/Mission/2000201/Mission_200020100.json
2025-07-03 10:50:43 +02:00

30 lines
606 B
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"Order": 1,
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "Mission_200020100"
}
},
{
"$type": "RPG.GameCore.WaitSecond",
"WaitTime": {
"IsDynamic": false,
"FixedValue": {
"Value": 1.5
}
}
},
{
"$type": "RPG.GameCore.FinishPerformanceMission",
"Key": "Mission_200020100"
}
]
}
],
"Type": "Mission"
}