Item: Gilet de survivaliste rempli

Wiki Project Zomboid

Gilet de survivaliste rempli

Variable UndeadSurvivor.PrepperVestPacked Mod KAVALASH_UndeadSuvivor

Résumé

VariableUndeadSurvivor.PrepperVestPacked
TypeContainer
CatégorieClothing
Poids1
Icône
PrepperVestPacked

Navigation

Nom variablePrepperVestPacked
ModuleUndeadSurvivor
Sourcemedia\scripts\Clothing_UndeadSurvivor.txt
Détails techniques
Item PK4207
Lignes441 → 463
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
PrepperVest Make Prepper Vest with bags
Make Prepper Vest with bags
Base
KAVALASH_UndeadSuvivor 50 PrepperVestPacked=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
PrepperBags Remove Bags from Prepper Vest
Remove Bags from Prepper Vest
Base
KAVALASH_UndeadSuvivor 50 PrepperBags=1

Propriétés

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

20 propriétés
Key Value (raw) Num Bool JSON
AttachmentReplacement Bag
AttachmentsProvided PrepperVestKnife;PrepperVestFlashlight;PrepperGunMagazine1;PrepperGunMagazine2;PrepperGunMagazine3;PrepperGunMagazine4
BloodLocation Trousers;Jumper
BodyLocation TorsoExtra
CanBeEquipped Back
CanHaveHoles false 0 0
Capacity 12 12
CloseSound CloseBag
ClothingItem PrepperVestPacked
DisplayCategory Clothing
DisplayName Prepper Vest with bags
Icon PrepperVestPacked
OpenSound OpenBag
PutInSound PutItemInBag
ReplaceInPrimaryHand PrepperVestPacked_RHand holdingbagright
ReplaceInSecondHand PrepperVestPacked_LHand holdingbagleft
Type Container
Weight 1 1
WeightReduction 95 95
WorldStaticModel PrepperVestPacked_Ground
Raw block
	item PrepperVestPacked
    {
        WeightReduction	=	95,
        Weight	=	1,
        Capacity	=	12,
        OpenSound   =   OpenBag,
        CloseSound   =   CloseBag,
        PutInSound   =   PutItemInBag,
        CanBeEquipped = Back,
        DisplayCategory = Clothing,
        Type	=	Container,
        DisplayName = Prepper Vest with bags,
        ClothingItem = PrepperVestPacked,
        BodyLocation = TorsoExtra,
        Icon = PrepperVestPacked,
		CanHaveHoles = false,
        BloodLocation = Trousers;Jumper,
        AttachmentReplacement = Bag,
        WorldStaticModel = PrepperVestPacked_Ground,
		AttachmentsProvided = PrepperVestKnife;PrepperVestFlashlight;PrepperGunMagazine1;PrepperGunMagazine2;PrepperGunMagazine3;PrepperGunMagazine4,
		ReplaceInSecondHand = PrepperVestPacked_LHand holdingbagleft,
        ReplaceInPrimaryHand = PrepperVestPacked_RHand holdingbagright,
    }