It's a trick that it picked up from a Caduceus ship somewhere

Moderators: winston, another_commander
Ice asteroids seem uncommonly common, and I've been told are rich in minerals and complex carbon molecules. They'd probably be useful to reconstitute your "Reconstituted Anhydrous Dihydrogen Monoxide", too.SandJ wrote:I've got a 'fluff' question.
What do the RepairBots use for raw material? That is, if bits of something have been shot off, what do they reconstruct that something from? And what is the mass of this raw material, and where is it kept if not in the cargo hold?
That is, should you need to buy units of "Generic Elemental Repair Matériel" to allow the RepairBots to have something to call upon for their repairs, where a unit of G.E.R.M. contains one tonne of typical everyday stuff such as silicon dioxide, hexamethylenediamine, liquid wurtzite boron nitride, handwavium and Jamesonite. However, it must also contain the very rare items (needed to repair high-tech or obscure add-ons) such as Aqua, Blu-Tak, sticky-tape, parfum and string.
Because repairing items uses up the G.E.R.M.s, they must be replaced. And since the most expensive items are expensive because they are made from rate items, they use up most of the G.E.R.M.s, even though they might only use a few grammes of something obscure, such as the Reconstituted Anhydrous Dihydrogen Monoxide.
So, you need a few tonnes of G.E.R.M.s for the repairbots to work, and expensive items use up lots of them, in proportion to the cost of the item damaged.
Is that of any help?
Looking at the code, it seems everything after Line 24 (up to line 58) is actually outside the this.repairSystems function:23:28:42.548 [script.javaScript.exception.badReturnOrYield]: ***** JavaScript exception (repairBots_Repair.js.anon-script): SyntaxError: return not in function
23:28:42.548 [script.javaScript.exception.badReturnOrYield]: ../AddOns/RepairBots 2.04.oxp/Scripts/repairBots_Repair.js, line 29: return;
23:28:42.548 [script.javaScript.load.failed]: ***** Error loading JavaScript script ../AddOns/RepairBots 2.04.oxp/Scripts/repairBots_Repair.js -- compilation failed
Code: Select all
this.repairSystems = function()
{
this.playerDamagedList = [];
var equipment = player.ship.equipment;
var listCounter = 0 ; // reset the counter
for(listCounter = 0;listCounter<equipment.length;listCounter++)
{
if(player.ship.equipmentStatus(equipment[listCounter].equipmentKey) !== "EQUIPMENT_DAMAGED")
{ continue; }
var scriptEq = EquipmentInfo.infoForKey(equipment[listCounter].equipmentKey);
if(scriptEq.scriptInfo.thargoidRepairBotChance === undefined
|| isNaN(scriptEq.scriptInfo.thargoidRepairBotChance)
|| (!isNaN(scriptEq.scriptInfo.thargoidRepairBotChance)
&& scriptEq.scriptInfo.thargoidRepairBotChance > 0)
)
{ this.playerDamagedList.push(equipment[listCounter].equipmentKey); } // if it's broke and fixable, add it to the list.
}
}
//********** From here down is outside the function and is 'stand-alone' code basically ************ - Cmd. Cheyd
if(this.playerDamagedList.length == 0)
{
player.consoleMessage("Nothing damaged that the repair bots can fix.", 5);
return;
}
else
{
var damagedEquipment = Math.floor(Math.random() * this.playerDamagedList.length); // pick a random element from the list...
this.fixedItem = this.playerDamagedList[damagedEquipment]; // ...define the item...
this.fixedName = EquipmentInfo.infoForKey(this.fixedItem).name; // define it's screen name
this.fixedTech = EquipmentInfo.infoForKey(this.fixedItem).effectiveTechLevel // tech level of the item
switch(true)
{
case (EquipmentInfo.infoForKey(this.fixedItem).scriptInfo.thargoidRepairBotChance !== undefined && !isNaN(EquipmentInfo.infoForKey(this.fixedItem).scriptInfo.thargoidRepairBotChance)):
{this.fixChance = EquipmentInfo.infoForKey(this.fixedItem).scriptInfo.thargoidRepairBotChance; break;}
case (this.fixedTech < 9): {this.fixChance = 1; break;}
case ((this.fixedTech > 8) && (this.fixedTech < 17)): {this.fixChance = 1 - ((this.fixedTech - 8)/10); break;}
case (this.fixedTech == 99): {this.fixChance = 0.1; break;}
default: {this.fixChance = 0.2; break;}
}
}
if(Math.random() < this.fixChance)
{
this.fixItem();
}
else
{
player.consoleMessage(this.fixedName + " repair attempt has failed.", 5);
}
}
I had this installed for ages and I agree with Smivs and I feel this unbalances the game hugely. I think the repair system is too cheap, much too fast and should be an ongoing drain on resources: energy, financial and material.Smivs wrote:Thargoid, I have used your repairbots for a while now, well actually the self-repair system, and wouldn't want to be without it. It's the only way I can get my (un-official) NEU and cloak fixed.
However, as I now live in an Ooniverse that resembles Armageddon it's been getting plenty of use, and despite the astronomical purchase price, it must have paid for itself several times over.
My point is, to avoid me feeling as though I'm cheating a bit, had you considered adding a feature whereby after so many repairs, a 'refill' or 'recharge' is necessary. For example after 25 repairs have been made (or better still 50 'small' fixes or ten 'big' fixes), a top-up is needed, say costing another 10 000Cr.
This would add a nice feature (I think) and would certainly salve my conscience.
It's definitely too powerful without some other (hidden?) costs.SandJ wrote:I had this installed for ages and I agree with Smivs and I feel this unbalances the game hugely. I think the repair system is too cheap, much too fast and should be an ongoing drain on resources: energy, financial and material.
Potential suggestions:
- it drains energy while running, so that shields recharge more slowly (like the Ore processor);
- it starts out with 100 charges / units of obscure material and subtract the TL of a repaired item from that 100 every time a repair is attempted (and be recharged like the Auto Chaff System);
- you must have 1 tonne of minerals or alloys in the hold for it to initiate working, that 1 tonne will then disappear and the repair system will keep on going until all repairs are done. It will then need another tonne of minerals or alloys next time.
- each time it attempts a repair, the time to the next proper major service should be reduced (can that be implemented?);
- each time it attempts a repair, there is a very small chance a different random piece of equipment will be damaged (it's what happens when most people do DIY!);
- it does not function when in witchspace (too dangerous) or the docking computer is active (Health & Safety rules, innit).
- it does not function when at red alert (that would be evil, wouldn't it? But do you want 'bots stripping down the ship's panels when you're fighting for your life?)