Items: Difference between revisions

From Zed Wiki

Tag: Reverted
 
(51 intermediate revisions by the same user not shown)
Line 1: Line 1:
'''''(Name of item, category, buying and selling price, accuracy, damage, defence, description, effect)'''''
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.
 
===Weapons (melee)===
===Weapons (melee)===
{{#cargo_query:
{{#cargo_query:
  table=Weapons
  table=Weapons
Line 10: Line 10:
           Durability,
           Durability,
           Type,
           Type,
           BuyPrice = Buy Price,
           Weight,
           SellPrice = Sell Price,
          CONCAT('$', FORMAT(BuyPrice, 0))= Buy Price,
           CONCAT('$', FORMAT(SellPrice, 0)) = Sell Price
  |format=table
  |format=table
  |order by=Name
  |order by=Name
  |headers=yes
  |headers=yes
}}
}}


===Weapons (ranged)===
===Weapons (ranged)===
{{#cargo_query:
{{#cargo_query:
  table=WeaponsRanged, Ammo
  table=WeaponsRanged, Ammo
Line 29: Line 30:
WeaponsRanged.FireRate = Fire Rate,
WeaponsRanged.FireRate = Fire Rate,
WeaponsRanged.MaxAmmo = Magazine Size,
WeaponsRanged.MaxAmmo = Magazine Size,
WeaponsRanged.BuyPrice = Buy Price,
WeaponsRanged.Weight,
WeaponsRanged.SellPrice = Sell Price,
CONCAT('$', FORMAT(WeaponsRanged.BuyPrice, 0))= Buy Price,
CONCAT('$', FORMAT(WeaponsRanged.SellPrice, 0)) = Sell Price
  |join on=WeaponsRanged.AmmoType=Ammo.Codename
  |join on=WeaponsRanged.AmmoType=Ammo.Codename
  |format=table
  |format=table
Line 36: Line 38:
  |headers=yes
  |headers=yes
}}
}}


===Ammo===
===Ammo===
{{#cargo_query:
{{#cargo_query:
  table=Ammo
  table=Ammo
Line 47: Line 49:
  |headers=yes
  |headers=yes
}}
}}


===Armour (head)===
===Armour (head)===
Line 55: Line 58:
             Defense,
             Defense,
             Durability,
             Durability,
             BuyPrice = Buy Price,
             Weight,
            SellPrice = Sell Price
CONCAT('$', FORMAT(BuyPrice, 0))= Buy Price,
CONCAT('$', FORMAT(SellPrice, 0)) = Sell Price
   |format=table
   |format=table
   |order by=Name
   |order by=Name
   |headers=yes
   |headers=yes
}}
}}


===Armour (body)===
===Armour (body)===
{{#cargo_query:
{{#cargo_query:
   table=DefenseBody
   table=DefenseBody
Line 70: Line 74:
             Defense,
             Defense,
             Durability,
             Durability,
             BuyPrice = Buy Price,
             Weight,
            SellPrice = Sell Price
CONCAT('$', FORMAT(BuyPrice, 0))= Buy Price,
CONCAT('$', FORMAT(SellPrice, 0)) = Sell Price
   |format=table
   |format=table
   |order by=Name
   |order by=Name
   |headers=yes
   |headers=yes
}}
}}


===Armour (legs)===
===Armour (legs)===
{{#cargo_query:
{{#cargo_query:
   table=DefenseLegs
   table=DefenseLegs
Line 85: Line 90:
             Defense,
             Defense,
             Durability,
             Durability,
             BuyPrice = Buy Price,
             Weight,
            SellPrice = Sell Price
CONCAT('$', FORMAT(BuyPrice, 0))= Buy Price,
CONCAT('$', FORMAT(SellPrice, 0)) = Sell Price
   |format=table
   |format=table
   |order by=Name
   |order by=Name
   |headers=yes
   |headers=yes
}}
}}


