Item: Boîte de munitions de .223

Wiki Project Zomboid

Boîte de munitions de .223

Variable Base.223Box Mod Vanilla

Résumé

VariableBase.223Box
TypeNormal
CatégorieAmmo
Poids0.6
Icône
RifleAmmo223

Navigation

Nom variable223Box
ModuleBase
Sourcescripts\items_weapons.txt
Détails techniques
Item PK5499
Lignes6476 → 6488
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
RifleAmmo223loose Place .223 Ammo in Box
Place .223 Ammo in Box
Base
KAVALASH_Custom 15 223Box=1
Brass223 Make 223-REM Ammunition
Make 223-REM Ammunition
Base
KAVALASH_VFExpansion1 700 Base.223Box=1
223AmmoPack Open Pack of .223 Boxes
Open Pack of .223 Boxes
Base
KAVALASH_VFExpansion1 50 223Box=4
RifleAmmo223loose Mettre en boîte
Place .223 Ammo in Box
Base
Vanilla 15 223Box=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
RifleAmmo223loose Open Box of .223 Ammo
Open Box of .223 Ammo
Base
KAVALASH_Custom 15 223Bullets=8
223AmmoPack Pack .223 Boxes
Pack .223 Boxes
Base
KAVALASH_VFExpansion1 50 223Pack=1
RifleAmmo223loose Ouvrir la boîte
Open Box of .223 Ammo
Base
Vanilla 15 223Bullets=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 .223 Bullets
Icon RifleAmmo223
MetalValue 40 40
PlaceMultipleSound BoxOfRoundsPlaceAll
PlaceOneSound BoxOfRoundsPlaceOne
Type Normal
Weight 0.6 0.6
WorldStaticModel RifleAmmoBox
Raw block
    item 223Box
    {
        DisplayCategory = Ammo,
        Weight	=	0.6,
        AlwaysWelcomeGift	=	TRUE,
        Type	=	Normal,
        DisplayName	=	Box of .223 Bullets,
        Icon	=	RifleAmmo223,
        MetalValue = 40,
        WorldStaticModel = RifleAmmoBox,
        PlaceOneSound = BoxOfRoundsPlaceOne,
        PlaceMultipleSound = BoxOfRoundsPlaceAll,
    }