Skip to content

Commit

Permalink
Add lunar variant to heatshield
Browse files Browse the repository at this point in the history
  • Loading branch information
zorg2044 committed Nov 7, 2024
1 parent 3792587 commit 23026e0
Showing 1 changed file with 35 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ PART
node_stack_top = 0.0, 0.21328, 0.0, 0.0, 1.0, 0.0, 1
TechRequired = advLanding
entryCost = 2500
cost = 800
cost = 500
category = Thermal
subcategory = 0
title = Centauri HS2 Heat Shield
Expand Down Expand Up @@ -71,13 +71,6 @@ PART
ablationTempThresh = 500
}
RESOURCE
{
name = Ablator
amount = 350
maxAmount = 350
}
MODULE
{
name = ModuleLiftingSurface
Expand All @@ -92,4 +85,38 @@ PART
nodeEnabled = True
attachNodeName = bottom
}
MODULE
{
name = ModuleB9PartSwitch
moduleID = AblatorSwitch
uiGroupName = Other
switcherDescription = Ablator Amount
switcherDescriptionPlural = Ablator Amount
affectDragCubes = False
affectFARVoxels = False
SUBTYPE
{
name = LowOrbit
title = Low Orbit
volumeAdded = 350
RESOURCE
{
name = Ablator
unitsPerVolume = 1
}
}
SUBTYPE
{
name = Lunar
title = Munar
volumeAdded = 800
addedMass = 0.1
addedCost = 300
RESOURCE
{
name = Ablator
unitsPerVolume = 1
}
}
}
}

0 comments on commit 23026e0

Please sign in to comment.