Recette

Wiki Project Zomboid

Percer la planche

Nom variable Drill Plank Mod Vanilla Vanilla Time 40

Recette

Ingrédients

ConsomméBûches / Planche
GarderPierre affutée / [Recipe.GetItemTypes.DullKnife] / [Recipe.GetItemTypes.Screwdriver] / [Recipe.GetItemTypes.SharpKnife]

Résultat

Condition

Aucune compétence requise.

Résumé
Nom affichéPercer la planche
Nom variableDrill Plank
ModVanilla — Vanilla
Catégorie
Temps40
OnCreate
OnTest
Sound
Anim
Voir les détails techniques
ModuleBase
Sourcescripts\recipes.txt
lignes: 1362 → 1371
Recipe PK4132
Recipe Sig74573bdf2a59e4a6d41861981141b30b6df7a457

Callbacks

Prop1Source=2
Prop2Source=1

Raw block

    recipe Drill Plank
    {
        Plank/Log,
        keep [Recipe.GetItemTypes.Screwdriver]/[Recipe.GetItemTypes.DullKnife]/[Recipe.GetItemTypes.SharpKnife]/SharpedStone,

        Result:PercedWood,
        Time:40.0,
        Prop1:Source=2,
        Prop2:Source=1,
    }