Item: Mallette de pistolet

Wiki Project Zomboid

Mallette de pistolet

Variable AuthenticZClothing.PistolCase_Secondary Mod KAVALASH_Authentic Z - Current

Résumé

VariableAuthenticZClothing.PistolCase_Secondary
TypeContainer
CatégorieContainer
Poids0.5
Icône
PistolCase

Navigation

Nom variablePistolCase_Secondary
ModuleAuthenticZClothing
Sourcemedia\scripts\Backpacks\AuthenticZ_BackpackSecondary.txt
Détails techniques
Item PK1931
Lignes199 → 215
File ID833

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
PistolCase Make Secondary Bag
Make Secondary Bag
AuthenticZClothing
KAVALASH_Authentic Z - Current 80 PistolCase_Secondary=1

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.

14 propriétés
Key Value (raw) Num Bool JSON
AttachmentType PistolCase
Capacity 7 7
DisplayCategory Container
DisplayName Gun Case
Icon PistolCase
MetalValue 15 15
ReplaceInPrimaryHand Bag_PistolCase_RHand holdingbagright
ReplaceInSecondHand Bag_PistolCase_LHand holdingbagleft
RunSpeedModifier 0.99 0.99
StaticModel GunCase_Ground
Type Container
Weight 0.5 0.5
WeightReduction 5 5
WorldStaticModel GunCase_Ground
Raw block
    item PistolCase_Secondary
    {
        DisplayCategory = Container,		
        WeightReduction			=	5,
        Weight					=	0.5,
        Type					=	Container,
        Capacity				=	7,
        DisplayName				=	Gun Case,
        Icon					=	PistolCase,
        RunSpeedModifier 		= 	0.99,
        MetalValue 				= 	15,
        ReplaceInSecondHand 	= 	Bag_PistolCase_LHand holdingbagleft,
        ReplaceInPrimaryHand 	= 	Bag_PistolCase_RHand holdingbagright,
        AttachmentType  		= 	PistolCase,			
        WorldStaticModel 		= 	GunCase_Ground,
		StaticModel 			= 	GunCase_Ground,
    }