Recette

Wiki Project Zomboid

DismantleMetalPartMachine

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

Recette

Ingrédients

GarderPince
Garder[Recipe.GetItemTypes.WeldingMask]

Résultat

Condition

Compétences

MetalWelding niveau 7
Machine nécessaireForge Table
Résumé
Nom affichéDismantleMetalPartMachine
Nom variableDismantleMetalPartMachine
ModKAVALASH_Custom — Kavalash Custom Mod
CatégorieWelding
Temps250
OnCreate
OnTest
SoundBlowTorch
Anim
Voir les détails techniques
ModuleCraftMoreKavalash
Sourcemedia\scripts\KAVA_Materials_Recipes.txt
lignes: 592 → 610
Recipe PK2545
Recipe Sig95a37bcfa9127c87c85ce0371d2dd1a514e0f254

Compétences requises

MetalWelding7

Callbacks

OnCreateScrap_Metal
OnGiveXPRecipe.OnGiveXP.MetalWelding1
Prop1BlowTorch
RemoveResultItem1

Raw block

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

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