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

57 lines
1.2 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.PlayMissionTalk",
"SimpleTalkList": [
{
"TalkSentenceID": 800211018,
"ProtectTime": 2
}
]
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.NpcToPlayerDistanceTrigger",
"GroupID": 133,
"GroupNpcID": 400003,
"NearDistance": 20,
"NearTask": [
{
"$type": "RPG.GameCore.TriggerCustomString",
"CustomString": {
"Value": "Talk_800210007"
}
}
]
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "Talk_800210007"
}
},
{
"$type": "RPG.GameCore.ClearNpcDistanceTrigger",
"GroupID": 133,
"GroupNpcID": 400003
},
{
"$type": "RPG.GameCore.FinishPerformanceMission",
"Key": "Mission_800210007"
}
]
}
],
"Type": "Mission"
}