Adding Mora Ramsayi ship

Closes #4006
master
nozmajner 2017-05-02 22:46:23 +02:00 committed by Karl F
parent 0bd38caa7a
commit 4971dfdaa8
14 changed files with 26160 additions and 0 deletions

View File

@ -2,6 +2,7 @@ May 2017
* New Features
* In-space indicators have icons and let you select collapsed ones (#3995)
* Show combat target pro- and retrograde velocities (#4007)
* New ship added Mola Ramsayi (#4006)
* Internal Changes
* Remove unimplemented method declarations (#4010)

View File

@ -0,0 +1,24 @@
material Fuselage
diffuse 1.0 1.0 1.0
specular 0.9 0.9 0.9
shininess 69
use_patterns
tex_diff molaramsayi_diff.dds
tex_spec molaramsayi_spec.dds
tex_glow molaramsayi_glow.dds
tex_norm molaramsayi_norm.dds
lod 300
mesh molaramsayi_hi.dae
mesh molaramsayi_shield.dae
lod 50
mesh molaramsayi_med.dae
lod 10
mesh molaramsayi_low.dae
collision molaramsayi_col.dae
anim gear_down 0 100

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,31 @@
{
"model" : "molaramsayi",
"name" : "Mola Ramsayi",
"cockpit" : "",
"manufacturer" : "kaluri",
"ship_class" : "medium_freighter",
"min_crew" : 1,
"max_crew" : 5,
"price" : 2300000.0,
"hull_mass" : 500,
"capacity" : 950,
"slots" : {
"atmo_shield" : 1,
"cargo" : 900,
"scoop" : 2,
"laser_front" : 1,
"laser_rear" : 1,
"missile" : 0
},
"effective_exhaust_velocity" : 60000000.0,
"thruster_fuel_use" : -1.0,
"fuel_tank_mass" : 273,
"hyperdrive_class" : 7,
"forward_thrust" : 40000000.0,
"reverse_thrust" : 15000000.0,
"up_thrust" : 25000000.0,
"down_thrust" : 7000000.0,
"left_thrust" : 7000000.0,
"right_thrust" : 7000000.0,
"angular_thrust" : 63000000.0
}