Item: Boîte de cartouches de cal.12

Wiki Project Zomboid

Boîte de cartouches de cal.12

Variable Base.ShotgunShellsBox Mod Vanilla

Résumé

VariableBase.ShotgunShellsBox
TypeNormal
CatégorieAmmo
Poids0.9
Icône
ShotgunAmmoBox

Navigation

Nom variableShotgunShellsBox
ModuleBase
Sourcescripts\items_weapons.txt
Détails techniques
Item PK5497
Lignes6450 → 6461
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
ShotgunAmmo Place Shotgun Shells in Box
Place Shotgun Shells in Box
Base
KAVALASH_Custom 15 ShotgunShellsBox=1
Hull12g Make 12g ShotShell
Make 12g ShotShell
Base
KAVALASH_VFExpansion1 700 Base.ShotgunShellsBox=1
ShotgunShellsPack Open Pack of Shotgun Shell Boxes
Open Pack of Shotgun Shell Boxes
Base
KAVALASH_VFExpansion1 50 ShotgunShellsBox=4
ShotgunAmmo Mettre en boîte
Place Shotgun Shells in Box
Base
Vanilla 15 ShotgunShellsBox=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
ShotgunAmmo Open Box of Shotgun Shells
Open Box of Shotgun Shells
Base
KAVALASH_Custom 15 ShotgunShells=4
ShotgunShellsPack Pack Shotgun Shell Boxes
Pack Shotgun Shell Boxes
Base
KAVALASH_VFExpansion1 50 ShotgunShellsPack=1
ShotgunAmmo Ouvrir la boîte
Open Box of Shotgun Shells
Base
Vanilla 15 ShotgunShells=4

Propriétés

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

9 propriétés
Key Value (raw) Num Bool JSON
DisplayCategory Ammo
DisplayName Box of Shotgun Shells
Icon ShotgunAmmoBox
MetalValue 24 24
PlaceMultipleSound BoxOfShellsPlaceAll
PlaceOneSound BoxOfShellsPlaceOne
Type Normal
Weight 0.9 0.9
WorldStaticModel BoxOfShotGunShells
Raw block
    item ShotgunShellsBox
    {
        DisplayCategory = Ammo,
        Weight	=	0.9,
        Type	=	Normal,
        DisplayName	=	Box of Shotgun Shells,
        Icon	=	ShotgunAmmoBox,
        MetalValue = 24,
        WorldStaticModel = BoxOfShotGunShells,
        PlaceOneSound = BoxOfShellsPlaceOne,
        PlaceMultipleSound = BoxOfShellsPlaceAll,
    }