From 8b9e7e55572561526e3439033b95f789bdbdc181 Mon Sep 17 00:00:00 2001 From: MrGuffels Date: Thu, 9 Jan 2025 07:56:40 -0600 Subject: [PATCH] Fixed Stop Distance 0 --- .gitignore | 1 + .../The Azim Steppe/543_Sea of Blades_MIN.json | 13 +++++++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index f0fb17c2..a6964753 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ bin/ /.idea /.vs +/.vscode *.user diff --git a/GatheringPaths/4.x - Stormblood/The Azim Steppe/543_Sea of Blades_MIN.json b/GatheringPaths/4.x - Stormblood/The Azim Steppe/543_Sea of Blades_MIN.json index f6940546..79154b67 100644 --- a/GatheringPaths/4.x - Stormblood/The Azim Steppe/543_Sea of Blades_MIN.json +++ b/GatheringPaths/4.x - Stormblood/The Azim Steppe/543_Sea of Blades_MIN.json @@ -1,5 +1,5 @@ { - "schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/GatheringPaths/gatheringlocation-v1.json", + "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/GatheringPaths/gatheringlocation-v1.json", "Author": "Theo", "Steps": [ { @@ -19,7 +19,8 @@ "Y": -21.51083, "Z": 558.524 }, - "StopDistance": 0 + "MinimumAngle": 90, + "MaximumAngle": 270 } ] } @@ -35,7 +36,9 @@ "X": 609.9794, "Y": -21.53052, "Z": 579.6443 - } + }, + "MinimumAngle": 90, + "MaximumAngle": 135 } ] } @@ -51,7 +54,9 @@ "X": 588.3865, "Y": -20.42655, "Z": 561.5663 - } + }, + "MinimumAngle": 45, + "MaximumAngle": 315 } ] }