Item: Cultist Robe

Wiki Project Zomboid

Cultist Robe

Variable AuthenticZClothing.CultistRobe2 Mod KAVALASH_Authentic Z - Current

Résumé

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

Navigation

Nom variableCultistRobe2
ModuleAuthenticZClothing
Sourcemedia\scripts\AuthenticZCurrent\AuthenticZ_clothing_others.txt
Détails techniques
Item PK1397
Lignes503 → 519
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 CultistRobe2
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 CultistRobe2
    	{
        DisplayCategory = Clothing,
        Type = Clothing,
        DisplayName = Cultist Robe,
        ClothingItem = CultistRobe2,
        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,
   	}