Item: Tablier de Chef (attaché)

Wiki Project Zomboid

Tablier de Chef (attaché)

Variable SapphCooking.Apron_WaistChef_White Mod KAVALASH_sapphcooking

Résumé

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

Navigation

Nom variableApron_WaistChef_White
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_Clothes.txt
Détails techniques
Item PK3260
Lignes92 → 118
File ID1104

Recettes qui fabriquent cet item

Icône affichée: un des objets requis pour fabriquer cette recette.

0 recette
Aucune recette ne fabrique cet item.

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.

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