Python MkII (python_nx) (#99)

* Python MkII data and SCO FSD data

* Corrected speed/boost values to compensate for something coriolis does to the base values, changed pitch/roll/yaw values to match in game (although not fully tested yet) and added bulkhead costs and made up edID's for them since ED doesn't actually have ID's for them in the journal. Also changed the fuelpower value for the SCO 5C FSD to bring range in coriolis closer to what's in game, but 1 of the 3 values is still wrong. This gets worse on the SCO 5A, where all the values go out of whack and changing the fuelpower value does not have the same effect as it does on the 5C SCO. There is further work required here with each SCO FSD to get range to calculate properly.

* changing the fuelpower values back to 2.45 in frame_shift_drive.json after some testing.

* Removing code already in PR #98

* Setting EDDBId values to 0 as the ship and these modules do not exist in EDDB
This commit is contained in:
Alex Williams
2024-05-11 16:40:06 +01:00
committed by GitHub
parent 8adfd86b64
commit 5b9268c600
2 changed files with 163 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ module.exports = {
orca: require('./orca').orca,
mamba: require('./mamba').mamba,
python: require('./python').python,
python_nx: require('./python_nx').python_nx,
sidewinder: require('./sidewinder').sidewinder,
type_6_transporter: require('./type_6_transporter').type_6_transporter,
type_7_transport: require('./type_7_transport').type_7_transport,