Add ship movement
This commit is contained in:
parent
09b3df649c
commit
4959519f39
15 changed files with 278 additions and 77 deletions
|
@ -5,6 +5,7 @@ export const modules = {
|
|||
tooltip: 'A small, simple capsule. Provides just enough ' +
|
||||
'rotational power for a small rocket.',
|
||||
type: 'capsule',
|
||||
id: 'small',
|
||||
mass: 2,
|
||||
rotation: 0.1
|
||||
}
|
||||
|
@ -14,6 +15,7 @@ export const modules = {
|
|||
name: 'Small Fuel Tank',
|
||||
tooltip: 'A small flimsy tank with enough fuel for a short trip.',
|
||||
type: 'fuel',
|
||||
id: 'small',
|
||||
mass: 1,
|
||||
capacity: 3
|
||||
}
|
||||
|
@ -24,6 +26,7 @@ export const modules = {
|
|||
tooltip: 'Powerful enough to lift a small ship, but not much ' +
|
||||
'more. Not very efficient.',
|
||||
type: 'thruster',
|
||||
id: 'light',
|
||||
mass: 2,
|
||||
thrust: 10,
|
||||
isp: 200
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue