Item: Cache-oeil

Wiki Project Zomboid

Cache-oeil

Variable Base.Glasses_Eyepatch_Left Mod Vanilla

Résumé

VariableBase.Glasses_Eyepatch_Left
TypeClothing
CatégorieAccessory
Poids0.01
Icône
Eyepatch

Navigation

Nom variableGlasses_Eyepatch_Left
ModuleBase
Sourcescripts\clothing\clothing_others.txt
Détails techniques
Item PK6343
Lignes209 → 223
File ID1388

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.

12 propriétés
Key Value (raw) Num Bool JSON
BodyLocation LeftEye
ClothingItem Glasses_Eyepatch_Left
ClothingItemExtra Glasses_Eyepatch_Right
ClothingItemExtraOption EyeRight
Cosmetic TRUE 1 1
DisplayCategory Accessory
DisplayName Eyepatch
Icon Eyepatch
Type Clothing
Weight 0.01 0.01
WorldStaticModel Eyepatch_Ground
clothingExtraSubmenu EyeLeft
Raw block
	item Glasses_Eyepatch_Left
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Eyepatch,
		ClothingItem = Glasses_Eyepatch_Left,
		BodyLocation = LeftEye,
		Icon = Eyepatch,
		Weight = 0.01,
		Cosmetic = TRUE,
		ClothingItemExtra = Glasses_Eyepatch_Right,
        ClothingItemExtraOption = EyeRight,
        clothingExtraSubmenu = EyeLeft,
        WorldStaticModel = Eyepatch_Ground,
	}