Frying Pan: Difference between revisions

From PZwiki
(moved Frying Pan to Frying Pan: fixing capitalization)
 
No edit summary
Line 1: Line 1:
#REDIRECT [[Frying pan]]
{{languages}}
{{Items
|image = Pan.png
|weight = 2
}}
 
The frying pan is a kitchen tool that is also used as an improvised blunt weapon in the post-apocalyptic world.
 
Frying pans are usually found in kitchen cupboards.
 
The frying pan is quite heavy and cumbersome to use with a rather long swinging time. However, despite its short range, it can deal considerable damage to an enemy if enough power is given in a swing. However, the frying pan should not be considered as a long-term weapon because of its poor durability.
 
The frying pan could also be used for its original purpose- which is to cook a cheese sandwich or a grilled cheese sandwich.
 
== Crafting ==
{| class="wikitable sortable" style="text-align:center;"
|-
! Name
! class="unsortable" | Recipe
! class="unsortable" | Description
{{RecipeLookup|2008}}
{{RecipeLookup|2012}}
|}
 
== Code ==
<nowiki>item Pan
{
MaxRange = 1.1,
WeaponSprite = FryingPan,
MinAngle = 0.2,
Type = Weapon,
MinimumSwingTime = 3,
KnockBackOnNoDeath = True,
SwingAmountBeforeImpact = 0.02,
Categories = Improvised;Blunt,
ConditionLowerChanceOneIn = 20,
Weight = 2,
SplatNumber = 0,
PushBackMod = 0.5,
MaxDamage = 0.7,
SubCategory = Swinging,
ConditionMax = 10,
MaxHitCount = 1,
DoorDamage = 3,
SwingAnim = Bat,
WeaponWeight = 2,
DisplayName = Frying Pan,
MinRange = 0.61,
SwingTime = 3,
MinDamage = 0.3,
KnockdownMod = 1,
SplatBloodOnNoDeath = FALSE,
Icon = Pan,
}</nowiki>
{{Navbox/Weapons}}
[[Category:weapons]]
[[Category:Version 0.2.0p]]

Revision as of 12:58, 20 March 2014

Template:Items

The frying pan is a kitchen tool that is also used as an improvised blunt weapon in the post-apocalyptic world.

Frying pans are usually found in kitchen cupboards.

The frying pan is quite heavy and cumbersome to use with a rather long swinging time. However, despite its short range, it can deal considerable damage to an enemy if enough power is given in a swing. However, the frying pan should not be considered as a long-term weapon because of its poor durability.

The frying pan could also be used for its original purpose- which is to cook a cheese sandwich or a grilled cheese sandwich.

Crafting

Name Recipe Description
























Code

item Pan
{
	MaxRange	=	1.1,
		WeaponSprite	=	FryingPan,
		MinAngle	=	0.2,
		Type	=	Weapon,
		MinimumSwingTime	=	3,
		KnockBackOnNoDeath	=	True,
		SwingAmountBeforeImpact	=	0.02,
		Categories	=	Improvised;Blunt,
		ConditionLowerChanceOneIn	=	20,
		Weight	=	2,
		SplatNumber	=	0,
		PushBackMod	=	0.5,
		MaxDamage	=	0.7,
		SubCategory	=	Swinging,
		ConditionMax	=	10,
		MaxHitCount	=	1,
		DoorDamage	=	3,
		SwingAnim	=	Bat,
		WeaponWeight	=	2,
		DisplayName	=	Frying Pan,
		MinRange	=	0.61,
		SwingTime	=	3,
		MinDamage	=	0.3,
		KnockdownMod	=	1,
		SplatBloodOnNoDeath	=	FALSE,
		Icon	=	Pan,
}

Template:Navbox/Weapons