This is a tough one as there are some overhauls that Deadlock did that would be retreads for the levels/attributes you have currently assigned to some items.I'm looking for suggestions on alternate recipes using IR components, so that I can list IR as an optional dependency and not have it bork the IR tech tree.
For example, the Light and Heavy armor items have an equipment grid which I believe obviates the need for light/heavy vest. Ditto for nuclear-reactor-equipment as the costs and output of the IR one is already significantly higher than what is available in this mod.
That being said, here's my take on the items individually:
Code: Select all
power-armor-mk3
steel-motor,24
optical-computer,4
titanium-chassis-small,2
titanium-plate-heavy,120
carbon-plate,120
sensor,20
rubber-vulcanised,32
gyroscope,1
Code: Select all
power-armor-mk4
power-armor-mk3,1
battery-mk3-equipment,5
fusion-reactor-equipment,2
quantum-ring,1
duranium-plate-heavy,120
Code: Select all
light-vest
Drop
heavy-vest
Drop
Code: Select all
night-vision-mk2-equipment
glass-cable,20
advanced-computer,1
sensor,4
rubber-vulcanised,2
carbon-plate,2
Code: Select all
battery-mk3-equipment
copper-cable-heavy,5
junction-box,1
battery-mk2-equipment,10
field-effector,5
effectivity-module-3,2
The remaining items (energy-shield-mk3, nuclear-reactor-equipment, and singularity-equipment) are a little more challenging to extend. The IR costs for energy-shield-mk2 are already extortionate but it could be done. If I'm reading the 'equipment.lua' correctly, the nuclear-reactor-equipment puts out 300kw while the IR overhaul (which is stupefyingly expensive) pushes 1.6MW. I think I'd probably drop this item when both are loaded, just like the vests.
As for the singularity-equipment, I'm happy to give that a look as well although I'm not certain it is sufficiently better (given the grid-size) to warrant using it. What I mean is that it is 10 times better than the included reactor but less than 2 times the IR version.
I suppose I am looking for a feedback on whether or not this suits your purposes as well. I can certainly just scale the shield-mk3 and singularity-equipment but wanted to see if the stuff so far was tracking with you as well.