Item: Grande gourde (remplie d'eau)

Wiki Project Zomboid

Grande gourde (remplie d'eau)

Variable AuthenticZClothing.AuthenticCanteenForestGreenfull Mod KAVALASH_Authentic Z - Current

Résumé

VariableAuthenticZClothing.AuthenticCanteenForestGreenfull
TypeDrainable
CatégorieWaterContainer
Poids1.5
Icône
CanteenForestGreen

Navigation

Nom variableAuthenticCanteenForestGreenfull
ModuleAuthenticZClothing
Sourcemedia\scripts\AuthenticZ_items.txt
Détails techniques
Item PK869
Lignes1035 → 1054
File ID807

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.

17 propriétés
Key Value (raw) Num Bool JSON
AttachmentType Canteen
CanStoreWater TRUE 1 1
DisplayCategory WaterContainer
DisplayName Canteen with Water
Icon CanteenForestGreen
IsCookable TRUE 1 1
IsWaterSource TRUE 1 1
RainFactor 1 1
ReplaceOnDeplete AuthenticCanteenForestGreen
ReplaceOnUseOn WaterSource-AuthenticCanteenForestGreenfull
StaticModel AuthenticCanteenForestGreen
Tooltip Tooltip_item_RainFromGround
Type Drainable
UseDelta 0.05 0.05
UseWhileEquipped FALSE 0 0
Weight 1.5 1.5
WorldStaticModel WorldItem_CanteenForestGreen
Raw block
	item AuthenticCanteenForestGreenfull
    	{
        DisplayCategory 		= 	WaterContainer, 		
		IsWaterSource			=	TRUE,
		Weight					=	1.5,
		CanStoreWater			=	TRUE,
		Type					=	Drainable,
		UseWhileEquipped		=	FALSE,
		IsCookable				=	TRUE,
		UseDelta				=	0.05,
		RainFactor 				= 	1,		
		DisplayName				=	Canteen with Water,
		ReplaceOnDeplete		=	AuthenticCanteenForestGreen,
		ReplaceOnUseOn			=	WaterSource-AuthenticCanteenForestGreenfull,
		Icon					=	CanteenForestGreen,
		Tooltip 				= 	Tooltip_item_RainFromGround,
		StaticModel 			= 	AuthenticCanteenForestGreen,
		WorldStaticModel 		= 	WorldItem_CanteenForestGreen,
		AttachmentType  		= 	Canteen,			
	}