Snow Shovel: Difference between revisions

From PZwiki
m (added model image)
(Cleaned up code section, updated to 41.53)
Line 26: Line 26:
}}
}}
==Code==
==Code==
{{Retrieved|version=41|incver=39}}
{{Retrieved|version=41|incver=53}}
<pre>
<pre> item SnowShovel
item SnowShovel
Type = Weapon,
{
DisplayName = Snow Shovel,
Type = Weapon,
Icon = SnowShovel,
DisplayName = Snow Shovel,
Weight = 2.0,
Icon = SnowShovel,
SubCategory = Swinging,
Weight = 2.0,
MinAngle = 0.85,
SubCategory = Swinging,
MaxRange = 1.6,
MinAngle = 0.85,
MinRange = 0.61,
MaxRange = 1.6,
PushBackMod = 0.5,
MinRange = 0.61,
HitAngleMod = -30.0,
PushBackMod = 0.5,
SwingAnim = Bat,
HitAngleMod = -30.0,
MaxHitCount = 3,
SwingAnim = Bat,
WeaponSprite = SnowShovel,
MaxHitCount = 1,
IdleAnim = Idle_Weapon2,
WeaponSprite = SnowShovel,
RunAnim = Run_Weapon2,
IdleAnim = Idle_Weapon2,
Weight = 1.5,
RunAnim = Run_Weapon2,
DoorDamage = 10,
Weight = 1.5,
MinimumSwingTime = 2.1,
DoorDamage = 10,
SwingTime = 2.1,
MinimumSwingTime = 2.1,
SwingAmountBeforeImpact = 0.02,
SwingTime = 2.1,
ConditionLowerChanceOneIn = 10,
SwingAmountBeforeImpact = 0.02,
ConditionMax = 10,
ConditionLowerChanceOneIn = 10,
Categories = Blunt,
ConditionMax = 10,
TwoHandWeapon = TRUE,
Categories = Blunt,
BreakSound = BreakWoodItem,
TwoHandWeapon = TRUE,
KnockdownMod = 2,
BreakSound = BreakWoodItem,
KnockBackOnNoDeath = TRUE,
KnockdownMod = 2,
MetalValue = 70,
KnockBackOnNoDeath = TRUE,
TreeDamage = 1,
MetalValue = 70,
CriticalChance = 40,
TreeDamage = 1,
CritDmgMultiplier = 2,
CriticalChance = 40,
MaxDamage = 1.9,
CritDmgMultiplier = 2,
MinDamage = 0.8,
MaxDamage = 1.9,
BaseSpeed = 0.8,
MinDamage = 0.8,
WeaponLength = 0.7,
BaseSpeed = 0.8,
AttachmentType = Shovel,
WeaponLength = 0.7,
Tags = ClearAshes;DigGrave;DigPlow;TakeDirt,
AttachmentType = Shovel,
}
</pre>
</pre>

Revision as of 05:01, 6 August 2021

Snow Shovel
Snow Shovel
Snow Shovel
General
Category Weapon
Encumbrance
Heavy Load
2
Function Weapon
Equipped Two-handed
Condition max. 10
Skill Long Blunt
Damage
Type Blunt
Attack speed 2.1
Range 0.61–1.6 tiles
Damage 0.8–1.9
Knockback 0.5
Knockdown 0
Technical details
Base ID Base.Snowshovel

Code

Retrieved: Build 41.53

	item SnowShovel
		Type				= Weapon,
		DisplayName			= Snow Shovel,
		Icon				= SnowShovel,
		Weight				= 2.0,
		SubCategory			= Swinging,
		MinAngle			= 0.85,
		MaxRange			= 1.6,
		MinRange			= 0.61,
		PushBackMod			= 0.5,
		HitAngleMod			= -30.0,
		SwingAnim			= Bat,
		MaxHitCount			= 3,
		WeaponSprite			= SnowShovel,
		IdleAnim			= Idle_Weapon2,
		RunAnim				= Run_Weapon2,
		Weight				= 1.5,
		DoorDamage			= 10,
		MinimumSwingTime		= 2.1,
		SwingTime			= 2.1,
		SwingAmountBeforeImpact		= 0.02,
		ConditionLowerChanceOneIn	= 10,
		ConditionMax			= 10,
		Categories			= Blunt,
		TwoHandWeapon			= TRUE,
		BreakSound			= BreakWoodItem,
		KnockdownMod			= 2,
		KnockBackOnNoDeath		= TRUE,
		MetalValue			= 70,
		TreeDamage			= 1,
		CriticalChance			= 40,
		CritDmgMultiplier		= 2,
		MaxDamage			= 1.9,
		MinDamage			= 0.8,
		BaseSpeed			= 0.8,
		WeaponLength			= 0.7,
		AttachmentType			= Shovel,
		Tags				= ClearAshes;DigGrave;DigPlow;TakeDirt,