Dumbbell: Difference between revisions

From PZwiki
(Under construction)
 
No edit summary
Line 29: Line 29:
|class_name=DumbBell
|class_name=DumbBell
}}
}}
'''TODO''' A one sentence description.
The'''DumbBell''' is a one-handed short blunt weapon and piece of exercise equipment.


== Usage ==
== Usage ==
{{pros-cons
<!-- #PROS# - below this line -->
|pros1 = Decent durability.
|pros2 = Can be used for exercise.
|pros3 = Good durability.
<!-- #CONS# - below this line -->
|cons1 = Extremely heavy
}}
=== Fitness ===
=== Fitness ===
:''For main article, see [[Exercise]]''
:''For main article, see [[Exercise]]''
While the player has a dumbbell in their inventory, they can perform two new exercises, the [[Exercise#Dumbbell press|dumbbell press]] and the [[Exercise#Bicep curl|bicep curl]]. Both of these focus on the arms and are 80% more efficient as an arm exercise than their weightless counterpart, [[Exercise#Pushups|pushups]].
While the player has a dumbbell in their inventory, they can perform two new exercises, the [[Exercise#Dumbbell press|dumbbell press]] and the [[Exercise#Bicep curl|bicep curl]]. Both of these focus on the arms and are 80% more efficient as an arm exercise than their weightless counterpart, [[Exercise#Pushups|pushups]].
=== Weapon ===
''' TODO '''


== Code ==
== Code ==

Revision as of 14:44, 24 August 2021

Hammer.png
This article is currently under construction.
It is in the process of an expansion or major restructuring. You are welcome to assist in its construction by editing it as well.
If this page has not been updated in a while, please replace this notice with {{Improve}}. Last edit was 24/08/2021.
The Game WorldItemsToolsDumbbell
Profession engineer.png
This is a testing feature.
This article is about an item or mechanic that is currently in testing and not part of the stable version of the game.
DumbBell
DumbBell
Dumbbell.png
General
Category Tool
Encumbrance
Heavy Load
5
Function Exercise
Equipped One-handed
Condition max. 10
Skill Short Blunt
Damage
Type SmallBlunt
Attack speed 3
Range 0.61–1 tiles
Damage 0.5–1
Knockback 0.5
Knockdown 0
Technical details
Base ID DumbBell

TheDumbBell is a one-handed short blunt weapon and piece of exercise equipment.

Usage

Pros Cons
  • Decent durability.
  • Can be used for exercise.
  • Good durability.
  • Extremely heavy

Fitness

For main article, see Exercise

While the player has a dumbbell in their inventory, they can perform two new exercises, the dumbbell press and the bicep curl. Both of these focus on the arms and are 80% more efficient as an arm exercise than their weightless counterpart, pushups.

Code

Retrieved: Build 41.50 From items_weapons.txt (Project Zomboid directory/media/scripts/)

	item DumbBell
		MaxRange			= 1,
		WeaponSprite			= DumbBell,
		MinAngle			= 0.65,
		Type				= Weapon,
		MinimumSwingTime		= 3,
		KnockBackOnNoDeath		= TRUE,
		SwingAmountBeforeImpact		= 0.02,
		Categories			= SmallBlunt,
		ConditionLowerChanceOneIn	= 25,
		Weight				= 5,
		SplatNumber			= 1,
		PushBackMod			= 0.5,
		SubCategory			= Swinging,
		ConditionMax			= 10,
		MaxHitCount			= 1,
		DoorDamage			= 9,
		CanBarricade			= TRUE,
		SwingAnim			= Bat,
		DisplayName			= DumbBell,
		MinRange			= 0.61,
		SwingTime			= 3,
		KnockdownMod			= 0,
		SplatBloodOnNoDeath		= TRUE,
		Icon				= Dumbbell,
		RunAnim				= Run_Weapon2,
		IdleAnim			= Idle_Weapon2,
		BreakSound			= BreakMetalItem,
		TreeDamage			= 0,
		MetalValue			= 25,
		CriticalChance			= 25,
		CritDmgMultiplier		= 3,
		MinDamage			= 0.5,
		MaxDamage			= 1,
		BaseSpeed			= 0.90,
		WeaponLength			= 0.2,

See also