GameData:Example/parachute: Difference between revisions
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", | |||
"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 07: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 |
|