Skip to content

Commit

Permalink
Configs for ROHS HIAD (#2350)
Browse files Browse the repository at this point in the history
* Configs for ROHS HIAD
  • Loading branch information
Capkirk123 authored May 9, 2024
1 parent 6d6d540 commit 0d04d29
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 0 deletions.
1 change: 1 addition & 0 deletions GameData/RP-1/Tree/ECM-Parts.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -1009,6 +1009,7 @@
ROEE-XLR132 = XLR132
ROEE-XLR99A = XLR99-RM-2A
ROEE-YF77 = YF-77
ROH-AdjustableHIAD = 150000
ROH-AdjustableHS = heatshieldsHeatsink
ROMeteoSustainer = U-1250
ROS-BlanketSolarPanel = 1000, solarTL5
Expand Down
12 changes: 12 additions & 0 deletions GameData/RP-1/Tree/ROHeatshields.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@
%techRequired = lunarLanding
}

@PARTUPGRADE[Inflatable]:FOR[RP-0]
{
%techRequired = SIAD
}

@ROHS_PRESET[Heatsink]:FOR[RP-0]
{
%heatShieldBaseCost = 100
Expand Down Expand Up @@ -56,4 +61,11 @@
%heatShieldBaseCost = 1000
%heatShieldAreaCost = 1000
%heatShieldDiameterCost = 0
}

@ROHS_PRESET[Inflatable]:FOR[RP-0]
{
%heatShieldBaseCost = 100
%heatShieldAreaCost = 100
%heatShieldDiameterCost = 0
}
11 changes: 11 additions & 0 deletions GameData/RP-1/Tree/TREE-Parts.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13706,6 +13706,17 @@
%MODULE[ModuleTagList] { tag = EngineLiquidTurbo }
%MODULE[ModuleTagList] { tag = Hydrolox }

}
@PART[ROH-AdjustableHIAD]:FOR[xxxRP0]
{
%TechRequired = SIAD
%cost = 400
%entryCost = 0
RP0conf = true
@description ^=:$: <b><color=green>From ROHeatshields mod</color></b>

%MODULE[ModuleTagList] { tag = Reentry }

}
@PART[ROH-AdjustableHS]:FOR[xxxRP0]
{
Expand Down
23 changes: 23 additions & 0 deletions Source/Tech Tree/Parts Browser/data/ROHeatshields.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,27 @@
[
{
"name": "ROH-AdjustableHIAD",
"title": "Adjustable HIAD",
"description": "",
"mod": "ROHeatshields",
"cost": "400",
"entry_cost": "0",
"category": "EDL",
"info": "Heat Shield",
"year": "2019",
"technology": "SIAD",
"ro": true,
"orphan": false,
"rp0_conf": true,
"spacecraft": "",
"engine_config": "",
"upgrade": false,
"entry_cost_mods": "150000",
"identical_part_name": "",
"module_tags": [
"Reentry"
]
},
{
"name": "ROH-AdjustableHS",
"title": "Adjustable Heatshield",
Expand Down

0 comments on commit 0d04d29

Please sign in to comment.