Recette

Wiki Project Zomboid

MotorVehiclePlate

Nom variable MotorVehiclePlate Mod KAVALASH_Custom Kavalash Custom Mod Cat. Welding Time 4500

Recette

Ingrédients

ConsomméChalumeau× 1
Garder[Recipe.GetItemTypes.WeldingMask]

Résultat

Condition

Compétences

MetalWelding niveau 4
Résumé
Nom affichéMotorVehiclePlate
Nom variableMotorVehiclePlate
ModKAVALASH_Custom — Kavalash Custom Mod
CatégorieWelding
Temps4500
OnCreate
OnTest
SoundBlowTorch
Anim
Voir les détails techniques
ModuleCraftMoreKavalash
Sourcemedia\scripts\KAVA_Vehicle_Recipes.txt
lignes: 609 → 625
Recipe PK2652
Recipe Sigbe260596aae477fc661d8b7f65b8ed5198ec188b

Compétences requises

MetalWelding4

Callbacks

OnGiveXPRecipe.OnGiveXP.MetalWelding10
Prop1BlowTorch

Raw block

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

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