Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Data:Example/engine: Difference between revisions

From Kerbal Space Program 2 Wiki
(updated propellants units)
(added alt mode)
Line 13: Line 13:
     "modules": {
     "modules": {
         "engine": {
         "engine": {
            "mode_name": "Mode 1",
             "max_thrust": {
             "max_thrust": {
                 "atm": "42.0",
                 "atm": "42.0",
Line 33: Line 34:
                 }
                 }
             },
             },
             "flags": "Stops under 10%"
             "flags": "Stops under 10%",
            "alt_mode": {
                "mode_name": "Mode 1",
                "max_thrust": {
                    "atm": "42.0",
                    "vac": "88.0"
                },
                "min_thrust": {
                    "atm": "0.0",
                    "vac": "0.0"
                },
                "isp": {
                    "atm": "223",
                    "vac": "628"
                },
                "propellants": {
                    "methane": "0.010",
                    "oxidizer": "0.040",
                    "units": {
                        "methane": "t/s",
                        "oxidizer": "t/s"
                    }
                },
                "flags": "Stops under 10%"
            }
         },
         },
         "gimbal": {
         "gimbal": {

Revision as of 01:50, 10 December 2024

entity"part"
name"T3-ST "Default""
file"T3-ST_Default.png"
subtitle"Example Methalox Engine"
mass"0.500"
size"SM"
max_temp"1000"
imp_tol"10"
stores_researchfalse
resourcesfalse
manufacturer"Community Conglomerate"
modules
engine
mode_name"Mode 1"
max_thrust
atm"42.0"
vac"88.0"
min_thrust
atm"0.0"
vac"0.0"
isp
atm"223"
vac"628"
propellants
methane"0.010"
oxidizer"0.040"
units
methane"t/s"
oxidizer"t/s"
flags"Stops under 10%"
alt_mode
mode_name"Mode 1"
max_thrust
atm"42.0"
vac"88.0"
min_thrust
atm"0.0"
vac"0.0"
isp
atm"223"
vac"628"
propellants
methane"0.010"
oxidizer"0.040"
units
methane"t/s"
oxidizer"t/s"
flags"Stops under 10%"
gimbal
pitch"2"
yaw"2"
generator
outputs
units"/s"
electric charge"2.000"
always_activetrue
engine_alternatortrue
MediaWiki Appliance - Powered by TurnKey Linux