Axe: Difference between revisions

From PZwiki
m (→‎top: Category update: "Melee weapons")
m (Update link, minor fixes)
(28 intermediate revisions by 8 users not shown)
Line 1: Line 1:
{{Languages}}{{Header|The Game World|Items|Weapons|Melee weapons|type=Weapon|version=Version 41|incver=78.16}}{{Infobox weapon
{{Header|Project Zomboid|Items|Weapons|Melee weapons|Axes}}
|display_name=Axe
{{Page version|41.78.16}}
|name_colour=Weapon
{{Infobox item
|name_text_colour=Weapon
|name=Axe
|image=Axe_Model.png
|model=Axe_Model.png
|image_width=200px
|icon=Axe.png
|alternate_image=Axe.png
|icon_name=Axe
|alternate_name=Axe
<!--GENERAL-->
|alternate_link=
|category=Tool/Weapon
|category=Weapon
|weight=3
|weight=3
|equipped=Two-handed
|attachment_type=BigWeapon
|function=Chop trees
|function=Chop trees
|equipped=Two-handed
|skill_type=Axe
|type=Axe
<!--PROPERTIES-->
|min_range=0.61
|max_range=1.2
|base_speed=1
|condition_max=13
|condition_max=13
|condition_lower_chance=1_in_35
<!--DAMAGE-->
|damage_type=Slash
|min_damage=0.8
|min_damage=0.8
|max_damage=2
|max_damage=2
|crit_chance=20
|door_damage=35
|crit_multiplier=5
|tree_damage=35
|tree_damage=35
|door_damage=35
|min_range=0.61
|max_range=1.2
|base_speed=1
|push_back=0.3
|push_back=0.3
|knockdown=2
|knockdown=2
|class_name=Base.Axe
|crit_chance=20
}}An '''axe''' is a two-handed melee weapon.
|crit_multiplier=5
<!-- TECHNICAL -->
|item_id=Base.Axe
}}
{{About|the item|the skill|Axe (skill)}}
An '''axe''' is a two-handed melee [[Weapons|weapon]].


==Usage==
==Usage==
===Weapon===
===Weapon===
The axe is also a multi-attack weapon, capable of hitting two [[zombie]]s at a time in a swing. It is a two-handed weapon that has a max damage of 2.5, making it the third strongest tool in the game behind the pistol and the sledgehammer.
The axe is a multi-attack weapon, capable of hitting two [[zombie]]s at a time in a swing (if multi-hit is enabled). It is a two-handed weapon that has a max damage of 2, the third highest of damage of any tool behind the [[pickaxe]] and the [[sledgehammer]].


The axe has a chance to kill zombies in a single, well-charged hit, making it useful for close-quarter combat. It has the advantage of having a greater damage output and durability compared to other tools, making it a great weapon alongside its uses as a tool. Its disadvantage is that it has a long recovery time between swings, leaving the player vulnerable when surrounded.
The axe has a chance to kill zombies in a single, well-charged hit, making it useful for close-quarter combat. It has the advantage of having a greater damage output and durability compared to other tools, making it a great weapon alongside its uses as a tool. Its disadvantage is that it has a long recovery time between swings, leaving the player vulnerable when surrounded.
Line 40: Line 44:


===Chopping trees===
===Chopping trees===
The axe is an ideal harvesting device to cut down trees (also 35 damage) to collect [[Log|log]]s which can be cut with a [[Saw|saw]] to create [[Wood Planks|wood planks]].
The axe is an ideal harvesting device to cut down trees (also 35 damage) to collect [[log]]s which can be cut with a [[saw]] to create [[Wood Planks|wood planks]].
 
==Crafting==
The axe can be used to slice open a [[watermelon]].
{{Crafting header|ing=2}}
{{Crafting cooking|401|ing=2}}
|}


==Distribution==
==Condition==
Axes are quite rare in the game, but are found most often in [[Crate|storage crates]], which are usually in warehouses and storage facilities. The hardware store in [[West Point]] and [[Riverside]] are a very good place to pick up a few '''axes''' and other useful tools relatively early in the game. Axes begin spawning on Zombie's backs with a very low chance after 15 days survived. Axes can sometimes be found in fire stations, abandoned fire department vehicles, as well as in park ranger vehicles. There is also a chance of obtaining axes by looting barricaded buildings or sheds/garages.
The axe has a maximum condition of 13. Its rate of degradation is influenced by the [[Skills|axe]] and [[Skills|maintenance]] skills. The chance of losing [[durability]] can be simplified to the following formula: <code>1 in (35 + maintenanceMod &times; 2)</code>. Where "maintenanceMod" is calculated using the axe and maintenance skills.<br>
Below is an example of the chance of losing durability at varying levels of the [[Skills|maintenance]] and [[Skills|axe]] skills.
{{Durability weapon|35}}


== Materials to repair ==
===Repairing===
{| class="pztable" style="text-align:center;"  
{| class="wikitable theme-red" style="text-align:center;"
|-
|-
! Item repaired
! Item repaired
Line 72: Line 72:
[[Adhesive Tape]] <small>(4 Uses)</small>
[[Adhesive Tape]] <small>(4 Uses)</small>
|}
|}
It should be noted that repairing the axe makes following repairs less likely to succeed and can, if repaired numerous times, cause reduced durability instead of increased.
It should be noted that repairing the axe makes following repairs less likely to succeed and can, if repaired numerous times, cause reduced durability instead of increased.


==Code==
==Distribution==
'''''From items_weapons.txt (Project Zomboid directory/media/scripts/)'''''
The loot distributions can be found in the table(s) below.
{{Retrieved|version=41|incver=78.16}}
<pre>
item Axe
{
DisplayCategory = ToolWeapon,
MaxRange = 1.2,
WeaponSprite = FireAxe,
MinAngle = 0.72,
Type = Weapon,
MinimumSwingTime = 3.0,
KnockBackOnNoDeath = TRUE,
SwingAmountBeforeImpact = 0.002,
Categories = Axe,
ConditionLowerChanceOneIn = 35,
Weight = 3,
SplatNumber = 3,
PushBackMod = 0.3,
SubCategory = Swinging,
ConditionMax = 13,
MaxHitCount = 2,
DoorDamage = 35,
IdleAnim = Idle_Weapon2,
SwingAnim = Bat,
DisplayName = Axe,
MinRange = 0.61,
SwingTime = 3.0,
HitAngleMod = -30,
SplatSize = 5,
KnockdownMod = 2,
SplatBloodOnNoDeath = TRUE,
Icon = Axe,
RunAnim = Run_Weapon2,
TwoHandWeapon = TRUE,
DoorHitSound = AxeHit,
HitSound = AxeHit,
HitFloorSound = AxeHit,
SwingSound = AxeSwing,
BreakSound  =  AxeBreak,
TreeDamage  =  35,
MetalValue = 120,
CriticalChance = 20,
CritDmgMultiplier = 5,
BaseSpeed = 1,
MinDamage = 0.8,
MaxDamage = 2,
WeaponLength = 0.38,
DamageCategory = Slash,
DamageMakeHole = TRUE,
AttachmentType = BigWeapon,
Tags = ChopTree;CutPlant,
}
</pre>


