Recette

Wiki Project Zomboid

Create Spear

Nom variable Create Spear Mod KAVALASH_Custom Kavalash Custom Mod Cat. Survivalist Time 100

Recette

Ingrédients

GarderCouperet / Pierre affutée / [Recipe.GetItemTypes.SharpKnife]

Résultat

Condition

Aucune compétence requise.

Résumé
Nom affichéCreate Spear
Nom variableCreate Spear
ModKAVALASH_Custom — Kavalash Custom Mod
CatégorieSurvivalist
Temps100
OnCreate
OnTest
Sound
Anim
Voir les détails techniques
ModuleBase
Sourcemedia\scripts\recipes.txt
lignes: 3275 → 3285
Recipe PK2969
Recipe Sig576d15d94562120327a0f45de35fce19642f7899

Callbacks

OnCreateRecipe.OnCreate.CreateSpear
OnGiveXPRecipe.OnGiveXP.WoodWork5

Raw block

    recipe Create Spear
    {
        Plank/TreeBranch,
        keep [Recipe.GetItemTypes.SharpKnife]/SharpedStone/MeatCleaver,

        Result:SpearCrafted,
        Time:100.0,
        OnCreate:Recipe.OnCreate.CreateSpear,
        Category:Survivalist,
        OnGiveXP:Recipe.OnGiveXP.WoodWork5,
    }