mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2025-05-11 22:45:53 +08:00
51 lines
1.4 KiB
JSON
51 lines
1.4 KiB
JSON
{
|
|
"OnInitSequece": [],
|
|
"OnStartSequece": [
|
|
{
|
|
"TaskList": [
|
|
{
|
|
"$type": "RPG.GameCore.PredicateTaskList",
|
|
"Predicate": {
|
|
"$type": "RPG.GameCore.ByHeroGender",
|
|
"Gender": "GENDER_MAN"
|
|
},
|
|
"SuccessTaskList": [
|
|
{
|
|
"$type": "RPG.GameCore.TrainPartyShowEventFadeIn",
|
|
"FadeInType": "Passenger",
|
|
"IsReplaceImage": true,
|
|
"ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/8001.png"
|
|
}
|
|
],
|
|
"FailedTaskList": [
|
|
{
|
|
"$type": "RPG.GameCore.TrainPartyShowEventFadeIn",
|
|
"FadeInType": "Passenger",
|
|
"IsReplaceImage": true,
|
|
"ImagePath": "SpriteOutput/AvatarRoundIcon/Avatar/8002.png"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.PlayTrainPartySimpleTalk",
|
|
"SimpleTalkList": [
|
|
{
|
|
"TalkTextID": "TalkSentenceText_TrainParty_Event_90011_1",
|
|
"BgID": 10013
|
|
},
|
|
{
|
|
"TalkTextID": "TalkSentenceText_TrainParty_Event_90011_2",
|
|
"BgID": 10013
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.TrainPartyShowEffectResult"
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.FinishLevelGraph"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |