Bare Hands: Difference between revisions

From PZwiki
mNo edit summary
m (Automated Formatting)
 
(32 intermediate revisions by 12 users not shown)
Line 1: Line 1:
{{languages|Unarmed combat}}
{{Header|Project Zomboid|Items|Weapons|Melee weapons|type=Weapon}}
{{header|The Game World|Items|Weapons|Melee Weapons|type=Weapon|version=Version 40|incver=43}}{{Infobox weapon
{{Page version|41.78.16}}
|display_name=Bare Hands
{{Infobox item
|name_colour=Weapon
|name=Bare Hands
|name_text_colour=Weapon
|icon=BareHands.png
|image=BareHands 120px.png
|icon_width=128px
|image_width=
|alternate_image=
|alternate_name=
|alternate_link=
|alternate_image2=
|alternate_name2=
|alternate_link2=
|alternate_image3=
|alternate_name3=
|alternate_link3=
<!--GENERAL-->
<!--GENERAL-->
|category=Weapon
|category=Weapon
|weight=
|skill_type={{tooltip|N/A|This weapon has no skill associated with it.}}
|function=
|equipped=
|secondary_item=
|condition_max=
<!--CHARACTERISTICS-->
|ammo_type=
|clip_size=
|sound_radius=
|recoil_delay=
|reload_time=
|aiming_time=
<!--DAMAGE-->
<!--DAMAGE-->
|type=Unarmed
|type=Unarmed
|swing_time=2.5
|swing_time={{tooltip|N/A|Attacks are near instant, and not influenced by a speed stat.}}
|min_range=0
|min_range=0
|max_range=1.2
|max_range=1.1
|hit_chance=
|min_damage=0.2
|min_damage=0.2
|max_damage=0.4
|max_damage=0.4
|push_back=0.5
|push_back=0.5
|knockdown=
|kill_move=
|effect_power=
|effect_range=
|effect_timer=
|effect_type=
|sensor_range=
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|ingredients=
|item_id=Base.BareHands
|class_name=Base.BareHands
}}
}}'''Bare hands''' are the [[Player|player's]] primary [[weapon]] when they have none equipped.
'''Bare hands''' are the [[Player|player's]] primary [[weapon]] when they have none equipped or an item that can't be used as a weapon.


__TOC__
==Overview==
Unarmed combat comes in two different forms - Shove and Stomp. These are performed contextually depending on the target, and can both be executed by pressing {{key|SPACE}} even while holding a weapon. The chance to knock them down, and the damage dealt once prone, is modified by [[Skills#Strength|strength]] and [[Endurance|fatigue]].


==Overview==
When fighting with this type of combat, the player will have 2 types of "moves".
===Shove===
===Shove===
The first move is a simple shove, deals no damage to the target and prolonged fighting will tire out a player. However, if an unarmed push successfully hits an enemy, the target(s) will be pushed back and may even fall onto the ground. This attack can push up to 3 enemies at once (one of the few "weapons" in game that can target 3) and if the attack is charged more, the enemies are pushed more.
The first move is a simple shove, which deals no damage to the target and prolonged fighting will tire out the player. However, if a shove successfully hits an enemy, the target will be pushed back and may even fall onto the ground. This attack will also be performed while holding a weapon by attacking closer than the weapons minimum range instead of the actual strike. If multi-hit is enabled, up to 3 targets can be shoved at once.
 
===Stomp===
===Stomp===
The second move is a stomp to the head. This only works if the enemy is knocked down on the floor. Unlike the "push", this attack deals damage to the enemy, although it still takes many strikes to kill a downed foe. This also prevents a downed enemy from getting back on its feet, which is very useful in a 1 v 1 situation.
The second move is a brutal stomp to the fallen target. This only works if the enemy is knocked prone. Unlike the push, this attack deals damage to the enemy, although it can still take many strikes to kill a downed foe. This also prevents a downed enemy from getting back on its feet, and knocks over a zombie struggling to stand if caught early in the animation. The damage is dependent on the player's position over the enemy - stomping the head will garner better results than crushing their ankles.
 
===Strategy===
===Strategy===
The best strategy is to push a standing enemy to the floor with one well-charged push. Then, the player should try to stomp the enemy repeatedly in order to prevent the enemy from getting back up and in order to kill it. Unarmed combat in general will expend energy very quickly because the attacks are very weak. This should not be attempted if there are many enemies because it takes a lot of time to kill an enemy. Instead, fleeing is usually more viable. A weapon is also far more powerful than unarmed combat and should still be obtained as soon as possible.
The best strategy is to push a zombie to the floor, then stand on their chest and stomp until there is an audible splatter. The player should be positioned to stomp on the head for best results, but be cautious as to not go too far away, as they'll get up quickly with no one standing on them. Unarmed combat in general will expend energy very quickly because the attacks are very weak. This should not be attempted if there are multiple zombies, as it can take a lot of time and energy to kill a single target. If there are three or more, it is generally advised to flee and find a way to avoid or separate them from each other. If there are two, it is a simple matter of shoving one away while stomping on the other. Note that the shoves do no damage on their own - if a zombie can't be knocked prone and stomped on, they will never be killed.
 
Unarmed killing is quite useful when a survivor encounters a singular zombie in the early game, if one is seen, don’t be tempted to run away and attract more, kill that zombie and loot their body, as they may have something that will prove handy to the player.


{{clear}}
==Code==
== Code ==
{{CodeBox|
'''''From items.txt (Project Zomboid directory/media/scripts/)'''''
{{CodeSnip
{{Retrieved|version=41|incver=39}}
  | lang = java
<pre> item BareHands
  | line = true
{
  | start = 6607
MaxRange = 1.2,
  | source = items_weapons.txt
WeaponSprite = null,
  | retrieved = true
MinAngle = 0.1,
  | version = 41.78.16
MinimumSwingTime = 2.5,
    item BareHands
Type = Weapon,
    {
SwingAnim = Shove,
        DisplayCategory = Weapon,
KnockBackOnNoDeath = TRUE,
        MaxRange = 1.1,
WeaponWeight = 0,
        WeaponSprite = null,
DisplayName = Bare Hands,
        MinAngle = 0.5,
Categories = Unarmed,
        MinimumSwingTime = 2.5,
SwingAmountBeforeImpact = 0.1,
        Type = Weapon,
SwingTime = 2.5,
        SwingAnim = Shove,
MinDamage = 0.2,
        KnockBackOnNoDeath = TRUE,
SplatNumber = 1,
        WeaponWeight = 0,
Weight = 1,
        DisplayName = Bare Hands,
PushBackMod = 0.5,
        Categories = Unarmed,
MaxDamage = 0.4,
        SwingAmountBeforeImpact = 0.1,
SplatBloodOnNoDeath = FALSE,
        SwingTime = 2.5,
MaxHitCount = 3,
        MinDamage = 0.2,
Icon = Axe,
        SplatNumber = 1,
DoorDamage = 0,
        EnduranceMod = 1.7,
  TreeDamage = 0,
        Weight = 1,
}</pre>
        PushBackMod = 0.5,
        MaxDamage = 0.4,
        SplatBloodOnNoDeath = FALSE,
        MaxHitCount = 3,
        Icon = Axe,
        DoorDamage = 0,
        TreeDamage =   0,
        DoorHitSound = BareHandsHit,
        HitSound = BareHandsHit,
        HitFloorSound = BareHandsHit,
    }
}}
}}


==See also==
==See also==
*[[Baseball Bat]]
*[[Weapons]]
*[[Axe]]


{{Navbox/Weapons}}
{{Navbox items|other_weapons}}

Latest revision as of 06:25, 14 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]
Bare Hands
Bare Hands
General
Category
Weapon
Encumbrance
Moodle Icon HeavyLoad.png
1
Skill
N/A
Performance
Damage
0.2–0.4
Range
0–1.1
Knockback
0.5
Technical
Item ID
Base.BareHands

Bare hands are the player's primary weapon when they have none equipped or an item that can't be used as a weapon.

Overview

Unarmed combat comes in two different forms - Shove and Stomp. These are performed contextually depending on the target, and can both be executed by pressing SPACE even while holding a weapon. The chance to knock them down, and the damage dealt once prone, is modified by strength and fatigue.

Shove

The first move is a simple shove, which deals no damage to the target and prolonged fighting will tire out the player. However, if a shove successfully hits an enemy, the target will be pushed back and may even fall onto the ground. This attack will also be performed while holding a weapon by attacking closer than the weapons minimum range instead of the actual strike. If multi-hit is enabled, up to 3 targets can be shoved at once.

Stomp

The second move is a brutal stomp to the fallen target. This only works if the enemy is knocked prone. Unlike the push, this attack deals damage to the enemy, although it can still take many strikes to kill a downed foe. This also prevents a downed enemy from getting back on its feet, and knocks over a zombie struggling to stand if caught early in the animation. The damage is dependent on the player's position over the enemy - stomping the head will garner better results than crushing their ankles.

Strategy

The best strategy is to push a zombie to the floor, then stand on their chest and stomp until there is an audible splatter. The player should be positioned to stomp on the head for best results, but be cautious as to not go too far away, as they'll get up quickly with no one standing on them. Unarmed combat in general will expend energy very quickly because the attacks are very weak. This should not be attempted if there are multiple zombies, as it can take a lot of time and energy to kill a single target. If there are three or more, it is generally advised to flee and find a way to avoid or separate them from each other. If there are two, it is a simple matter of shoving one away while stomping on the other. Note that the shoves do no damage on their own - if a zombie can't be knocked prone and stomped on, they will never be killed.

Unarmed killing is quite useful when a survivor encounters a singular zombie in the early game, if one is seen, don’t be tempted to run away and attract more, kill that zombie and loot their body, as they may have something that will prove handy to the player.

Code

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

Source: ProjectZomboid\media\scripts\items_weapons.txt

Retrieved: Build 41.78.16

   item BareHands
   {
       DisplayCategory = Weapon,
       MaxRange	=	1.1,
       WeaponSprite	=	null,
       MinAngle	=	0.5,
       MinimumSwingTime	=	2.5,
       Type	=	Weapon,
       SwingAnim	=	Shove,
       KnockBackOnNoDeath	=	TRUE,
       WeaponWeight	=	0,
       DisplayName	=	Bare Hands,
       Categories	=	Unarmed,
       SwingAmountBeforeImpact	=	0.1,
       SwingTime	=	2.5,
       MinDamage	=	0.2,
       SplatNumber	=	1,
       EnduranceMod = 1.7,
       Weight	=	1,
       PushBackMod	=	0.5,
       MaxDamage	=	0.4,
       SplatBloodOnNoDeath	=	FALSE,
       MaxHitCount	=	3,
       Icon	=	Axe,
       DoorDamage	=	0,
       TreeDamage  =   0,
       DoorHitSound = BareHandsHit,
       HitSound = BareHandsHit,
       HitFloorSound = BareHandsHit,
   }[[Category:Version 41.78.16
   item BareHands
   {
       DisplayCategory = Weapon,
       MaxRange	=	1.1,
       WeaponSprite	=	null,
       MinAngle	=	0.5,
       MinimumSwingTime	=	2.5,
       Type	=	Weapon,
       SwingAnim	=	Shove,
       KnockBackOnNoDeath	=	TRUE,
       WeaponWeight	=	0,
       DisplayName	=	Bare Hands,
       Categories	=	Unarmed,
       SwingAmountBeforeImpact	=	0.1,
       SwingTime	=	2.5,
       MinDamage	=	0.2,
       SplatNumber	=	1,
       EnduranceMod = 1.7,
       Weight	=	1,
       PushBackMod	=	0.5,
       MaxDamage	=	0.4,
       SplatBloodOnNoDeath	=	FALSE,
       MaxHitCount	=	3,
       Icon	=	Axe,
       DoorDamage	=	0,
       TreeDamage  =   0,
       DoorHitSound = BareHandsHit,
       HitSound = BareHandsHit,
       HitFloorSound = BareHandsHit,
   }]] 

See also