Recette

Wiki Project Zomboid

MakeSmallSheetMetalMachine

Nom variable MakeSmallSheetMetalMachine Mod KAVALASH_Custom Kavalash Custom Mod Cat. Welding Time 75

Recette

Ingrédients

ConsomméFer malléable× 10
GarderPince
Garder[Recipe.GetItemTypes.WeldingMask]

Résultat

Condition

Compétences

MetalWelding niveau 2
Machine nécessaireForge Table
Résumé
Nom affichéMakeSmallSheetMetalMachine
Nom variableMakeSmallSheetMetalMachine
ModKAVALASH_Custom — Kavalash Custom Mod
CatégorieWelding
Temps75
OnCreate
OnTest
SoundBlowTorch
Anim
Voir les détails techniques
ModuleCraftMoreKavalash
Sourcemedia\scripts\KAVA_Materials_Recipes.txt
lignes: 686 → 703
Recipe PK2550
Recipe Sigd137b666c2aabd9f37b7014cd489bc9c47c10245

Compétences requises

MetalWelding2

Callbacks

OnGiveXPRecipe.OnGiveXP.MetalWelding1
Prop1BlowTorch
Prop2IronIngot

Raw block

	recipe MakeSmallSheetMetalMachine{
		IronIngot=10,
		keep Tongs,
		keep [Recipe.GetItemTypes.WeldingMask],
		Result:SmallSheetMetal,

		Category:Welding,
		Time:75.0,
		SkillRequired:MetalWelding=2,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding1,
		Prop1:BlowTorch,
		Prop2:IronIngot,
		AnimNode:BlowTorchFloor,
		Sound:BlowTorch,
		NeedToBeLearn:false,
		NearItem : Forge Table,
		CanBeDoneFromFloor:true,
	}