Recette

Wiki Project Zomboid

DismantleMetalPartMachine

Nom variable DismantleMetalPartMachine Mod KAVALASH_Custom Kavalash Custom Mod Cat. Welding Time 50

Recette

Ingrédients

ConsomméPlaque en métal
GarderPince
Garder[Recipe.GetItemTypes.WeldingMask]

Résultat

Condition

Compétences

MetalWelding niveau 5
Machine nécessaireForge Table
Résumé
Nom affichéDismantleMetalPartMachine
Nom variableDismantleMetalPartMachine
ModKAVALASH_Custom — Kavalash Custom Mod
CatégorieWelding
Temps50
OnCreate
OnTest
SoundBlowTorch
Anim
Voir les détails techniques
ModuleCraftMoreKavalash
Sourcemedia\scripts\KAVA_Materials_Recipes.txt
lignes: 534 → 552
Recipe PK2542
Recipe Sig5ce71831624ab1b5c878fba99d2f089587e62288

Compétences requises

MetalWelding5

Callbacks

OnCreateScrap_Metal
OnGiveXPRecipe.OnGiveXP.MetalWelding1
Prop1BlowTorch
RemoveResultItem1

Raw block

	recipe DismantleMetalPartMachine{
		SheetMetal,
		keep Tongs,
		keep [Recipe.GetItemTypes.WeldingMask],
		Result:IronIngot,

		Category:Welding,
		OnCreate: Scrap_Metal,
		Time:50.0,
		SkillRequired:MetalWelding=5,
		RemoveResultItem:true,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding1,
		Prop1:BlowTorch,
		AnimNode:BlowTorchFloor,
		Sound:BlowTorch,
		NeedToBeLearn:false,
		NearItem : Forge Table,
		CanBeDoneFromFloor:true,
	}