Skip to content

Commit

Permalink
Create drive.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
KOSASIH authored Jul 15, 2024
1 parent cf9e135 commit 62d1bd3
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions ftl_drive/drive.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
export default {
ftl_core: {
algorithm: 'exotic_matter',
power_output: 1000
},
energy_source: {
type: 'antimatter',
capacity: 10000
},
propulsion_system: {
type: 'warp_drive',
speed: 10
},
navigation_system: {
type: 'inertial_measurement_unit',
accuracy: 0.01
},
stabilization_system: {
type: 'gyroscopic_stabilizer',
precision: 0.001
}
};

0 comments on commit 62d1bd3

Please sign in to comment.