Item: Cartouchière

Wiki Project Zomboid

Cartouchière

Variable Base.ShellHolder Mod KAVALASH_VFExpansion1

Résumé

VariableBase.ShellHolder
TypeWeaponPart
CatégorieWeaponPart
Poids0.4
Icône
shellholder

Navigation

Nom variableShellHolder
ModuleBase
Sourcemedia\scripts\VFE_attachments.txt
Détails techniques
Item PK4429
Lignes194 → 208
File ID1330

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
DisplayCategory WeaponPart
DisplayName Shotgun Shellholder
Icon shellholder
MountOn Shotgun; Shotgun2; ShotgunSemi; ShotgunSemiKavalash; ShotgunSemiKavalash; ShotgunSawnoff; ShotgunSawnoffNoStock; Spas12; AssaultRifleMasterkey
PartType RecoilPad
ReloadTimeModifier -5 -5
Tags ShellReloadBoost
Tooltip Tooltip_AmmoStrap
Type WeaponPart
Weight 0.4 0.4
WeightModifier 0.4 0.4
WorldStaticModel ShellHolder_Ground
Raw block
    item ShellHolder
    {
        DisplayCategory = WeaponPart,
        Type = WeaponPart,
        DisplayName = Shotgun Shellholder,
        Icon = shellholder,
        Weight = 0.4,
        WeightModifier = 0.4,
        ReloadTimeModifier = -5,
        MountOn = Shotgun; Shotgun2; ShotgunSemi; ShotgunSemiKavalash; ShotgunSemiKavalash; ShotgunSawnoff; ShotgunSawnoffNoStock; Spas12; AssaultRifleMasterkey,
        PartType = RecoilPad,
        Tooltip = Tooltip_AmmoStrap,
        WorldStaticModel = ShellHolder_Ground,
		Tags = ShellReloadBoost,
    }