Item: Boîte de munitions de .308

Wiki Project Zomboid

Boîte de munitions de .308

Variable Base.308Box Mod Vanilla

Résumé

VariableBase.308Box
TypeNormal
CatégorieAmmo
Poids0.6
Icône
RifleAmmo308

Navigation

Nom variable308Box
ModuleBase
Sourcescripts\items_weapons.txt
Détails techniques
Item PK5502
Lignes6518 → 6530
File ID1364

Recettes qui fabriquent cet item

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

4 recettes
Afficher la liste
Recipe Mod Category Time Result
RifleAmmo308loose Place .308 Ammo in Box
Place .308 Ammo in Box
Base
KAVALASH_Custom 15 308Box=1
Brass308 Make 308-WIN Ammunition
Make 308-WIN Ammunition
Base
KAVALASH_VFExpansion1 750 Base.308Box=1
308AmmoPack Open Pack of .308 Boxes
Open Pack of .308 Boxes
Base
KAVALASH_VFExpansion1 50 308Box=4
RifleAmmo308loose Mettre en boîte
Place .308 Ammo in Box
Base
Vanilla 15 308Box=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
RifleAmmo308loose Open Box of .308 Ammo
Open Box of .308 Ammo
Base
KAVALASH_Custom 15 308Bullets=8
308AmmoPack Pack .308 Boxes
Pack .308 Boxes
Base
KAVALASH_VFExpansion1 50 308Pack=1
RifleAmmo308loose Ouvrir la boîte
Open Box of .308 Ammo
Base
Vanilla 15 308Bullets=8

Propriétés

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

10 propriétés
Key Value (raw) Num Bool JSON
AlwaysWelcomeGift TRUE 1 1
DisplayCategory Ammo
DisplayName Box of .308 Bullets
Icon RifleAmmo308
MetalValue 40 40
PlaceMultipleSound BoxOfRoundsPlaceAll
PlaceOneSound BoxOfRoundsPlaceOne
Type Normal
Weight 0.6 0.6
WorldStaticModel RifleAmmoBox
Raw block
    item 308Box
    {
        DisplayCategory = Ammo,
        Weight	=	0.6,
        AlwaysWelcomeGift	=	TRUE,
        Type	=	Normal,
        DisplayName	=	Box of .308 Bullets,
        Icon	=	RifleAmmo308,
        MetalValue = 40,
        WorldStaticModel = RifleAmmoBox,
        PlaceOneSound = BoxOfRoundsPlaceOne,
        PlaceMultipleSound = BoxOfRoundsPlaceAll,
    }