===Armour (feet)===
===Armour (feet)===
{{#cargo_query:
{{#cargo_query:
   table=DefenseFeet
   table=DefenseFeet
Line 100: Line 106:
             Defense,
             Defense,
             Durability,
             Durability,
             BuyPrice = Buy Price,
             Weight,
            SellPrice = Sell Price
CONCAT('$', FORMAT(BuyPrice, 0))= Buy Price,
CONCAT('$', FORMAT(SellPrice, 0)) = Sell Price
   |format=table
   |format=table
   |order by=Name
   |order by=Name
   |headers=yes
   |headers=yes
}}
}}


===Materials===
===Materials===
Line 113: Line 121:
             _pageName=Name,
             _pageName=Name,
             Weight,
             Weight,
            BuyPrice = Buy Price,
CONCAT('$', FORMAT(BuyPrice, 0))= Buy Price,
            SellPrice = Sell Price
CONCAT('$', FORMAT(SellPrice, 0)) = Sell Price
   |format=table
   |format=table
   |order by=Name
   |order by=Name
   |headers=yes
   |headers=yes
}}
}}


===Fish===
===Fish===
Line 126: Line 135:
             _pageName=Name,
             _pageName=Name,
             Weight,
             Weight,
            BuyPrice = Buy Price,
CONCAT('$', FORMAT(BuyPrice, 0))= Buy Price,
            SellPrice = Sell Price
CONCAT('$', FORMAT(SellPrice, 0)) = Sell Price
   |format=table
   |format=table
   |order by=Name
   |order by=Name
Line 133: Line 142:
}}
}}


===Boosters (food)===
 
===Cooked Fish===
{{#cargo_query:
  table=CookedFish
  |fields=CONCAT('{{item-img|', Image, '}}')=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:
{{#cargo_query:
   table=Food
   table=Food
Line 140: Line 166:
             MoraleBoost,
             MoraleBoost,
             Cooldown,
             Cooldown,
             BuyPrice = Buy Price,
             Weight,
            SellPrice = Sell Price,
CONCAT('$', FORMAT(BuyPrice, 0))= Buy Price,
            Weight
CONCAT('$', FORMAT(SellPrice, 0)) = Sell Price
   |format=table
   |format=table
   |order by=Name
   |order by=Name
   |headers=yes
   |headers=yes
}}
}}


===Boosters (energy)===
===Boosters (energy)===
Line 155: Line 182:
             EnergyBoost,
             EnergyBoost,
             Cooldown,
             Cooldown,
             BuyPrice = Buy Price,
             Weight,
            SellPrice = Sell Price,
CONCAT('$', FORMAT(BuyPrice, 0))= Buy Price,
            Weight
CONCAT('$', FORMAT(SellPrice, 0)) = Sell Price
   |format=table
   |format=table
   |order by=Name
   |order by=Name
   |headers=yes
   |headers=yes
}}
}}


===Boosters (alcohol)===
===Boosters (alcohol)===
Line 170: Line 198:
             RadBoost,
             RadBoost,
             Cooldown,
             Cooldown,
             BuyPrice = Buy Price,
             Weight,
            SellPrice = Sell Price,
CONCAT('$', FORMAT(BuyPrice, 0))= Buy Price,
             Weight
CONCAT('$', FORMAT(SellPrice, 0)) = Sell Price
  |format=table
  |order by=Name
  |headers=yes
}}
 
 
===Chem Boosters===
{{#cargo_query:
  table=ChemBoosters
  |fields=CONCAT('{{item-img|', Image, '}}')=Image,
            _pageName=Name,
            RadBoost,
            Cooldown,
             Weight,
CONCAT('$', FORMAT(BuyPrice, 0))= Buy Price,
CONCAT('$', FORMAT(SellPrice, 0)) = Sell Price
   |format=table
   |format=table
   |order by=Name
   |order by=Name
Line 186: Line 230:
             HealthGain,
             HealthGain,
             MedicalCooldown,
             MedicalCooldown,
             BuyPrice = Buy Price,
             Weight,
            SellPrice = Sell Price,
CONCAT('$', FORMAT(BuyPrice, 0))= Buy Price,
            Weight
CONCAT('$', FORMAT(SellPrice, 0)) = Sell Price
   |format=table
   |format=table
   |order by=Name
   |order by=Name
   |headers=yes
   |headers=yes
}}
}}


