Item: Broom

Wiki Project Zomboid

Broom

Variable Base.LyingBroom Mod KAVALASH_System

Résumé

VariableBase.LyingBroom
TypeWeapon
CatégorieHousehold
Poids1
Icône
Pushbroom

Navigation

Nom variableLyingBroom
ModuleBase
Sourcemedia\scripts\items_standingitems.txt
Détails techniques
Item PK3182
Lignes4 → 46
File ID1076

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
Pushbroom Changer Orientation
Changer Orientation
Base
KAVALASH_System 20 LyingBroom=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
Pushbroom Changer Orientation
Changer Orientation
Base
KAVALASH_System 20 Broom=1

Propriétés

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

40 propriétés
Key Value (raw) Num Bool JSON
AttachmentType Shovel
BaseSpeed 1.2 1.2
BreakSound BroomBreak
Categories Improvised;Blunt
ConditionLowerChanceOneIn 2 2
ConditionMax 3 3
CritDmgMultiplier 1 1
CriticalChance 5 5
DisplayCategory Household
DisplayName Broom
DoorDamage 1 1
DoorHitSound BroomHit
HitFloorSound BroomHit
HitSound BroomHit
Icon Pushbroom
IdleAnim Idle_Weapon2
KnockBackOnNoDeath FALSE 0 0
KnockdownMod 0 0
MaxDamage 0.5 0.5
MaxHitCount 3 3
MaxRange 1.6 1.6
MinAngle 0.85 0.85
MinDamage 0.2 0.2
MinRange 0.61 0.61
MinimumSwingTime 2 2
PushBackMod 0.3 0.3
RunAnim Run_Weapon2
SplatBloodOnNoDeath FALSE 0 0
SplatNumber 1 1
SubCategory Swinging
SwingAmountBeforeImpact 0.02 0.02
SwingAnim Bat
SwingSound BroomSwing
SwingTime 2 2
Tags ClearAshes
TreeDamage 0 0
TwoHandWeapon TRUE 1 1
Type Weapon
WeaponSprite LyingBroom
Weight 1 1
Raw block
	item LyingBroom
    {
        DisplayCategory = Household,
        MaxRange	=	1.6,
        WeaponSprite	=	LyingBroom,
        MinAngle	=	0.85,
        Type	=	Weapon,
        MinimumSwingTime	=	2,
        KnockBackOnNoDeath	=	FALSE,
        SwingAmountBeforeImpact	=	0.02,
        Categories	=	Improvised;Blunt,
        ConditionLowerChanceOneIn	=	2,
        Weight	=	1,
        SplatNumber	=	1,
        PushBackMod	=	0.3,
        SubCategory	=	Swinging,
        ConditionMax	=	3,
        MaxHitCount	=	3,
        DoorDamage	=	1,
        SwingAnim	=	Bat,
        DisplayName	=	Broom,
        MinRange	=	0.61,
        SwingTime	=	2,
        KnockdownMod	=	0,
        SplatBloodOnNoDeath	=	FALSE,
        Icon	=	Pushbroom,
        RunAnim	=	Run_Weapon2,
        IdleAnim	=	Idle_Weapon2,
        BreakSound  =   BroomBreak,
        DoorHitSound = BroomHit,
		HitSound = BroomHit,
		HitFloorSound = BroomHit,
		SwingSound = BroomSwing,
        TreeDamage  =   0,
        TwoHandWeapon = TRUE,
        CriticalChance	=	5,
        CritDmgMultiplier = 1,
        MinDamage	=	0.2,
        MaxDamage	=	0.5,
        BaseSpeed = 1.2,
        AttachmentType = Shovel,
        Tags = ClearAshes,
    }