Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2010-10-20 14:50:10 +0000
committerStijn Buys <ingar@osirion.org>2010-10-20 14:50:10 +0000
commita2b7954a28d9d7f063d2df8d3126cb80e010b697 (patch)
treef865db11be20a1a24281a9646fd39b4a3c18e046 /base
parentb400f6b5f5b2800b428d9bb7f06c6d6c060cbc09 (diff)
ship physics definitions for the vector and the scalar
Diffstat (limited to 'base')
-rw-r--r--base/ini/ships.ini34
1 files changed, 25 insertions, 9 deletions
diff --git a/base/ini/ships.ini b/base/ini/ships.ini
index 1c8ac90..c52424a 100644
--- a/base/ini/ships.ini
+++ b/base/ini/ships.ini
@@ -16,16 +16,28 @@ label=vector
name=Micron Vector
; 3d model file name, can be a .map or a .ase file
model=maps/merchant/vector
-; engine acceleration
-acceleration=1.5
-; maximum speed in game units per second
-maxspeed=3.0
-; rotation speed in degrees per second
-turnspeed=45
+
; dealer price
price=12500
; cargo hold size, 1 is 1 cubic meter
cargo=20
+
+; mass of the ship
+; can not be set on-the-fly with the specs command
+mass=10
+; thruster power, maximum thrust speed depends on this
+thrust=0.8
+; impulse engine power
+; this has to be high enough, otherwise the ship won't be able to reach maximum impulse speed
+impulse=4
+; strafe power
+; defines strafe engine and afterburner power
+; is generally a lot smaller than thrust
+strafe=0.1
+; torque power
+; defines how fast a ship will turn and roll
+torque=2.5
+
; ship info
; long text will be wrapped in-game
; empty lines are allowed
@@ -35,9 +47,6 @@ info=Micron Corporation's entry-level model has been a hit sale for many decades
label=scalar
name=Micron Scalar
model=maps/merchant/scalar
-acceleration=1.75
-maxspeed=3.2
-turnspeed=50
jumpdrive=yes
price=15000
cargo=40
@@ -45,6 +54,13 @@ info=Due to rising pirate activity, the Micron corporation saw a need in the mar
info=
info=The Scalar is much more armored than the Vector, with improved VE-1 engines, and a new XE-1 engine. These improvements came at the cost of cargo space, but it was a welcome addition to established traders.
+; ship movement specifications
+mass=15
+thrust=1
+impulse=6
+strafe=0.15
+torque=3
+
[ship]
label=matrix
name=Micron Matrix