mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2025-05-11 22:45:53 +08:00
50 lines
1.3 KiB
JSON
50 lines
1.3 KiB
JSON
{
|
|
"OnInitSequece": [],
|
|
"OnStartSequece": [
|
|
{
|
|
"TaskList": [
|
|
{
|
|
"$type": "RPG.GameCore.TrainPartyShowEventFadeIn",
|
|
"FadeInType": "Positive"
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.PredicateTaskList",
|
|
"Predicate": {
|
|
"$type": "RPG.GameCore.ByHeroGender",
|
|
"Gender": "GENDER_MAN"
|
|
},
|
|
"SuccessTaskList": [
|
|
{
|
|
"$type": "RPG.GameCore.PlayTrainPartySimpleTalk",
|
|
"SimpleTalkList": [
|
|
{
|
|
"TalkTextID": "TalkSentenceText_TrainParty_Event_10018_1",
|
|
"BgID": 1100181
|
|
}
|
|
],
|
|
"IsAutoFinish": true
|
|
}
|
|
],
|
|
"FailedTaskList": [
|
|
{
|
|
"$type": "RPG.GameCore.PlayTrainPartySimpleTalk",
|
|
"SimpleTalkList": [
|
|
{
|
|
"TalkTextID": "TalkSentenceText_TrainParty_Event_10018_1",
|
|
"BgID": 1100180
|
|
}
|
|
],
|
|
"IsAutoFinish": true
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.TrainPartyShowEffectResult"
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.FinishLevelGraph"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |