Recette

Wiki Project Zomboid

Create Metal Spear

Nom variable Create Metal Spear Mod KAVALASH_MetalSpear MetalSpear Cat. Welding Time 750

Recette

Ingrédients

ConsomméBarre en métal× 3
ConsomméChalumeau× 5

Résultat

Condition

Compétences

MetalWelding niveau 4
Résumé
Nom affichéCreate Metal Spear
Nom variableCreate Metal Spear
ModKAVALASH_MetalSpear — MetalSpear
CatégorieWelding
Temps750
OnCreate
OnTest
Sound
Anim
Voir les détails techniques
ModuleBase
Sourcemedia\scripts\MetalSpear.txt
lignes: 49 → 62
Recipe PK3155
Recipe Sigccbd54ac728636e7aa0c7031a1caf9fd780acb37

Compétences requises

MetalWelding4

Callbacks

OnCreateRecipe.OnCreate.CreateMetalSpear
OnGiveXPRecipe.OnGiveXP.MetalWelding3

Raw block

    recipe Create Metal Spear
    {
        MetalBar=3,
        BlowTorch=5,
        keep WeldingMask,
        
        Result:MetalSpearCrafted,
        Time:750.0,
        Category:Welding,
        SkillRequired:MetalWelding=4,
        OnCreate:Recipe.OnCreate.CreateMetalSpear,
        OnGiveXP:Recipe.OnGiveXP.MetalWelding3,
        NeedToBeLearn:false,
    }