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

94 lines
2.1 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.CreateProp",
"GroupID": {
"IsDynamic": false,
"FixedValue": {
"Value": 7
}
},
"GroupPropID": {
"IsDynamic": false,
"FixedValue": {
"Value": 300008
}
}
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "100050212_End"
}
},
{
"$type": "RPG.GameCore.WaitSecond",
"WaitTime": {
"IsDynamic": false,
"FixedValue": {
"Value": 0.5
}
}
},
{
"$type": "RPG.GameCore.FinishPerformanceMission",
"Key": "Mission_100050212"
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.PropSetupTrigger",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx",
"FetchType": "SinglePropByPropID",
"SinglePropID": {
"GroupID": {
"IsDynamic": false,
"FixedValue": {
"Value": 7
}
},
"ID": {
"IsDynamic": false,
"FixedValue": {
"Value": 300017
}
}
}
},
"TargetGroupID": {
"IsDynamic": false,
"FixedValue": {
"Value": 0
}
},
"TargetID": {
"IsDynamic": false,
"FixedValue": {
"Value": 0
}
},
"TargetTypes": [],
"ColliderRelativePath": "Trigger",
"DestroyAfterTriggered": true,
"OnTriggerEnter": [
{
"$type": "RPG.GameCore.FinishPerformanceMission",
"Key": "Mission_100050212"
}
]
}
]
}
],
"Type": "Mission"
}