Item: Clé de voiture

Wiki Project Zomboid

Clé de voiture

Variable Base.CarKey Mod Vanilla

Résumé

VariableBase.CarKey
TypeKey
CatégorieSecurity
Poids0
Icône
CarKey

Navigation

Nom variableCarKey
ModuleBase
Sourcescripts\vehicles\vehiclesitems.txt
Détails techniques
Item PK6813
Lignes49 → 58
File ID1421

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
Claim Vehicle
Claim Vehicle
PinkSlip
KAVALASH_CW 150 Base.CarKey=1
CarKey_Null Create car key from imprinting tool
CreateCarKeyFromPrintTool
MoreLockManagement_Crafting
KAVALASH_MoreLockManagementSA Welding 1120 CarKey=1
CarKey_Null Duplicate car key
DuplicateCarKey
MoreLockManagement_Crafting
KAVALASH_MoreLockManagementSA Welding 1120 CarKey=1

Recettes qui utilisent cet item

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

4 recettes
Afficher la liste
Recipe Mod Category Time Result
Check key's imprint
CheckKey
MoreLockManagement_Crafting
KAVALASH_MoreLockManagementSA Welding 60 NoThing=1
CarKey_Null Create blank car key
CreateBlankCarKey
MoreLockManagement_Crafting
KAVALASH_MoreLockManagementSA Welding 1120 BlankCarKey=1
CarKey Duplicate car key
DuplicateCarKey
MoreLockManagement_Crafting
KAVALASH_MoreLockManagementSA Welding 1120 CarKey=1
Note object's ID
NoteIDtoObject
MoreLockManagement_Crafting
KAVALASH_MoreLockManagementSA Welding 350 NoThing=1

Propriétés

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

7 propriétés
Key Value (raw) Num Bool JSON
DisplayCategory Security
DisplayName Car Key
Icon CarKey
MetalValue 7 7
Type Key
Weight 0 0
WorldStaticModel CarKeys
Raw block
    item CarKey
    {
        DisplayCategory = Security,
        Weight	=	0,
        Type	=	Key,
        DisplayName	=	Car Key,
        Icon	=	CarKey,
        MetalValue = 7,
        WorldStaticModel = CarKeys,
    }