GameData:Example/parachute: Difference between revisions
Jump to navigation
Jump to search
m KerbBot moved page Data:Example/parachute to GameData:Example/parachute without leaving a redirect: Moving to new NS |
removed unnecessary resources fields |
||
Line 1: | Line 1: | ||
{ | { | ||
"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_research": false, | |||
"resources": "", | |||
"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_research | false | ||||||||
resources | "" | ||||||||
manufacturer | "Community Conglomerate" | ||||||||
category | "utility" | ||||||||
family | "parachutes" | ||||||||
modules |
|