mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2025-05-12 06:56:01 +08:00
46 lines
1.1 KiB
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |