📘 La recette doit être apprise via un magazine |
| Nom affiché | Make SuperBattery |
|---|---|
| Nom variable | Make SuperBattery |
| Mod | KAVALASH_ISA_41 — Immersive Solar Arrays [23.9.4] |
| Catégorie | Electrical |
| Temps | 300 |
| OnCreate | |
| OnTest | |
| Sound | |
| Anim |
| Module | ISA |
|---|---|
| Source | media\scripts\ISARecipes.txtlignes: 109 → 121 |
| Recipe PK | 2259 |
| Recipe Sig | 31229e6a0cd43fa2d4b01d9654071c0ac975bfe1 |
| Electricity | 5 |
|---|
| OnGiveXP | Recipe.OnGiveXP.ISA_minorElectricalXP |
|---|
recipe Make SuperBattery
{
keep [Recipe.GetItemTypes.Screwdriver],
Base.ElectronicsScrap = 50,
Base.Aluminum = 5,
destroy DeepCycleBattery = 2,
SkillRequired:Electricity=5,
Result: SuperBattery,
Time:300,
NeedToBeLearn:true,
Category:Electrical,
OnGiveXP:Recipe.OnGiveXP.ISA_minorElectricalXP,
}