Recette

Wiki Project Zomboid

MakeMetalPlateMachine

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

Recette

Ingrédients

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

Résultat

Condition

Compétences

MetalWelding niveau 3
Machine nécessaireForge Table
Résumé
Nom affichéMakeMetalPlateMachine
Nom variableMakeMetalPlateMachine
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: 631 → 648
Recipe PK2547
Recipe Sig867120cd83610734a7ecf773c3f49a91e9954fc5

Compétences requises

MetalWelding3

Callbacks

OnGiveXPRecipe.OnGiveXP.MetalWelding1
Prop1BlowTorch
Prop2IronIngot

Raw block

	recipe MakeMetalPlateMachine{
		IronIngot=40,
		keep Tongs,
		keep [Recipe.GetItemTypes.WeldingMask],
		Result:SheetMetal,

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