Recette

Wiki Project Zomboid

DismantleSmallMetalPartMachine

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

Recette

Ingrédients

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
Temps50
OnCreate
OnTest
SoundBlowTorch
Anim
Voir les détails techniques
ModuleCraftMoreKavalash
Sourcemedia\scripts\KAVA_Materials_Recipes.txt
lignes: 476 → 494
Recipe PK2539
Recipe Sigf33ca07fccf42cc74fe5e09e6e0fe00ff88a927c

Compétences requises

MetalWelding2

Callbacks

OnCreateScrap_Metal
OnGiveXPRecipe.OnGiveXP.MetalWelding1
Prop1BlowTorch
RemoveResultItem1

Raw block

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

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