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

34 lines
801 B
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "M301_Raid_FindPlayer"
},
"GoNextImmediately": true
},
{
"$type": "RPG.GameCore.PredicateTaskList",
"Predicate": {
"$type": "RPG.GameCore.AdventureIsTriggerBattleByNpcMonster"
},
"FailedTaskList": [
{
"$type": "RPG.GameCore.AdventureForbidAttackTriggerBattle",
"IsForbid": true
},
{
"$type": "RPG.GameCore.FinishPerformanceMission",
"Key": "Mission_407131210"
}
]
}
]
}
],
"Type": "Mission"
}