GameData:RT-5 "Flea": Difference between revisions

From Kerbal Space Program 2 Wiki
Jump to navigation Jump to search
Created page with "{"entity": "part", "name": "RT-5 \"Flea\"", "file": "RT-5_Flea.png", "subtitle": "Solid Fuel Booster", "mass": "0.450", "size": "SM", "max_temp": "1000.0", "imp_tol": "10.0", "stores_research": "false", "resources": {"units": {"solidfuel": "t"}, "solidfuel": "1.05"}, "manufacturer": "Found Lying by the Side of the Road", "category": "engine", "family": "solid fuel booster", "modules": ""}"
 
engine module and mass fix
Line 4: Line 4:
"file": "RT-5_Flea.png",
"file": "RT-5_Flea.png",
"subtitle": "Solid Fuel Booster",
"subtitle": "Solid Fuel Booster",
"mass": "0.450",
"mass": "1.5",
"size": "SM",
"size": "SM",
"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": "162.9",
"vac": "192.0"
},
"min_thrust": {
"atm": "0.0",
"vac": "0.0"
},
"isp": {
"atm": "140",
"vac": "165"
},
"propellants": {
"solid_fuel": "0.119",
"units": {
"solid_fuel": "t/s"
}
},
"flags": "Stops under 10%"
}
}
}
}

Revision as of 18:50, 4 May 2025

entity"part"
name"RT-5 "Flea""
file"RT-5_Flea.png"
subtitle"Solid Fuel Booster"
mass"1.5"
size"SM"
max_temp"1000.0"
imp_tol"10.0"
stores_research"false"
resources
units
solidfuel"t"
solidfuel"1.05"
manufacturer"Found Lying by the Side of the Road"
category"engine"
family"solid fuel booster"
modules
engine
max_thrust
atm"162.9"
vac"192.0"
min_thrust
atm"0.0"
vac"0.0"
isp
atm"140"
vac"165"
propellants
solid_fuel"0.119"
units
solid_fuel"t/s"
flags"Stops under 10%"