===Misc===
===Misc===
Line 199: Line 244:
   |fields=CONCAT('{{item-img|', Image, '}}')=Image,
   |fields=CONCAT('{{item-img|', Image, '}}')=Image,
             _pageName=Name,
             _pageName=Name,
             BuyPrice = Buy Price,
             Weight,
             SellPrice = Sell Price,
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('{{item-img|', Image, '}}')=Image,
            _pageName=Name,
            Durability,
             Weight,
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('{{item-img|', Image, '}}')=Image,
            _pageName=Name,
             Weight
             Weight
   |format=table
   |format=table
   |order by=Name
   |order by=Name
  |limit=10000
   |headers=yes
   |headers=yes
}}
}}


===Equipment===


{| class="wikitable"  
=== 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.
{| class="wikitable"
! 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
|-
|-
! colspan="7" style="background-color:#343434; color:#0b758f;" |  
| 8 || 300 || Durable
|-
|-
| colspan="7" style="text-align:center; font-weight:bold; text-decoration:underline; background-color:#343434; color:#0b758f;" | Misc
| 9 || 350 || Reinforced
|- style="font-weight:bold; font-size:20px; font-family:Arial, Helvetica, sans-serif !important; background-color:#343434; color:#0b758f;"
|-
| Image
| 10 || 500 || Robust
| Item
|-
| Buy
| 11 || 1000 || Long Lasting
| Sell
|-
| Location
| 12 || 2000 || Enduring
| Blueprints
|-
| Requirements
| 13 || 3000 || Pristine
|- style="background-color:#656565; color:#000000;"
|-
| Place holder
| 14 || 4000 || Embued
| style="font-weight:bold;" | Buddy's Pass
| $0
| $0
| Quest - Buddy 4
| N/A
| N/A
|- style="background-color:#9b9b9b; color:#000000;"
| Place holder
| style="font-weight:bold;" | Fishing Rod
| $0
| $0
| Stronghold, Crafting bench
| Yes, Quest - Garbo 2
| Log x 40, Wire x 1 and Scrap x 10, <br />Produces 1 and takes 10 minutes. <br />Level 0.
|- style="background-color:#656565; color:#000000;"
| Place holder
| style="font-weight:bold;" | Fuel Injector
| $0
| $0
| Quest - Garbo 10
| N/A
| N/A
|- style="background-color:#9b9b9b; color:#000000;"
| Place holder
| style="font-weight:bold;" | Generals RFID
| $0
| $0
| Quest - Garbo 11
| N/A
| N/A
|- style="background-color:#656565; color:#000000;"
| Place holder
| style="font-weight:bold;" | Lighter
| $0
| $0
| Lake
| N/A
| N/A
|- style="background-color:#9b9b9b; color:#000000;"
| Place holder
| style="font-weight:bold;" | Lucky coin
| $0
| $0
| Quest - Garbo 8
| N/A
| N/A
|- style="background-color:#656565; color:#000000;"
| Place holder
| style="font-weight:bold;" | Pickaxe
| $0
| $0
| Stronghold, Crafting bench <br />and Quest - Garbo 1
| Yes, ?
| ?
|- style="background-color:#9b9b9b; color:#000000;"
| Place holder
| style="font-weight:bold;" | Police RFID
| $0
| $0
| Quest - Meat 4
| N/A
| N/A
|- style="background-color:#656565; color:#000000;"
| Place holder
| style="font-weight:bold;" | Silver key
| $0
| $0
| Myena 6 <br />and Police HQ: Foyer.
| N/A
| N/A
|}
 
===Trophies===
 
{| class="wikitable"
|-
|-
! colspan="9" style="background-color:#343434; color:#0b758f;" |  
| 15 || 5000 || Immaculate
|-
|-
| colspan="9" style="text-align:center; font-weight:bold; text-decoration:underline; font-size:20px; font-family:Arial, Helvetica, sans-serif !important; background-color:#343434; color:#0b758f;" | Trophy
| 15+ || 5000 || Immaculate
|- style="font-weight:bold; font-size:20px; font-family:Arial, Helvetica, sans-serif !important; background-color:#343434; color:#0b758f;"
| Image
| Item
| Buy
| Sell
| Effect
| Date
|- style="font-size:16px; font-family:Arial, Helvetica, sans-serif !important; background-color:#656565; color:#000000;"
| Place holder
| Golden Egg
| $0
| $0
| Trophy
| 2024
|}
|}

