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

41 lines
796 B
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"Order": 1,
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "2000108_TalkEnd"
}
},
{
"$type": "RPG.GameCore.FinishPerformanceMission",
"Key": "Mission_200010823"
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitSecond",
"WaitTime": {
"IsDynamic": false,
"FixedValue": {
"Value": 1
}
}
},
{
"$type": "RPG.GameCore.TriggerCustomString",
"CustomString": {
"Value": "200031101_End"
}
}
]
}
],
"Type": "Mission"
}