Files
FireflyGo_Resources/Config/Level/Mission/8000002/Mission_800000200.json
2025-08-14 09:04:39 +07:00

43 lines
1016 B
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.CollectDataConditions",
"TaskIDList": [
800000101
],
"PerformanceIDList": []
},
{
"$type": "RPG.GameCore.PredicateTaskList",
"Predicate": {
"$type": "RPG.GameCore.ByCompareSubMissionState",
"SubMissionID": 800000101,
"SubMissionState": "Finish"
},
"SuccessTaskList": [
{
"$type": "RPG.GameCore.CreateNPC",
"GroupID": {
"IsDynamic": false,
"FixedValue": {
"Value": 80
}
},
"GroupNpcID": {
"IsDynamic": false,
"FixedValue": {
"Value": 400001
}
},
"CreateList": []
}
]
}
]
}
],
"Type": "Mission"
}