Difference between revisions of "Template:Infobox Ship"

From PioneerWiki
Jump to: navigation, search
m
Line 4: Line 4:
 
|-
 
|-
 
| style="padding: 0 .4em .24em .4em; font-size:95%; background: #ffffff;" |
 
| style="padding: 0 .4em .24em .4em; font-size:95%; background: #ffffff;" |
{{{2}}}
+
|Forward thrust = {{{forward_thrust}}}
 +
|Reverse thrust = {{{reverse_thrust}}}
 +
|Up thrust = {{{up_thrust}}}
 +
|Down thrust = {{{down_thrust}}}
 +
|Angular thrust = {{{angular_thrust}}}
 +
|Gun mounts {{{gun_mounts}}}
 +
|Maximal cargo = {{{max_cargo}}}
 +
|Maximal lasers = {{{max_laser}}}
 +
|Maximal missiles= {{{max_missile}}}
 +
|Cargoscoop = {{{max_cargoscoop}}}
 +
|{{{max_engine}}}
 +
|{{{min_crew}}}
 +
|{{{max_crew}}}
 +
|{{{capacity}}}
 +
|{{{hull_mass}}}
 +
|{{{fuel_tank_mass}}}
 +
|{{{effective_exhaust_velocity}}}
 +
|{{{price = 70000}}}
 +
|{{{hyperdrive_class}}}
 +
|
 
|}
 
|}
  
==Description==
+
max_cargo = 15,
{{{desc}}}
+
max_laser = 1,
 +
max_missile = 4,
 +
max_cargoscoop = 0,
 +
max_engine = 0,
 +
min_crew = 1,
 +
max_crew = 2,
 +
capacity = 15,
 +
hull_mass = 10,
 +
fuel_tank_mass = 15,
 +
-- Exhaust velocity Vc [m/s] is equivalent of engine efficiency and depend on used technology. Higher Vc means lower fuel consumption.
 +
-- Smaller ships built for speed often mount engines with higher Vc. Another way to make faster ship is to increase fuel_tank_mass.
 +
effective_exhaust_velocity = 59167e3,
 +
price = 70000,
 +
hyperdrive_class = 0,
 +
}

Revision as of 23:00, 19 February 2013

{{{name}}}

Forward thrust = {{{forward_thrust}}} Reverse thrust = {{{reverse_thrust}}} Up thrust = {{{up_thrust}}} Down thrust = {{{down_thrust}}} Angular thrust = {{{angular_thrust}}} Gun mounts {{{gun_mounts}}} Maximal cargo = {{{max_cargo}}} Maximal lasers = {{{max_laser}}} Maximal missiles= {{{max_missile}}} Cargoscoop = {{{max_cargoscoop}}} {{{max_engine}}} {{{min_crew}}} {{{max_crew}}} {{{capacity}}} {{{hull_mass}}} {{{fuel_tank_mass}}} {{{effective_exhaust_velocity}}} {{{price = 70000}}} {{{hyperdrive_class}}}

max_cargo = 15, max_laser = 1, max_missile = 4, max_cargoscoop = 0, max_engine = 0, min_crew = 1, max_crew = 2, capacity = 15, hull_mass = 10, fuel_tank_mass = 15, -- Exhaust velocity Vc [m/s] is equivalent of engine efficiency and depend on used technology. Higher Vc means lower fuel consumption. -- Smaller ships built for speed often mount engines with higher Vc. Another way to make faster ship is to increase fuel_tank_mass. effective_exhaust_velocity = 59167e3, price = 70000, hyperdrive_class = 0, }