Skip to content

Commit

Permalink
configure new Mercury parts
Browse files Browse the repository at this point in the history
  • Loading branch information
Capkirk123 committed Jun 1, 2024
1 parent ecee343 commit c6f5949
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 2 deletions.
2 changes: 2 additions & 0 deletions GameData/RP-1/Tree/ECM-Parts.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -648,9 +648,11 @@
ROC-MercuryHS = capsulesMercury, heatshieldsLEO
ROC-MercuryLESBDB = capsulesMercury
ROC-MercuryNoseCapBDB = capsulesMercury
ROC-MercuryParachuteBDB = capsulesMercury
ROC-MercuryPosigrade = 3000, SolidsComposite, SolidsFiber
ROC-MercuryPosigradeBDB = 3000, SolidsComposite, SolidsFiber
ROC-MercuryRCS = 1000, rcsMult
ROC-MercuryRCS2BDB = capsulesMercury
ROC-MercuryRCSBDB = capsulesMercury
ROC-MercuryRetro = 10000, SolidsComposite, SolidsFiber
ROC-MercuryRetroBDB = 5000, SolidsComposite, SolidsFiber
Expand Down
16 changes: 16 additions & 0 deletions GameData/RP-1/Tree/TREE-Parts.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9273,6 +9273,14 @@
RP0conf = true
@description ^=:$: <b><color=green>From ROCapsules mod</color></b>
}
@PART[ROC-MercuryParachuteBDB]:FOR[xxxRP0]
{
%TechRequired = basicCapsules
%cost = 1
%entryCost = 1
RP0conf = true
@description ^=:$: <b><color=green>From ROCapsules mod</color></b>
}
@PART[ROC-MercuryPosigrade]:FOR[xxxRP0]
{
%TechRequired = solids1959
Expand Down Expand Up @@ -9306,6 +9314,14 @@
%MODULE[ModuleTagList] { tag = EngineLiquidPF }

}
@PART[ROC-MercuryRCS2BDB]:FOR[xxxRP0]
{
%TechRequired = basicCapsules
%cost = 68
%entryCost = 0
RP0conf = true
@description ^=:$: <b><color=green>From ROCapsules mod</color></b>
}
@PART[ROC-MercuryRCSBDB]:FOR[xxxRP0]
{
%TechRequired = basicCapsules
Expand Down
46 changes: 44 additions & 2 deletions Source/Tech Tree/Parts Browser/data/ROCapsules.json
Original file line number Diff line number Diff line change
Expand Up @@ -4174,6 +4174,27 @@
"identical_part_name": "",
"module_tags": []
},
{
"name": "ROC-MercuryParachuteBDB",
"title": "Mercury M-ASD Main Parachute",
"description": "",
"mod": "ROCapsules",
"cost": "1",
"entry_cost": "1",
"category": "COMMAND",
"info": "Parachute",
"year": "1961",
"technology": "basicCapsules",
"ro": true,
"orphan": false,
"rp0_conf": true,
"spacecraft": "",
"engine_config": "",
"upgrade": false,
"entry_cost_mods": "capsulesMercury",
"identical_part_name": "",
"module_tags": []
},
{
"name": "ROC-MercuryPosigrade",
"title": "Mercury Posigrade Solid Rocket Motor",
Expand Down Expand Up @@ -4249,14 +4270,35 @@
]
},
{
"name": "ROC-MercuryRCSBDB",
"name": "ROC-MercuryRCS2BDB",
"title": "Mercury Landing and Control Module",
"description": "",
"mod": "ROCapsules",
"cost": "68",
"entry_cost": "0",
"category": "COMMAND",
"info": "",
"year": "1961",
"technology": "basicCapsules",
"ro": true,
"orphan": false,
"rp0_conf": true,
"spacecraft": "",
"engine_config": "",
"upgrade": false,
"entry_cost_mods": "capsulesMercury",
"identical_part_name": "",
"module_tags": []
},
{
"name": "ROC-MercuryRCSBDB",
"title": "Mercury Landing and Control Module (Deprecated)",
"description": "",
"mod": "ROCapsules",
"cost": 68,
"entry_cost": 0,
"category": "COMMAND",
"info": "",
"info": "Deprecated",
"year": "1961",
"technology": "basicCapsules",
"era": "",
Expand Down

0 comments on commit c6f5949

Please sign in to comment.