Skip to content

Commit 7cc0525

Browse files
authored
Merge pull request #979 from SirCharizard17/master
Categories and CTT Fixes
2 parents 94be129 + 7c44aa5 commit 7cc0525

File tree

4 files changed

+12
-7
lines changed

4 files changed

+12
-7
lines changed

FOR_RELEASE/GameData/UmbraSpaceIndustries/MKS/MKS_CTT.cfg

+9-4
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132

133133
@PART[Ranger_BatPak]:NEEDS[CommunityTechTree]
134134
{
135-
@TechRequired = highPowerElectricalSystems
135+
@TechRequired = specializedElectrics
136136
}
137137

138138
@PART[Ranger_CommPak]:NEEDS[CommunityTechTree]
@@ -150,6 +150,11 @@
150150
@TechRequired = shortTermHabitation
151151
}
152152

153+
@PART[Ranger_HeatPump]:NEEDS[CommunityTechTree]
154+
{
155+
@TechRequired = largeElectrics
156+
}
157+
153158
@PART[Ranger_ISM]:NEEDS[CommunityTechTree]
154159
{
155160
@TechRequired = logistics
@@ -182,17 +187,17 @@
182187

183188
@PART[Ranger_Workshop]:NEEDS[CommunityTechTree]
184189
{
185-
@TechRequired = offWorldManufacturing
190+
@TechRequired = offworldManufacturing
186191
}
187192

188193
@PART[SalamanderPod]:NEEDS[CommunityTechTree]
189194
{
190-
@TechRequired = simpleCommandModules
195+
@TechRequired = shortTermHabitation
191196
}
192197

193198
@PART[ScoutLanderMk2]:NEEDS[CommunityTechTree]
194199
{
195-
@TechRequired = simpleCommandModules
200+
@TechRequired = shortTermHabitation
196201
}
197202

198203
@PART[Tundra_250Cap]:NEEDS[CommunityTechTree]

FOR_RELEASE/GameData/UmbraSpaceIndustries/MKS/Parts/MKS_PowerAntenna.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ breakingTorque = 1024
2626
TechRequired = heavierRocketry
2727
entryCost = 7600
2828
cost = 3800
29-
category = Utility
29+
category = Electrical
3030
subcategory = 0
3131
title = Microwave Power Tranceiver
3232
manufacturer = Umbra Space Industries

FOR_RELEASE/GameData/UmbraSpaceIndustries/MKS/Parts/MKS_PowerBox.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ breakingTorque = 1024
2626
TechRequired = heavierRocketry
2727
entryCost = 7600
2828
cost = 3800
29-
category = Utility
29+
category = Electrical
3030
subcategory = 0
3131
title = Power Coupler
3232
manufacturer = Umbra Space Industries

FOR_RELEASE/GameData/UmbraSpaceIndustries/MKS/Parts/ScoutLanderMk2.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
TechRequired = advFlightControl
2222
entryCost = 8100
2323
cost = 200
24-
category = Utility
24+
category = Ground
2525
subcategory = 0
2626
title = 'Scout' Landing Module - Mk2
2727
manufacturer = Umbra Space Industries

0 commit comments

Comments
 (0)