Skip to content

Instantly share code, notes, and snippets.

@TomRichter
Last active September 24, 2017 10:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TomRichter/aca8f9e47c47c83ced2b6d67c300a301 to your computer and use it in GitHub Desktop.
Save TomRichter/aca8f9e47c47c83ced2b6d67c300a301 to your computer and use it in GitHub Desktop.
Max levels of actually equipped ship components.

The following is a list of ship components that are actually equipped to some ship somewhere in the game.

  • Max Level depends on two layers of RNG, with a max of +4 levels on affected components at Chaos 6.
  • Components that max out at level 1 are not shown.
  • Some components may not be droppable/player obtainable (e.g., Infected components). More on that another time.
  • Does not consider shops, planet-side lootables, ship cargos, or mission rewards.

+-----------------------+---------------------------------+-----------+ | Type | Name | Max Level | +=======================+=================================+===========+ | Hull | C.C.G. Hull | 6 | + +---------------------------------+-----------+ | | C.C.G. Hull – Military Grade | 11 | + +---------------------------------+-----------+ | | C.C.G. Light Hull | 5 | + +---------------------------------+-----------+ | | Corrupted Drone Hull | 4 | + +---------------------------------+-----------+ | | Infected Carrier Hull | 6 | + +---------------------------------+-----------+ | | Layered Hull | 5 | + +---------------------------------+-----------+ | | Nano Machines | 2 | + +---------------------------------+-----------+ | | Phase Drone Hull | 5 | + +---------------------------------+-----------+ | | W.D. Destroyer Hull | 5 | +-----------------------+---------------------------------+-----------+ | Processor | ARX-CD | 7 | + +---------------------------------+-----------+ | | ARX-JP | 2 | + +---------------------------------+-----------+ | | ARX-SCP | 6 | + +---------------------------------+-----------+ | | ARX-TGT | 2 | +-----------------------+---------------------------------+-----------+ | Program | Backdoor | 4 | + +---------------------------------+-----------+ | | Block Long Range Comms | 5 | + +---------------------------------+-----------+ | | Emergency Shield Boosting | 2 | + +---------------------------------+-----------+ | | Instant System Self-Healing | 3 | + +---------------------------------+-----------+ | | Phalanx | 3 | + +---------------------------------+-----------+ | | Sitting Duck | 3 | +-----------------------+---------------------------------+-----------+ | Reactor | Advanced Fusion Reactor | 14 | + +---------------------------------+-----------+ | | Colonial Fusion Reactor | 6 | + +---------------------------------+-----------+ | | G.T.C. Quiet Cupcake | 5 | + +---------------------------------+-----------+ | | Null Point Reactor | 5 | + +---------------------------------+-----------+ | | Overclocked Null Point Reactor | 17 | + +---------------------------------+-----------+ | | P.F. Anti-Matter Reactor | 4 | + +---------------------------------+-----------+ | | Roland Reactor | 5 | +-----------------------+---------------------------------+-----------+ | Sensor | Electromagnetic Sensor | 11 | + +---------------------------------+-----------+ | | Life Forms | 2 | + +---------------------------------+-----------+ | | Quantum Properties | 2 | + +---------------------------------+-----------+ | | Radioactivity | 2 | +-----------------------+---------------------------------+-----------+ | Shield Generator | Beam Shields | 7 | + +---------------------------------+-----------+ | | C.G.F. Heavy Shield Generator | 5 | + +---------------------------------+-----------+ | | C.G.F. Light Shield Generator | 5 | + +---------------------------------+-----------+ | | C.G.F. Mini Shield Generator | 5 | + +---------------------------------+-----------+ | | Dense Particle Shield | 5 | + +---------------------------------+-----------+ | | G.T.C. Blue Goose | 8 | + +---------------------------------+-----------+ | | Heavy Tactical Holoscreen | 7 | + +---------------------------------+-----------+ | | Military-Grade Shield Generator | 8 | + +---------------------------------+-----------+ | | Reinforced Particle Shield | 5 | + +---------------------------------+-----------+ | | Superior Beam Shields | 8 | + +---------------------------------+-----------+ | | W.D. Corp Particle Shield | 5 | +-----------------------+---------------------------------+-----------+ | Thruster, Inertia | Inertia Thruster | 4 | + +---------------------------------+-----------+ | | Infected Inertial Thruster | 5 | + +---------------------------------+-----------+ | | Super Inertia Thruster | 7 | +-----------------------+---------------------------------+-----------+ | Thruster, Main | Performance Vector Thruster | 7 | + +---------------------------------+-----------+ | | The “Adelaide” Thruster | 6 | +-----------------------+---------------------------------+-----------+ | Thruster, Maneuvering | Maneuvering Thruster | 7 | +-----------------------+---------------------------------+-----------+ | Turret | Bio-Hazard Turret | 7 | + +---------------------------------+-----------+ | | Burst Turret | 5 | + +---------------------------------+-----------+ | | Defender Turret | 6 | + +---------------------------------+-----------+ | | Flamelance Turret | 6 | + +---------------------------------+-----------+ | | Focused Laser Turret | 6 | + +---------------------------------+-----------+ | | Laser Turret | 6 | + +---------------------------------+-----------+ | | Lightning Turret | 7 | + +---------------------------------+-----------+ | | Missile Turret | 8 | + +---------------------------------+-----------+ | | Phase Turret | 7 | + +---------------------------------+-----------+ | | Plasma Turret | 6 | + +---------------------------------+-----------+ | | Railgun Turret | 6 | + +---------------------------------+-----------+ | | Spreadshot Turret | 7 | +-----------------------+---------------------------------+-----------+ | Turret, Auto | Automated Railgun Turret | 5 | +-----------------------+---------------------------------+-----------+ | Warp Drive | G.T.C. Silent Cricket | 5 | +-----------------------+---------------------------------+-----------+

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment