📘 La recette doit être apprise via un magazine |
| Nom affiché | Make DIY Battery |
|---|---|
| Nom variable | Make DIY Battery |
| Mod | KAVALASH_ISA_41 — Immersive Solar Arrays [23.9.4] |
| Catégorie | Electrical |
| Temps | 30 |
| OnCreate | |
| OnTest | |
| Sound | |
| Anim |
| Module | ISA |
|---|---|
| Source | media\scripts\ISARecipes.txtlignes: 30 → 42 |
| Recipe PK | 2254 |
| Recipe Sig | 1dd534f2b51b5b9c3e6b7f03a74cee62064cda5d |
| Electricity | 5 |
|---|
| OnCreate | Recipe.OnCreate.ISA_createDiyBattery |
|---|---|
| OnGiveXP | Recipe.OnGiveXP.ISA_minorElectricalXP |
recipe Make DIY Battery
{
keep [Recipe.GetItemTypes.Screwdriver],
Base.ElectronicsScrap,
destroy WiredCarBattery = 4,
SkillRequired:Electricity=5,
Result: DIYBattery,
Time:30,
NeedToBeLearn:true,
Category:Electrical,
OnCreate:Recipe.OnCreate.ISA_createDiyBattery,
OnGiveXP:Recipe.OnGiveXP.ISA_minorElectricalXP,
}