Recette

Wiki Project Zomboid

Attacher le râteau à main à la lance

Nom variable Attach Hand Fork to Spear Mod Vanilla Vanilla Cat. Survivalist Time 100

Recette

Ingrédients

ConsomméLance artisanale
ConsomméRâteau à main
ConsomméDuct Tape× 2

Résultat

Condition

Aucune compétence requise.

Résumé
Nom affichéAttacher le râteau à main à la lance
Nom variableAttach Hand Fork to Spear
ModVanilla — Vanilla
CatégorieSurvivalist
Temps100
OnCreate
OnTest
Sound
Anim
Voir les détails techniques
ModuleBase
Sourcescripts\recipes.txt
lignes: 3436 → 3446
Recipe PK4284
Recipe Sig79cd4a1c5868d3da85bd146197e8beef740bd049

Callbacks

OnCreateRecipe.OnCreate.UpgradeSpear

Raw block

    recipe Attach Hand Fork to Spear
    {
        SpearCrafted,
        HandFork,
        DuctTape=2,

        Result:SpearHandFork,
        Time:100.0,
        OnCreate:Recipe.OnCreate.UpgradeSpear,
        Category:Survivalist,
    }