Item: Club de golf

Wiki Project Zomboid

Club de golf

Variable Base.Golfclub Mod Vanilla

Résumé

VariableBase.Golfclub
TypeWeapon
CatégorieSports
Poids2
Icône
Golfclub

Navigation

Nom variableGolfclub
ModuleBase
Sourcescripts\items_weapons.txt
Détails techniques
Item PK1543
Nom FRClub de golf
Nom ENGolf Club
Nom brutGolfclub
Clé de nomGolfclub
Clé FRBase.Golfclub
Clé ENBase.Golfclub
Tooltip FR
Tooltip EN
Tooltip brut
Chemin icône
Source icône
Icône manquanteOui
Lignes1412 → 1453
File ID23

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
MetalBar Fabriquer un club de golf
Make Golfclub
Base
KAVALASH_Custom Smithing 250 Golfclub=1
Golfclub Changer Orientation
Changer Orientation
Base
KAVALASH_System 20 Golfclub=1
MetalBar Fabriquer un club de golf
Make Golfclub
Base
Vanilla Smithing 250 Golfclub=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
Golfclub Changer Orientation
Changer Orientation
Base
KAVALASH_System 20 LyingGolfclub=1

Propriétés

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

39 propriétés
Key Value (raw) Num Bool JSON
AttachmentType BigBlade
BaseSpeed 1 1
BreakSound GolfclubBreak
Categories Blunt
ConditionLowerChanceOneIn 15 15
ConditionMax 5 5
CritDmgMultiplier 2 2
CriticalChance 25 25
DisplayCategory Sports
DisplayName Golfclub
DoorDamage 5 5
DoorHitSound GolfclubHit
EnduranceMod 0.6 0.6
HitAngleMod -30 -30
HitFloorSound GolfclubHit
HitSound GolfclubHit
Icon Golfclub
IdleAnim Idle_Weapon2
KnockdownMod 0 0
MaxDamage 1 1
MaxHitCount 3 3
MaxRange 1.42 1.42
MetalValue 90 90
MinAngle 0.8 0.8
MinDamage 0.5 0.5
MinRange 0.61 0.61
MinimumSwingTime 3 3
PushBackMod 0.6 0.6
RunAnim Run_Weapon2
SubCategory Swinging
SwingAmountBeforeImpact 0.02 0.02
SwingAnim Bat
SwingSound GolfclubSwing
SwingTime 3 3
TreeDamage 0 0
TwoHandWeapon TRUE 1 1
Type Weapon
WeaponSprite GolfClub
Weight 2 2
Raw block
    item Golfclub
    {
        DisplayCategory = Sports,
        MaxRange	=	1.42,
        WeaponSprite	=	GolfClub,
        MinAngle	=	0.8,
        Type	=	Weapon,
        MinimumSwingTime	=	3,
        SwingAmountBeforeImpact	=	0.02,
        Categories	=	Blunt,
        Weight	=	2,
        ConditionLowerChanceOneIn	=	15,
        PushBackMod	=	0.6,
        SubCategory	=	Swinging,
        ConditionMax	=	5,
        MaxHitCount	=	3,
        DoorDamage	=	5,
        IdleAnim	=	Idle_Weapon2,
        SwingAnim	=	Bat,
        DisplayName	=	Golfclub,
        MinRange	=	0.61,
        SwingTime	=	3,
        HitAngleMod	=	-30,
        KnockdownMod	=	0,
        Icon	=	Golfclub,
        RunAnim	=	Run_Weapon2,
        TwoHandWeapon = TRUE,
        TreeDamage  =   0,
        EnduranceMod = 0.6,
        MetalValue = 90,
        BreakSound  =   GolfclubBreak,
        DoorHitSound = GolfclubHit,
		HitSound = GolfclubHit,
		HitFloorSound = GolfclubHit,
		SwingSound = GolfclubSwing,
        CriticalChance	=	25,
        CritDmgMultiplier = 2,
        MinDamage	=	0.5,
        MaxDamage	=	1,
        BaseSpeed = 1,
        AttachmentType = BigBlade,
    }