Recette

Wiki Project Zomboid

Create blank house key

Nom variable CreateBlankHouseKey Mod KAVALASH_MoreLockManagementSA MoreLockManagementSA Cat. Welding Time 1120

Recette

Ingrédients

DétruireClé / Clé / Clé / Clé / Clé
ConsomméBriquet / Allumettes× 5
ConsomméChalumeau× 2
ConsomméBaguette de soudage× 1

Résultat

Condition

Aucune compétence requise.

Résumé
Nom affichéCreate blank house key
Nom variableCreateBlankHouseKey
ModKAVALASH_MoreLockManagementSA — MoreLockManagementSA
CatégorieWelding
Temps1120
OnCreate
OnTest
SoundMoreLock_Grind
Anim
Voir les détails techniques
ModuleMoreLockManagement_Crafting
Sourcemedia\scripts\MoreLock_SmithMachine_Recipes.txt
lignes: 172 → 192
Recipe PK3164
Recipe Sig7f420f0e1ba943aa184ae6efda178f1edb0318cd

Callbacks

OnCanPerformCan_FindKeyCuttingMachine
OnCreateCreate_BlankHouseKey
Prop1Source=1

Raw block

	recipe CreateBlankHouseKey
    {
	    destroy Key1/Key2/Key3/Key4/Key5,
	    Base.SmallSheetMetal,
	    Lighter/Matches=5,
	    BlowTorch=2,
	    WeldingRods=1,
	    keep WeldingMask,
	    /*keep Saw,*/
	    
	    /*RemoveResultItem:	true,*/
	    CanBeDoneFromFloor:	false,
	    Result: 			BlankHouseKey,
	  OnCanPerform:			Can_FindKeyCuttingMachine,
	  OnCreate:				Create_BlankHouseKey,
	    Tooltip:			IGUI_Recipe_MachineNeedElec,
	    Prop1:				Source=1,
	    Category:			Welding,
		Sound:				MoreLock_Grind,
	    Time:				1120,
    }