Item: Briquet

Wiki Project Zomboid

Briquet

Variable Base.Lighter Mod Vanilla

Résumé

VariableBase.Lighter
TypeDrainable
CatégorieLightSource
Poids0.1
Icône
Lighter

Navigation

Nom variableLighter
ModuleBase
Sourcescripts\items.txt
Détails techniques
Item PK4731
Lignes827 → 845
File ID1360

Recettes qui fabriquent cet item

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

3 recettes
Afficher la liste
Recipe Mod Category Time Result
Lighter_Empty Recharge du briquet vide
Refill Empty Lighter
CraftMoreKavalash
KAVALASH_Custom Survivalist 150 Lighter=1
PLighter Unpack 10
Unpack 10
Packing
KAVALASH_EasyPacking Storage 50 Lighter=1
PLighter Unpack 5
Unpack 5
Packing
KAVALASH_EasyPacking Storage 25 Lighter=1

Recettes qui utilisent cet item

Icône affichée: l'objet obtenu via la recette quand il est identifié.

7 recettes
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
PLighter Pack 10
Pack 10
Packing
KAVALASH_EasyPacking Storage 75 10pkLighter=1
PLighter Pack 5
Pack 5
Packing
KAVALASH_EasyPacking Storage 50 5pkLighter=1
CarKey_Null Create blank car key
CreateBlankCarKey
MoreLockManagement_Crafting
KAVALASH_MoreLockManagementSA Welding 1120 BlankCarKey=1
Key_Null Create blank house key
CreateBlankHouseKey
MoreLockManagement_Crafting
KAVALASH_MoreLockManagementSA Welding 1120 BlankHouseKey=1
PadKey_Null Create blank padlock key
CreateBlankPadLockKey
MoreLockManagement_Crafting
KAVALASH_MoreLockManagementSA Welding 1120 BlankKeyPadlock=1
Take lock from padlock
TakeLockFromPadLock
MoreLockManagement_Crafting
KAVALASH_MoreLockManagementSA Welding 1120 KitLockKeyHouse=1

Propriétés

Toutes les propriétés extraites pour cet item.

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