Item: Poignard de survivaliste

Wiki Project Zomboid

Poignard de survivaliste

Variable UndeadSurvivor.PrepperKnifeStab Mod KAVALASH_UndeadSuvivor

Résumé

VariableUndeadSurvivor.PrepperKnifeStab
TypeWeapon
CatégorieWeapon
Poids0.3
Icône
PrepperKnife

Navigation

Nom variablePrepperKnifeStab
ModuleUndeadSurvivor
Sourcemedia\scripts\MeeleWeapons_UndeadSurvivor.txt
Détails techniques
Item PK4247
Lignes206 → 257
File ID1315

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
PrepperKnife Stab Prepper Knife
Stab Prepper Knife
Base
KAVALASH_UndeadSuvivor 2 PrepperKnifeStab=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
PrepperKnife Swing Prepper Knife
Swing Prepper Knife
Base
KAVALASH_UndeadSuvivor 2 PrepperKnifeSwing=1

Propriétés

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

49 propriétés
Key Value (raw) Num Bool JSON
AimingMod 0.8 0.8
AttachmentType Screwdriver
BaseSpeed 1.1 1.1
BreakSound BreakMetalItem
Categories SmallBlade
CloseKillMove Jaw_Stab
ConditionLowerChanceOneIn 20 20
ConditionMax 23 23
CritDmgMultiplier 3 3
CriticalChance 60 60
DamageCategory Slash
DamageMakeHole TRUE 1 1
DisplayCategory Weapon
DisplayName Prepper Knife Stab
DoorDamage 1 1
DoorHitSound HuntingKnifeHit
EnduranceMod 0.5 0.5
HitFloorSound HuntingKnifeHit
HitSound HuntingKnifeHit
Icon PrepperKnife
IdleAnim Idle_Weapon2
ImpactSound HuntingKnifeHit
IsAimedHandWeapon TRUE 1 1
KnockBackOnNoDeath FALSE 0 0
KnockdownMod 0 0
MaxDamage 1.2 1.2
MaxHitCount 1 1
MaxRange 0.85 0.85
MetalValue 30 30
MinAngle 0.65 0.65
MinDamage 0.7 0.7
MinRange 0.61 0.61
MinimumSwingTime 2 2
PushBackMod 0.3 0.3
RunAnim Run_Weapon2
SplatBloodOnNoDeath TRUE 1 1
SplatNumber 4 4
SubCategory Stab
SwingAmountBeforeImpact 0.02 0.02
SwingAnim Stab
SwingSound HuntingKnifeSwing
SwingTime 2 2
Tags CutPlant;SharpKnife
TreeDamage 2 2
TwoHandWeapon FALSE 0 0
Type Weapon
WeaponLength 0.15 0.15
WeaponSprite PrepperKnife
Weight 0.3 0.3
Raw block
		item PrepperKnifeStab
	{
		DisplayCategory = Weapon,
		MaxRange					=	0.85,
		WeaponSprite				=	PrepperKnife,
		MinAngle					=	0.65,
		Type						=	Weapon,
		MinimumSwingTime			=	2,
		KnockBackOnNoDeath			=	FALSE,
		SwingAmountBeforeImpact		=	0.02,
		Categories					=	SmallBlade,
		ConditionLowerChanceOneIn	=	20,
		Weight						=	0.3,
		SplatNumber					=	4,
		PushBackMod					=	0.3,
		SubCategory					=	Stab,
		AimingMod					=	0.8,
		ConditionMax				=	23,
		MaxHitCount					=	1,
		IsAimedHandWeapon			=	TRUE,
		DoorDamage					=	1,
		SwingAnim					=	Stab,
		DisplayName					=	Prepper Knife Stab,
		MinRange					=	0.61,
		CloseKillMove 				= Jaw_Stab,
		SwingTime					=	2,
		KnockdownMod				=	0,
		SplatBloodOnNoDeath			=	TRUE,
		Icon	=	PrepperKnife,
		RunAnim	=	Run_Weapon2,
        IdleAnim	=	Idle_Weapon2,
        TreeDamage  =   2,
        EnduranceMod = 0.5,
        BreakSound  =   BreakMetalItem,
        MetalValue = 30,
        CriticalChance	=	60,
        CritDmgMultiplier = 3,
        MinDamage	=	0.7,
        MaxDamage	=	1.2,
	 	WeaponLength = 0.15,
        DamageCategory = Slash,
        DamageMakeHole = TRUE,
        HitFloorSound	=	HuntingKnifeHit,
        ImpactSound	=	HuntingKnifeHit,
        DoorHitSound = HuntingKnifeHit,
		HitSound	=	HuntingKnifeHit,
		SwingSound = HuntingKnifeSwing,
		AttachmentType = Screwdriver,
        Tags = CutPlant;SharpKnife,
		BaseSpeed = 1.1,
		TwoHandWeapon = FALSE,
	}