Recette

Wiki Project Zomboid

MotorVehiclePlateMachine

Nom variable MotorVehiclePlateMachine Mod KAVALASH_Custom Kavalash Custom Mod Cat. Welding Time 1500

Recette

Ingrédients

GarderChalumeau× 1
Garder[Recipe.GetItemTypes.WeldingMask]

Résultat

Condition

Compétences

MetalWelding niveau 8
Machine nécessaireHydraulicPress
Résumé
Nom affichéMotorVehiclePlateMachine
Nom variableMotorVehiclePlateMachine
ModKAVALASH_Custom — Kavalash Custom Mod
CatégorieWelding
Temps1500
OnCreate
OnTest
SoundLongPress
Anim
Voir les détails techniques
ModuleCraftMoreKavalash
Sourcemedia\scripts\KAVA_Vehicle_Recipes.txt
lignes: 710 → 728
Recipe PK2658
Recipe Sig84915eb9d64f2c55ee7ee61dd9cdad532e192fda

Compétences requises

MetalWelding8

Callbacks

OnCanPerformCheckElectricity
OnGiveXPRecipe.OnGiveXP.MetalWelding1
Prop1BlowTorch

Raw block

	recipe MotorVehiclePlateMachine{
		PackVehiclePlateRefined=1,
		EngineParts=50,
		keep BlowTorch=1,
		keep [Recipe.GetItemTypes.WeldingMask],
		Result:VehiclePlateMotor,

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