Latest revision as of 13:56, 14 August 2025

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.

Weapons (melee)

Image Name Attack Accuracy Durability Type Weight Buy Price Sell Price
weapon_baseball_bat.png
Baseball Bat 18 57 Medium blunt 1kg $3 $1
weapon_baton.png
Baton 25 65 Medium blunt 1kg $100 $50
weapon_chainsaw.png
Chainsaw 60 30 High bladed 1kg $10,000 $2,500
weapon_drill.png
Drill 30 35 Medium piercing 1kg $5,000 $500
weapon_fire_axe.png
Fire Axe 55 35 Medium bladed 1kg $9,000 $2,000
weapon_machete.png
Machete 50 65 Medium bladed 1kg $12,000 $3,000
weapon_meat_cleaver.png
Meat Cleaver 45 70 Medium bladed 1kg $11,000 $2,800
weapon_spear.png
Spear 28 70 Medium piercing 1kg $0 $150
weapon_switchblade.png
Switchblade 28 70 Medium bladed 1kg $500 $250
weapon_wrench.png
Wrench 38 45 Medium blunt 1kg $1,000 $350


Weapons (ranged)

Image Name Attack Accuracy Durability Ammo Fire Rate Magazine Size Weight Buy Price Sell Price
ak_47.png
AK-47 50 50 Medium Rifle Ammo 10-15 35 1kg $0 $0
ak_74u.png
AK-74u 40 40 Medium Rifle Ammo 24-30 35 1kg $0 $0
weapon_bow.png
Bow 18 57 Medium Arrows 2-4 10 1kg $0 $0
chain_shotgun.png
Chain Shotgun 50 50 Medium Shotgun Slug 2-6 6 1kg $0 $0
desert_eagle.png
Desert Eagle 30 57 Medium Pistol Ammo 3-6 12 1kg $0 $0
handgun.png
Handgun 25 57 Medium Pistol Ammo 3-4 12 1kg $750 $500
handmade.png
Handmade 18 57 Medium Simple Ammo 1-4 4 1kg $0 $0
l96.png
L96 120 80 Medium Rifle Ammo 1 1 1kg $0 $0
lr_300.png
LR-300 25 90 Medium Rifle Ammo 10-50 50 1kg $0 $0
m249.png
M249 50 20 Medium Rifle Ammo 30-40 40 1kg $0 $0
mp5.png
MP5 25 57 Medium Pistol Ammo 10-15 25 1kg $0 $0
revolver.png
Revolver 60 60 Medium Pistol Ammo 1-6 6 1kg $0 $0
sawnoff.png
Sawnoff 80 40 Medium Shotgun Slug 1-2 2 1kg $0 $0
scuff_shotgun.png
Scuff Shotgun 50 40 Very Low Simple Ammo 1-2 2 1kg $2,000 $500
shotgun.png
Shotgun 80 60 Medium Shotgun Slug 1-2 2 1kg $0 $0
smg.png
SMG 60 50 Medium Rifle Ammo 5-10 20 1kg $0 $0


Ammo

Image Ammo
ammo_arrows.png
Arrows
pistol_ammo.png
Pistol Ammo
rifle_ammo.png
Rifle Ammo
shotgun_slug.png
Shotgun Slug
simple_ammo.png
Simple Ammo


Armour (head)

