Recette

Wiki Project Zomboid

Create blank padlock key

Nom variable CreateBlankPadLockKey Mod KAVALASH_MoreLockManagementSA MoreLockManagementSA Cat. Welding Time 1120

Recette

Ingrédients

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 padlock key
Nom variableCreateBlankPadLockKey
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: 214 → 233
Recipe PK3166
Recipe Sigd3d2e7c6879679c1df05b403973ee963a56b35d1

Callbacks

OnCanPerformCan_FindKeyCuttingMachine
OnCreateCreate_BlankPadlockKey
Prop1Source=1

Raw block

	recipe CreateBlankPadLockKey
    {
	    destroy Key1/Key2/Key3/Key4/Key5/KeyPadlock,
	    Base.SmallSheetMetal,
	    Lighter/Matches=5,
	    BlowTorch=2,
	    WeldingRods=1,
	    keep WeldingMask,

	    /*RemoveResultItem:	true,*/
	    CanBeDoneFromFloor:	false,
	    Result: 			BlankKeyPadlock,
	  OnCanPerform:			Can_FindKeyCuttingMachine,
	  OnCreate:				Create_BlankPadlockKey,
	    Tooltip:			IGUI_Recipe_MachineNeedElec,
	    Prop1:				Source=1,
	    Category:			Welding,
		Sound:				MoreLock_Grind,
	    Time:				1120,
	}