Research Facility: Difference between revisions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<noinclude>{{Locations| Name=Research Facility| Codename=loc_research_facility| WaitTime=0| TravelTime=3600| TravelTimeFormatted=01H 00M 00S| Difficulty=9 | <noinclude>{{Locations| Name=Research Facility| Codename=loc_research_facility| WaitTime=0| TravelTime=3600| TravelTimeFormatted=01H 00M 00S| Difficulty=9 | ||
}} | }} | ||
</noinclude>{{LocationJobItems | </noinclude>{{LocationJobItems | ||
| Line 48: | Line 48: | ||
| fields=GateRooms._pageName=Name, GateRooms.Zone | | fields=GateRooms._pageName=Name, GateRooms.Zone | ||
| where=Locations.Codename='loc_research_facility' | | where=Locations.Codename='loc_research_facility' | ||
| format=table | |||
}}=== Outposts === | |||
{{#cargo_query: | |||
table=Locations, ItemFilterLink, Outposts | |||
| join on=ItemFilterLink.Codename=Locations.Codename,Outposts.Codename=ItemFilterLink.LinkCodename | |||
| fields=Outposts._pageName=Name, COUNT(DISTINCT Outposts.Codename)=Count | |||
| where=Locations.Codename="loc_research_facility" | |||
| group by=Outposts._pageName | |||
| format=table | | format=table | ||
}}<!-- ZC_CP_Autogen_End --> | }}<!-- ZC_CP_Autogen_End --> | ||
Revision as of 00:28, 30 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 zeds, instead it just displays the *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 }}=== Outposts === {{#cargo_query: table=Locations, ItemFilterLink, Outposts | join on=ItemFilterLink.Codename=Locations.Codename,Outposts.Codename=ItemFilterLink.LinkCodename | fields=Outposts._pageName=Name, COUNT(DISTINCT Outposts.Codename)=Count | where=Locations.Codename="loc_research_facility" | group by=Outposts._pageName | format=table }}