The Reserve: Difference between revisions

From Zed Wiki

No edit summary
No edit summary
Line 31: Line 31:
}}
}}


<noinclude>{{Documentation|List all NPC-rooms on a Location page, with their NPCs}}</noinclude>
{{#cargo_query:
{{#cargo_query:
  tables = NpcRooms
  tables=NpcRooms,RoomNpcs
  where = Location = "{{FULLPAGENAME}}"
join_on=Codename=JobCodename
  fields =
  where=NpcRooms.Location="{{{Codename|}}}"
   Name         = Room,
  fields=
   WaitTime,
   NpcRooms.Name=Room,
   RespawnTime
   RoomNpcs.Codename=NPC,
  format   = template
   RoomNpcs.Level=Level
  template =
  format=table
  * '''{{{Room}}}''' (wait: {{{WaitTime}}} s; respawn: {{{RespawnTime}}} s):
  group_by=Room
  {{#cargo_query:
  order_by=Room,Level DESC
    tables = RoomNpcs
  link=NPC=NPC;Room=Room
    where = JobCodename = "{{{Room|encode=uri}}}"
    fields = Codename, Level
    format = ul
  }}
}}
}}


<!-- ZC_CP_Autogen_End -->
<!-- ZC_CP_Autogen_End -->

Revision as of 05:30, 10 July 2025

Required Items

Image Item Quantity Take
fuel.png fuel 10 Yes

Hunting Jobs

No results

Scavenges

No results

Error: the string ";" cannot be used within #cargo_query.