===Repair code===
{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
{| class="wikitable sortable" style="text-align:center;"  
! colspan="4" | Containers
|-  
|-
! Item
! Building/Room
! Fixer 1<br>50% repair chance modifier
! Container
! Fixer 2<br>25% repair chance modifier
! style="width: 3.2em;" | Rolls
! Fixer 3<br>10% repair chance modifier
! style="width: 3.2em;" | Chance
! Fixer 4<br>10% repair chance modifier
|-
! Fixer 5<br>10% repair chance modifier
|SafehouseLoot
|[[counter]]
|4
|6
|-
|all
|[[toolcabinet]]
|4
|0.05
|-
|bedroom
|[[crate]]
|1
|0.05
|-
|closet
|[[crate]]
|4
|0.05
|-
|rowspan="2"|drugshack
|[[counter]]
|4
|0.05
|-
|[[crate]]
|4
|0.05
|-
|farmstorage
|[[crate]]
|4
|0.05
|-
|rowspan="2"|firestorage
|[[metal_shelves]]
|4
|1
|-
|-
|[[File:Axe.png|32px]]
|[[metal_shelves]]
[[Axe]]
|4
|Wood Glue, 2 uses<br>Carpentry skill of at least 2 needed
|2
|Duct Tape, 2 uses
|Glue, 2 uses
|Scotch Tape, 4 uses
|N/A
|-
|-
|rowspan="2"|garagestorage
|[[counter]]
|4
|0.05
|-
|[[counter]]
|4
|0.05
|-
|generalstore
|[[metal_shelves]]
|4
|0.05
|-
|pawnshop
|[[counter]]
|4
|0.05
|-
|toolstorestorage
|[[metal_shelves]]
|4
|0.05
|}
|}
Axes are quite rare in the game, but are found most often in [[Crate|storage crates]], which are usually in warehouses and storage facilities. The hardware store in [[West Point]] and [[Riverside]] are a very good place to pick up a few '''axes''' and other useful tools relatively early in the game. Axes begin spawning on Zombie's backs with a very low chance after 15 days survived. Axes can sometimes be found in fire stations, abandoned fire department vehicles, as well as in park ranger vehicles. There is also a chance of obtaining axes by looting barricaded buildings or sheds/garages.
==Crafting==
The axe can be used to slice open a [[watermelon]].
{{Crafting/sandbox2
|watermelon_slice
}}
==Code==
{{CodeBox|
===Item===
{{CodeSnip
  | lang = java
  | line = true
  | start = 2624
  | source = items_weapons.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item Axe
{
    DisplayCategory = ToolWeapon,
MaxRange = 1.2,
WeaponSprite = FireAxe,
MinAngle = 0.72,
Type = Weapon,
MinimumSwingTime = 3.0,
KnockBackOnNoDeath = TRUE,
SwingAmountBeforeImpact = 0.002,
Categories = Axe,
ConditionLowerChanceOneIn = 35,
Weight = 3,
SplatNumber = 3,
PushBackMod = 0.3,
SubCategory = Swinging,
ConditionMax = 13,
MaxHitCount = 2,
DoorDamage = 35,
IdleAnim = Idle_Weapon2,
SwingAnim = Bat,
DisplayName = Axe,
MinRange = 0.61,
SwingTime = 3.0,
HitAngleMod = -30,
SplatSize = 5,
KnockdownMod = 2,
SplatBloodOnNoDeath = TRUE,
Icon = Axe,
RunAnim = Run_Weapon2,
        TwoHandWeapon = TRUE,
        DoorHitSound = AxeHit,
HitSound = AxeHit,
HitFloorSound = AxeHit,
SwingSound = AxeSwing,
        BreakSound  =  AxeBreak,
        TreeDamage  =  35,
        MetalValue = 120,
        CriticalChance = 20,
        CritDmgMultiplier = 5,
        BaseSpeed = 1,
        MinDamage = 0.8,
        MaxDamage = 2,
WeaponLength = 0.38,
DamageCategory = Slash,
DamageMakeHole = TRUE,
AttachmentType = BigWeapon,
Tags = ChopTree;CutPlant,
    }
}}
===Repair===
{{CodeSnip
  | lang = java
  | line = true
  | start = 3
  | source = fixing.txt
  | retrieved = true
  | version = 41.78.16
  | code =
fixing Fix Axe
{
  Require : Axe,


'''''From fixing.txt (Project Zomboid directory/media/scripts/)'''''
      Fixer : Woodglue=2; Woodwork=2,
{{Retrieved|version=41|incver=78.16}}
      Fixer : DuctTape=2,
<pre>
      Fixer : Glue=2,
fixing Fix Axe
      Fixer : Scotchtape=4,
{
}
Require : Axe,
}}
}}


Fixer : Woodglue=2; Woodwork=2,
==See also==
Fixer : DuctTape=2,
*[[Wood Axe]]
Fixer : Glue=2,
*[[Stone Axe]]
Fixer : Scotchtape=4,
}
</pre>


{{Navbox equipment}}
{{Navbox items|axe}}
{{Navbox weapons}}


[[Category:Tools]]
[[Category:Tools]]
[[Category:Carpentry tools]]

Revision as of 21:42, 19 April 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Axe
Axe Model.png
General
Category
Tool/Weapon
Encumbrance
Moodle Icon HeavyLoad.png
3
Equipped
Two-handed
Slot attached
Back
Function
Chop trees
Skill
Axe
Properties
Max condition
13
Performance
Damage type
Slash
Damage
0.8–2
Door damage
35
Tree damage
35
Range
0.61–1.2
Attack speed
1
Knockback
0.3
Knockdown
2
Crit chance
20%
Technical
Item ID
Base.Axe
PlushSpiffo.pngThis article is about the item. For the skill, see Axe (skill).

An axe is a two-handed melee weapon.

Usage

Weapon

The axe is a multi-attack weapon, capable of hitting two zombies at a time in a swing (if multi-hit is enabled). It is a two-handed weapon that has a max damage of 2, the third highest of damage of any tool behind the pickaxe and the sledgehammer.

The axe has a chance to kill zombies in a single, well-charged hit, making it useful for close-quarter combat. It has the advantage of having a greater damage output and durability compared to other tools, making it a great weapon alongside its uses as a tool. Its disadvantage is that it has a long recovery time between swings, leaving the player vulnerable when surrounded.

Breaking doors

It is very effective at breaking down doors, dealing 35 damage per hit.

Chopping trees

The axe is an ideal harvesting device to cut down trees (also 35 damage) to collect logs which can be cut with a saw to create wood planks.

Condition

The axe has a maximum condition of 13. Its rate of degradation is influenced by the axe and maintenance skills. The chance of losing durability can be simplified to the following formula: 1 in (35 + maintenanceMod × 2). Where "maintenanceMod" is calculated using the axe and maintenance skills.
Below is an example of the chance of losing durability at varying levels of the maintenance and axe skills.

