Dumbbell: Difference between revisions

From PZwiki
m (Minor cleanup)
m (Cleanups)
Line 1: Line 1:
{{Notice|Underconstruction}}
{{Languages}}{{Header|The Game World|Items|Tools|version=Version 41|incver=50}}{{Infobox weapon
{{Languages}}{{Header|The Game World|Items|Tools|version=Version 41|incver=50}}{{Infobox weapon
|display_name=DumbBell
|display_name=DumbBell
Line 5: Line 4:
|name_text_colour=Weapon
|name_text_colour=Weapon
|image=Dumbbell_Model.png
|image=Dumbbell_Model.png
|image_width=300px
|image_width=200px
|alternate_image=Dumbbell.png
|alternate_image=Dumbbell.png
<!--GENERAL-->
<!--GENERAL-->
Line 25: Line 24:
<!--TECHNICAL DETAILS-->
<!--TECHNICAL DETAILS-->
|class_name=DumbBell
|class_name=DumbBell
}}
}}The '''Dumbbell''' is a one-handed short blunt weapon and piece of exercise equipment.
The '''Dumbbell''' is a one-handed short blunt weapon and piece of exercise equipment.


==Usage==
==Usage==
===Pros and cons===
{{pros-cons
{{pros-cons
<!-- #PROS# - below this line -->
|pros1 = Decent durability.
|pros1 = Decent durability.
|pros2 = Can be used for exercise.
|pros2 = Can be used for exercise.
|pros3 = Doubles as a weapon.
|pros3 = Doubles as a weapon.
<!-- #CONS# - below this line -->
|cons1 = Extremely heavy
|cons1 = Extremely heavy
}}
}}

Revision as of 20:06, 22 June 2023

The Game WorldItemsToolsDumbbell
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

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

Usage

Pros and cons

Pros Cons
  • Decent durability.
  • Can be used for exercise.
  • Doubles as a weapon.
  • 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