Recette

Wiki Project Zomboid

LuxeVehiclePlateMachine

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

Recette

Ingrédients

ConsomméLingot d'or× 1
GarderChalumeau× 1
Garder[Recipe.GetItemTypes.WeldingMask]

Résultat

Condition

Compétences

MetalWelding niveau 10
Machine nécessaireHydraulicPress
Résumé
Nom affichéLuxeVehiclePlateMachine
Nom variableLuxeVehiclePlateMachine
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: 691 → 709
Recipe PK2657
Recipe Sig75d384e41535369f7ece3c89ca377e2519f9f744

Compétences requises

MetalWelding10

Callbacks

OnCanPerformCheckElectricity
OnGiveXPRecipe.OnGiveXP.MetalWelding1
Prop1BlowTorch

Raw block

	recipe LuxeVehiclePlateMachine{
		PackVehiclePlateRefined=2,
		FrnGolgIngot=1,
		keep BlowTorch=1,
		keep [Recipe.GetItemTypes.WeldingMask],
		Result:VehiclePlateDeLuxe,

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