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

Data:Example

From Kerbal Space Program 2 Wiki
Revision as of 17:49, 13 October 2024 by KiwiShark (talk | contribs) (KiwiShark changed the content model of the page Data:Example from "JSON" to "wikitext": Data:Example will give context to the information stored in Data: pages, with subpages for different examples such as Data:Example/engines)

{

   "name": "T3-ST \"Default\"",
   "file": "T3-ST_Default.png",
   "caption": "Example Methalox Engine",
   "mass": "0.500",
   "size": "SM",
   "max_temp": "1000",
   "imp_tol": "10",
   "stores_research": false,
   "resources": false,
   "manufacturer": "Community Conglomerate",
   "modules": {
       "engine": {
           "max_thrust": {
               "atm": "42.0",
               "vac": "88.0"
           },
           "min_thrust": {
               "atm": "0.0",
               "vac": "0.0"
           },
           "isp": {
               "atm": "223",
               "vac": "628"
           },
           "propellants": {
               "units": "t/s",
               "methane": "0.010",
               "oxidizer": "0.040"
           },
           "flags": "Stops under 10%"
       },
       "gimbal": {
           "pitch": "2",
           "yaw": "2"
       },
       "generator": {
           "outputs": {
               "units": "/s",
               "electric charge": "2.000"
           },
           "always_active": true,
           "engine_alternator": true
       }
   }

}

MediaWiki Appliance - Powered by TurnKey Linux