📘 La recette doit être apprise via un magazine |
| Nom affiché | Wire Car Battery |
|---|---|
| Nom variable | WireCarBattery |
| Mod | KAVALASH_ISA_41 — Immersive Solar Arrays [23.9.4] |
| Catégorie | Electrical |
| Temps | 100 |
| OnCreate | |
| OnTest | |
| Sound | |
| Anim |
| Module | ISA |
|---|---|
| Source | media\scripts\ISARecipes.txtlignes: 3 → 15 |
| Recipe PK | 2252 |
| Recipe Sig | 8c777a0be6d85323e8048b2ccc12cf28dae124b3 |
| Electricity | 3 |
|---|
| OnCreate | Recipe.OnCreate.ISA_wireCarBattery |
|---|---|
| OnGiveXP | Recipe.OnGiveXP.ISA_minorElectricalXP |
recipe WireCarBattery
{
keep [Recipe.GetItemTypes.Screwdriver],
Radio.ElectricWire,
destroy [Recipe.GetItemTypes.wireCarBattery],
Result: WiredCarBattery,
SkillRequired:Electricity=3,
Time:100,
NeedToBeLearn:true,
Category:Electrical,
OnCreate:Recipe.OnCreate.ISA_wireCarBattery,
OnGiveXP:Recipe.OnGiveXP.ISA_minorElectricalXP,
}