Skip to content

Commit

Permalink
Add ROT-CMES-Tank-* support
Browse files Browse the repository at this point in the history
  • Loading branch information
lpgagnon committed Nov 20, 2022
1 parent 86ab33c commit d28e872
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 1 deletion.
3 changes: 3 additions & 0 deletions GameData/RP-0/Tree/ECM-Parts.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -1139,6 +1139,9 @@
ROT-BalloonTank = BalloonTanks-SatMat
ROT-BalloonTank-New = BalloonTanks-SatMat
ROT-BoosterTank-Integral = Aluminum, Isogrids
ROT-CMES-Tank-Balloon = BalloonTanks-SatMat
ROT-CMES-Tank-Integral = Aluminum, Isogrids
ROT-CMES-Tank-Separate = 1
ROT-GenericTank-Integral = Aluminum, Isogrids
ROT-KatnissTank-Balloon = BalloonTanks-SatMat
ROT-KatnissTank-Integral = Aluminum, Isogrids
Expand Down
27 changes: 27 additions & 0 deletions GameData/RP-0/Tree/TREE-Parts.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16849,6 +16849,33 @@
RP0conf = true
@description ^=:$: <b><color=green>From ROTanks mod</color></b>
}
@PART[ROT-CMES-Tank-Balloon]:FOR[xxxRP0]
{
%TechRequired = materialsScienceSatellite
%cost = 0
%entryCost = 1
RP0conf = true
@description ^=:$: <b><color=green>From ROTanks mod</color></b>

%MODULE[ModuleTagList] { tag = TankBalloon }

}
@PART[ROT-CMES-Tank-Integral]:FOR[xxxRP0]
{
%TechRequired = materialsScienceSatellite
%cost = 1
%entryCost = 1
RP0conf = true
@description ^=:$: <b><color=green>From ROTanks mod</color></b>
}
@PART[ROT-CMES-Tank-Separate]:FOR[xxxRP0]
{
%TechRequired = start
%cost = 1
%entryCost = 1
RP0conf = true
@description ^=:$: <b><color=green>From ROTanks mod</color></b>
}
@PART[ROT-GenericTank]:FOR[xxxRP0]
{
%TechRequired = unlockParts
Expand Down
67 changes: 66 additions & 1 deletion Source/Tech Tree/Parts Browser/data/ROTanks.json
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,71 @@
"identical_part_name": "",
"module_tags": []
},
{
"name": "ROT-CMES-Tank-Balloon",
"title": "CMES Modular Tank (Balloon)",
"description": "",
"mod": "ROTanks",
"cost": "0",
"entry_cost": "1",
"category": "MATERIALS",
"info": "",
"year": "1957",
"technology": "materialsScienceSatellite",
"ro": true,
"orphan": false,
"rp0_conf": true,
"spacecraft": "",
"engine_config": "",
"upgrade": false,
"entry_cost_mods": "BalloonTanks-SatMat",
"identical_part_name": "",
"module_tags": [
"TankBalloon"
]
},
{
"name": "ROT-CMES-Tank-Integral",
"title": "CMES Modular Tank (Integral)",
"description": "",
"mod": "ROTanks",
"cost": "1",
"entry_cost": "1",
"category": "MATERIALS",
"info": "",
"year": "1957",
"technology": "materialsScienceSatellite",
"ro": true,
"orphan": false,
"rp0_conf": true,
"spacecraft": "",
"engine_config": "",
"upgrade": false,
"entry_cost_mods": "Aluminum, Isogrids",
"identical_part_name": "",
"module_tags": []
},
{
"name": "ROT-CMES-Tank-Separate",
"title": "CMES Modular Tank (Conventional Structure)",
"description": "",
"mod": "ROTanks",
"cost": "1",
"entry_cost": "1",
"category": "MATERIALS",
"info": "",
"year": "1951",
"technology": "start",
"ro": true,
"orphan": false,
"rp0_conf": true,
"spacecraft": "",
"engine_config": "",
"upgrade": false,
"entry_cost_mods": "1",
"identical_part_name": "",
"module_tags": []
},
{
"name": "ROT-GenericTank",
"title": "Modular Tank (Deprecated)",
Expand Down Expand Up @@ -830,4 +895,4 @@
"identical_part_name": "",
"module_tags": []
}
]
]

0 comments on commit d28e872

Please sign in to comment.