GameData:Example/parachute: Difference between revisions

From Kerbal Space Program 2 Wiki
Jump to navigation Jump to search
started example parachute data page
 
removed unnecessary resources fields
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{
{
    "entity": "part",
"entity": "part",
    "name": "Example Parachute",
"name": "Example Parachute",
    "file": "example_parachute.png",
"file": "example_parachute.png",
    "subtitle": "Roughly Half a Balloon",
"subtitle": "Roughly Half a Balloon",
    "mass": "0.250",
"mass": "0.250",
    "size": "S",
"size": "S",
    "max_temp": "750",
"max_temp": "750",
    "imp_tol": "10",
"imp_tol": "10",
    "stores_research": false,
"stores_research": false,
    "resources": {
"resources": "",
        "monopropellant": "",
"manufacturer": "Community Conglomerate",
        "methane": "",
"category": "utility",
        "oxidizer": "",
"family": "parachutes",
        "solid_fuel": "",
"modules": {
        "hydrogen": "",
"parachute": {
        "xenon": "",
"drag": {
        "electric_charge": "",
"semi_deployed": "400.0",
        "units": {
"deployed": "850.0"
            "monopropellant": "",
}
            "methane": "",
}
            "oxidizer": "",
}
            "solid_fuel": "",
            "hydrogen": "",
            "xenon": "",
            "electric_charge": ""
        }
    },
    "manufacturer": "Community Conglomerate",
    "category": "utility",
    "family": "parachutes",
    "modules": {
        "parachute": {
            "drag": {
                "semi_deployed": "400.0",
                "deployed": "850.0"
            }
        }
    }
}
}

Latest revision as of 08:25, 22 February 2025

entity"part"
name"Example Parachute"
file"example_parachute.png"
subtitle"Roughly Half a Balloon"
mass"0.250"
size"S"
max_temp"750"
imp_tol"10"
stores_researchfalse
resources""
manufacturer"Community Conglomerate"
category"utility"
family"parachutes"
modules
parachute
drag
semi_deployed"400.0"
deployed"850.0"