Item: Lance avec tournevis

Wiki Project Zomboid

Lance avec tournevis

Variable Base.SpearScrewdriver Mod Vanilla

Résumé

VariableBase.SpearScrewdriver
TypeWeapon
CatégorieWeaponCrafted
Poids2.1
Icône
SpearScrewdriver

Navigation

Nom variableSpearScrewdriver
ModuleBase
Sourcescripts\items_weapons.txt
Détails techniques
Item PK5464
Lignes4834 → 4879
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 Screwdriver to Spear
Attach Screwdriver to Spear
Base
KAVALASH_BB_CommonSense Survivalist 100 SpearScrewdriver=1
SpearStick Attach Screwdriver to Spear
Attach Screwdriver to Spear
Base
KAVALASH_Custom Survivalist 100 SpearScrewdriver=1
SpearStick Attacher le tournevis à la lance
Attach Screwdriver to Spear
Base
Vanilla Survivalist 100 SpearScrewdriver=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
Screwdriver Reclaim Screwdriver from Spear
Reclaim Screwdriver from Spear
Base
KAVALASH_Custom Survivalist 60 Screwdriver=1
Screwdriver Retirer le tournevis de la lance
Reclaim Screwdriver from Spear
Base
Vanilla Survivalist 60 Screwdriver=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 SpearScrewdriverBreak
Categories Improvised;Spear
ConditionLowerChanceOneIn 4 4
ConditionMax 7 7
CritDmgMultiplier 10 10
CriticalChance 30 30
DamageCategory Slash
DamageMakeHole TRUE 1 1
DisplayCategory WeaponCrafted
DisplayName Spear With Screwdriver
DoorDamage 7 7
DoorHitSound SpearScrewdriverHit
HitFloorSound SpearScrewdriverHit
HitSound SpearScrewdriverHit
Icon SpearScrewdriver
IdleAnim Idle_Weapon2
ImpactSound SpearScrewdriverHit
KnockBackOnNoDeath FALSE 0 0
KnockdownMod 0 0
MaxDamage 1.6 1.6
MaxHitCount 2 2
MaxRange 1.45 1.45
MinAngle 0.8 0.8
MinDamage 1.2 1.2
MinRange 0.98 0.98
MinimumSwingTime 2 2
PushBackMod 0.3 0.3
RunAnim Run_Weapon2
SoundMap SpearStab SpearScrewdriverStab
SplatBloodOnNoDeath FALSE 0 0
SplatNumber 1 1
SubCategory Spear
SwingAmountBeforeImpact 0.02 0.02
SwingAnim Spear
SwingSound SpearScrewdriverSwing
SwingTime 2 2
Tags FishingSpear
TreeDamage 0 0
TwoHandWeapon TRUE 1 1
Type Weapon
WeaponSprite SpearScrewdriver
Weight 2.1 2.1
Raw block
    item SpearScrewdriver
    {
        DisplayCategory = WeaponCrafted,
        MaxRange	=	1.45,
        WeaponSprite	=	SpearScrewdriver,
        MinAngle	=	0.8,
        Type	=	Weapon,
        MinimumSwingTime	=	2,
        KnockBackOnNoDeath	=	FALSE,
        SwingAmountBeforeImpact	=	0.02,
        Categories	=	Improvised;Spear,
        ConditionLowerChanceOneIn	=	4,
        Weight	=	2.1,
        SplatNumber	=	1,
        PushBackMod	=	0.3,
        SubCategory	=	Spear,
        ConditionMax	=	7,
        MaxHitCount	=	2,
        DoorDamage	=	7,
        SwingAnim	=	Spear,
        DisplayName	=	Spear With Screwdriver,
        MinRange	=	0.98,
        SwingTime	=	2,
        KnockdownMod	=	0,
        SplatBloodOnNoDeath	=	FALSE,
        Icon	=	SpearScrewdriver,
        RunAnim	=	Run_Weapon2,
        IdleAnim	=	Idle_Weapon2,
        TreeDamage  =   0,
        TwoHandWeapon = TRUE,
        CriticalChance	=	30,
        CritDmgMultiplier = 10,
        MinDamage	=	1.2,
        MaxDamage	=	1.6,
        DamageCategory = Slash,
        DamageMakeHole = TRUE,
        BreakSound  =   SpearScrewdriverBreak,
        HitFloorSound	=	SpearScrewdriverHit,
        ImpactSound	=	SpearScrewdriverHit,
        DoorHitSound = SpearScrewdriverHit,
        HitSound	=	SpearScrewdriverHit,
        SwingSound	=	SpearScrewdriverSwing,
        SoundMap = SpearStab SpearScrewdriverStab,
		AttachmentType = Shovel,
        Tags = FishingSpear,
    }