Item: Lance avec pic à glace

Wiki Project Zomboid

Lance avec pic à glace

Variable Base.SpearIcePick Mod Vanilla

Résumé

VariableBase.SpearIcePick
TypeWeapon
CatégorieWeaponCrafted
Poids2
Icône
SpearIcePick

Navigation

Nom variableSpearIcePick
ModuleBase
Sourcescripts\items_weapons.txt
Détails techniques
Item PK5467
Lignes4976 → 5021
File ID1364

Recettes qui fabriquent cet item

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

3 recettes
Afficher la liste
Recipe Mod Category Time Result
SpearStick Attach Ice Pick to Spear
Attach Ice Pick to Spear
Base
KAVALASH_BB_CommonSense Survivalist 100 SpearIcePick=1
SpearStick Attach Ice Pick to Spear
Attach Ice Pick to Spear
Base
KAVALASH_Custom Survivalist 100 SpearIcePick=1
SpearStick Attacher le pic à glace à la lance
Attach Ice Pick to Spear
Base
Vanilla Survivalist 100 SpearIcePick=1

Recettes qui utilisent cet item

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

2 recettes
Afficher la liste
Recipe Mod Category Time Result
IcePick Reclaim Ice Pick from Spear
Reclaim Ice Pick from Spear
Base
KAVALASH_Custom Survivalist 60 IcePick=1
IcePick Retirer le pic à glace de la lance
Reclaim Ice Pick from Spear
Base
Vanilla Survivalist 60 IcePick=1

Propriétés

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

43 propriétés
Key Value (raw) Num Bool JSON
AttachmentType Shovel
BreakSound SpearIcePickBreak
Categories Improvised;Spear
ConditionLowerChanceOneIn 3 3
ConditionMax 6 6
CritDmgMultiplier 10 10
CriticalChance 30 30
DamageCategory Slash
DamageMakeHole TRUE 1 1
DisplayCategory WeaponCrafted
DisplayName Spear With Ice Pick
DoorDamage 5 5
DoorHitSound SpearIcePickHit
HitFloorSound SpearIcePickHit
HitSound SpearIcePickHit
Icon SpearIcePick
IdleAnim Idle_Weapon2
ImpactSound SpearIcePickHit
KnockBackOnNoDeath FALSE 0 0
KnockdownMod 0 0
MaxDamage 1.6 1.6
MaxHitCount 2 2
MaxRange 1.42 1.42
MinAngle 0.8 0.8
MinDamage 1 1
MinRange 0.98 0.98
MinimumSwingTime 2 2
PushBackMod 0.3 0.3
RunAnim Run_Weapon2
SoundMap SpearStab SpearIcePickStab
SplatBloodOnNoDeath FALSE 0 0
SplatNumber 1 1
SubCategory Spear
SwingAmountBeforeImpact 0.02 0.02
SwingAnim Spear
SwingSound SpearIcePickSwing
SwingTime 2 2
Tags FishingSpear
TreeDamage 0 0
TwoHandWeapon TRUE 1 1
Type Weapon
WeaponSprite SpearIcePick
Weight 2.0 2
Raw block
    item SpearIcePick
    {
        DisplayCategory = WeaponCrafted,
        MaxRange	=	1.42,
        WeaponSprite	=	SpearIcePick,
        MinAngle	=	0.8,
        Type	=	Weapon,
        MinimumSwingTime	=	2,
        KnockBackOnNoDeath	=	FALSE,
        SwingAmountBeforeImpact	=	0.02,
        Categories	=	Improvised;Spear,
        ConditionLowerChanceOneIn	=	3,
        Weight	=	2.0,
        SplatNumber	=	1,
        PushBackMod	=	0.3,
        SubCategory	=	Spear,
        ConditionMax	=	6,
        MaxHitCount	=	2,
        DoorDamage	=	5,
        SwingAnim	=	Spear,
        DisplayName	=	Spear With Ice Pick,
        MinRange	=	0.98,
        SwingTime	=	2,
        KnockdownMod	=	0,
        SplatBloodOnNoDeath	=	FALSE,
        Icon	=	SpearIcePick,
        RunAnim	=	Run_Weapon2,
        IdleAnim	=	Idle_Weapon2,
        TreeDamage  =   0,
        TwoHandWeapon = TRUE,
        CriticalChance	=	30,
        CritDmgMultiplier = 10,
        MinDamage	=	1,
        MaxDamage	=	1.6,
        DamageCategory = Slash,
        DamageMakeHole = TRUE,
        BreakSound  =   SpearIcePickBreak,
        HitFloorSound	=	SpearIcePickHit,
        ImpactSound	=	SpearIcePickHit,
        DoorHitSound = SpearIcePickHit,
        HitSound	=	SpearIcePickHit,
        SwingSound	=	SpearIcePickSwing,
        SoundMap = SpearStab SpearIcePickStab,
		AttachmentType = Shovel,
        Tags = FishingSpear,
    }