Frying pan: Difference between revisions

From PZwiki
Frying pan
m (moved Frying Pan to Frying pan: fixing capitalization)
No edit summary
Line 2: Line 2:
{{Items  
{{Items  
|image = Pan.png  
|image = Pan.png  
|weight = 1.5
|weight = 2
}}
}}


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


The frying pan is quite heavy and cumbersome to use for the less-fit survivors of Muldraugh. However, despite its short range, it can deal considerable damage to an enemy if enough power is given in a swing.
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 ==
== Crafting ==
Line 22: Line 26:
  <nowiki>item Pan
  <nowiki>item Pan
{
{
Type = Weapon,
MaxRange = 1.1,
DisplayName = Frying Pan,
WeaponSprite = FryingPan,
    SubCategory    =     Swinging,
MinAngle = 0.2,
Icon = Pan,
Type = Weapon,
Weight = 1.0,
MinimumSwingTime = 3,
MinAngle = 0,
KnockBackOnNoDeath = True,
MaxDamage = 0.7,
SwingAmountBeforeImpact = 0.02,
MinDamage = 1.0,
Categories = Improvised;Blunt,
MaxRange = 1.0,
ConditionLowerChanceOneIn = 20,
MinRange = 0.2,
Weight = 2,
SwingAnim = Bat,
SplatNumber = 0,
WeaponSprite = FryingPan,
PushBackMod = 0.5,
WeaponWeight = 1.5,
MaxDamage = 0.7,
DoorDamage = 10,
SubCategory = Swinging,
MinimumSwingTime = 2.0,
ConditionMax = 10,
SwingTime = 2.0,
MaxHitCount = 1,
SwingAmountBeforeImpact = 0.02,
DoorDamage = 3,
MaxHitCount = 1,
SwingAnim = Bat,
Categories = Improvised,
WeaponWeight = 2,
}
DisplayName = Frying Pan,
MinRange = 0.61,
SwingTime = 3,
MinDamage = 0.3,
KnockdownMod = 1,
SplatBloodOnNoDeath = FALSE,
Icon = Pan,
}</nowiki>
}</nowiki>
{{Navbox/Weapons}}
{{Navbox/Weapons}}
[[Category:weapons]]
[[Category:weapons]]
[[Category:Version 0.2.0p]]
[[Category:Version 0.2.0p]]

Revision as of 16:33, 3 August 2013

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