Research Facility: Difference between revisions
No edit summary |
|||
| Line 20: | Line 20: | ||
The zeds in this zone will respawn after you defeat them, the zombies that can replace them are in the list below: | The zeds in this zone will respawn after you defeat them, the zombies that can replace them are in the list below: | ||
Note: This list *does not display how many*, instead it just displays *potential* encounters | Note: This list **does not display how many**, instead it just displays *potential* encounters | ||
{{#cargo_query: | {{#cargo_query: | ||
table=RoomNpcs,Zeds,NpcRooms | table=RoomNpcs,Zeds,NpcRooms | ||
| Line 29: | Line 29: | ||
|format=table | |format=table | ||
}} | }} | ||
=== Scavenge === | === Scavenge === | ||
Revision as of 10:17, 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_research_facility' | format=table | order by=LocationJobItems.Codename }}
Potential Zed Encounters
The zeds in this zone will respawn after you defeat them, the zombies that can replace them are in the list below:
Note: This list **does not display how many**, instead it just displays *potential* encounters {{#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_research_facility" |group by=Zeds._pageName, RoomNpcs.Level |format=table }}
Scavenge
{{#cargo_query: table=ScavengeRooms |fields=_pageName=Name, Zone |where=Location="loc_research_facility" |format=table }}
Locks
{{#cargo_query: table=GateRooms,Locations | join on=GateRooms.Location=Locations.Codename | fields=GateRooms._pageName=Name, GateRooms.Zone | where=Locations.Codename='loc_research_facility' | format=table }}