Reclaim Zone: Difference between revisions
No edit summary |
No edit summary |
||
| Line 17: | Line 17: | ||
}} | }} | ||
=== Potential Zed Encounters === | |||
=== Zeds === | === Zeds === | ||
{{#cargo_query: | {{#cargo_query: | ||
| Line 23: | Line 24: | ||
|fields=CONCAT('{{FA|crosshairs}}')=_, Zeds._pageName=Zed, RoomNpcs.Level, NpcRooms.RespawnTime, NpcRooms.Zone | |fields=CONCAT('{{FA|crosshairs}}')=_, Zeds._pageName=Zed, RoomNpcs.Level, NpcRooms.RespawnTime, NpcRooms.Zone | ||
|where=NpcRooms.Location="loc_reclaim_zone" | |where=NpcRooms.Location="loc_reclaim_zone" | ||
|group by=Zeds._pageName, RoomNpcs.Level | |||
|format=table | |format=table | ||
}} | }} | ||
Revision as of 10:11, 22 July 2025
Travel Cost
{{#cargo_query: table=LocationJobItems,Items | join on=LocationJobItems.Codename=Items.Codename | fields=CONCAT('https://www.zed.city/items/', LocationJobItems.Codename, '.png')=Image, Items._pageName=Item, Qty=Quantity, TakeItem=Consumed | where=JobCodename='loc_reclaim_zone' | format=table | order by=LocationJobItems.Codename }}
Potential Zed Encounters
Zeds
{{#cargo_query: table=RoomNpcs,Zeds,NpcRooms |join on=RoomNpcs.Codename=Zeds.Codename,RoomNpcs.JobCodename=NpcRooms.Codename |fields=CONCAT(' ')=_, Zeds._pageName=Zed, RoomNpcs.Level, NpcRooms.RespawnTime, NpcRooms.Zone |where=NpcRooms.Location="loc_reclaim_zone" |group by=Zeds._pageName, RoomNpcs.Level |format=table }}
Scavenge
{{#cargo_query: table=ScavengeRooms |fields=_pageName=Name, Zone |where=Location="loc_reclaim_zone" |format=table }}
Locks
{{#cargo_query: table=GateRooms,Locations | join on=GateRooms.Location=Locations.Codename | fields=GateRooms._pageName=Name, GateRooms.Zone | where=Locations.Codename='loc_reclaim_zone' | format=table }}