Recette

Wiki Project Zomboid

Make Inverter

Nom variable Make Inverter Mod KAVALASH_ISA_41 Immersive Solar Arrays [23.9.4] Cat. Electrical Time 250

Recette

Ingrédients

Garder[Recipe.GetItemTypes.Screwdriver]
DétruireFerraille× 5
DétruirePièces électroniques× 25
DétruireFil électrique× 5
DétruireVis× 10

Résultat

Condition

Compétences

Electricity niveau 5
 
📘 La recette doit être apprise via un magazine
Résumé
Nom affichéMake Inverter
Nom variableMake Inverter
ModKAVALASH_ISA_41 — Immersive Solar Arrays [23.9.4]
CatégorieElectrical
Temps250
OnCreate
OnTest
Sound
Anim
Voir les détails techniques
ModuleISA
Sourcemedia\scripts\ISARecipes.txt
lignes: 78 → 94
Recipe PK2257
Recipe Sigbc8ea47a22130466ab8d0997e17aab8459c95edb

Compétences requises

Electricity5

Callbacks

AllowDestroyedItem0
IsHidden1
OnCanPerformRecipe.OnCanPerform.ISA_expandedRecipes

Raw block

    recipe Make Inverter {
        keep [Recipe.GetItemTypes.Screwdriver],
        destroy Base.SmallSheetMetal=4,
        destroy Base.ScrapMetal=5,
        destroy Base.ElectronicsScrap=25,
        destroy Radio.ElectricWire=5,
        destroy Base.Screws=10,

        Result:ISA.ISAInverter,
        SkillRequired:Electricity=5,
        Time:250.0,
        Category:Electrical,
        AllowDestroyedItem:false,
        NeedToBeLearn:true,
        OnCanPerform:Recipe.OnCanPerform.ISA_expandedRecipes,
        IsHidden:true,
    }