Recette

Wiki Project Zomboid

RefineVehiclePlate

Nom variable RefineVehiclePlate Mod KAVALASH_Custom Kavalash Custom Mod Cat. Welding Time 450

Recette

Ingrédients

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

Résultat

Condition

Compétences

MetalWelding niveau 2
Résumé
Nom affichéRefineVehiclePlate
Nom variableRefineVehiclePlate
ModKAVALASH_Custom — Kavalash Custom Mod
CatégorieWelding
Temps450
OnCreate
OnTest
SoundBlowTorch
Anim
Voir les détails techniques
ModuleCraftMoreKavalash
Sourcemedia\scripts\KAVA_Vehicle_Recipes.txt
lignes: 552 → 569
Recipe PK2649
Recipe Siga88394e4d4a869f748166f8f4c3043d5f590a55c

Compétences requises

MetalWelding2

Callbacks

OnGiveXPRecipe.OnGiveXP.MetalWelding1
Prop1BlowTorch

Raw block

	recipe RefineVehiclePlate{
		VehiclePlate=10,
		SheetMetal=2,
		MetalBar=2,
		BlowTorch=1,
		keep [Recipe.GetItemTypes.WeldingMask],
		Result:VehiclePlateRefined,

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