Item: Crayon de papier

Wiki Project Zomboid

Crayon de papier

Variable Base.Pencil Mod Vanilla

Résumé

VariableBase.Pencil
TypeWeapon
CatégorieHousehold
Poids0.1
Icône
Pencil

Navigation

Nom variablePencil
ModuleBase
Sourcescripts\items_weapons.txt
Détails techniques
Item PK1601
Nom FRCrayon de papier
Nom ENPencil
Nom brutPencil
Clé de nomPencil
Clé FRBase.Pencil
Clé ENBase.Pencil
Tooltip FR
Tooltip EN
Tooltip brut
Chemin icône
Source icône
Icône manquanteOui
Lignes4087 → 4130
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
PPencil Déballer un lot de 10
Unpack 10
Packing
KAVALASH_EasyPacking Storage 50 Pencil=10
PPencil Déballer un lot de 5
Unpack 5
Packing
KAVALASH_EasyPacking Storage 25 Pencil=5

Recettes qui utilisent cet item

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

7 recettes
Afficher la liste
Recipe Mod Category Time Result
PPencil Emballer un lot de 10
Pack 10
Packing
KAVALASH_EasyPacking Storage 75 10pkPencil=1
PPencil Emballer un lot de 5
Pack 5
Packing
KAVALASH_EasyPacking Storage 50 5pkPencil=1
LabPosterBiohazard Peindre une affiche sur les risques biologiques (Chevalet)
DecPaintBiohazardPoster
LabRecipes
KAVALASH_VaccinDrReapers Decorations 320 LabPosterBiohazard=1
LabPosterHumanBrain Peindre une affiche de cerveau humain (Chevalet)
DecPaintHumanBrainPoster
LabRecipes
KAVALASH_VaccinDrReapers Decorations 320 LabPosterHumanBrain=1
LabPosterPeriodicTable Peindre le tableau périodique (Chevalet)
DecPaintPeriodicTablePoster
LabRecipes
KAVALASH_VaccinDrReapers Decorations 320 LabPosterPeriodicTable=1
LabPosterSexyNurse Peindre affiche d'Infirmière Sexy (Chevalet)
DecPaintSexyNursePoster
LabRecipes
KAVALASH_VaccinDrReapers Decorations 320 LabPosterSexyNurse=1
LabPosterWashHands Peindre une affiche Lavez-vous les mains (Chevalet)
DecPaintWashYourHandsPoster
LabRecipes
KAVALASH_VaccinDrReapers Decorations 320 LabPosterWashHands=1

Propriétés

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

41 propriétés
Key Value (raw) Num Bool JSON
AimingMod 0.8 0.8
BreakSound PenBreak
Categories Improvised
ConditionLowerChanceOneIn 1 1
ConditionMax 1 1
CriticalChance 0 0
DisplayCategory Household
DisplayName Pencil
DoorDamage 0 0
DoorHitSound PenHit
EnduranceMod 0.5 0.5
HitFloorSound PenHit
HitSound PenHit
Icon Pencil
IdleAnim Idle_Weapon2
ImpactSound PenHit
IsAimedHandWeapon TRUE 1 1
KnockBackOnNoDeath FALSE 0 0
KnockdownMod 0 0
MaxDamage 0.1 0.1
MaxHitCount 1 1
MaxRange 0.8 0.8
MinAngle 0.65 0.65
MinDamage 0.1 0.1
MinRange 0.61 0.61
MinimumSwingTime 2 2
PushBackMod 0.3 0.3
RunAnim Run_Weapon2
SplatBloodOnNoDeath FALSE 0 0
SplatNumber 1 1
SubCategory Stab
SwingAmountBeforeImpact 0.02 0.02
SwingAnim Stab
SwingSound PenSwing
SwingTime 2 2
Tags Write;Pencil
TreeDamage 0 0
Type Weapon
WeaponLength 0.15 0.15
WeaponSprite Pencil
Weight 0.1 0.1
Raw block
	item Pencil
	{
	    DisplayCategory = Household,
		MaxRange	=	0.8,
		WeaponSprite	=	Pencil,
		MinAngle	=	0.65,
		Type	=	Weapon,
		MinimumSwingTime	=	2,
		KnockBackOnNoDeath	=	FALSE,
		SwingAmountBeforeImpact	=	0.02,
		Categories	=	Improvised,
		ConditionLowerChanceOneIn	=	1,
		Weight	=	0.1,
		SplatNumber	=	1,
		PushBackMod	=	0.3,
		SubCategory	=	Stab,
		AimingMod	=	0.8,
		ConditionMax	=	1,
		MaxHitCount	=	1,
		IsAimedHandWeapon	=	TRUE,
		DoorDamage	=	0,
		SwingAnim	=	Stab,
		DisplayName	=	Pencil,
		MinRange	=	0.61,
		SwingTime	=	2,
		KnockdownMod	=	0,
		SplatBloodOnNoDeath	=	FALSE,
		Icon	=	Pencil,
		RunAnim	=	Run_Weapon2,
        IdleAnim	=	Idle_Weapon2,
        TreeDamage  =   0,
        EnduranceMod = 0.5,
        CriticalChance	=	0,
        MinDamage	=	0.1,
        MaxDamage	=	0.1,
		WeaponLength = 0.15,
		Tags = Write;Pencil,
        BreakSound  =   PenBreak,
        HitFloorSound	= PenHit,
        ImpactSound	=	PenHit,
        DoorHitSound = PenHit,
		HitSound	=	PenHit,
		SwingSound = PenSwing,
	}