Item: Pic à glace

Wiki Project Zomboid

Pic à glace

Variable Base.IcePick Mod Vanilla

Résumé

VariableBase.IcePick
TypeWeapon
CatégorieCooking
Poids0.3
Icône
IcePick

Navigation

Nom variableIcePick
ModuleBase
Sourcescripts\items_weapons.txt
Détails techniques
Item PK5435
Lignes3470 → 3517
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
SpearIcePick Reclaim Ice Pick from Spear
Reclaim Ice Pick from Spear
Base
KAVALASH_Custom Survivalist 60 IcePick=1
SpearIcePick Retirer le pic à glace de la lance
Reclaim Ice Pick from Spear
Base
Vanilla Survivalist 60 IcePick=1

Recettes qui utilisent cet item

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

3 recettes
Afficher la liste
Recipe Mod Category Time Result
SpearIcePick Attach Ice Pick to Spear
Attach Ice Pick to Spear
Base
KAVALASH_BB_CommonSense Survivalist 100 SpearIcePick=1
SpearIcePick Attach Ice Pick to Spear
Attach Ice Pick to Spear
Base
KAVALASH_Custom Survivalist 100 SpearIcePick=1
SpearIcePick Attacher le pic à glace à la lance
Attach Ice Pick to Spear
Base
Vanilla Survivalist 100 SpearIcePick=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 Screwdriver
BreakSound IcePickBreak
Categories SmallBlade
CloseKillMove Jaw_Stab
ConditionLowerChanceOneIn 7 7
ConditionMax 10 10
CritDmgMultiplier 5 5
CriticalChance 10 10
DamageCategory Slash
DamageMakeHole TRUE 1 1
DisplayCategory Cooking
DisplayName Ice Pick
DoorDamage 1 1
DoorHitSound IcePickHit
EnduranceMod 0.5 0.5
HitFloorSound IcePickHit
HitSound IcePickHit
Icon IcePick
IdleAnim Idle_Weapon2
ImpactSound IcePickHit
IsAimedHandWeapon TRUE 1 1
KnockBackOnNoDeath FALSE 0 0
KnockdownMod 0 0
MaxDamage 0.9 0.9
MaxHitCount 1 1
MaxRange 0.8 0.8
MinAngle 0.65 0.65
MinDamage 0.6 0.6
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 IcePickSwing
SwingTime 2 2
TreeDamage 2 2
Type Weapon
WeaponLength 0.25 0.25
WeaponSprite IcePick
Weight 0.3 0.3
Raw block
    item IcePick
	{
	    DisplayCategory = Cooking,
		MaxRange	=	0.8,
		WeaponSprite	=	IcePick,
		MinAngle	=	0.65,
		Type	=	Weapon,
		MinimumSwingTime	=	2,
		KnockBackOnNoDeath	=	FALSE,
		SwingAmountBeforeImpact	=	0.02,
		Categories	=	SmallBlade,
		ConditionLowerChanceOneIn	=	7,
		Weight	=	0.3,
		SplatNumber	=	4,
		PushBackMod	=	0.3,
		SubCategory	=	Stab,
		AimingMod	=	0.8,
		ConditionMax	=	10,
		MaxHitCount	=	1,
		IsAimedHandWeapon	=	TRUE,
		DoorDamage	=	1,
		SwingAnim	=	Stab,
		DisplayName	=	Ice Pick,
		MinRange	=	0.61,
		CloseKillMove = Jaw_Stab,
		SwingTime	=	2,
		KnockdownMod	=	0,
		SplatBloodOnNoDeath	=	TRUE,
		Icon	=	IcePick,
		RunAnim	=	Run_Weapon2,
        IdleAnim	=	Idle_Weapon2,
        TreeDamage  =   2,
        BreakSound  =   IcePickBreak,
        EnduranceMod = 0.5,
        CriticalChance	=	10,
        CritDmgMultiplier = 5,
        MinDamage	=	0.6,
        MaxDamage	=	0.9,
	 	WeaponLength = 0.25,
        DamageCategory = Slash,
        DamageMakeHole = TRUE,
        HitFloorSound	=	IcePickHit,
        ImpactSound	=	IcePickHit,
        DoorHitSound = IcePickHit,
		HitSound	=	IcePickHit,
		SwingSound = IcePickSwing,
		AttachmentType = Screwdriver,
    }