Item: Lampe d'arme

Wiki Project Zomboid

Lampe d'arme

Variable Base.GunLight Mod Vanilla

Résumé

VariableBase.GunLight
TypeWeaponPart
CatégorieWeaponPart
Poids0.2
Icône
RedDot

Navigation

Nom variableGunLight
ModuleBase
Sourcescripts\newitems.txt
Détails techniques
Item PK5749
Lignes2603 → 2617
File ID1370

Recettes qui fabriquent cet item

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

0 recette
Aucune recette ne fabrique cet item.

Recettes qui utilisent cet item

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

0 recette
Aucune recette n'utilise cet item.

Propriétés

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

12 propriétés
Key Value (raw) Num Bool JSON
AimingTimeModifier 5 5
DisplayCategory WeaponPart
DisplayName Gun Light
Icon RedDot
MetalValue 15 15
MountOn Pistol; Pistol2; Pistol3
PartType Canon
StaticModel GunLight
Type WeaponPart
Weight 0.2 0.2
WeightModifier 0.2 0.2
WorldStaticModel Handgun_Light_Ground
Raw block
    item GunLight
    {
        DisplayCategory = WeaponPart,
        Type = WeaponPart,
        DisplayName = Gun Light,
        Icon = RedDot,
        Weight = 0.2,
        WeightModifier = 0.2,
        AimingTimeModifier = 5,
        MountOn = Pistol; Pistol2; Pistol3,
        PartType = Canon,
        StaticModel = GunLight,
        MetalValue = 15,
        WorldStaticModel = Handgun_Light_Ground,
    }