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

47 lines
946 B
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.CreateNPC",
"GroupID": {
"IsDynamic": false,
"FixedValue": {
"Value": 50
}
},
"GroupNpcID": {
"IsDynamic": false,
"FixedValue": {
"Value": 400006
}
},
"CreateList": []
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "200021113_Talk"
}
},
{
"$type": "RPG.GameCore.DestroyNPC",
"GroupID": 50,
"GroupNpcID": 400006,
"DestroyList": []
},
{
"$type": "RPG.GameCore.FinishPerformanceMission",
"Key": "Mission_200021113"
}
]
}
],
"Type": "Mission"
}