Snow Shovel: Difference between revisions

From PZwiki
(Created page with "{{languages|Snow Shovel}} {{header|The Game World|Items|Weapons|Melee Weapons|type=Weapon|version=Version 41|incver=39}}{{Infobox weapon |display_name=Snow Shovel |name_colour...")
 
Line 24: Line 24:
{{Retrieved|version=41|incver=39}}
{{Retrieved|version=41|incver=39}}
<pre>
<pre>
    item SnowShovel
item SnowShovel
    {
{
        Type = Weapon,
Type = Weapon,
        DisplayName = Snow Shovel,
DisplayName = Snow Shovel,
        Icon = SnowShovel,
Icon = SnowShovel,
        Weight = 2.0,
Weight = 2.0,
        SubCategory   =     Swinging,
SubCategory = Swinging,
        MinAngle = 0.85,
MinAngle = 0.85,
        MaxRange = 1.6,
MaxRange = 1.6,
        MinRange = 0.61,
MinRange = 0.61,
        PushBackMod = 0.5,
PushBackMod = 0.5,
        HitAngleMod = -30.0,
HitAngleMod = -30.0,
        SwingAnim = Bat,
SwingAnim = Bat,
        MaxHitCount = 1,
MaxHitCount = 1,
        WeaponSprite = SnowShovel,
WeaponSprite = SnowShovel,
        IdleAnim = Idle_Weapon2,
IdleAnim = Idle_Weapon2,
        RunAnim = Run_Weapon2,
RunAnim = Run_Weapon2,
        Weight = 1.5,
Weight = 1.5,
        DoorDamage = 10,
DoorDamage = 10,
        MinimumSwingTime = 2.1,
MinimumSwingTime = 2.1,
        SwingTime = 2.1,
SwingTime = 2.1,
        SwingAmountBeforeImpact = 0.02,
SwingAmountBeforeImpact = 0.02,
        ConditionLowerChanceOneIn = 10,
ConditionLowerChanceOneIn = 10,
        ConditionMax = 10,
ConditionMax = 10,
        Categories = Blunt,
Categories = Blunt,
        TwoHandWeapon = TRUE,
TwoHandWeapon = TRUE,
        BreakSound =   BreakWoodItem,
BreakSound = BreakWoodItem,
        KnockdownMod = 2,
KnockdownMod = 2,
        KnockBackOnNoDeath = TRUE,
KnockBackOnNoDeath = TRUE,
        MetalValue = 70,
MetalValue = 70,
        TreeDamage = 1,
TreeDamage = 1,
        CriticalChance = 40,
CriticalChance = 40,
        CritDmgMultiplier = 2,
CritDmgMultiplier = 2,
        MaxDamage = 1.9,
MaxDamage = 1.9,
        MinDamage = 0.8,
MinDamage = 0.8,
        BaseSpeed = 0.8,
BaseSpeed = 0.8,
      WeaponLength = 0.7,
WeaponLength = 0.7,
      AttachmentType = Shovel,
AttachmentType = Shovel,
    }
}
</pre>
</pre>

Revision as of 06:56, 16 July 2020

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

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 = 1,
 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,
 }