Item: Couteau à pain

Wiki Project Zomboid

Couteau à pain

Variable Base.BreadKnife Mod Vanilla

Résumé

VariableBase.BreadKnife
TypeWeapon
CatégorieCooking
Poids0.3
Icône
KnifeButter

Navigation

Nom variableBreadKnife
ModuleBase
Sourcescripts\items_weapons.txt
Détails techniques
Item PK5443
Lignes3846 → 3893
File ID1364

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
SpearButterKnife Reclaim Bread Knife from Spear
Reclaim Bread Knife from Spear
Base
KAVALASH_Custom Survivalist 60 BreadKnife=1
SpearButterKnife Retirer le couteau à pain de la lance
Reclaim Bread Knife from Spear
Base
Vanilla Survivalist 60 BreadKnife=1

Recettes qui utilisent cet item

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

6 recettes
Afficher la liste
Recipe Mod Category Time Result
SpearButterKnife Attach Bread Knife to Spear
Attach Bread Knife to Spear
Base
KAVALASH_BB_CommonSense Survivalist 100 SpearBreadKnife=1
SpearButterKnife Attach Bread Knife to Spear
Attach Bread Knife to Spear
Base
KAVALASH_Custom Survivalist 100 SpearBreadKnife=1
BowlofBeatenEggsIcon Beat Egg Yolks in a Bowl
Beat Egg Yolks in a Bowl
SapphCooking
KAVALASH_sapphcooking Cooking 150 BowlwithBeatenEggs=1
BowlofBeatenEggsIcon Beat Eggs in a Bowl
Beat Eggs in a Bowl
SapphCooking
KAVALASH_sapphcooking Cooking 150 BowlwithBeatenEggs=1
EgginNestIcon Cook Egg in a Hole
Cook Egg in a Hole
SapphCooking
KAVALASH_sapphcooking Cooking 300 Bread_Egginhole=1
SpearButterKnife Attacher le couteau à pain à la lance
Attach Bread Knife to Spear
Base
Vanilla Survivalist 100 SpearBreadKnife=1

Propriétés

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

45 propriétés
Key Value (raw) Num Bool JSON
AimingMod 0.8 0.8
AttachmentType Knife
BreakSound BreadKnifeBreak
Categories SmallBlade
CloseKillMove Jaw_Stab
ConditionLowerChanceOneIn 5 5
ConditionMax 5 5
CritDmgMultiplier 10 10
CriticalChance 15 15
DisplayCategory Cooking
DisplayName Bread Knife
DoorDamage 1 1
DoorHitSound BreadKnifeHit
EnduranceMod 0.5 0.5
HitFloorSound BreadKnifeHit
HitSound BreadKnifeHit
Icon KnifeButter
IdleAnim Idle_Weapon2
ImpactSound BreadKnifeHit
IsAimedHandWeapon TRUE 1 1
KnockBackOnNoDeath FALSE 0 0
KnockdownMod 0 0
MaxDamage 0.4 0.4
MaxHitCount 1 1
MaxRange 1 1
MetalValue 8 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 2 2
SubCategory Stab
SwingAmountBeforeImpact 0.02 0.02
SwingAnim Stab
SwingSound BreadKnifeSwing
SwingTime 2 2
Tags DullKnife
TreeDamage 0 0
Type Weapon
WeaponLength 0.17 0.17
WeaponSprite BreadKnife
Weight 0.3 0.3
Raw block
    item BreadKnife
	{
	    DisplayCategory = Cooking,
		MaxRange	=	1,
		WeaponSprite	=	BreadKnife,
		MinAngle	=	0.65,
		Type	=	Weapon,
		MinimumSwingTime	=	2,
		KnockBackOnNoDeath	=	FALSE,
		SwingAmountBeforeImpact	=	0.02,
		Categories	=	SmallBlade,
		ConditionLowerChanceOneIn	=	5,
		Weight	=	0.3,
		SplatNumber	=	2,
		PushBackMod	=	0.3,
		SubCategory	=	Stab,
		AimingMod	=	0.8,
		CloseKillMove = Jaw_Stab,
		ConditionMax	=	5,
		MaxHitCount	=	1,
		IsAimedHandWeapon	=	TRUE,
		DoorDamage	=	1,
		SwingAnim	=	Stab,
		DisplayName	=	Bread Knife,
		MinRange	=	0.61,
		SwingTime	=	2,
		KnockdownMod	=	0,
		SplatBloodOnNoDeath	=	FALSE,
		Icon	=	KnifeButter,
		RunAnim	=	Run_Weapon2,
        IdleAnim	=	Idle_Weapon2,
        BreakSound  =   BreadKnifeBreak,
        TreeDamage  =   0,
        EnduranceMod = 0.5,
        MetalValue = 8,
        CriticalChance	=	15,
        CritDmgMultiplier = 10,
        MinDamage	=	0.1,
        MaxDamage	=	0.4,
		WeaponLength = 0.17,
		HitFloorSound	=	BreadKnifeHit,
        ImpactSound	=	BreadKnifeHit,
        DoorHitSound = BreadKnifeHit,
		HitSound	=	BreadKnifeHit,
		SwingSound = BreadKnifeSwing,
		AttachmentType = Knife,
		Tags = DullKnife,
 	}