turnbasedgamedata/Config/Level/Mission/1010401/Mission_101040111.json
2024-10-21 03:16:22 -03:00

44 lines
885 B
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.CreateNPC",
"GroupID": {
"IsDynamic": false,
"FixedValue": {
"Value": 41
}
},
"GroupNpcID": {
"IsDynamic": false,
"FixedValue": {
"Value": 400001
}
}
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "101040111_F"
}
},
{
"$type": "RPG.GameCore.DestroyNPC",
"GroupID": 41,
"GroupNpcID": 400001
},
{
"$type": "RPG.GameCore.FinishPerformanceMission",
"Key": "Mission_101040111"
}
]
}
],
"Type": "Mission"
}