GameData:Sepratron-1: Difference between revisions

From Kerbal Space Program 2 Wiki
Jump to navigation Jump to search
Created page with "{"entity": "part", "name": "Sepratron-1", "file": "Sepratron-1.png", "subtitle": "Mini Booster", "mass": "0.013", "size": "XS", "max_temp": "1000.0", "imp_tol": "10.0", "stores_research": "false", "resources": {"units": {"solidfuel": "t"}, "solidfuel": "0.06"}, "manufacturer": "Periapsis Rocket Supplies Co.", "category": "engine", "family": "solid fuel booster", "modules": ""}"
 
mass fix
 
(2 intermediate revisions by the same user not shown)
Line 4: Line 4:
"file": "Sepratron-1.png",
"file": "Sepratron-1.png",
"subtitle": "Mini Booster",
"subtitle": "Mini Booster",
"mass": "0.013",
"mass": "0.073",
"size": "XS",
"size": "XS",
"max_temp": "1000.0",
"max_temp": "1000.0",
Line 18: Line 18:
"category": "engine",
"category": "engine",
"family": "solid fuel booster",
"family": "solid fuel booster",
"modules": ""
"modules": {
"engine": {
"max_thrust": {
"atm": "13.8",
"vac": "18.0"
},
"min_thrust": {
"atm": "0.0",
"vac": "0.0"
},
"isp": {
"atm": "118",
"vac": "154"
},
"propellants": {
"solid_fuel": "0.012",
"units": {
"solid_fuel": "t/s"
}
},
"flags": "Stops under 10%"
}
}
}
}

Latest revision as of 18:52, 4 May 2025

entity"part"
name"Sepratron-1"
file"Sepratron-1.png"
subtitle"Mini Booster"
mass"0.073"
size"XS"
max_temp"1000.0"
imp_tol"10.0"
stores_research"false"
resources
units
solidfuel"t"
solidfuel"0.06"
manufacturer"Periapsis Rocket Supplies Co."
category"engine"
family"solid fuel booster"
modules
engine
max_thrust
atm"13.8"
vac"18.0"
min_thrust
atm"0.0"
vac"0.0"
isp
atm"118"
vac"154"
propellants
solid_fuel"0.012"
units
solid_fuel"t/s"
flags"Stops under 10%"