Files
FireflyGo_Resources/Config/Level/Mission/5010309/Act/Act501030903.json
2025-08-26 17:57:41 +07:00

68 lines
1.4 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.LevelPerformanceInitialize",
"PerformanceType": "E",
"HideMunicipalCrowd": false,
"HideMunicipalPedestrian": false,
"UseNewStreamingSourceType": false
},
{
"$type": "RPG.GameCore.AdvNpcFaceToPlayer"
},
{
"$type": "RPG.GameCore.PlayAndWaitSimpleTalk",
"SimpleTalkList": [
{
"TalkSentenceID": 501030950,
"ProtectTime": 0.3
}
]
},
{
"$type": "RPG.GameCore.VerifyInteractingEntity",
"GroupID": 78,
"ConfigID": 400001
},
{
"$type": "RPG.GameCore.ShowShop",
"ShopType": 27,
"TaskID": []
},
{
"$type": "RPG.GameCore.TriggerCustomString",
"CustomString": {
"Value": "ALL_TALK_END"
}
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "ALL_TALK_END"
}
},
{
"$type": "RPG.GameCore.EndPerformance"
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitPerformanceEnd"
},
{
"$type": "RPG.GameCore.FinishLevelGraph"
}
]
}
]
}