Item: Sacs de survivaliste

Wiki Project Zomboid

Sacs de survivaliste

Variable UndeadSurvivor.PrepperBags Mod KAVALASH_UndeadSuvivor

Résumé

VariableUndeadSurvivor.PrepperBags
TypeContainer
CatégorieContainer
Poids0.3
Icône
PrepperBags

Navigation

Nom variablePrepperBags
ModuleUndeadSurvivor
Sourcemedia\scripts\Clothing_UndeadSurvivor.txt
Détails techniques
Item PK4208
Lignes465 → 477
File ID1312

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
PrepperVestPacked Remove Bags from Prepper Vest
Remove Bags from Prepper Vest
Base
KAVALASH_UndeadSuvivor 50 PrepperBags=1

Recettes qui utilisent cet item

Icône affichée: l'objet obtenu via la recette quand il est identifié.

1 recette
Afficher la liste
Recipe Mod Category Time Result
PrepperVestPacked Make Prepper Vest with bags
Make Prepper Vest with bags
Base
KAVALASH_UndeadSuvivor 50 PrepperVestPacked=1

Propriétés

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

10 propriétés
Key Value (raw) Num Bool JSON
Capacity 12 12
DisplayCategory Container
DisplayName Mountable Prepper Bags
Icon PrepperBags
ReplaceInPrimaryHand PrepperBags_RHand holdingbagright
ReplaceInSecondHand PrepperBags_LHand holdingbagleft
Type Container
Weight 0.3 0.3
WeightReduction 30 30
WorldStaticModel PrepperBags_Ground
Raw block
	item PrepperBags
	{
        DisplayCategory = Container,
        WeightReduction	=	30,
        Weight	=	0.3,
        Type	=	Container,
        Capacity	=	12,
		DisplayName	=	Mountable Prepper Bags,
		Icon	=	PrepperBags,
		ReplaceInSecondHand = PrepperBags_LHand holdingbagleft,
        ReplaceInPrimaryHand = PrepperBags_RHand holdingbagright,
		WorldStaticModel = PrepperBags_Ground,
	}