Item: Tablier de Chef

Wiki Project Zomboid

Tablier de Chef

Variable SapphCooking.Apron_Chef_White Mod KAVALASH_sapphcooking

Résumé

VariableSapphCooking.Apron_Chef_White
TypeContainer
CatégorieClothing
Poids0.1
Icône
ApronWhite

Navigation

Nom variableApron_Chef_White
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_Clothes.txt
Détails techniques
Item PK3259
Lignes64 → 91
File ID1104

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
Thread Make Chef Apron
Make Chef Apron
SapphCooking
KAVALASH_sapphcooking Tailoring 150 Apron_Chef_White=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.

25 propriétés
Key Value (raw) Num Bool JSON
AttachmentReplacement Bag
AttachmentsProvided ChefApronLeft;ChefApronRight;ChefApronPencil
BloodLocation Apron
BodyLocation ChefApron
CanBeEquipped ChefApron
CanHaveHoles false 0 0
Capacity 1 1
CloseSound CloseBag
ClothingItem Sapph_ChefApron_White
ClothingItemExtra Apron_WaistChef_White
ClothingItemExtraOption Sapph_WearTied
ColorBlue 235 235
ColorGreen 235 235
ColorRed 235 235
DisplayCategory Clothing
DisplayName Chef Apron
FabricType Cotton
Icon ApronWhite
OpenSound OpenBag
PutInSound PutItemInBag
Type Container
Weight 0.1 0.1
WeightReduction 50 50
WorldStaticModel ChefApron_White_Ground
clothingExtraSubmenu FannyPack_WearFront
Raw block
	item Apron_Chef_White
	{
	    DisplayCategory = Clothing,
		Type = Container,
		ColorRed = 235,
        ColorGreen = 235,
        ColorBlue = 235,
		DisplayName = Chef Apron,
		CanHaveHoles = false,
		ClothingItem = Sapph_ChefApron_White,
		ClothingItemExtra = Apron_WaistChef_White,
		ClothingItemExtraOption = Sapph_WearTied,
		clothingExtraSubmenu = FannyPack_WearFront,
		AttachmentReplacement	= 	Bag,
		AttachmentsProvided = ChefApronLeft;ChefApronRight;ChefApronPencil,
		BodyLocation = ChefApron,
		BloodLocation = Apron,
		Icon = ApronWhite,
		FabricType = Cotton,
		WorldStaticModel = ChefApron_White_Ground,
		CanBeEquipped = ChefApron,
		Weight	=	0.1,
		WeightReduction	=	50,
        Capacity	=	1,
		OpenSound   =   OpenBag,
        CloseSound   =   CloseBag,
        PutInSound   =   PutItemInBag,
	}