Construction Yard: Difference between revisions
No edit summary |
No edit summary |
||
| Line 7: | Line 7: | ||
| Qty=25 | | Qty=25 | ||
| TakeItem=true | | TakeItem=true | ||
}}== Travel Cost == | }}=== Travel Cost === | ||
{{#cargo_query: | {{#cargo_query: | ||
table=LocationJobItems,Items | table=LocationJobItems,Items | ||
| Line 16: | Line 16: | ||
| order by=LocationJobItems.Codename | | order by=LocationJobItems.Codename | ||
}} | }} | ||
== Zeds == | === Zeds === | ||
{{#cargo_query: | {{#cargo_query: | ||
table=RoomNpcs,Zeds,NpcRooms | table=RoomNpcs,Zeds,NpcRooms | ||
| Line 32: | Line 32: | ||
}} | }} | ||
== Actions == | === Actions === | ||
{{#cargo_query: | {{#cargo_query: | ||
table= | table=ScavengeRooms | ||
|fields=_pageName | |fields=_pageName | ||
|where=Location="loc_construction_yard" | |where=Location="loc_construction_yard" | ||
|format=table | |format=table | ||
}} | }} | ||
<!-- ZC_CP_Autogen_End --> | <!-- ZC_CP_Autogen_End --> | ||
Revision as of 07:41, 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, NpcRooms.Zone |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=ScavengeRooms |fields=_pageName |where=Location="loc_construction_yard" |format=table }}