Files
FireflyGo_Resources/Config/Level/Mission/1011201/Mission_101120101.json
2025-08-26 17:57:41 +07:00

81 lines
1.8 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "Talk_101120101"
}
},
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "TalkOver_101120101"
}
},
{
"$type": "RPG.GameCore.WaitSecond",
"WaitTime": {
"IsDynamic": false,
"FixedValue": {
"Value": 1
}
}
},
{
"$type": "RPG.GameCore.SetAudioEmotionState",
"StateName": "State_Bgm_E1",
"SubMissionID": 101120101
},
{
"$type": "RPG.GameCore.TriggerPerformance",
"ValueSource": {},
"PerformanceType": "C",
"PerformanceID": 101120102
},
{
"$type": "RPG.GameCore.TriggerCustomString",
"CustomString": {
"Value": "Battle_101120102"
}
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "Battle_101120102"
},
"GoNextImmediately": true
},
{
"$type": "RPG.GameCore.TriggerBattle",
"EventID": {
"IsDynamic": false,
"FixedValue": {
"Value": 20132000
}
},
"GroupID": {
"IsDynamic": false,
"FixedValue": {
"Value": 2
}
},
"BattleAreaID": {
"IsDynamic": false,
"FixedValue": {
"Value": 1
}
}
}
]
}
],
"Type": "Mission"
}