Item: Chargeur de M16

Wiki Project Zomboid

Chargeur de M16

Variable Base.556Clip Mod Vanilla

Résumé

VariableBase.556Clip
TypeNormal
CatégorieAmmo
Poids0.2
Icône
BerettaClip

Navigation

Nom variable556Clip
ModuleBase
Sourcescripts\items_weapons.txt
Détails techniques
Item PK5506
Lignes6574 → 6587
File ID1364

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
coupled556 Separate 5.56 Magazines
Separate 5.56 Magazines
Base
KAVALASH_VFExpansion1 50 556Clip=2

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
coupled556 Couple 5.56 Magazines
Couple 5.56 Magazines
Base
KAVALASH_VFExpansion1 50 Coupled556=1

Propriétés

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

11 propriétés
Key Value (raw) Num Bool JSON
AmmoType Base.556Bullets
CanStack FALSE 0 0
DisplayCategory Ammo
DisplayName .556 Magazine
GunType Base.AssaultRifle
Icon BerettaClip
MaxAmmo 30 30
StaticModel GunMagazine
Type Normal
Weight 0.2 0.2
WorldStaticModel Gun_Magazine_Ground
Raw block
    item 556Clip
    {
        DisplayCategory = Ammo,
        CanStack	=	FALSE,
        Weight	=	0.2,
        Type	=	Normal,
        DisplayName	=	.556 Magazine,
        Icon	=	BerettaClip,
        MaxAmmo = 30,
        AmmoType = Base.556Bullets,
        StaticModel = GunMagazine,
        GunType = Base.AssaultRifle,
        WorldStaticModel = Gun_Magazine_Ground,
    }