Item: Serviette de toilette

Wiki Project Zomboid

Serviette de toilette

Variable Base.BathTowel Mod Vanilla

Résumé

VariableBase.BathTowel
TypeDrainable
CatégorieHousehold
Poids0.3
Icône
Bathtowel

Navigation

Nom variableBathTowel
ModuleBase
Sourcescripts\newitems.txt
Détails techniques
Item PK5669
Lignes1578 → 1591
File ID1370

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.

11 propriétés
Key Value (raw) Num Bool JSON
DisplayCategory Household
DisplayName Bath Towel
Icon Bathtowel
ReplaceOnDeplete BathTowelWet
Tooltip Tooltip_Bathtowel
Type Drainable
UseDelta 0.1 0.1
UseWhileEquipped FALSE 0 0
Weight 0.3 0.3
WorldStaticModel BathTowel
cantBeConsolided TRUE 1 1
Raw block
    item BathTowel
	{
	    DisplayCategory = Household,
		Weight	=	0.3,
		Type	=	Drainable,
		DisplayName	=	Bath Towel,
        UseWhileEquipped	=	FALSE,
		Icon	=	Bathtowel,
        UseDelta	=	0.1,
		ReplaceOnDeplete	=	BathTowelWet,
		Tooltip = Tooltip_Bathtowel,
		WorldStaticModel = BathTowel,
		cantBeConsolided = TRUE,
	}