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

110 lines
2.9 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitFloorCustomValueChange",
"Name": {
"Value": "PlanetInteractiveIndex"
},
"OnChange": [
{
"$type": "RPG.GameCore.SetAllMissionWaypointsVisiable"
},
{
"$type": "RPG.GameCore.ShowWaypointByProp",
"GroupID": {
"IsDynamic": false,
"FixedValue": {
"Value": 96
}
},
"InstanceID": {
"IsDynamic": false,
"FixedValue": {
"Value": 300002
}
},
"IconPath": "SpriteOutput/MapPics/Billboard/IconBillboardSubStoryMission02.png"
},
{
"$type": "RPG.GameCore.SetWaypointIgnoreLock"
},
{
"$type": "RPG.GameCore.SetWaypointSafeZone",
"MarginLeft": 0,
"MarginRight": 0,
"MarginUp": 0,
"MarginDown": 0
}
],
"Condition": {
"$type": "RPG.GameCore.ByCompareFloorCustomString",
"Name": {
"Value": "PlanetInteractiveIndex"
},
"CompareType": "Equal",
"CompareValue": {
"Value": "1"
}
}
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitFloorCustomValueChange",
"Name": {
"Value": "PlanetInteractiveIndex"
},
"OnChange": [
{
"$type": "RPG.GameCore.SetAllMissionWaypointsVisiable",
"IsVisiable": true
},
{
"$type": "RPG.GameCore.HideWaypointByProp",
"GroupID": {
"IsDynamic": false,
"FixedValue": {
"Value": 96
}
},
"InstanceID": {
"IsDynamic": false,
"FixedValue": {
"Value": 300002
}
}
},
{
"$type": "RPG.GameCore.SetWaypointIgnoreLock",
"Reset": true
},
{
"$type": "RPG.GameCore.SetWaypointSafeZone",
"IsReset": true,
"MarginLeft": 0,
"MarginRight": 0,
"MarginUp": 0,
"MarginDown": 0
}
],
"Condition": {
"$type": "RPG.GameCore.ByCompareFloorCustomString",
"Name": {
"Value": "PlanetInteractiveIndex"
},
"CompareType": "Equal",
"CompareValue": {
"Value": "0"
}
}
}
]
}
],
"Type": "Mission"
}