Image Name Defense Durability Weight Buy Price Sell Price
defense_army_helmet.png
Army Helmet 2 Medium 1kg $1,000 $750
defense_camo_hat.png
Camo Hat 1 Medium 1kg $0 $0
cowboy_hat.png
Cowboy Hat 5 Medium 1kg $0 $0
defense_gas_mask.png
Gas Mask 2 Medium 1kg $0 $0
defense_hockey_mask.png
Hockey Mask 1 Medium 1kg $0 $0
defense_nano_helmet.png
Nano Helmet 10 Medium 1kg $0 $0
defense_ranger_hat.png
Ranger Hat 1 Medium 1kg $0 $0
defense_riot_helmet.png
Riot Helmet 3 Medium 1kg $0 $0
defense_sunglasses.png
Sunglasses 1 Medium 1kg $0 $0


Armour (body)

Image Name Defense Durability Weight Buy Price Sell Price
barrel_vest.png
Barrel Vest 5 Medium 1kg $0 $0
defense_body_vest.png
Body Vest 15 Medium 1kg $0 $0
defense_camo_vest.png
Camo Vest 10 Unknown 1kg $0 $0
defense_cloth_jacket.png
Cloth Jacket 1 Very Low 1kg $500 $300
defense_hazmat_jacket.png
Hazmat Jacket 2 Medium 1kg $0 $0
defense_leather_jacket.png
Leather Jacket 5 Pristine 1kg $0 $0
defense_nano_armour.png
Nano Armour 20 Medium 1kg $0 $0
defense_padded_vest.png
Padded Vest 10 Unknown 1kg $0 $0
defense_ranger_jacket.png
Ranger Jacket 3 Very High 1kg $0 $0


Armour (legs)

Image Name Defense Durability Weight Buy Price Sell Price
defense_armoured_pants.png
Armoured Pants 2 Pristine 1kg $0 $0
defense_army_pants.png
Army Pants 2 Very High 1kg $0 $0
defense_camo_pants.png
Camo Pants 1 Medium 1kg $0 $0
defense_cargo_pants.png
Cargo Pants 1 Very High 1kg $0 $0
defense_cargo_shorts.png
Cargo Shorts 1 Medium 1kg $0 $0
cloth_pants.png
Cloth Pants 1 Low 1kg $250 $150
defense_heavily_armoured_pants.png
Heavily Armoured Pants 3 Medium 1kg $0 $0
defense_jeans.png
Jeans 1 Medium 1kg $0 $0
defense_jogging_bottoms.png
Jogging Bottoms 1 Medium 1kg $0 $0
defense_knee_pads.png
Knee Pads 1 Medium 1kg $0 $0
defense_padded_pants.png
Padded Pants 1 Medium 1kg $0 $0
defense_ranger_jeans.png
Ranger Jeans 1 Very High 1kg $0 $0
defense_sweat_pants.png
Sweat Pants 1 Medium 1kg $0 $0
defense_swim_shorts.png
Swim Shorts 1 Medium 1kg $220 $180


Armour (feet)

Image Name Defense Durability Weight Buy Price Sell Price
defense_army_boots.png
Army Boots 2 Pristine 1kg $0 $0
defense_camo_boots.png
Camo Boots 1 Very High 1kg $0 $0
defense_hazmat_boots.png
Hazmat Boots 1 Medium 1kg $0 $0
defense_ranger_boots.png
Ranger Boots 2 Very High 1kg $0 $0
defense_sandals.png
Sandals 1 Low 1kg $250 $150
defense_soldier_boots.png
Soldier Boots 5 Very High 1kg $0 $0
defense_trekking_boots.png
Trekking Boots 1 High 1kg $0 $0
defense_work_boots.png
Work Boots 2 Medium 1kg $0 $0


Materials

