Recette

Wiki Project Zomboid

DismantleCanAlu

Nom variable DismantleCanAlu Mod KAVALASH_Custom Kavalash Custom Mod Cat. Welding Time 350

Recette

Ingrédients

Résultat

Condition

Compétences

MetalWelding niveau 5
Machine nécessaireForge Table
Résumé
Nom affichéDismantleCanAlu
Nom variableDismantleCanAlu
ModKAVALASH_Custom — Kavalash Custom Mod
CatégorieWelding
Temps350
OnCreate
OnTest
SoundBlowTorch
Anim
Voir les détails techniques
ModuleCraftMoreKavalash
Sourcemedia\scripts\KAVA_Materials_Recipes.txt
lignes: 331 → 350
Recipe PK2531
Recipe Sig7208c61b0dd979f6384e633d513a8f6ba2d55798

Compétences requises

MetalWelding5

Callbacks

OnGiveXPRecipe.OnGiveXP.MetalWelding1
Prop1BlowTorch

Raw block

	recipe DismantleCanAlu{
		Pop2Empty/Pop3Empty/PopEmpty/TinCanEmpty,
		Pop2Empty/Pop3Empty/PopEmpty/TinCanEmpty,
		Pop2Empty/Pop3Empty/PopEmpty/TinCanEmpty,
		keep Tongs,
		keep [Recipe.GetItemTypes.WeldingMask],
		Result:Aluminum,

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