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

90 lines
2.1 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.LevelPerformanceInitialize",
"PerformanceType": "E",
"CreateCharacterList": [],
"EntityVisiableList": [],
"UseNewStreamingSourceType": false
},
{
"$type": "RPG.GameCore.AdvNpcFaceToPlayer",
"GroupID": 5,
"GroupNpcID": 400001,
"FinishImmadiate": true
},
{
"$type": "RPG.GameCore.PlayAndWaitSimpleTalk",
"SimpleTalkList": [
{
"TalkSentenceID": 101026401
}
]
},
{
"$type": "RPG.GameCore.PlayOptionTalk",
"OptionList": [
{
"$type": "RPG.GameCore.OptionTalkInfo",
"TalkSentenceID": 101026402,
"OptionIconType": "ChatContinueIcon",
"TriggerCustomString": "TalkSentence_101026402"
},
{
"$type": "RPG.GameCore.OptionTalkInfo",
"TalkSentenceID": 101026403,
"OptionIconType": "ChatOutIcon",
"TriggerCustomString": "TalkSentence_101026403"
}
]
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "TalkSentence_101026402"
}
},
{
"$type": "RPG.GameCore.TriggerCustomStringOnDialogEnd",
"CustomString": {
"Value": "201070102_Over"
}
},
{
"$type": "RPG.GameCore.EndPerformance"
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "TalkSentence_101026403"
}
},
{
"$type": "RPG.GameCore.EndPerformance"
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitPerformanceEnd"
},
{
"$type": "RPG.GameCore.FinishLevelGraph"
}
]
}
]
}