The Reserve: Difference between revisions
From Zed Wiki
(Created page with "<!-- ZC_CP_Autogen AUTOGENERATED DO NOT REMOVE THESE SECTION -->{{Locations| Name=The Reserve| Codename=loc_the_reserve| WaitTime=0| TravelTime=900| Difficulty=2| Desc = No information known }} {{LocationJobItems | JobCodename=loc_the_reserve | ReqType=item_default | Codename=fuel | Qty=10 | TakeItem=true }}== Required Items == {{#cargo_query: table=LocationJobItems | fields=CONCAT('https://www.zed.city/items/', Codename, '.png')=Image, Codename=Item, Qty=Quantity, TakeI...") |
No edit summary |
||
Line 30: | Line 30: | ||
|format=table | |format=table | ||
}} | }} | ||
<noinclude>{{Documentation|Query to list NPC-rooms and their NPCs on a Location page}}</noinclude> | |||
{{#cargo_query: | |||
tables = NpcRooms, RoomNpcs | |||
join_on = NpcRooms.Codename = RoomNpcs.JobCodename | |||
where = NpcRooms.Location = "{{FULLPAGENAME}}" | |||
fields = | |||
NpcRooms.Name = Room, | |||
NpcRooms.WaitTime = WaitTime, | |||
NpcRooms.RespawnTime = RespawnTime, | |||
RoomNpcs.Codename = NPC, | |||
RoomNpcs.Level = Level | |||
format = csv | |||
|- | |||
Room || WaitTime || RespawnTime || NPC || Level | |||
|- | |||
{{{#each:Row| | |||
* '''{{{Room}}}''' (wait: {{{WaitTime}}} s, respawn: {{{RespawnTime}}} s): | |||
{{#cargo_query: | |||
tables = RoomNpcs | |||
where = JobCodename = "{{{Room|encode=uri}}}" | |||
fields = Codename = NPC, Level | |||
format = ul | |||
}} | |||
}}} | |||
}} | |||
<!-- ZC_CP_Autogen_End --> | <!-- ZC_CP_Autogen_End --> |
Revision as of 05:28, 10 July 2025
Required Items
Image | Item | Quantity | Take |
---|---|---|---|
![]() |
fuel | 10 | Yes |
Hunting Jobs
No results
Scavenges
No results
Error: join conditions must be set for tables.