Recette

Wiki Project Zomboid

DismantleSmallMetalPartMachine

Nom variable DismantleSmallMetalPartMachine Mod KAVALASH_Custom Kavalash Custom Mod Cat. Welding Time 25

Recette

Ingrédients

ConsomméFerraille
GarderPince
Garder[Recipe.GetItemTypes.WeldingMask]

Résultat

Condition

Compétences

MetalWelding niveau 2
Machine nécessaireForge Table
Résumé
Nom affichéDismantleSmallMetalPartMachine
Nom variableDismantleSmallMetalPartMachine
ModKAVALASH_Custom — Kavalash Custom Mod
CatégorieWelding
Temps25
OnCreate
OnTest
SoundBlowTorch
Anim
Voir les détails techniques
ModuleCraftMoreKavalash
Sourcemedia\scripts\KAVA_Materials_Recipes.txt
lignes: 495 → 513
Recipe PK2540
Recipe Sigad5a2c490619ae4ba161e0bfdc7656f0aa1a976a

Compétences requises

MetalWelding2

Callbacks

OnCreateScrap_Metal
OnGiveXPRecipe.OnGiveXP.MetalWelding1
Prop1BlowTorch
RemoveResultItem1

Raw block

	recipe DismantleSmallMetalPartMachine{
		ScrapMetal,
		keep Tongs,
		keep [Recipe.GetItemTypes.WeldingMask],
		Result:IronIngot,

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