Files
turnbasedgamedata/Config/Level/Mission/Common/Act_ForBeta_800010210.json
2024-10-21 03:16:22 -03:00

62 lines
1.4 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.LevelPerformanceInitialize",
"PerformanceType": "E",
"CreateCharacterList": [],
"EntityVisiableList": [],
"HideMunicipalCrowd": false,
"HideMunicipalPedestrian": false,
"MarkStreamingItems": []
},
{
"$type": "RPG.GameCore.PlayAndWaitSimpleTalk",
"SimpleTalkList": [
{
"TalkSentenceID": 800010285
}
]
},
{
"$type": "RPG.GameCore.ShowUI",
"Name": "Ui.Activity.ActivityPunkLord.PunkLordMainPage",
"OnUIEnter": [
{
"$type": "RPG.GameCore.TriggerCustomString",
"CustomString": {
"Value": "ALL_TALK_END"
}
}
],
"OnUIExitImmediately": []
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "ALL_TALK_END"
}
},
{
"$type": "RPG.GameCore.EndPerformance"
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitPerformanceEnd"
},
{
"$type": "RPG.GameCore.FinishLevelGraph"
}
]
}
]
}