Files
FireflyGo_Resources/Config/Level/Mission/1010101/Mission_101010101.json
2025-08-14 09:04:39 +07:00

35 lines
763 B
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.SwitchCharacterAnchor",
"IsLocalPlayer": true,
"CharacterUniqueName": "LocalPlayer",
"AreaName": {
"Value": "LevelArea_P20101_F20101001_G2"
},
"AnchorName": {
"Value": "Anchor1"
}
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.TriggerPerformance",
"ValueSource": {},
"PerformanceType": "C",
"PerformanceID": 101010101
},
{
"$type": "RPG.GameCore.FinishPerformanceMission",
"Key": "Mission_101010101"
}
]
}
],
"Type": "Mission"
}