Bare Hands: Difference between revisions

From PZwiki
mNo edit summary
(Redesigned page, replaced image with brawler hand to match format of other pages, changed slightly the description but realistically still current. Updated info, + categories. +navbar)
Line 1: Line 1:
[[File:Shoving2.png|thumb|righ|As of 0.2.0r RC2.9, unarmed combat is added. The player can push infected foes away from him/her if not armed with a weapon.]]
__NOTOC__
 
{{languages|Unarmed combat}}
<div class="header" style="margin: 5px; align: right; background: #C3E4ED; padding: 13px; text-align: left; font-size: 100%; color:#000000; border: 1px solid #9AC0CD"> <!-- Code for Background Colour -->
<div style="float: right;background: #C3E4ED;border: 1px solid #9AC0CD; margin: -30pt -10.5pt">    '''Page Updated @ Version: 34.28'''    </div><!-- Code for Version Tag at top -->
<div style="float: left;background: #C3E4ED;border: 1px solid #9AC0CD; margin: -30pt -10.5pt">   '''Navigation''' - [[:Category:Main|Main Index]] -> [[:Category:The_Game_World|The Game World]] -> [[:Category:Items|Items]] -> [[:Category:Weapons|Weapons]] -> [[{{PAGENAME}}|Unarmed Combat]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
{{Weapons
|image = Brawler.png‎
|weapontype = Melee
|ammo = none
|weight = 1.0 (technically)
}}
If the [[player]] has no [[weapon]] equipped in the primary inventory slot, then the player will fight with unarmed combat when attacking. When fighting with this type of combat, the player will have 2 types of "moves".
If the [[player]] has no [[weapon]] equipped in the primary inventory slot, then the player will fight with unarmed combat when attacking. When fighting with this type of combat, the player will have 2 types of "moves".
 
<br><br>
The first move is a simple push, 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 multiple enemies at once and if the attack is charged more, the enemies are pushed more.
The first move is a simple push, 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 (only "weapon" in game that can target 3) and if the attack is charged more, the enemies are pushed more.
 
<br><br>
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 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.
 
<br><br>
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 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.
 
<br><br>
== Code ==
== Code ==
  <nowiki>item barehands
  <nowiki>
{
item BareHands
ImpactSound = null,
MaxRange = 1.2,
MaxRange = 1.2,
WeaponSprite = null,
WeaponSprite = null,
MinAngle = 0.2,
MinAngle = 0.2,
MinimumSwingTime = 2.5,
MinimumSwingTime = 2.5,
Type = Weapon,
Type = Weapon,
SwingAnim = Shove,
SwingAnim = Shove,
KnockBackOnNoDeath = TRUE,
KnockBackOnNoDeath = TRUE,
WeaponWeight = 0,
WeaponWeight = 0,
DisplayName = Bare Hands,
DisplayName = Axe,
Categories = Unarmed,
Categories = Unarmed,
SwingAmountBeforeImpact = 0.1,
SwingAmountBeforeImpact = 0.1,
SwingTime = 2.5,
SwingTime = 2.5,
MinDamage = 0.2,
MinDamage = 1,
SplatN.umber = 0,
SplatNumber = 0,
Weight = 1,
Weight = 0,
PushBackMod = 1.05,
PushBackMod = 0.85,
MaxDamage = 0.5,
MaxDamage = 1.5,
SplatBloodOnNoDeath = FALSE,
SplatBloodOnNoDeath = FALSE,
MaxHitCount = 3,
MaxHitCount = 3,
Icon = Axe,
Icon = Axe,
DoorDamage = 0,
DoorDamage = 0,
TreeDamage  = 0,
}</nowiki>
</nowiki>
 


{{Navbox/Weapons}}
{{Navbox/Weapons}}
 
[[Category:Weapons]]
[[Category:weapons]]
[[Category:Version 34.28]]

Revision as of 23:57, 14 September 2016


Page Updated @ Version: 34.28
   Navigation - Main Index -> The Game World -> Items -> Weapons -> Unarmed Combat   

Template:Weapons If the player has no weapon equipped in the primary inventory slot, then the player will fight with unarmed combat when attacking. When fighting with this type of combat, the player will have 2 types of "moves".

The first move is a simple push, 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 (only "weapon" in game that can target 3) and if the attack is charged more, the enemies are pushed more.

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 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.

Code

	
	item BareHands
		MaxRange		= 1.2,
		WeaponSprite		= null,
		MinAngle		= 0.2,
		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,
		SplatN.umber		= 0,
		Weight			= 1,
		PushBackMod		= 1.05,
		MaxDamage		= 0.5,
		SplatBloodOnNoDeath	= FALSE,
		MaxHitCount		= 3,
		Icon			= Axe,
		DoorDamage		= 0,
		TreeDamage  		= 0,

Template:Navbox/Weapons