Item: Téléphone à cadran

Wiki Project Zomboid

Téléphone à cadran

Variable AuthenticZClothing.RotaryPhone_AZ Mod KAVALASH_Authentic Z - Current

Résumé

VariableAuthenticZClothing.RotaryPhone_AZ
TypeWeapon
CatégorieToolWeapon
Poids1
Icône
RotaryPhone

Navigation

Nom variableRotaryPhone_AZ
ModuleAuthenticZClothing
Sourcemedia\scripts\AuthenticZ_weapons.txt
Détails techniques
Item PK993
Lignes2113 → 2154
File ID812

Recettes qui fabriquent cet item

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

0 recette
Aucune recette ne fabrique cet item.

Recettes qui utilisent cet item

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

0 recette
Aucune recette n'utilise cet item.

Propriétés

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

39 propriétés
Key Value (raw) Num Bool JSON
AttachmentType Hammer
BaseSpeed 1 1
BreakSound BreakMetalItem
CanBarricade TRUE 1 1
Categories SmallBlunt
ConditionLowerChanceOneIn 25 25
ConditionMax 10 10
CritDmgMultiplier 2 2
CriticalChance 20 20
DisplayCategory ToolWeapon
DisplayName Rotary Phone
DoorDamage 4 4
Icon RotaryPhone
IdleAnim Idle_Weapon2
KnockBackOnNoDeath TRUE 1 1
KnockdownMod 0 0
MaxDamage 1 1
MaxHitCount 1 1
MaxRange 1 1
MetalValue 10 10
MinAngle 0.65 0.65
MinDamage 0.5 0.5
MinRange 0.61 0.61
MinimumSwingTime 3 3
PushBackMod 0.5 0.5
RunAnim Run_Weapon2
SplatBloodOnNoDeath TRUE 1 1
SplatNumber 1 1
SubCategory Swinging
SwingAmountBeforeImpact 0.02 0.02
SwingAnim Bat
SwingTime 3 3
Tooltip Tooltip_RotaryPhone
TreeDamage 0 0
Type Weapon
WeaponLength 0.23 0.23
WeaponSprite RotaryPhone
Weight 1 1
WorldStaticModel WorldItem-RotaryPhone
Raw block
    item RotaryPhone_AZ
	{
        DisplayCategory 			= 	ToolWeapon,	
		Type						=	Weapon,
		Categories					=	SmallBlunt,		
		DisplayName					=	Rotary Phone,
		WeaponSprite				=	RotaryPhone,
		Weight						=	1,	
		Icon						=	RotaryPhone,		
		MaxRange					=	1,
		MinAngle					=	0.65,
		MinimumSwingTime			=	3,
		KnockBackOnNoDeath			=	TRUE,
		SwingAmountBeforeImpact		=	0.02,
		ConditionLowerChanceOneIn	=	25,
		SplatNumber					=	1,
		PushBackMod					=	0.5,
		SubCategory					=	Swinging,
		ConditionMax				=	10,
		MaxHitCount					=	1,
		DoorDamage					=	4,
		CanBarricade				=	TRUE,
		SwingAnim					=	Bat,
		MinRange					=	0.61,
		SwingTime					=	3,
		KnockdownMod				=	0,
		SplatBloodOnNoDeath			=	TRUE,
		RunAnim						=	Run_Weapon2,
        IdleAnim					=	Idle_Weapon2,
        BreakSound  				=   BreakMetalItem,
        TreeDamage  				=   0,
        MetalValue 					= 	10,
        CriticalChance				=	20,
        CritDmgMultiplier 			= 	2,
        MinDamage					=	0.5,
        MaxDamage					=	1,
        BaseSpeed		 			=	1,
	    WeaponLength 				= 	0.23,
	    AttachmentType 				= 	Hammer,
		WorldStaticModel 			= 	WorldItem-RotaryPhone,
		Tooltip 					= 	Tooltip_RotaryPhone,		
    }