Item: Tunique de cultiste

Wiki Project Zomboid

Tunique de cultiste

Variable AuthenticZClothing.CultistRobe Mod KAVALASH_Authentic Z - Current

Résumé

VariableAuthenticZClothing.CultistRobe
TypeClothing
CatégorieClothing
Poids
Icône
CultistRobe

Navigation

Nom variableCultistRobe
ModuleAuthenticZClothing
Sourcemedia\scripts\AuthenticZCurrent\AuthenticZ_clothing_others.txt
Détails techniques
Item PK1396
Lignes486 → 502
File ID822

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.

14 propriétés
Key Value (raw) Num Bool JSON
BiteDefense 40 40
BloodLocation Trousers;Jumper
BodyLocation FullSuit
CanHaveHoles false 0 0
ClothingItem CultistRobe
DisplayCategory Clothing
DisplayName Cultist Robe
Icon CultistRobe
Insulation 0.65 0.65
RunSpeedModifier 0.7 0.7
ScratchDefense 50 50
Type Clothing
WindResistance 0.6 0.6
WorldStaticModel CultistRobe_Ground
Raw block
	item CultistRobe
    	{
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Cultist Robe,
        ClothingItem = CultistRobe,
        BodyLocation = FullSuit,
        BloodLocation = Trousers;Jumper,
        Icon = CultistRobe,
		CanHaveHoles = false,
        RunSpeedModifier = 0.7,
        ScratchDefense = 50,	
		BiteDefense = 40,
        Insulation = 0.65,
        WindResistance = 0.6,
        WorldStaticModel = CultistRobe_Ground,
   	}