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

44 lines
862 B
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"IsLoop": true,
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "Talk_103090104"
}
},
{
"$type": "RPG.GameCore.FinishPerformanceMission",
"Key": "Mission_103090104"
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitSecond",
"WaitTime": {
"IsDynamic": false,
"FixedValue": {
"Value": 2
}
}
},
{
"$type": "RPG.GameCore.PlayMissionTalk",
"SimpleTalkList": [
{
"TalkSentenceID": 103090024,
"ProtectTime": 2
}
]
}
]
}
],
"Type": "Mission"
}