Skip to content

Commit

Permalink
Move other SM tanks to postwar matsci, close #2168
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanKell committed Aug 9, 2023
1 parent 8ebd713 commit 65ad688
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 15 deletions.
3 changes: 3 additions & 0 deletions GameData/RP-1/Tree/ECM-Parts.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -1196,8 +1196,11 @@
ROT-MiscTank-Radial-Integral = Aluminum, Isogrids
ROT-MiscTank-Radial-Separate = 1
ROT-MiscTank-Separate = 1
ROT-MiscTank-ServiceModule = SM-LevelI
ROT-Nose-Integral = Aluminum, Isogrids
ROT-Nose-ServiceModule = SM-LevelI
ROT-RadialTank-Integral = Aluminum, Isogrids
ROT-ServiceModule = SM-LevelI
ROT-SphericalTank-Integral = Aluminum, Isogrids
ROT-ToroidalTank-Integral = Aluminum, Isogrids
ROT-reDIRECTTank-Balloon = BalloonTanks-SatMat
Expand Down
8 changes: 4 additions & 4 deletions GameData/RP-1/Tree/TREE-Parts.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17483,7 +17483,7 @@
}
@PART[ROT-MiscTank-ServiceModule]:FOR[xxxRP0]
{
%TechRequired = unlockParts
%TechRequired = postWarMaterialsScience
%cost = 0
%entryCost = 1
RP0conf = true
Expand Down Expand Up @@ -17534,7 +17534,7 @@
}
@PART[ROT-Nose-ServiceModule]:FOR[xxxRP0]
{
%TechRequired = unlockParts
%TechRequired = postWarMaterialsScience
%cost = 0
%entryCost = 1
RP0conf = true
Expand Down Expand Up @@ -17597,7 +17597,7 @@
}
@PART[ROT-ServiceModule]:FOR[xxxRP0]
{
%TechRequired = unlockParts
%TechRequired = postWarMaterialsScience
%cost = 0
%entryCost = 1
RP0conf = true
Expand Down Expand Up @@ -21644,7 +21644,7 @@
}
@PART[SSTU-A-Tank-SM-I]:FOR[xxxRP0]
{
%TechRequired = unlockParts
%TechRequired = postWarMaterialsScience
%cost = 0
%entryCost = 1
RP0conf = true
Expand Down
18 changes: 9 additions & 9 deletions Source/Tech Tree/Parts Browser/data/ROTanks.json
Original file line number Diff line number Diff line change
Expand Up @@ -598,8 +598,8 @@
"entry_cost": "1",
"category": "MATERIALS",
"info": "",
"year": "0",
"technology": "unlockParts",
"year": "1951",
"technology": "postWarMaterialsScience",
"era": "",
"ro": true,
"rp0": true,
Expand All @@ -608,7 +608,7 @@
"spacecraft": "",
"engine_config": "",
"upgrade": false,
"entry_cost_mods": "",
"entry_cost_mods": "SM-LevelI",
"identical_part_name": "",
"module_tags": [
"TankServiceModule"
Expand Down Expand Up @@ -732,15 +732,15 @@
"entry_cost": "1",
"category": "MATERIALS",
"info": "",
"year": "0",
"technology": "unlockParts",
"year": "1951",
"technology": "postWarMaterialsScience",
"ro": true,
"orphan": false,
"rp0_conf": true,
"spacecraft": "",
"engine_config": "",
"upgrade": false,
"entry_cost_mods": "",
"entry_cost_mods": "SM-LevelI",
"identical_part_name": "",
"module_tags": [
"TankServiceModule"
Expand Down Expand Up @@ -896,8 +896,8 @@
"entry_cost": "1",
"category": "MATERIALS",
"info": "",
"year": "0",
"technology": "unlockParts",
"year": "1951",
"technology": "postWarMaterialsScience",
"era": "",
"ro": true,
"rp0": true,
Expand All @@ -906,7 +906,7 @@
"spacecraft": "",
"engine_config": "",
"upgrade": false,
"entry_cost_mods": "",
"entry_cost_mods": "SM-LevelI",
"identical_part_name": "",
"module_tags": [
"TankServiceModule"
Expand Down
4 changes: 2 additions & 2 deletions Source/Tech Tree/Parts Browser/data/SSTU__RO_Addition.json
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,8 @@
"entry_cost": "1",
"category": "MATERIALS",
"info": "RF Tanks",
"year": "0",
"technology": "unlockParts",
"year": "1951",
"technology": "postWarMaterialsScience",
"era": "01-PW",
"ro": true,
"rp0": true,
Expand Down

0 comments on commit 65ad688

Please sign in to comment.