Skip to content

Commit

Permalink
Do not require ECM for some apollo parts (#2496)
Browse files Browse the repository at this point in the history
* Update ROCapsules.json

* readd capsulesApollo to parachutes

all of the other capsule-specific parachutes have their capsule ecm included, so meh
  • Loading branch information
Clayell authored Feb 15, 2025
1 parent 897759a commit 144849f
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions Source/Tech Tree/Parts Browser/data/ROCapsules.json
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@
"spacecraft": "Apollo",
"engine_config": "",
"upgrade": false,
"entry_cost_mods": "capsulesApollo",
"entry_cost_mods": "",
"identical_part_name": "",
"module_tags": []
},
Expand All @@ -474,7 +474,7 @@
"spacecraft": "Apollo",
"engine_config": "",
"upgrade": false,
"entry_cost_mods": "dockingApollo, capsulesApollo",
"entry_cost_mods": "dockingApollo",
"identical_part_name": "Apollo Probe",
"module_tags": []
},
Expand All @@ -497,7 +497,7 @@
"spacecraft": "Apollo",
"engine_config": "",
"upgrade": false,
"entry_cost_mods": "3000,dockingApollo, capsulesApollo",
"entry_cost_mods": "3000,dockingApollo",
"identical_part_name": "Apollo Drogue",
"module_tags": []
},
Expand Down Expand Up @@ -590,7 +590,7 @@
"spacecraft": "Apollo",
"engine_config": "",
"upgrade": false,
"entry_cost_mods": "capsulesApollo",
"entry_cost_mods": "",
"identical_part_name": "",
"module_tags": []
},
Expand Down Expand Up @@ -683,7 +683,7 @@
"spacecraft": "Apollo",
"engine_config": "",
"upgrade": false,
"entry_cost_mods": "dockingApollo, capsulesApollo",
"entry_cost_mods": "capsulesApollo",
"identical_part_name": "Apollo Forward HS",
"module_tags": [
"Reentry"
Expand Down Expand Up @@ -732,7 +732,7 @@
"spacecraft": "Apollo",
"engine_config": "",
"upgrade": false,
"entry_cost_mods": "capsulesApollo",
"entry_cost_mods": "",
"identical_part_name": "ApolloHGA",
"module_tags": [
"Instruments"
Expand All @@ -756,7 +756,7 @@
"spacecraft": "",
"engine_config": "",
"upgrade": false,
"entry_cost_mods": "capsulesApollo",
"entry_cost_mods": "",
"identical_part_name": "ApolloHGA",
"module_tags": [
"Instruments"
Expand All @@ -780,7 +780,7 @@
"spacecraft": "",
"engine_config": "",
"upgrade": false,
"entry_cost_mods": "capsulesApolloBIII",
"entry_cost_mods": "",
"identical_part_name": "ApolloHGABlockIII",
"module_tags": [
"Instruments"
Expand All @@ -804,7 +804,7 @@
"spacecraft": "",
"engine_config": "",
"upgrade": false,
"entry_cost_mods": "35000, capsulesApolloBIII",
"entry_cost_mods": "35000",
"identical_part_name": "",
"module_tags": [
"Instruments"
Expand Down Expand Up @@ -1121,7 +1121,7 @@
"spacecraft": "Apollo",
"engine_config": "",
"upgrade": false,
"entry_cost_mods": "dockingApollo,capsulesApollo",
"entry_cost_mods": "dockingApollo",
"identical_part_name": "Apollo Probe",
"module_tags": []
},
Expand Down Expand Up @@ -4999,4 +4999,4 @@
"Reentry"
]
}
]
]

0 comments on commit 144849f

Please sign in to comment.