Image Name Weight Buy Price Sell Price
advanced_tools.png
Advanced Tools 0.5kg $0 $1,000
ash.png
Ash 0.01kg $0 $0
automation_arm.png
Automation Arm 10kg $0 $0
barley.png
Barley 0.1kg $0 $0
barley_seeds.png
Barley Seeds 0.1kg $0 $0
barricade.png
Barricade 2.5kg $0 $0
brick.png
Brick 0.25kg $0 $0
broken_radio.png
Broken Radio 1.2kg $0 $0
broken_remote.png
Broken Remote 0.5kg $0 $0
broken_screen.png
Broken Screen 2kg $0 $0
cement.png
Cement 0.25kg $0 $0
cloth.png
Cloth 0.1kg $0 $20
coal.png
Coal 0.1kg $30 $10
computer_board.png
Computer Board 1kg $0 $0
dirty_water.png
Dirty Water 0.05kg $0 $0
electrical_components.png
Electrical Components 0.25kg $0 $0
explosives.png
Explosives 0.5kg $0 $0
fishing_reel.png
Fishing Reel 1kg $0 $0
flux.png
Flux 0.5kg $0 $350
fuel.png
Fuel 0.25kg $0 $250
gears.png
Gears 0.5kg $0 $250
gun_powder.png
Gun Powder 0.01kg $0 $15
hide.png
Hide 0.05kg $3 $2
iron_bar.png
Iron Bar 0.1kg $100 $50
iron_ore.png
Iron Ore 0.03kg $100 $30
craft_log.png
Logs 0.01kg $10 $5
craft_nails.png
Nails 0.01kg $25 $12
nanites_cache.png
Nanites Cache 5kg $0 $0
oil.png
Oil 0.75kg $0 $0
craft_planks.png
Planks 0.05kg $25 $21
plastic.png
Plastic 0.5kg $0 $500
craft_rock.png
Rock 0.01kg $0 $0
craft_rope.png
Rope 0.25kg $0 $0
salvaged_tech.png
Salvaged Tech 0.2kg $0 $0
craft_scrap.png
Scrap 0.01kg $3 $1
serum.png
Serum 1kg $0 $0
steel.png
Steel 0.05kg $0 $100
tarp.png
Tarp 0.5kg $0 $1,250
thread.png
Thread 0.5kg $0 $0
tincture.png
Tincture 1kg $0 $0
unrefined_plastic.png
Unrefined Plastic 2.2kg $0 $2,800
water.png
Water 0.1kg $0 $0
craft_wire.png
Wire 0.2kg $0 $0
zed_juice.png
Zed Juice 0.05kg $0 $10


Fish

Image Name Weight Buy Price Sell Price
angelfish.png
Angelfish 0.25kg $70 $15
barnaclefish.png
Barnaclefish 0.25kg $70 $15
bass.png
Bass 0.25kg $70 $15
carp.png
Carp 0.25kg $29 $12
perch.png
Perch 0.25kg $300 $10
rockfish.png
Rockfish 0.5kg $70 $15
sandfish.png
Sandfish 0.25kg $70 $15


Cooked Fish

Image Name MoraleBoost Cooldown Weight Buy Price Sell Price
cooked_angelfish.png
Cooked Angelfish 0 1800 1kg $0 $250
cooked_barnaclefish.png
Cooked Barnaclefish 0 3600 1kg $0 $500
cooked_bass.png
Cooked Bass 40 1800 1kg $0 $150
cooked_carp.png
Cooked Carp 65 1800 1kg $0 $30
cooked_perch.png
Cooked Perch 0 3600 1kg $0 $250
cooked_sandfish.png
Cooked Sandfish 75 1500 1kg $0 $0


Food

Image Name MoraleBoost Cooldown Weight Buy Price Sell Price
animal_meat.png
Animal Meat 50 1800 1kg $100 $20
canned_food.png
Canned Food 20 1800 0.01kg $10 $5
chocolate.png
Chocolate 100 1800 1kg $250 $50
cooked_fish.png
Cooked Fish 65 1800 1kg $140 $30
cooked_meat.png
Cooked Meat 75 1800 1kg $160 $35
fish_kebab.png
Fish Kebab 100 1800 1kg $250 $40
kwizine.png
Kwizine 300 1800 1kg $1,500 $100
mixed_vegetables.png
Mixed Vegetables 10 1800 1kg $0 $250
pumpkin_pie.png
Pumpkin Pie 50 3600 1kg $0 $0
sandwich.png
Sandwich 125 1800 1kg $400 $45


