Minor gathering tweaks
authorLiza Carvelli <liza@carvel.li>
Mon, 9 Sep 2024 21:54:15 +0000 (23:54 +0200)
committerLiza Carvelli <liza@carvel.li>
Mon, 9 Sep 2024 21:54:15 +0000 (23:54 +0200)
GatheringPaths/6.x - Endwalker/Elpis/824_Northerly Zephyrneus_MIN.json
Questionable/Controller/Steps/Shared/GatheringRequiredItems.cs

index 8655bdc8eeb3ee5fe55c0f4ab53f20dfba9b74e7..a2b4b0359bcd7ba1b866ba7180e8ff7bd9351796 100644 (file)
@@ -4,7 +4,8 @@
   "Steps": [
     {
       "TerritoryId": 961,
-      "InteractionType": "None"
+      "InteractionType": "None",
+      "AetheryteShortcut": "Elpis - Poieten Oikos"
     }
   ],
   "Groups": [
       ]
     }
   ]
-}
\ No newline at end of file
+}
index b500046bb2243d344859adabcbd5dd5522efbcb6..48ad33bbe5b1777d5d1f681831c55d43650dd791 100644 (file)
@@ -155,5 +155,6 @@ internal static class GatheringRequiredItems
     {
         public bool Start() => true;
         public ETaskResult Update() => ETaskResult.TaskComplete;
+        public override string ToString() => "Gather/SkipMarker";
     }
 }