Item: Kit Serrure

Wiki Project Zomboid

Kit Serrure

Variable Base.KitLockKeyHouse Mod KAVALASH_MoreLockManagementSA

Résumé

VariableBase.KitLockKeyHouse
TypeNormal
CatégorieSecurity
Poids0.5
Icône Aucune icône trouvée

Navigation

Nom variableKitLockKeyHouse
ModuleBase
Sourcemedia\scripts\MoreLock_Items.txt
Détails techniques
Item PK3240
Lignes65 → 77
File ID1093

Recettes qui fabriquent cet item

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

2 recettes
Afficher la liste
Recipe Mod Category Time Result
Convert blank lock with imprinting tool
AddBlankLockOnDoorKnobFromPrintTool
MoreLockManagement_Crafting
KAVALASH_MoreLockManagementSA Welding 1120 KitLockKeyHouse=1
Padlock Take lock from padlock
TakeLockFromPadLock
MoreLockManagement_Crafting
KAVALASH_MoreLockManagementSA Welding 1120 KitLockKeyHouse=1

Recettes qui utilisent cet item

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

5 recettes
Afficher la liste
Recipe Mod Category Time Result
Check lock's imprint
CheckKitLock
MoreLockManagement_Crafting
KAVALASH_MoreLockManagementSA Welding 100 NoThing=1
Infos about Locksmith Occupation
MoreLockinfo
MoreLockManagement_Crafting
KAVALASH_MoreLockManagementSA Welding 1 NoThing=1
Note object's ID
NoteIDtoObject
MoreLockManagement_Crafting
KAVALASH_MoreLockManagementSA Welding 350 NoThing=1
Add a lock to the doorknob
SetDoorknobWithKitLock
MoreLockManagement_Crafting
KAVALASH_MoreLockManagementSA Welding 800 NoThing=1
Imprint lock
matchTooltoKitLock
MoreLockManagement_Crafting
KAVALASH_MoreLockManagementSA Welding 900 NoThing=1

Propriétés

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

10 propriétés
Key Value (raw) Num Bool JSON
CanBeWrite true 1 1
DisplayCategory Security
DisplayName KitLockKey
MetalValue 5 5
Tags MoreLock
ToolTip IGUI_Item_KitLockKeyHouse
Type Normal
Weight 0.5 0.5
WorldStaticModel 3d_HouseLockDoorPart
icon HouseLockDoorPart
Raw block
	item KitLockKeyHouse
    {
        Weight				= 0.5,
        Type				= Normal,
        CanBeWrite  		= true,
        DisplayCategory		= Security,
        DisplayName     	= KitLockKey,
        Tags    			= MoreLock,
        icon 				= HouseLockDoorPart,
        WorldStaticModel  = 3d_HouseLockDoorPart,
        ToolTip = IGUI_Item_KitLockKeyHouse,
		MetalValue 			= 5,
    }