Fuel Depot: Difference between revisions
From Zed Wiki
(Created page with "<!-- ZC_CP_Autogen AUTOGENERATED DO NOT REMOVE THESE SECTION -->{{Locations| Name=Fuel Depot| Codename=loc_fuel_depot| WaitTime=0| TravelTime=1800| Difficulty=2| Desc = No information known }} {{LocationJobItems | JobCodename=loc_fuel_depot | ReqType=item_default | Codename=fuel | Qty=15 | TakeItem=true }}== Required Items == {{#cargo_query: table=LocationJobItems | fields=CONCAT('https://www.zed.city/items/', Codename, '.png')=Image, Codename=Item, Qty=Quantity, TakeIte...") |
No edit summary |
||
(18 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
< | <noinclude>{{Locations| Name=Fuel Depot| Codename=loc_fuel_depot| WaitTime=0| TravelTime=1800| TravelTimeFormatted=00H 30M 00S| Difficulty=2 | ||
}} | }} | ||
{{LocationJobItems | </noinclude>{{LocationJobItems | ||
| JobCodename=loc_fuel_depot | | JobCodename=loc_fuel_depot | ||
| ReqType=item_default | | ReqType=item_default | ||
| Codename=fuel | | Codename=fuel | ||
| Qty=15 | | Qty=15 | ||
| TakeItem= | | TakeItem=Yes | ||
}}== | }}=== Travel Cost === | ||
{{#cargo_query: | {{#cargo_query: | ||
table=LocationJobItems | table=LocationJobItems,Items | ||
| fields=CONCAT('https://www.zed.city/items/', Codename, '.png')=Image, | | 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_fuel_depot' | | where=JobCodename='loc_fuel_depot' | ||
| format=table | | format=table | ||
| order by=Codename | | 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: | {{#cargo_query: | ||
table= | table=RoomNpcs,Zeds,NpcRooms | ||
|fields=_pageName, | |join on=RoomNpcs.Codename=Zeds.Codename,RoomNpcs.JobCodename=NpcRooms.Codename | ||
|where=Location="loc_fuel_depot" | |fields=CONCAT('{{FA|crosshairs}}')=_, Zeds._pageName=Zed, RoomNpcs.Level, NpcRooms.RespawnTime, NpcRooms.Zone | ||
|where=NpcRooms.Location="loc_fuel_depot" | |||
|group by=Zeds._pageName, RoomNpcs.Level | |||
|format=table | |format=table | ||
}} | }} | ||
== | |||
=== Scavenge === | |||
{{#cargo_query: | {{#cargo_query: | ||
table= | table=ScavengeRooms | ||
|fields=_pageName, | |fields=_pageName=Name, Zone | ||
|where=Location="loc_fuel_depot" | |where=Location="loc_fuel_depot" | ||
|format=table | |format=table | ||
}} | }} | ||
<!-- ZC_CP_Autogen_End --> | |||
=== Locks === | |||
{{#cargo_query: | |||
table=GateRooms,Locations | |||
| join on=GateRooms.Location=Locations.Codename | |||
| fields=GateRooms._pageName=Name, GateRooms.Zone | |||
| where=Locations.Codename='loc_fuel_depot' | |||
| format=table | |||
}} | |||
=== Outposts === | |||
{{#cargo_query: | |||
table=Locations, ItemFilterLink, Outposts | |||
| join on=ItemFilterLink.Codename=Locations.Codename,Outposts.Codename=ItemFilterLink.LinkCodename | |||
| fields=Outposts._pageName=Name, COUNT(*)=Count | |||
| where=Locations.Codename="loc_fuel_depot" | |||
| group by=Outposts._pageName | |||
| format=table | |||
}}<!-- ZC_CP_Autogen_End --> |
Latest revision as of 01:21, 31 July 2025
Travel Cost
Image | Item | Quantity | Consumed |
---|---|---|---|
![]() |
Fuel | 15 | Yes |
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.
_ | Zed | Level | RespawnTime | Zone |
---|---|---|---|---|
Crawler | 1-30 | 604,800 | 1 | |
Zombie | 1-10 | 604,800 | 1 |
Scavenge
Name | Zone |
---|---|
Fuel Pumps | 1 |
Fuel Trade 1 | 2 |
Fuel Trade 2 | 2 |
Refill Fuel Container | 2 |
Refill Fuel Container From Reserves | 2 |
Locks
Name | Zone |
---|---|
Secure Panel | 1 |
Outposts
Name | Count |
---|---|
Building Works | 3 |
Fuel Pump | 4 |
Recycling Center | 2 |