Item: Briquet

Wiki Project Zomboid

Briquet

Variable AuthenticZClothing.LighterAZ Mod KAVALASH_Authentic Z - Current

Résumé

VariableAuthenticZClothing.LighterAZ
TypeDrainable
CatégorieLightSource
Poids0.15
Icône
Lighter

Navigation

Nom variableLighterAZ
ModuleAuthenticZClothing
Sourcemedia\scripts\Backpacks\AuthenticZ_Edited_items.txt
Détails techniques
Item PK2067
Lignes1176 → 1195
File ID836

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
Lighter Make Backpack Attachable Item
Make Backpack Attachable Item
AuthenticZRecipes
KAVALASH_Authentic Z - Current 30 AuthenticZClothing.LighterAZ=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.

17 propriétés
Key Value (raw) Num Bool JSON
ActivatedItem TRUE 1 1
AttachmentType Hammer
DisplayCategory LightSource
DisplayName Lighter
Icon Lighter
LightDistance 2 2
LightStrength 0.4 0.4
MetalValue 2 2
StaticModel AuthenticLighter_AZ
Tags StartFire;Lighter
TorchCone FALSE 0 0
Type Drainable
UseWhileEquipped TRUE 1 1
Weight 0.15 0.15
WorldStaticModel WorldItem_Carabiner_Lighter
cantBeConsolided TRUE 1 1
ticksPerEquipUse 110 110
Raw block
	item LighterAZ
	{
	    DisplayCategory = LightSource,
		LightDistance	=	2,
		Weight	=	0.15,
		Type	=	Drainable,
		UseWhileEquipped	=	TRUE,
		TorchCone	=	FALSE,
		LightStrength	=	0.4,
		DisplayName	=	Lighter,
		ActivatedItem	=	TRUE,
		Icon	=	Lighter,
		MetalValue = 2,
		cantBeConsolided = TRUE,
		StaticModel = AuthenticLighter_AZ,
		WorldStaticModel = WorldItem_Carabiner_Lighter,
		ticksPerEquipUse = 110,
		Tags = StartFire;Lighter,
		AttachmentType   	= 	Hammer,
	}