2024-12-02 04:04:12 -03:00

46 lines
1.1 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.PredicateTaskList",
"Predicate": {
"$type": "RPG.GameCore.ByHeroGender",
"Gender": "GENDER_MAN"
},
"SuccessTaskList": [
{
"$type": "RPG.GameCore.PlayTrainPartySimpleTalk",
"SimpleTalkList": [
{
"TalkTextID": "TalkSentenceText_TrainParty_Card_109_1",
"BgID": 101091
}
],
"IsAutoFinish": true
}
],
"FailedTaskList": [
{
"$type": "RPG.GameCore.PlayTrainPartySimpleTalk",
"SimpleTalkList": [
{
"TalkTextID": "TalkSentenceText_TrainParty_Card_109_1",
"BgID": 101090
}
],
"IsAutoFinish": true
}
]
},
{
"$type": "RPG.GameCore.TrainPartyShowEffectResult"
},
{
"$type": "RPG.GameCore.FinishLevelGraph"
}
]
}
]
}