turnbasedgamedata/Config/Level/Maze/Activity/AlleyLevel/AlleyLevelgraph_CargoLaunch.json
2024-10-21 03:16:22 -03:00

256 lines
6.0 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"IsLoop": true,
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "Alley_Shipment_Start"
}
},
{
"$type": "RPG.GameCore.SwitchAlleyShip",
"OnShipSmall": [
{
"$type": "RPG.GameCore.TriggerCustomString",
"CustomString": {
"Value": "Normal_Small"
}
}
],
"OnShipMedium": [
{
"$type": "RPG.GameCore.TriggerCustomString",
"CustomString": {
"Value": "Normal_Medium"
}
}
],
"OnShipLarge": [
{
"$type": "RPG.GameCore.TriggerCustomString",
"CustomString": {
"Value": "Normal_Large"
}
}
]
}
]
},
{
"IsLoop": true,
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "Alley_Shipment_Repeat_Special"
}
},
{
"$type": "RPG.GameCore.SwitchAlleyShip",
"OnShipSmall": [
{
"$type": "RPG.GameCore.TriggerCustomString",
"CustomString": {
"Value": "Repeat_Small"
}
}
],
"OnShipMedium": [
{
"$type": "RPG.GameCore.TriggerCustomString",
"CustomString": {
"Value": "Repeat_Medium"
}
}
],
"OnShipLarge": [
{
"$type": "RPG.GameCore.TriggerCustomString",
"CustomString": {
"Value": "Repeat_Large"
}
}
]
}
]
},
{
"IsLoop": true,
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "Alley_Shipment_Start_Tutorial"
}
},
{
"$type": "RPG.GameCore.TriggerPerformance",
"ValueSource": {},
"PerformanceType": "PlayVideo",
"PerformanceID": 800320001
},
{
"$type": "RPG.GameCore.TriggerCustomString",
"CustomString": {
"Value": "800320223_End"
}
}
]
},
{
"IsLoop": true,
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "Normal_Small"
},
"WaitOwnerOnly": true
},
{
"$type": "RPG.GameCore.TriggerPerformance",
"ValueSource": {},
"PerformanceType": "PlayVideo",
"PerformanceID": 800320001
},
{
"$type": "RPG.GameCore.TriggerCustomString",
"CustomString": {
"Value": "AlleyShipPerformanceFinish"
}
}
]
},
{
"IsLoop": true,
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "Normal_Medium"
},
"WaitOwnerOnly": true
},
{
"$type": "RPG.GameCore.TriggerPerformance",
"ValueSource": {},
"PerformanceType": "PlayVideo",
"PerformanceID": 800320002
},
{
"$type": "RPG.GameCore.TriggerCustomString",
"CustomString": {
"Value": "AlleyShipPerformanceFinish"
}
}
]
},
{
"IsLoop": true,
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "Normal_Large"
},
"WaitOwnerOnly": true
},
{
"$type": "RPG.GameCore.TriggerPerformance",
"ValueSource": {},
"PerformanceType": "PlayVideo",
"PerformanceID": 800320003
},
{
"$type": "RPG.GameCore.TriggerCustomString",
"CustomString": {
"Value": "AlleyShipPerformanceFinish"
}
}
]
},
{
"IsLoop": true,
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "Repeat_Small"
},
"WaitOwnerOnly": true
},
{
"$type": "RPG.GameCore.TriggerPerformance",
"ValueSource": {},
"PerformanceType": "PlayVideo",
"PerformanceID": 800320001
},
{
"$type": "RPG.GameCore.TriggerCustomString",
"CustomString": {
"Value": "AlleyShipPerformanceFinish"
}
}
]
},
{
"IsLoop": true,
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "Repeat_Medium"
},
"WaitOwnerOnly": true
},
{
"$type": "RPG.GameCore.TriggerPerformance",
"ValueSource": {},
"PerformanceType": "PlayVideo",
"PerformanceID": 800320002
},
{
"$type": "RPG.GameCore.TriggerCustomString",
"CustomString": {
"Value": "AlleyShipPerformanceFinish"
}
}
]
},
{
"IsLoop": true,
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "Repeat_Large"
},
"WaitOwnerOnly": true
},
{
"$type": "RPG.GameCore.TriggerPerformance",
"ValueSource": {},
"PerformanceType": "PlayVideo",
"PerformanceID": 800320003
},
{
"$type": "RPG.GameCore.TriggerCustomString",
"CustomString": {
"Value": "AlleyShipPerformanceFinish"
}
}
]
}
],
"ValueSource": {
"Values": [
{
"$type": "RPG.GameCore.SharedString",
"Key": "Cargo_Out"
}
]
}
}