Item: Cure-dent

Wiki Project Zomboid

Cure-dent

Variable SapphCooking.Mouth_Toothpick Mod KAVALASH_sapphcooking

Résumé

VariableSapphCooking.Mouth_Toothpick
TypeClothing
CatégorieAccessory
Poids0.01
Icône
ToothpickIcon

Navigation

Nom variableMouth_Toothpick
ModuleSapphCooking
Sourcemedia\scripts\SapphCooking_Clothes.txt
Détails techniques
Item PK3258
Lignes45 → 61
File ID1104

Recettes qui fabriquent cet item

Icône affichée: un des objets requis pour fabriquer cette recette.

1 recette
Afficher la liste
Recipe Mod Category Time Result
ToothpickBoxIcon Take Toothpick from Box
Take Toothpick from Box
SapphCooking
KAVALASH_sapphcooking 30 Mouth_Toothpick=1

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 0 0
BloodLocation Head
BodyLocation Mask
CanHaveHoles false 0 0
ClothingItem Sapph_Toothpick
DisplayCategory Accessory
DisplayName Toothpick
Icon ToothpickIcon
Insulation 0 0
ScratchDefense 0 0
Type Clothing
Weight 0.01 0.01
WindResistance 0 0
WorldStaticModel Toothpick_Ground
Raw block
	item Mouth_Toothpick
	{
	    DisplayCategory = Accessory,
		Type = Clothing,
		DisplayName = Toothpick,
		ClothingItem = Sapph_Toothpick,
		BodyLocation = Mask,
		Icon = ToothpickIcon,
		BloodLocation = Head,
		CanHaveHoles = false,
		ScratchDefense = 0,
        BiteDefense = 0,
        Weight = 0.01,
        Insulation = 0,
        WindResistance = 0,
        WorldStaticModel = Toothpick_Ground,
	}