Explore: Difference between revisions

From Zed Wiki

No edit summary
No edit summary
Line 4: Line 4:
{{#cargo_query:
{{#cargo_query:
table=Locations
table=Locations
|fields=_pageName=Name, Difficulty, Travel Time = TravelTime
|fields=_pageName=Name, Difficulty, "Travel Time"=TravelTime
|order by=Difficulty
|order by=Difficulty
|format=table
|format=table
}}
}}

Revision as of 11:58, 11 July 2025

This is a future addition to the game that is currently being pre-tested. Explore will allows users to travel to various locations in the game. Locations: Abandoned House (infestation), Outpost (trader), and Glowing Cabin (special). There will be more locations added in the future. Fuel hasn’t been added into the game yet, which will be needed to use the explore feature.

Locations

Error 1054: Unknown column '"Travel Time"' in 'SELECT'

Function: CargoSQLQuery::run Query: SELECT `cargo__Locations`.`_pageID` AS `cargo_backlink_page_id_Locations`,`_pageName` AS `Name`,`Difficulty` AS `Difficulty`,`"Travel Time"` AS `TravelTime` FROM `cargo__Locations` ORDER BY `Difficulty` LIMIT 5000