Spade: Difference between revisions

From PZwiki
Spade
(Redesigned page, re-arranged/re-wrote description, updated code + categories.)
(Replaced Navigation System with Header Version, Confirmed and Updated Code to include metal value, Cleared Old Categories except farming/weapon categories.)
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{languages|Spade}}
{{languages|Spade}}
<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 -->
{{header|The Game World|Items|Tools|version=Version 37|incver=8}}{{Tools
<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:Farming|Farming]] -> [[Spade|Spade/Shovel]]   </div><!-- Code for Navigation Bar at top, special blank char's before '''Navigation''' to give space -->
{{Tools
|image = Spade.png
|image = Spade.png
|primaryuse= Filling Sandbags/Moving Dirt
|primaryuse= Filling Sandbags/Moving Dirt
|otheruses= Kill Zombies
|otheruses= Kill Zombies
|weight = 2.0
|weight = 2.0
}}
}}The shovel is a tool which dual acts as a low-durable weapon against zombies.
The shovel is a tool which dual acts as a low-durable weapon against zombies.


It is a blunt melee weapon that can commonly be found in crates, sheds, and work shelves. The shovel has a fast attack with middling damage, but it is fairly fragile and caps out at around 20 zombie kills before breaking.
It is a blunt melee weapon that can commonly be found in crates, sheds, and work shelves. The shovel has a fast attack with middling damage, but it is fairly fragile and caps out at around 20 zombie kills before breaking.
Line 17: Line 13:
<br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br>
== Code ==
== Code ==
'''''Info within media/scripts/Farming.txt file'''''
  <nowiki>
  <nowiki>
     item Shovel
     item Shovel
Line 49: Line 46:
KnockdownMod = 2,
KnockdownMod = 2,
         KnockBackOnNoDeath = TRUE,
         KnockBackOnNoDeath = TRUE,
        MetalValue = 70,
</nowiki>
</nowiki>


Line 56: Line 54:
{{Navbox/Tools}}
{{Navbox/Tools}}
{{Navbox/Weapons}}
{{Navbox/Weapons}}
[[Category:Items]]
[[Category:Farming]]
[[Category:Farming]]
[[Category:Tools]]
[[Category:Weapons]]
[[Category:Weapons]]
[[Category:Version 34.28]]

Revision as of 20:24, 3 May 2017


Template:ToolsThe shovel is a tool which dual acts as a low-durable weapon against zombies.

It is a blunt melee weapon that can commonly be found in crates, sheds, and work shelves. The shovel has a fast attack with middling damage, but it is fairly fragile and caps out at around 20 zombie kills before breaking.

The shovel is primarily used to move dirt on the ground. Uses for the shovel is to move dirt to a non-ground level or to fill sandbags for bullet defenses.








Code

Info within media/scripts/Farming.txt file

	
    item Shovel
		Type				= Weapon,
		DisplayName			= Shovel,
		Icon				= TZ_Shovel,
		Weight				= 2.0,
		SubCategory    			= Swinging,
		MinAngle			= 0,
		MaxDamage			= 1.9,
		MinDamage			= 0.8,
		MaxRange 			= 1.5,
		MinRange 			= 0.61,
		CriticalChance 			= 10,
		PushBackMod			= 0.5,
		HitAngleMod			= -30.0,
		SwingAnim			= Bat,
		MaxHitCount 			= 1,
		WeaponSprite			= Shovel,
		IdleAnim			= Idle_Weapon2,
		RunAnim				= Run_Weapon2,
		Weight				= 1.5,
		DoorDamage			= 5,
		MinimumSwingTime 		= 2.1,
		SwingTime			= 2.1,
		SwingAmountBeforeImpact 	= 0.02,
		ConditionLowerChanceOneIn 	= 10,
		ConditionMax 			= 10,
		Categories 			= Blunt,
		TwoHandWeapon 			= TRUE,
		BreakSound  			= PZ_WoodSnap,
		KnockdownMod			= 2,
        	KnockBackOnNoDeath		= TRUE,
        	MetalValue 			= 70,


See Also

Template:Navbox/Tools Template:Navbox/Weapons