Item: Planche cloutée

Wiki Project Zomboid

Planche cloutée

Variable Base.PlankNail Mod Vanilla

Résumé

VariableBase.PlankNail
TypeWeapon
CatégorieWeaponCrafted
Poids3.1
Icône
PlankNail

Navigation

Nom variablePlankNail
ModuleBase
Sourcescripts\items_weapons.txt
Détails techniques
Item PK1554
Nom FRPlanche cloutée
Nom ENSpiked Plank
Nom brutSpiked Plank
Clé de nomSpiked Plank
Clé FRBase.PlankNail
Clé ENBase.PlankNail
Tooltip FR
Tooltip EN
Tooltip brut
Chemin icône
Source icône
Icône manquanteOui
Lignes1914 → 1958
File ID23

Recettes qui fabriquent cet item

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

2 recettes
Afficher la liste
Recipe Mod Category Time Result
Plank Fabriquer une planche cloutée
Build Spiked Plank
Base
KAVALASH_Custom Carpentry 150 PlankNail=1
Plank Fabriquer une planche cloutée
Build Spiked Plank
Base
Vanilla Carpentry 150 PlankNail=1

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.

42 propriétés
Key Value (raw) Num Bool JSON
AttachmentType Shovel
BaseSpeed 0.85 0.85
BreakSound SpikedPlankBreak
Categories Improvised;Blunt
ConditionLowerChanceOneIn 2 2
ConditionMax 10 10
CritDmgMultiplier 5 5
CriticalChance 25 25
DamageCategory Slash
DamageMakeHole TRUE 1 1
DisplayCategory WeaponCrafted
DisplayName Spiked Plank
DoorDamage 8 8
DoorHitSound SpikedPlankHit
HitFloorSound SpikedPlankHit
HitSound SpikedPlankHit
Icon PlankNail
IdleAnim Idle_Weapon2
KnockBackOnNoDeath FALSE 0 0
KnockdownMod 2 2
MaxDamage 0.8 0.8
MaxHitCount 2 2
MaxRange 1.32 1.32
MetalValue 5 5
MinAngle 0.75 0.75
MinDamage 0.5 0.5
MinRange 0.61 0.61
MinimumSwingTime 4 4
PushBackMod 0.3 0.3
RunAnim Run_Weapon2
SplatBloodOnNoDeath TRUE 1 1
SplatNumber 2 2
SubCategory Swinging
SwingAmountBeforeImpact 0.02 0.02
SwingAnim Bat
SwingSound SpikedPlankSwing
SwingTime 4 4
TreeDamage 0 0
TwoHandWeapon TRUE 1 1
Type Weapon
WeaponSprite NailedPlank
Weight 3.1 3.1
Raw block
	item PlankNail
	{
	    DisplayCategory = WeaponCrafted,
		MaxRange	=	1.32,
		WeaponSprite	=	NailedPlank,
		MinAngle	=	0.75,
		Type	=	Weapon,
		MinimumSwingTime	=	4,
		KnockBackOnNoDeath	=	FALSE,
		SwingAmountBeforeImpact	=	0.02,
		Categories	=	Improvised;Blunt,
		Weight	=	3.1,
		SplatNumber	=	2,
		ConditionLowerChanceOneIn	=	2,
		PushBackMod	=	0.3,
		SubCategory	=	Swinging,
		ConditionMax	=	10,
		MaxHitCount	=	2,
		DoorDamage	=	8,
		SwingAnim	=	Bat,
		MinRange	=	0.61,
        DisplayName	=	Spiked Plank,
		SwingTime	=	4,
		KnockdownMod	=	2,
		SplatBloodOnNoDeath	=	TRUE,
		Icon	=	PlankNail,
		RunAnim	=	Run_Weapon2,
        IdleAnim	=	Idle_Weapon2,
        BreakSound  =   SpikedPlankBreak,
        DoorHitSound = SpikedPlankHit,
		HitSound = SpikedPlankHit,
		HitFloorSound = SpikedPlankHit,
		SwingSound = SpikedPlankSwing,
        TreeDamage  =   0,
        MetalValue = 5,
        TwoHandWeapon = TRUE,
        CriticalChance	=	25,
        CritDmgMultiplier = 5,
        MinDamage	=	0.5,
        MaxDamage	=	0.8,
        BaseSpeed = 0.85,
        DamageCategory = Slash,
        DamageMakeHole = TRUE,
        AttachmentType = Shovel,
	}