Item: Cache-oeil

Wiki Project Zomboid

Cache-oeil

Variable Base.Glasses_Eyepatch_Right Mod Vanilla

Résumé

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

Navigation

Nom variableGlasses_Eyepatch_Right
ModuleBase
Sourcescripts\clothing\clothing_others.txt
Détails techniques
Item PK6344
Lignes224 → 238
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 RightEye
ClothingItem Glasses_Eyepatch_Right
ClothingItemExtra Glasses_Eyepatch_Left
ClothingItemExtraOption EyeLeft
Cosmetic TRUE 1 1
DisplayCategory Accessory
DisplayName Eyepatch
Icon Eyepatch
Type Clothing
Weight 0.01 0.01
WorldStaticModel Eyepatch_Ground
clothingExtraSubmenu EyeRight
Raw block
	item Glasses_Eyepatch_Right
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Eyepatch,
		ClothingItem = Glasses_Eyepatch_Right,
		BodyLocation = RightEye,
		Icon = Eyepatch,
		Weight = 0.01,
		Cosmetic = TRUE,
		ClothingItemExtra = Glasses_Eyepatch_Left,
        ClothingItemExtraOption = EyeLeft,
        clothingExtraSubmenu = EyeRight,
        WorldStaticModel = Eyepatch_Ground,
	}