Item: Voile de mariée (baissé)

Wiki Project Zomboid

Voile de mariée (baissé)

Variable AuthenticZClothing.Hat_WeddingVeil_Front Mod KAVALASH_Authentic Z - Current

Résumé

VariableAuthenticZClothing.Hat_WeddingVeil_Front
TypeClothing
CatégorieAccessory
Poids0.5
Icône
VeilWedding

Navigation

Nom variableHat_WeddingVeil_Front
ModuleAuthenticZClothing
Sourcemedia\scripts\AuthenticZCurrent\AuthenticZ_clothing_hats.txt
Détails techniques
Item PK1199
Lignes2101 → 2116
File ID817

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.

13 propriétés
Key Value (raw) Num Bool JSON
BodyLocation Hat
CanHaveHoles false 0 0
ChanceToFall 80 80
ClothingItem Hat_WeddingVeil_Front
ClothingItemExtra AuthenticZClothing.Hat_WeddingVeil_AZ
ClothingItemExtraOption PullVeilBack
DisplayCategory Accessory
DisplayName Wedding Veil (Down)
Icon VeilWedding
Type Clothing
Weight 0.5 0.5
WorldStaticModel WeddingVeil_Ground
clothingExtraSubmenu PullVeilForward
Raw block
	item Hat_WeddingVeil_Front
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Wedding Veil (Down),
		ClothingItem = Hat_WeddingVeil_Front,
        ClothingItemExtra = AuthenticZClothing.Hat_WeddingVeil_AZ,
        ClothingItemExtraOption = PullVeilBack,	
        clothingExtraSubmenu = 	PullVeilForward,			
		BodyLocation = Hat,
		Icon = VeilWedding,
		CanHaveHoles = false,
		ChanceToFall = 80,
		Weight = 0.5,
		WorldStaticModel = WeddingVeil_Ground,
	}