turnbasedgamedata/Config/Level/TrainVisitor/Dialogue_F10000000_G49.json
2024-10-21 03:16:22 -03:00

35 lines
727 B
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.SetUpTrainVisitorDialogue"
},
{
"$type": "RPG.GameCore.TriggerPerformance",
"ValueSource": {},
"PerformanceType": "E",
"PerformanceID_DS": {
"Custom": true,
"Key": "TrainVisitorPerformance"
}
},
{
"$type": "RPG.GameCore.TrainVisitorDialogueEnd"
},
{
"$type": "RPG.GameCore.FinishLevelGraph"
}
]
}
],
"ValueSource": {
"Values": [
{
"$type": "RPG.GameCore.SharedString",
"Key": "TrainVisitorPerformance"
}
]
}
}