Recette

Wiki Project Zomboid

Create blank car key

Nom variable CreateBlankCarKey Mod KAVALASH_MoreLockManagementSA MoreLockManagementSA Cat. Welding Time 1120

Recette

Ingrédients

DétruireClé de voiture
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 car key
Nom variableCreateBlankCarKey
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: 193 → 213
Recipe PK3165
Recipe Sig17b1f9bef590ec5e949f92720134c50ca3ce338b

Callbacks

OnCanPerformCan_FindKeyCuttingMachine
OnCreateCreate_BlankCarKey
Prop1Source=1

Raw block

	recipe CreateBlankCarKey
    {
	    destroy CarKey,
	    Base.SmallSheetMetal,
	    Lighter/Matches=5,
	    BlowTorch=2,
	    WeldingRods=1,
	    keep WeldingMask,
		/*keep Saw,*/

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