Item: Purse

Wiki Project Zomboid

Purse

Variable Base.LyingPurse Mod KAVALASH_System

Résumé

VariableBase.LyingPurse
TypeContainer
CatégorieContainer
Poids0.5
Icône
Purse

Navigation

Nom variableLyingPurse
ModuleBase
Sourcemedia\scripts\clothing\clothing_standingitems.txt
Détails techniques
Item PK3232
Lignes22 → 38
File ID1082

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
Purse Changer Orientation
Changer Orientation
Base
KAVALASH_System 20 LyingPurse=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
Purse Changer Orientation
Changer Orientation
Base
KAVALASH_System 20 Purse=1

Propriétés

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

14 propriétés
Key Value (raw) Num Bool JSON
Capacity 12 12
CloseSound CloseBag
DisplayCategory Container
DisplayName Purse
Icon Purse
OpenSound OpenBag
PutInSound PutItemInBag
ReplaceInPrimaryHand Bag_Purse_RHand holdingbagright
ReplaceInSecondHand Bag_Purse_LHand holdingbagleft
RunSpeedModifier 0.99 0.99
Type Container
Weight 0.5 0.5
WeightReduction 55 55
WorldStaticModel LyingPurse_Ground
Raw block
	item LyingPurse
    {
        DisplayCategory = Container,
        WeightReduction	=	55,
        Weight	=	0.5,
        Type	=	Container,
        Capacity	=	12,
        DisplayName	=	Purse,
        Icon	=	Purse,
        OpenSound   =   OpenBag,
        RunSpeedModifier = 0.99,
        CloseSound   =   CloseBag,
        PutInSound   =   PutItemInBag,
		ReplaceInSecondHand = Bag_Purse_LHand holdingbagleft,
        ReplaceInPrimaryHand = Bag_Purse_RHand holdingbagright,
        WorldStaticModel = LyingPurse_Ground,
    }