Skip to content

Construction Yard: Difference between revisions

From Zed City Wiki

(Created page with "<!-- ZC_CP_Autogen AUTOGENERATED DO NOT REMOVE THESE SECTION -->{{Locations| Name=Construction Yard| Codename=loc_construction_yard| WaitTime=0| TravelTime=1800| Difficulty=6| Desc = No information known }} {{LocationJobItems | JobCodename=loc_construction_yard | ReqType=item_default | Codename=fuel | Qty=25 | TakeItem=true }}== Required Items == {{#cargo_query: table=LocationJobItems | fields=CONCAT('https://www.zed.city/items/', Codename, '.png')=Image, Codename=Item,...")
 
No edit summary
Line 7: Line 7:
| Qty=25
| Qty=25
| TakeItem=true
| TakeItem=true
}}== Required Items ==
}}== Travel Cost ==
{{#cargo_query:
{{#cargo_query:
table=LocationJobItems
table=LocationJobItems,Items
| fields=CONCAT('https://www.zed.city/items/', Codename, '.png')=Image, Codename=Item, Qty=Quantity, TakeItem=Take
| join on=LocationJobItems.Codename=Items.Codename
| fields=CONCAT('https://www.zed.city/items/', LocationJobItems.Codename, '.png')=Image, Items._pageName=Item, Qty=Quantity, TakeItem=Take
| where=JobCodename='loc_construction_yard'
| where=JobCodename='loc_construction_yard'
| format=table
| format=table
| order by=Codename
| order by=LocationJobItems.Codename
}}
}}
== Hunting Jobs ==
== Zeds ==
{{#cargo_query:
table=RoomNpcs,Zeds,NpcRooms
|join on=RoomNpcs.Codename=Zeds.Codename,RoomNpcs.JobCodename=NpcRooms.Codename
|fields=Zeds._pageName=Zed, RoomNpcs.Level, NpcRooms.RespawnTime
|where=NpcRooms.Location="loc_construction_yard"
|format=table
}}
 
{{#cargo_query:
{{#cargo_query:
table=HuntingJobs
table=HuntingJobs
Line 23: Line 32:
}}
}}


== Scavenges ==
== Actions ==
{{#cargo_query:
{{#cargo_query:
table=ScavengeJobs
table=ScavengeJobs

Revision as of 06:03, 10 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=Take | where=JobCodename='loc_construction_yard' | format=table | order by=LocationJobItems.Codename }}

Zeds

{{#cargo_query: table=RoomNpcs,Zeds,NpcRooms |join on=RoomNpcs.Codename=Zeds.Codename,RoomNpcs.JobCodename=NpcRooms.Codename |fields=Zeds._pageName=Zed, RoomNpcs.Level, NpcRooms.RespawnTime |where=NpcRooms.Location="loc_construction_yard" |format=table }}

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

Actions

{{#cargo_query: table=ScavengeJobs |fields=_pageName, SkillLevel, MinSkillLevel, JobSkill, WaitTime, OverallCap |where=Location="loc_construction_yard" |format=table }}