turnbasedgamedata/Config/Level/Mission/4010121/Mission_401012102.json
2024-10-21 03:16:22 -03:00

35 lines
755 B
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.LockPlayerControl"
},
{
"$type": "RPG.GameCore.WaitSecond",
"WaitTime": {
"IsDynamic": false,
"FixedValue": {
"Value": 1
}
}
},
{
"$type": "RPG.GameCore.UnLockPlayerControl"
},
{
"$type": "RPG.GameCore.TriggerPerformance",
"ValueSource": {},
"PerformanceType": "D",
"PerformanceID": 401012102
},
{
"$type": "RPG.GameCore.FinishPerformanceMission",
"Key": "Mission_401012101"
}
]
}
],
"Type": "Mission"
}