Boosters (energy)

Image Name EnergyBoost Cooldown Weight Buy Price Sell Price
coffee.png
Coffee 25 7200 1kg $0 $0
ecola.png
E-Cola 25 7200 1kg $0 $0
eyebellini.png
Eyebellini 25 7200 1kg $0 $0
free_zedbull.png
Free ZedBull 100 1800 1kg $0 $0
witchs_brew.png
Witch's Brew 25 7200 1kg $0 $0
zedbull.png
ZedBull 30 7200 1kg $0 $0


Boosters (alcohol)

Image Name RadBoost Cooldown Weight Buy Price Sell Price
beer.png
Beer 5 1800 1kg $0 $0
free_beer.png
Free Beer 15 600 1kg $0 $0
vodka.png
Vodka 10 1800 1kg $0 $0
whiskey.png
Whiskey 15 1800 1kg $0 $0


Chem Boosters

Image Name RadBoost Cooldown Weight Buy Price Sell Price
energy_booster.png
Energy Booster 0 7200 1kg $0 $100
rad_booster.png
Rad Booster 2 600 1kg $0 $100
weight_booster.png
Weight Booster 1 3600 1kg $0 $100
worker_booster.png
Worker Booster 1 600 1kg $0 $100
xp_booster.png
XP Booster 1 600 1kg $0 $100

Medical

Image Name RecoverTime HealthGain MedicalCooldown Weight Buy Price Sell Price
bandage.png
Bandage 600 25 undefined 0.1kg $100 $20
med_kit.png
Med Kit 3600 150 undefined 0.5kg $0 $0
morphine.png
Morphine 1200 50 undefined 0.2kg $0 $0
small_med_kit.png
Small Med Kit 1800 50 undefined 0.2kg $0 $0


Misc

Image Name Weight Buy Price Sell Price
barracks_key.png
Barracks key 0.1kg $0 $0
buddys_pass.png
Buddys Pass 1kg $0 $0
fuel_injector.png
Fuel Injector 1kg $0 $0
generals_rfid.png
Generals RFID 0.1kg $0 $0
misc_lighter.png
Lighter 1kg $0 $0
misc_lockpick.png
Lockpick 0.1kg $500 $50
lucky_coin.png
Lucky coin 1kg $0 $0
police_rfid.png
Police RFID 0.1kg $0 $0
misc_security_card.png
Security Card 1kg $0 $0
silver_key.png
Silver key 0.1kg $0 $0
splicer.png
Splicer 2.5kg $15,000 $1,000
zed_coin.png
Zed Coin 0kg $0 $0
zed_pack.png
Zed Pack 0kg $0 $200,000

Equipment

Image Name Durability Weight Buy Price Sell Price
quiver.png
Arrow Quiver Medium 1kg $5,000 $1,000
battery.png
Battery Medium 3kg $5,000 $1,000
hatchet.png
Hatchet Medium 1kg $0 $10
misc_pickaxe.png
Pickaxe Medium 1kg $0 $0
pro_fishing_rod.png
Pro Fishing Rod High 1kg $0 $0
steel_fishing_rod.png
Steel Fishing Rod Medium 1kg $0 $0
steel_hatchet.png
Steel Hatchet Medium 2kg $0 $10
steel_pickaxe.png
Steel Pickaxe High 2kg $0 $0
wooden_fishing_rod.png
Wooden Fishing Rod Low 1kg $0 $500


Trophy

Image Name Weight
alpha_trophy.png
Alpha Survivor 0kg
purge_quest_trophy.png
Everburning Lighter 0kg
giant_pufferfish.png
Giant Pufferfish 1kg
easter_quest_golden_egg.png
Golden Egg 0kg
halloween_quest_golden_skull.png
Golden Skull 0kg
monster_catfish.png
Monster Catfish 1kg
viper_barnaclefish.png
Viper Barnaclefish 1kg


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