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

148 lines
3.5 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.SetWaypointIgnoreLock"
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.PredicateTaskList",
"Predicate": {
"$type": "RPG.GameCore.ByCompareFloorCustomString",
"Name": {
"Value": "PlanetInteractiveIndex"
},
"CompareType": "Equal",
"CompareValue": {
"Value": "1"
}
},
"SuccessTaskList": [
{
"$type": "RPG.GameCore.SetMissionCustomValue",
"SubmissionID": 802240189,
"MissionCustomValue": {
"Index": 7,
"isLocal": true,
"ValidValueParamList": [
0,
1,
2,
3,
11,
12,
21,
22
]
},
"CustomValue": 1
}
],
"FailedTaskList": [
{
"$type": "RPG.GameCore.SetMissionCustomValue",
"SubmissionID": 802240189,
"MissionCustomValue": {
"Index": 7,
"isLocal": true,
"ValidValueParamList": [
0,
1,
2,
3,
11,
12,
21,
22
]
}
}
]
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitFloorCustomValueChange",
"Name": {
"Value": "PlanetInteractiveIndex"
},
"OnChange": [
{
"$type": "RPG.GameCore.SetMissionCustomValue",
"SubmissionID": 802240189,
"MissionCustomValue": {
"Index": 7,
"isLocal": true,
"ValidValueParamList": [
0,
1,
2,
3,
11,
12,
21,
22
]
}
}
],
"Condition": {
"$type": "RPG.GameCore.ByCompareFloorCustomString",
"Name": {
"Value": "PlanetInteractiveIndex"
},
"CompareType": "Equal",
"CompareValue": {
"Value": "0"
}
}
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitFloorCustomValueChange",
"Name": {
"Value": "PlanetInteractiveIndex"
},
"OnChange": [
{
"$type": "RPG.GameCore.SetMissionCustomValue",
"SubmissionID": 802240189,
"MissionCustomValue": {
"Index": 7,
"isLocal": true,
"ValidValueParamList": [
0,
1,
2,
3
]
},
"CustomValue": 1
}
],
"Condition": {
"$type": "RPG.GameCore.ByCompareFloorCustomString",
"Name": {
"Value": "PlanetInteractiveIndex"
},
"CompareType": "Equal",
"CompareValue": {
"Value": "1"
}
}
}
]
}
],
"Type": "Mission"
}