Item: Culotte noire

Wiki Project Zomboid

Culotte noire

Variable Base.Underpants_Black Mod Vanilla

Résumé

VariableBase.Underpants_Black
TypeClothing
CatégorieClothing
Poids0.2
Icône
Underwear2

Navigation

Nom variableUnderpants_Black
ModuleBase
Sourcescripts\clothing\clothing_underwear.txt
Détails techniques
Item PK6602
Lignes69 → 83
File ID1393

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 UnderwearBottom
CanHaveHoles false 0 0
ClothingItem Underwear_Underpants_Black
ColorBlue 58 58
ColorGreen 58 58
ColorRed 58 58
DisplayCategory Clothing
DisplayName Black Underpants
Icon Underwear2
Type Clothing
Weight 0.2 0.2
WorldStaticModel UnderpantsBlack_Ground
Raw block
    item Underpants_Black
	{
	    DisplayCategory = Clothing,
		Type = Clothing,
		DisplayName = Black Underpants,
		ClothingItem = Underwear_Underpants_Black,
		BodyLocation = UnderwearBottom,
		Icon = Underwear2,
		Weight = 0.2,
        ColorRed = 58,
        ColorGreen = 58,
        ColorBlue = 58,
		CanHaveHoles = false,
		WorldStaticModel = UnderpantsBlack_Ground,
	}