For how this is calculated, see: Condition
Maintenance skill Weapon skill Condition lower chance
0 0 1/35 (3%)
0 4 1/37 (3%)
0 8 1/39 (3%)
4 0 1/39 (3%)
8 0 1/43 (2%)
4 4 1/41 (2%)
4 8 1/43 (2%)
8 8 1/47 (2%)
10 10 1/49 (2%)

Repairing

Item repaired 1st Repair materials =
55% repaired, 100% success

20% repaired, 95% success

10% repaired, 95% success

10% repaired, 95% success
Axe.png

Axe

Woodglue.png

Wood Glue (2 Uses)
(Requires Carpentry Level 2)

DuctTape.png

Duct Tape (2 Uses)

Glue.png

Glue (2 Uses)

Scotchtape.png

Adhesive Tape (4 Uses)

It should be noted that repairing the axe makes following repairs less likely to succeed and can, if repaired numerous times, cause reduced durability instead of increased.

Distribution

The loot distributions can be found in the table(s) below.

Containers
Building/Room Container Rolls Chance
SafehouseLoot counter 4 6
all toolcabinet 4 0.05
bedroom crate 1 0.05
closet crate 4 0.05
drugshack counter 4 0.05
crate 4 0.05
farmstorage crate 4 0.05
firestorage metal_shelves 4 1
metal_shelves 4 2
garagestorage counter 4 0.05
counter 4 0.05
generalstore metal_shelves 4 0.05
pawnshop counter 4 0.05
toolstorestorage metal_shelves 4 0.05

Axes are quite rare in the game, but are found most often in storage crates, which are usually in warehouses and storage facilities. The hardware store in West Point and Riverside are a very good place to pick up a few axes and other useful tools relatively early in the game. Axes begin spawning on Zombie's backs with a very low chance after 15 days survived. Axes can sometimes be found in fire stations, abandoned fire department vehicles, as well as in park ranger vehicles. There is also a chance of obtaining axes by looting barricaded buildings or sheds/garages.

Crafting

The axe can be used to slice open a watermelon.

Product Ingredients Tools Requirements Workstation XP
WatermelonSliced.png
Watermelon Slice ×10
One of:
KnifeChopping.png Kitchen Knife ×1
HuntingKnife.png Hunting Knife ×1
Hacksaw.png Saw ×1
Axe.png Axe ×1
AxeStone.png Stone Axe ×1
AxeHand.png Hand Axe ×1
WoodAxe.png Wood Axe ×1
Cleaver.png Meat Cleaver ×1
Each of:
Watermelon.png Watermelon ×1
none none none 0.75 Cooking

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Item

Source: ProjectZomboid\media\scripts\items_weapons.txt

Retrieved: Build 41.78.16
item Axe
	{
	    DisplayCategory = ToolWeapon,
		MaxRange	=	1.2,
		WeaponSprite	=	FireAxe,
		MinAngle	=	0.72,
		Type	=	Weapon,
		MinimumSwingTime	=	3.0,
		KnockBackOnNoDeath	=	TRUE,
		SwingAmountBeforeImpact	=	0.002,
		Categories	=	Axe,
		ConditionLowerChanceOneIn	=	35,
		Weight	=	3,
		SplatNumber	=	3,
		PushBackMod	=	0.3,
		SubCategory	=	Swinging,
		ConditionMax	=	13,
		MaxHitCount	=	2,
		DoorDamage	=	35,
		IdleAnim	=	Idle_Weapon2,
		SwingAnim	=	Bat,
		DisplayName	=	Axe,
		MinRange	=	0.61,
		SwingTime	=	3.0,
		HitAngleMod	=	-30,
		SplatSize	=	5,
		KnockdownMod	=	2,
		SplatBloodOnNoDeath	=	TRUE,
		Icon	=	Axe,
		RunAnim	=	Run_Weapon2,
        TwoHandWeapon = TRUE,
        DoorHitSound = AxeHit,
		HitSound = AxeHit,
		HitFloorSound = AxeHit,
		SwingSound = AxeSwing,
        BreakSound  =   AxeBreak,
        TreeDamage  =   35,
        MetalValue = 120,
        CriticalChance	=	20,
        CritDmgMultiplier = 5,
        BaseSpeed = 1,
        MinDamage	=	0.8,
        MaxDamage	=	2,
		WeaponLength = 0.38,
		DamageCategory = Slash,
		DamageMakeHole = TRUE,
		AttachmentType = BigWeapon,
		Tags = ChopTree;CutPlant,
    }

Repair

Source: ProjectZomboid\media\scripts\fixing.txt

Retrieved: Build 41.78.16
fixing Fix Axe
	{
	   Require : Axe,

       Fixer : Woodglue=2; Woodwork=2,
       Fixer : DuctTape=2,
       Fixer : Glue=2,
       Fixer : Scotchtape=4,
	}

See also