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

72 lines
1.7 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.PropStateExecute",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx",
"FetchType": "SinglePropByPropID",
"SinglePropID": {
"GroupID": {
"IsDynamic": false,
"FixedValue": {
"Value": 18
}
},
"ID": {
"IsDynamic": false,
"FixedValue": {
"Value": 300002
}
}
}
},
"State": "CheckPointEnable",
"Execute": [
{
"$type": "RPG.GameCore.FinishPerformanceMission",
"Key": "Mission_200010102"
}
]
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.PropStateChangeListenerConfig",
"FromState": "CheckPointDisable",
"ToState": "CheckPointEnable",
"OnChange": [
{
"$type": "RPG.GameCore.FinishPerformanceMission",
"Key": "Mission_200010102"
}
],
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx",
"FetchType": "SinglePropByPropID",
"SinglePropID": {
"GroupID": {
"IsDynamic": false,
"FixedValue": {
"Value": 18
}
},
"ID": {
"IsDynamic": false,
"FixedValue": {
"Value": 300002
}
}
}
}
}
]
}
],
"Type": "Mission"
}