Explore: Difference between revisions

From Zed Wiki

Line 5: Line 5:
=== Locations with Outposts ===
=== Locations with Outposts ===
{{#cargo_query:
{{#cargo_query:
table=Locations, ItemFilterLink, Outposts
table=Locations LEFT OUTER JOIN ItemFilterLink ON ItemFilterLink.Codename=Locations.Codename LEFT OUTER JOIN Outposts ON Outposts.Codename=ItemFilterLink.LinkCodename
| join on=ItemFilterLink.Codename=Locations.Codename,Outposts.Codename=ItemFilterLink.LinkCodename
| fields=CONCAT('{{FA|car}}')=_, Locations._pageName=Name, CONCAT('{{FA|skull}}', Difficulty)=Difficulty, CONCAT('{{FA|clock}}', TravelTimeFormatted)=Travel Time, COUNT(Outposts._pageName)=Count
| fields=CONCAT('{{FA|car}}')=_, Locations._pageName=Name, CONCAT('{{FA|skull}}', Difficulty)=Difficulty, CONCAT('{{FA|clock}}', TravelTimeFormatted)=Travel Time, COUNT(*)=Outposts
| group by=Locations._pageName, Difficulty, TravelTimeFormatted
| group by=Locations._pageName, Difficulty, TravelTimeFormatted
| order by=Difficulty
| order by=Difficulty

Revision as of 21:14, 5 August 2025

Exploration is a feature unlocked by building your Garage and Upgrading to get the car.

You can use Fuel to travel to far locations and perform complex activities, hauling loot in your car and bringing it back to your stronghold.

Locations with Outposts

Error: Table Locations LEFT OUTER JOIN ItemFilterLink ON ItemFilterLink.Codename=Locations.Codename LEFT OUTER JOIN Outposts ON Outposts.Codename=ItemFilterLink.LinkCodename not found.

All Locations

_ Name Difficulty Travel Time
  Open Meadow  0  00H 15M 00S
  Junkyard  10  01H 30M 00S
  Data Center  10  00H 15M 00S
  Fuel Depot  2  00H 30M 00S
  Reclaim Zone  2  00H 15M 00S
  The Reserve  2  00H 15M 00S
  Fishing Reserve  2  00H 15M 00S
  Logging Camp  4  00H 15M 00S
  Military Base  7  00H 30M 00S
  Demolition Site  7  00H 30M 00S
  Construction Yard  7  00H 30M 00S
  Research Facility  9  01H 00M 00S