Skip to content

Reclaim Zone: Difference between revisions

From Zed City Wiki

No edit summary
No edit summary
Line 16: Line 16:
| order by=LocationJobItems.Codename
| order by=LocationJobItems.Codename
}}
}}
=== Zeds ===
=== Zeds ===
{{#cargo_query:
{{#cargo_query:
Line 25: Line 26:
}}
}}


{{#cargo_query:
table=HuntingJobs
|fields=_pageName,  OverallCap, WaitTime, MinSkillLevel, JobSkill, UnlockLevel, Location, Difficulty
|where=Location="loc_reclaim_zone"
|format=table
}}


=== Sub Zones ===
=== Scavenge ===
{{#cargo_query:
{{#cargo_query:
table=ScavengeRooms
table=ScavengeRooms
|fields=_pageName=Name
|fields=_pageName=Name, Zone
|where=Location="loc_reclaim_zone"
|where=Location="loc_reclaim_zone"
|format=table
|format=table
}}
}}


<!-- ZC_CP_Autogen_End -->
 
=== 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
}}<!-- ZC_CP_Autogen_End -->

Revision as of 10:04, 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 }}

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" |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 }}