7 Days to Die Wiki
No edit summary
No edit summary
Line 10: Line 10:
 
|craftable = y
 
|craftable = y
 
|}}
 
|}}
The '''{{PAGENAME}}''' is a multi-purpose item. Can be used as a weapon or a tool.
+
The '''{{PAGENAME}}''' is a multi-purpose item. It can be used as a weapon or a tool.
 
As a weapon, the '''{{PAGENAME}}''' can be used as a melee weapon, and can be swung in front of the character.
 
As a weapon, the '''{{PAGENAME}}''' can be used as a melee weapon, and can be swung in front of the character.
   

Revision as of 19:37, 1 September 2013

This article is a stub. For more information on what defines a stub, see Template:Stub.
You can help 7 Days to Die Wiki by expanding it.




Barbed Club
ClubBarbed
Basic Information
Removed: {{{removed_version}}}
Group
Category Tool, Weapon
Type Melee
Loot Container
Gear Slot
Related Attribute
Related Perk(s)
Related Perk Book(s)
Block Properties
Hit Points 125
Storage Slots
Lockable
Horizontal Support
Mass
Light Opacity
Upgrades to
Breaks to
Weapon/Tool Properties
Entity Damage N/A
Power Attack Entity Damage
Block Damage
Power Attack Block Damage
Range N/A
Effective Range
Explosion Range Entities
Explosion Range Blocks
Attacks per Minute
Rounds per Minute
Reload Time
Ammo Type
Velocity
Magazine Size
Stamina Usage
Power Attack Stamina Usage
Damage Multiplier: Earth
Damage Multiplier: Metal
Damage Multiplier: Stone
Damage Multiplier: Wood
Butcher Tool
Butcher Damage Multiplier
Butcher Resource Multiplier
Disassemble Tool
Vehicle Properties
Vehicle Speed
Vehicle Sprint Speed
Seats
Protection Properties
Cold Resist
Heat Resist
Waterproof
Armor Rating
Elemental Protection
Effect Protection
Mobility Reduction
Stamina Regen Reduction
Noise Increase
Consumption Effects
Effect on Fullness
Effect on Hydration
Effect on max Stamina
Effect on Stamina regen
Effect on Health
Effect on Max Health
Cures
Cure Percentage
Buff
Buff Effect
Buff Duration
Dysentery Chance (%)
Characteristic Properties
Durability (Min Quality)
Durability (Max Quality)
Degradation per Use
Mod Type
Compatible Mods
Repaired Using
Electrical Power Required
Unlocks
Base Price
Max Stack
Scrapping/Forging Properties
Scrappable
Scraps into
Meltable
Material
Combustible
Burn Time
Farming Properties
Crop produced
Seed used
Time to grow
Obtaining
Obtainable Through

The Barbed Club is a multi-purpose item. It can be used as a weapon or a tool. As a weapon, the Barbed Club can be used as a melee weapon, and can be swung in front of the character.

Notes[ | ]

  • Can be used as a tool and melee weapon
  • Can be found in-game randomly in the world
  • Craftable
  • Takes 2 hits to the head or 5 to the body to kill a normal zombie

Crafting[ | ]




BarbedWire Stick


BarbedWire Stick BarbedWire ClubBarbed1


Stick BarbedWire
Grid layout Arrow (small)

Stick







Bugs[ | ]

There currently isn't a recipe (in the recipes XML) for the Barbed Club

A fix is available here, merely add this coding to the XML in notepad and save, then the recipe for Barbed Club should work

   <recipe name="clubBarbed" count="1">
       <ingredient name="barbedWireCrafted" count="1" grid="1, -2" />
       <ingredient name="stick" count="1" grid="2, -2" />
       <ingredient name="barbedWireCrafted" count="1" grid="0, -1" />
       <ingredient name="stick" count="1" grid="1, -1" />
       <ingredient name="barbedWireCrafted" count="1" grid="2, -1" />
       <ingredient name="stick" count="1" grid="0, 0" />
       <ingredient name="barbedWireCrafted" count="1" grid="1, 0" />
       <ingredient name="stick" count="1" grid="-1, 1" />
   </recipe>