Recette

Wiki Project Zomboid

PackRefineVehiclePlate

Nom variable PackRefineVehiclePlate Mod KAVALASH_Custom Kavalash Custom Mod Cat. Welding Time 750

Recette

Ingrédients

ConsomméPiece de carosserie polie× 10
ConsomméPlaque en métal× 5
ConsomméBarre en métal× 5
ConsomméTuyau en métal× 10
ConsomméChalumeau× 1
Garder[Recipe.GetItemTypes.WeldingMask]

Résultat

Condition

Compétences

MetalWelding niveau 4
Résumé
Nom affichéPackRefineVehiclePlate
Nom variablePackRefineVehiclePlate
ModKAVALASH_Custom — Kavalash Custom Mod
CatégorieWelding
Temps750
OnCreate
OnTest
SoundBlowTorch
Anim
Voir les détails techniques
ModuleCraftMoreKavalash
Sourcemedia\scripts\KAVA_Vehicle_Recipes.txt
lignes: 571 → 589
Recipe PK2650
Recipe Sig78658115841095b92890094d3cf7903fae41b355

Compétences requises

MetalWelding4

Callbacks

OnGiveXPRecipe.OnGiveXP.MetalWelding1
Prop1BlowTorch

Raw block

	recipe PackRefineVehiclePlate{
		VehiclePlateRefined=10,
		SheetMetal=5,
		MetalBar=5,
		MetalPipe=10,
		BlowTorch=1,
		keep [Recipe.GetItemTypes.WeldingMask],
		Result:PackVehiclePlateRefined,

		Category:Welding,
		Time:750.0,
		SkillRequired:MetalWelding=4,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding1,
		Prop1:BlowTorch,
		AnimNode:BlowTorchFloor,
		Sound:BlowTorch,
		CanBeDoneFromFloor:true,
		NeedToBeLearn:false,
	}