Item: Râteau à main

Wiki Project Zomboid

Râteau à main

Variable Base.HandFork Mod Vanilla

Résumé

VariableBase.HandFork
TypeWeapon
CatégorieToolWeapon
Poids0.5
Icône
GardeningFork

Navigation

Nom variableHandFork
ModuleBase
Sourcescripts\items_weapons.txt
Détails techniques
Item PK5432
Lignes3324 → 3367
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
SpearGardeningFork Reclaim Hand Fork from Spear
Reclaim Hand Fork from Spear
Base
KAVALASH_Custom Survivalist 60 HandFork=1
SpearGardeningFork Retirer le râteau à main de la lance
Reclaim Hand Fork from Spear
Base
Vanilla Survivalist 60 HandFork=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
SpearGardeningFork Attach Hand Fork to Spear
Attach Hand Fork to Spear
Base
KAVALASH_BB_CommonSense Survivalist 100 SpearHandFork=1
SpearGardeningFork Attach Hand Fork to Spear
Attach Hand Fork to Spear
Base
KAVALASH_Custom Survivalist 100 SpearHandFork=1
SpearGardeningFork Attacher le râteau à main à la lance
Attach Hand Fork to Spear
Base
Vanilla Survivalist 100 SpearHandFork=1

Propriétés

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

41 propriétés
Key Value (raw) Num Bool JSON
AttachmentType Knife
BreakSound HandForkBreak
Categories SmallBlade
CloseKillMove Jaw_Stab
ConditionLowerChanceOneIn 9 9
ConditionMax 6 6
CritDmgMultiplier 10 10
CriticalChance 10 10
DamageCategory Slash
DamageMakeHole TRUE 1 1
DisplayCategory ToolWeapon
DisplayName Hand Fork
DoorDamage 5 5
DoorHitSound HandForkHit
HitFloorSound HandForkHit
HitSound HandForkHit
Icon GardeningFork
ImpactSound HandForkHit
KnockBackOnNoDeath FALSE 0 0
KnockdownMod 2 2
MaxDamage 0.4 0.4
MaxHitCount 2 2
MaxRange 0.9 0.9
MinAngle 0.65 0.65
MinDamage 0.2 0.2
MinRange 0.61 0.61
MinimumSwingTime 4 4
PushBackMod 0.3 0.3
SplatBloodOnNoDeath FALSE 0 0
SplatNumber 2 2
SubCategory Stab
SwingAmountBeforeImpact 0.02 0.02
SwingAnim Stab
SwingSound HandForkSwing
SwingTime 4 4
Tags DigPlow
TreeDamage 0 0
Type Weapon
WeaponLength 0.2 0.2
WeaponSprite HandFork
Weight 0.5 0.5
Raw block
    item HandFork
    {
        DisplayCategory = ToolWeapon,
        MaxRange	=	0.9,
        WeaponSprite	=	HandFork,
        MinAngle	=	0.65,
        Type	=	Weapon,
        MinimumSwingTime	=	4,
        KnockBackOnNoDeath	=	FALSE,
        SwingAmountBeforeImpact	=	0.02,
        Categories	=	SmallBlade,
        ConditionLowerChanceOneIn	=	9,
        Weight	=	0.5,
        SplatNumber	=	2,
        PushBackMod	=	0.3,
        SubCategory	=	Stab,
        CloseKillMove = Jaw_Stab,
        ConditionMax	=	6,
        MaxHitCount	=	2,
        DoorDamage	=	5,
        SwingAnim	=	Stab,
        DisplayName	=	Hand Fork,
        MinRange	=	0.61,
        SwingTime	=	4,
        KnockdownMod	=	2,
        SplatBloodOnNoDeath	=	FALSE,
        Icon	=	GardeningFork,
        BreakSound  =   HandForkBreak,
        TreeDamage  =   0,
        CriticalChance	=	10,
        CritDmgMultiplier = 10,
        MinDamage	=	0.2,
        MaxDamage	=	0.4,
   		WeaponLength = 0.2,
        DamageCategory = Slash,
        DamageMakeHole = TRUE,
        HitFloorSound	=	HandForkHit,
        ImpactSound	=	HandForkHit,
        DoorHitSound = HandForkHit,
		HitSound	=	HandForkHit,
		SwingSound = HandForkSwing,
		AttachmentType = Knife,
        Tags = DigPlow,
   }