Item: Chemise de prêtre

Wiki Project Zomboid

Chemise de prêtre

Variable Base.Shirt_Priest Mod Vanilla

Résumé

VariableBase.Shirt_Priest
TypeClothing
CatégorieClothing
Poids
Icône
ShirtGeneric

Navigation

Nom variableShirt_Priest
ModuleBase
Sourcescripts\clothing\clothing_shirts.txt
Détails techniques
Item PK6478
Lignes257 → 273
File ID1390

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é.

1 recette
Afficher la liste
Recipe Mod Category Time Result
Sheet Make-Sheets
Make-Sheets
Base
KAVALASH_BB_CommonSense 100 Sheet=1

Propriétés

Toutes les propriétés extraites pour cet item.

14 propriétés
Key Value (raw) Num Bool JSON
BloodLocation ShirtLongSleeves
BodyLocation Shirt
ClothingItem Shirt_Priest
ColorBlue 58 58
ColorGreen 58 58
ColorRed 58 58
DisplayCategory Clothing
DisplayName Priest Shirt
FabricType Cotton
Icon ShirtGeneric
Insulation 0.2 0.2
Type Clothing
WindResistance 0.1 0.1
WorldStaticModel Shirt_Ground
Raw block
	item Shirt_Priest
	{
	    DisplayCategory = Clothing,
		Type = Clothing,
		DisplayName = Priest Shirt,
		ClothingItem = Shirt_Priest,
		BodyLocation = Shirt,
		Icon = ShirtGeneric,
        ColorRed = 58,
        ColorGreen = 58,
        ColorBlue = 58,
        BloodLocation = ShirtLongSleeves,
        Insulation = 0.2,
        WindResistance = 0.1,
        FabricType = Cotton,
        WorldStaticModel = Shirt_Ground,
	}