Recette

Wiki Project Zomboid

Make Pan

Nom variable Make Pan Mod KAVALASH_Custom Kavalash Custom Mod Cat. Smithing Time 220

Recette

Ingrédients

ConsomméFer malléable× 30
GarderPince

Résultat

Condition

Compétences

Blacksmith niveau 2
Machine nécessaireAnvil
 
📘 La recette doit être apprise via un magazine
Résumé
Nom affichéMake Pan
Nom variableMake Pan
ModKAVALASH_Custom — Kavalash Custom Mod
CatégorieSmithing
Temps220
OnCreate
OnTest
Sound
Anim
Voir les détails techniques
ModuleBase
Sourcemedia\scripts\recipes.txt
lignes: 2776 → 2790
Recipe PK2937
Recipe Sigfff6b64b581a0d388a66d3a5a6a3baf19afe321c

Compétences requises

Blacksmith2

Callbacks

OnCreateBSItem_OnCreate
OnGiveXPRecipe.OnGiveXP.Blacksmith20

Raw block

    recipe Make Pan
    {
       IronIngot=30,
       keep BallPeenHammer,
       keep Tongs,

       NearItem:Anvil,
       Result:Pan,
       Time:220.0,
       Category:Smithing,
       SkillRequired:Blacksmith=2,
       OnGiveXP:Recipe.OnGiveXP.Blacksmith20,
       OnCreate:BSItem_OnCreate,
       NeedToBeLearn:true,
    }