Recette

Wiki Project Zomboid

RefineVehiclePlateMachine

Nom variable RefineVehiclePlateMachine Mod KAVALASH_Custom Kavalash Custom Mod Cat. Welding Time 150

Recette

Ingrédients

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

Résultat

Condition

Compétences

MetalWelding niveau 4
Machine nécessaireHydraulicPress
Résumé
Nom affichéRefineVehiclePlateMachine
Nom variableRefineVehiclePlateMachine
ModKAVALASH_Custom — Kavalash Custom Mod
CatégorieWelding
Temps150
OnCreate
OnTest
SoundShortPress
Anim
Voir les détails techniques
ModuleCraftMoreKavalash
Sourcemedia\scripts\KAVA_Vehicle_Recipes.txt
lignes: 650 → 669
Recipe PK2655
Recipe Sig11ba26b6ee8ea4bf9132e35008d3d23691175c9c

Compétences requises

MetalWelding4

Callbacks

OnCanPerformCheckElectricity
OnGiveXPRecipe.OnGiveXP.MetalWelding1
Prop1BlowTorch

Raw block

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

		Category:Welding,
		Time:150.0,
		SkillRequired:MetalWelding=4,
		OnGiveXP:Recipe.OnGiveXP.MetalWelding1,
		Prop1:BlowTorch,
		AnimNode:BlowTorchFloor,
		Sound:ShortPress,
		CanBeDoneFromFloor:true,
		OnCanPerform:CheckElectricity,
		NeedToBeLearn:false,
		NearItem : HydraulicPress,
	}