Files
FireflyGo_Resources/Config/Level/Mission/2000201/Mission_200020201.json
2025-08-26 17:57:41 +07:00

46 lines
877 B
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.ChangeTrackingMission",
"TrackingMainMissionID": 2000204
}
]
},
{
"Order": 1,
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "Mission_200020201"
}
},
{
"$type": "RPG.GameCore.FinishPerformanceMission",
"Key": "Mission_200020201"
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitSecond",
"WaitTime": {
"IsDynamic": false,
"FixedValue": {
"Value": 3
}
}
},
{
"$type": "RPG.GameCore.ChangePropState"
}
]
}
],
"Type": "Mission"
}