Recette

Wiki Project Zomboid

Make M13 Link Die

Nom variable Make M13 Link Die Mod KAVALASH_VFExpansion1 Vanilla Firearms Expansion Cat. Welding Time 1200

Recette

Ingrédients

Garder[Recipe.GetItemTypes.WeldingMask]
GarderScie
ConsomméBarre en métal× 2
ConsomméChalumeau× 2
ConsomméBaguette de soudage× 4

Résultat

Condition

Compétences

MetalWelding niveau 5
 
📘 La recette doit être apprise via un magazine
Résumé
Nom affichéMake M13 Link Die
Nom variableMake M13 Link Die
ModKAVALASH_VFExpansion1 — Vanilla Firearms Expansion
CatégorieWelding
Temps1200
OnCreate
OnTest
Sound
Anim
Voir les détails techniques
ModuleBase
Sourcemedia\scripts\VFE_recipe.txt
lignes: 269 → 285
Recipe PK3922
Recipe Sig382a2c8920293e112e6312bb878f06eb07c37c0e

Compétences requises

MetalWelding5

Callbacks

OnGiveXPRecipe.OnGiveXP.MetalWelding25

Raw block

	recipe Make M13 Link Die
    {
       keep [Recipe.GetItemTypes.WeldingMask],
	   keep Saw,
	   SmallSheetMetal=4,
	   MetalBar=2,
       BlowTorch=2,
	   WeldingRods=4,

       Result:M60_Link_Die,
       Time:1200.0,
       Category:Welding,
       SkillRequired:MetalWelding=5,
       OnGiveXP:Recipe.OnGiveXP.MetalWelding25,
	   
       NeedToBeLearn:true,
    }