Skip to content

Items

From Zed City Wiki

Revision as of 16:05, 4 November 2025 by BaselineUser-1 (talk | contribs)

Here you will find a list of all the items available in Zed City. From essential survival tools and powerful weapons to rare collectibles and crafting materials, each item plays a role in your fight to survive.

Durability

Durability on items goes down with each use, or each attack / defence within a fight. Every item with durability is created with a durability rating on a scale of 1 to 15.

Level Durability (Uses) Label
1 10 Brittle
2 25 Very Weak
3 50 Poor
4 100 Weak
5 150 Moderate
6 200 Tempered
7 250 Resilient
8 300 Durable
9 350 Reinforced
10 500 Robust
11 1000 Long Lasting
12 2000 Enduring
13 3000 Pristine
14 4000 Embued
15 5000 Immaculate
15+ 5000 Immaculate


Weapons (melee)

{{#cargo_query:

table=Weapons

|fields=CONCAT('

')= Image,

         _pageName=Name,
         Attack,
         Accuracy,
         Durability,
         Type,
         Weight,
         CONCAT('$', FORMAT(BuyPrice, 0))= Buy Price,
         CONCAT('$', FORMAT(SellPrice, 0)) = Sell Price
|format=table
|order by=Name
|headers=yes

}}


Weapons (ranged)

{{#cargo_query:

table=WeaponsRanged, Ammo

|fields=CONCAT('

https://zed.city/items/', WeaponsRanged.Image, '.png

')=Image,

WeaponsRanged._pageName=Name,
WeaponsRanged.Attack,
WeaponsRanged.Accuracy,
WeaponsRanged.Durability,
         Ammo._pageName=Ammo,

WeaponsRanged.FireRate = Fire Rate, WeaponsRanged.MaxAmmo = Magazine Size, WeaponsRanged.Weight, CONCAT('$', FORMAT(WeaponsRanged.BuyPrice, 0))= Buy Price, CONCAT('$', FORMAT(WeaponsRanged.SellPrice, 0)) = Sell Price

|join on=WeaponsRanged.AmmoType=Ammo.Codename
|format=table
|order by=Name
|headers=yes

}}


Ammo

{{#cargo_query:

table=Ammo

|fields=CONCAT('

')=Image,

         _pageName=Ammo
|format=table
|order by=Ammo
|headers=yes

}}


Armour (head)

{{#cargo_query:

 table=DefenseHead

|fields=CONCAT('

')=Image,

           _pageName=Name,
           Defense,
           Durability,
           Weight,

CONCAT('$', FORMAT(BuyPrice, 0))= Buy Price, CONCAT('$', FORMAT(SellPrice, 0)) = Sell Price

 |format=table
 |order by=Name
 |headers=yes

}}


Armour (body)

{{#cargo_query:

 table=DefenseBody

|fields=CONCAT('

')=Image,

           _pageName=Name,
           Defense,
           Durability,
           Weight,

CONCAT('$', FORMAT(BuyPrice, 0))= Buy Price, CONCAT('$', FORMAT(SellPrice, 0)) = Sell Price

 |format=table
 |order by=Name
 |headers=yes

}}


Armour (legs)

{{#cargo_query:

 table=DefenseLegs

|fields=CONCAT('

')=Image,

           _pageName=Name,
           Defense,
           Durability,
           Weight,

CONCAT('$', FORMAT(BuyPrice, 0))= Buy Price, CONCAT('$', FORMAT(SellPrice, 0)) = Sell Price

 |format=table
 |order by=Name
 |headers=yes

}}


Armour (feet)

{{#cargo_query:

 table=DefenseFeet

|fields=CONCAT('

')=Image,

           _pageName=Name,
           Defense,
           Durability,
           Weight,

CONCAT('$', FORMAT(BuyPrice, 0))= Buy Price, CONCAT('$', FORMAT(SellPrice, 0)) = Sell Price

 |format=table
 |order by=Name
 |headers=yes

}}


Materials

{{#cargo_query:

 table=Materials

|fields=CONCAT('

')=Image,

           _pageName=Name,
           Weight,

CONCAT('$', FORMAT(BuyPrice, 0))= Buy Price, CONCAT('$', FORMAT(SellPrice, 0)) = Sell Price

 |format=table
 |order by=Name
 |headers=yes

}}


Fish

{{#cargo_query:

 table=Fish

|fields=CONCAT('

')=Image,

           _pageName=Name,
           Weight,

CONCAT('$', FORMAT(BuyPrice, 0))= Buy Price, CONCAT('$', FORMAT(SellPrice, 0)) = Sell Price

 |format=table
 |order by=Name
 |headers=yes

}}


Cooked Fish

{{#cargo_query:

 table=CookedFish

|fields=CONCAT('

')=Image,

           _pageName=Name,
           MoraleBoost,
           Cooldown,
           Weight,

CONCAT('$', FORMAT(BuyPrice, 0))= Buy Price, CONCAT('$', FORMAT(SellPrice, 0)) = Sell Price

 |format=table
 |order by=Name
 |headers=yes

}}


Food

{{#cargo_query:

 table=Food

|fields=CONCAT('

')=Image,

           _pageName=Name,
           MoraleBoost,
           Cooldown,
           Weight,

CONCAT('$', FORMAT(BuyPrice, 0))= Buy Price, CONCAT('$', FORMAT(SellPrice, 0)) = Sell Price

 |format=table
 |order by=Name
 |headers=yes

}}


Boosters (energy)

{{#cargo_query:

 table=EnergyDrinks

|fields=CONCAT('

')=Image,

           _pageName=Name,
           EnergyBoost,
           Cooldown,
           Weight,

CONCAT('$', FORMAT(BuyPrice, 0))= Buy Price, CONCAT('$', FORMAT(SellPrice, 0)) = Sell Price

 |format=table
 |order by=Name
 |headers=yes

}}


Boosters (alcohol)

{{#cargo_query:

 table=Alcohol

|fields=CONCAT('

')=Image,

           _pageName=Name,
           RadBoost,
           Cooldown,
           Weight,

CONCAT('$', FORMAT(BuyPrice, 0))= Buy Price, CONCAT('$', FORMAT(SellPrice, 0)) = Sell Price

 |format=table
 |order by=Name
 |headers=yes

}}


Chem Boosters

{{#cargo_query:

 table=ChemBoosters

|fields=CONCAT('

')=Image,

           _pageName=Name,
           RadBoost,
           Cooldown,
           Weight,

CONCAT('$', FORMAT(BuyPrice, 0))= Buy Price, CONCAT('$', FORMAT(SellPrice, 0)) = Sell Price

 |format=table
 |order by=Name
 |headers=yes

}}

Medical

{{#cargo_query:

 table=Medical

|fields=CONCAT('

')=Image,

           _pageName=Name,
           RecoverTime,
           HealthGain,
           MedicalCooldown,
           Weight,

CONCAT('$', FORMAT(BuyPrice, 0))= Buy Price, CONCAT('$', FORMAT(SellPrice, 0)) = Sell Price

 |format=table
 |order by=Name
 |headers=yes

}}


Misc

{{#cargo_query:

 table=Misc

|fields=CONCAT('

')=Image,

           _pageName=Name,
           Weight,

CONCAT('$', FORMAT(BuyPrice, 0))= Buy Price, CONCAT('$', FORMAT(SellPrice, 0)) = Sell Price

 |format=table
 |order by=Name
 |headers=yes

}}

Equipment

{{#cargo_query:

 table=Equipment

|fields=CONCAT('

')=Image,

           _pageName=Name,
           Durability,
           Weight,

CONCAT('$', FORMAT(BuyPrice, 0))= Buy Price, CONCAT('$', FORMAT(SellPrice, 0)) = Sell Price

 |format=table
 |order by=Name
 |headers=yes

}}

Vehicles Upgrade

Battery

{{#cargo_query:

 table=VehicleBattery

|fields=CONCAT('

')=Image,

           _pageName=Name,
           Durability,
           Weight,

VehicleCapacityFlat=Capacity, VehicleSpeedFlat=Speed, VehicleEfficiencyFlat=Efficiency, CONCAT('$', FORMAT(BuyPrice, 0))= Buy Price, CONCAT('$', FORMAT(SellPrice, 0)) = Sell Price

 |format=table
 |order by=Name
 |headers=yes

}}

Tire

{{#cargo_query:

 table=VehicleTire

|fields=CONCAT('

')=Image,

           _pageName=Name,
           Durability,
           Weight,

VehicleCapacityFlat=Capacity, VehicleSpeedFlat=Speed, VehicleEfficiencyFlat=Efficiency, CONCAT('$', FORMAT(BuyPrice, 0))= Buy Price, CONCAT('$', FORMAT(SellPrice, 0)) = Sell Price

 |format=table
 |order by=Name
 |headers=yes

}}

Turbo

{{#cargo_query:

 table=VehicleTurbo

|fields=CONCAT('

')=Image,

           _pageName=Name,
           Durability,
           Weight,

VehicleCapacityFlat=Capacity, VehicleSpeedFlat=Speed, VehicleEfficiencyFlat=Efficiency, CONCAT('$', FORMAT(BuyPrice, 0))= Buy Price, CONCAT('$', FORMAT(SellPrice, 0)) = Sell Price

 |format=table
 |order by=Name
 |headers=yes

}}

Trophy

{{#cargo_query:

 table=Trophy

|fields=CONCAT('

')=Image,

           _pageName=Name,
           Weight
 |format=table
 |order by=Name
 |headers=yes

}}