Item: Béquille

Wiki Project Zomboid

Béquille

Variable AuthenticZClothing.AuthenticCrutch Mod KAVALASH_Authentic Z - Current

Résumé

VariableAuthenticZClothing.AuthenticCrutch
TypeWeapon
CatégorieSports
Poids2
Icône
CrutchAZ

Navigation

Nom variableAuthenticCrutch
ModuleAuthenticZClothing
Sourcemedia\scripts\AuthenticZ_weapons.txt
Détails techniques
Item PK961
Lignes845 → 886
File ID812

Recettes qui fabriquent cet item

Icône affichée: un des objets requis pour fabriquer cette recette.

1 recette
Afficher la liste
Recipe Mod Category Time Result
CrutchAZ Convert into Melee
Convert into Melee
AuthenticZRecipes
KAVALASH_Authentic Z - Current 20 AuthenticCrutch=1

Recettes qui utilisent cet item

Icône affichée: l'objet obtenu via la recette quand il est identifié.

1 recette
Afficher la liste
Recipe Mod Category Time Result
CrutchAZ Convert into Wearable
Convert into Wearable
AuthenticZRecipes
KAVALASH_Authentic Z - Current 20 CrutchLEFT=1

Propriétés

Toutes les propriétés extraites pour cet item.

39 propriétés
Key Value (raw) Num Bool JSON
AttachmentType Shovel
BaseSpeed 1 1
BreakSound BreakWoodItem
Categories Blunt
ConditionLowerChanceOneIn 20 20
ConditionMax 14 14
CriticalChance 20 20
DisplayCategory Sports
DisplayName Crutch
DoorDamage 5 5
HitAngleMod -30 -30
Icon CrutchAZ
IdleAnim Idle_Weapon2
KnockBackOnNoDeath TRUE 1 1
KnockdownMod 2 2
MaxDamage 1.1 1.1
MaxHitCount 2 2
MaxRange 1.25 1.25
MinAngle 0.80 0.8
MinDamage 0.8 0.8
MinRange 0.61 0.61
MinimumSwingTime 3 3
PushBackMod 0.5 0.5
RunAnim Run_Weapon2
SplatBloodOnNoDeath FALSE 0 0
SplatNumber 1 1
SubCategory Swinging
SwingAmountBeforeImpact 0.02 0.02
SwingAnim Bat
SwingTime 3 3
TreeDamage 1 1
TwoHandWeapon TRUE 1 1
Type Weapon
WeaponLength 0.45 0.45
WeaponSprite AuthenticCrutch
Weight 2 2
WorldStaticModel WorldItem-CrutchAZ
critDmgMultiplier 2 2
secondaryAnimMask HoldingTorchLeft
Raw block
    item AuthenticCrutch
	{
        DisplayCategory 	= 	Sports,
		MaxRange			=	1.25,
		WeaponSprite		=	AuthenticCrutch,
		MinAngle			=	0.80,
		Type				=	Weapon,
		MinimumSwingTime	=	3,
		KnockBackOnNoDeath	=	TRUE,
		SwingAmountBeforeImpact	=	0.02,
		Categories			=	Blunt,
		ConditionLowerChanceOneIn	=	20,
		Weight				=	2,
		SplatNumber			=	1,
		PushBackMod			=	0.5,
		SubCategory			=	Swinging,
		ConditionMax		=	14,
		MaxHitCount			=	2,
		DoorDamage			=	5,
		IdleAnim			=	Idle_Weapon2,
		SwingAnim			=	Bat,
        secondaryAnimMask	= 	HoldingTorchLeft,		
		DisplayName			=	Crutch,
		MinRange			=	0.61,
		SwingTime			=	3,
		HitAngleMod			=	-30,
		KnockdownMod		=	2,
		SplatBloodOnNoDeath	=	FALSE,
		Icon				=	CrutchAZ,
		RunAnim				=	Run_Weapon2,
        TwoHandWeapon 		= 	TRUE,
       	BreakSound  		=  	BreakWoodItem,
        TreeDamage  		=  	1,
		CriticalChance		=	20,
		critDmgMultiplier	= 	2,
		MinDamage			=	0.8,
		MaxDamage			=	1.1,
		BaseSpeed 			= 	1,
		WeaponLength 		= 	0.45,
		AttachmentType 		= 	Shovel,
		WorldStaticModel	= 	WorldItem-CrutchAZ,		
	}