📘 La recette doit être apprise via un magazine |
| Nom affiché | Make DeepCycleBattery |
|---|---|
| Nom variable | Make DeepCycleBattery |
| Mod | KAVALASH_ISA_41 — Immersive Solar Arrays [23.9.4] |
| Catégorie | Electrical |
| Temps | 150 |
| OnCreate | |
| OnTest | |
| Sound | |
| Anim |
| Module | ISA |
|---|---|
| Source | media\scripts\ISARecipes.txtlignes: 96 → 108 |
| Recipe PK | 2258 |
| Recipe Sig | 046596c562a63d4b262263bd3a0988aec66ba1bd |
| Electricity | 3 |
|---|
| OnGiveXP | Recipe.OnGiveXP.ISA_minorElectricalXP |
|---|
recipe Make DeepCycleBattery
{
keep [Recipe.GetItemTypes.Screwdriver],
Base.ElectronicsScrap = 25,
Base.Aluminum = 2,
destroy DIYBattery = 2,
SkillRequired:Electricity=3,
Result: DeepCycleBattery,
Time:150,
NeedToBeLearn:true,
Category:Electrical,
OnGiveXP:Recipe.OnGiveXP.ISA_minorElectricalXP,
}