📘 La recette doit être apprise via un magazine |
| Nom affiché | Unwire Car Battery |
|---|---|
| Nom variable | UnwireCarBattery |
| Mod | KAVALASH_ISA_41 — Immersive Solar Arrays [23.9.4] |
| Catégorie | Electrical |
| Temps | 80 |
| OnCreate | |
| OnTest | |
| Sound | |
| Anim |
| Module | ISA |
|---|---|
| Source | media\scripts\ISARecipes.txtlignes: 16 → 29 |
| Recipe PK | 2253 |
| Recipe Sig | 98f68cbc0945d707f0fdd39fef7c74f01f64d8f9 |
| Electricity | 3 |
|---|
| NoBrokenItems | 0 |
|---|---|
| OnCreate | Recipe.OnCreate.ISA_unwireCarBattery |
| OnGiveXP | Recipe.OnGiveXP.ISA_minorElectricalXP |
| RemoveResultItem | 1 |
recipe UnwireCarBattery
{
keep [Recipe.GetItemTypes.Screwdriver],
destroy WiredCarBattery,
Result:WiredCarBattery,
RemoveResultItem:true,
SkillRequired:Electricity=3,
Time:80,
NeedToBeLearn:true,
NoBrokenItems:false,
Category:Electrical,
OnCreate:Recipe.OnCreate.ISA_unwireCarBattery,
OnGiveXP:Recipe.OnGiveXP.ISA_minorElectricalXP,
}