Recette

Wiki Project Zomboid

Attach Hand Fork to Spear

Nom variable Attach Hand Fork to Spear Mod KAVALASH_BB_CommonSense Common Sense Cat. Survivalist Time 100

Recette

Ingrédients

Résultat

Condition

Aucune compétence requise.

Résumé
Nom affichéAttach Hand Fork to Spear
Nom variableAttach Hand Fork to Spear
ModKAVALASH_BB_CommonSense — Common Sense
CatégorieSurvivalist
Temps100
OnCreate
OnTest
Sound
Anim
Voir les détails techniques
ModuleBase
Sourcemedia\scripts\CS_recipes.txt
lignes: 171 → 182
Recipe PK1162
Recipe Sig866c0ebff8dfffb587c402b3b70aebe2bd13c3eb

Callbacks

OnCreateRecipe.OnCreate.UpgradeSpear
Override1

Raw block

    recipe Attach Hand Fork to Spear
    {
        SpearCrafted,
        HandFork,
        Rope/DuctTape/RippedSheets/LeatherStrips,

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