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

127 lines
3.3 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.PropSetupTrigger",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx",
"FetchType": "SinglePropByPropID",
"SinglePropID": {
"GroupID": {
"IsDynamic": false,
"FixedValue": {
"Value": 60
}
},
"ID": {
"IsDynamic": false,
"FixedValue": {
"Value": 300002
}
}
}
},
"TargetGroupID": {
"IsDynamic": false,
"FixedValue": {
"Value": 0
}
},
"TargetID": {
"IsDynamic": false,
"FixedValue": {
"Value": 0
}
},
"TargetTypes": [],
"OnTriggerEnter": [
{
"$type": "RPG.GameCore.SetNpcStatus",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvNpcEx",
"FetchType": "SingleNpcByNpcID",
"SingleNpcID": {
"GroupID": {
"IsDynamic": false,
"FixedValue": {
"Value": 60
}
},
"GroupNpcID": {
"IsDynamic": false,
"FixedValue": {
"Value": 400001
}
}
}
},
"Status": "FollowByPlayer"
},
{
"$type": "RPG.GameCore.SetNpcWaypath",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvNpcEx",
"FetchType": "SingleNpcByNpcID",
"SingleNpcID": {
"GroupID": {
"IsDynamic": false,
"FixedValue": {
"Value": 60
}
},
"GroupNpcID": {
"IsDynamic": false,
"FixedValue": {
"Value": 400001
}
}
}
},
"UsageType": "TaskFollow"
}
],
"DestroyAfterGraphEnd": true
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "Arrived_101150116"
}
},
{
"$type": "RPG.GameCore.SetNpcStatus",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvNpcEx",
"FetchType": "SingleNpcByNpcID",
"SingleNpcID": {
"GroupID": {
"IsDynamic": false,
"FixedValue": {
"Value": 60
}
},
"GroupNpcID": {
"IsDynamic": false,
"FixedValue": {
"Value": 400001
}
}
}
}
},
{
"$type": "RPG.GameCore.FinishPerformanceMission",
"Key": "Mission_101150116"
}
]
}
],
"Type": "Mission"
}