Skip to content

Commit

Permalink
New Spaceplane Nodes!
Browse files Browse the repository at this point in the history
Add new spaceplane nodes to more accurately develop reusable thermal protection systems and improve gameplay balancing
  • Loading branch information
Its-Just-Luci committed Aug 30, 2024
1 parent 6f14f3f commit affc50d
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 14 deletions.
74 changes: 65 additions & 9 deletions GameData/RP-1/Tree/RP0TechTree.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -407,15 +407,15 @@
}
RDNode
{
id = prototypeSpaceplanes
title = Prototype Spaceplanes
description = Prototype Spaceplanes (1965)
cost = 55
id = suborbitalSpaceplanes
title = Suborbital Spaceplanes
description = Suborbital Spaceplanes (1962)
cost = 10
hideEmpty = False
nodeName = prototypeSpaceplanes
nodeName = suborbitalSpaceplanesRP0
anyToUnlock = False
icon = RP-1/Tree/Icons/rp0_icon_x20
pos = -2527,2005,-1
icon = RP-1/Tree/Icons/rp0_icon_x15
pos = -2867,2005,-1
scale = 0.6
Parent
{
Expand All @@ -425,7 +425,63 @@
}
Parent
{
parentID = materialsScienceAdvCapsules
parentID = earlyFlightControl
lineFrom = RIGHT
lineTo = LEFT
}
Parent
{
parentID = entryDescentLanding
lineFrom = RIGHT
lineTo = LEFT
}
Parent
{
parentID = materialsScienceHuman
lineFrom = RIGHT
lineTo = LEFT
}
}
RDNode
{
id = reusableTPS
title = Reusable Thermal Protection Systems
description = Reusable Thermal Protection Systems (1964)
cost = 20
hideEmpty = False
nodeName = hypersonicFlightRP0
anyToUnlock = True
icon = RP-1/Tree/Icons/rp0_icon_x15
pos = -2612,2005,-1
scale = 0.6
Parent
{
parentID = suborbitalSpaceplanesRP0
lineFrom = RIGHT
lineTo = LEFT
}
Parent
{
parentID = basicCapsules
lineFrom = RIGHT
lineTo = LEFT
}
}
RDNode
{
id = prototypeSpaceplanes
title = Prototype Spaceplanes
description = Prototype Spaceplanes (1965)
cost = 15
hideEmpty = False
nodeName = prototypeSpaceplanes
anyToUnlock = False
icon = RP-1/Tree/Icons/rp0_icon_x20
pos = -2527,2005,-1
scale = 0.6
Parent
{
parentID = reusableTPS
lineFrom = RIGHT
lineTo = LEFT
}
Expand Down Expand Up @@ -988,7 +1044,7 @@
scale = 0.6
Parent
{
parentID = secondGenCapsules
parentID = earlyDocking
lineFrom = RIGHT
lineTo = LEFT
}
Expand Down
10 changes: 5 additions & 5 deletions GameData/RP-1/Tree/TREE-Parts.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -559,23 +559,23 @@
}
@PART[B9_Aero_Wing_Procedural_TypeA]:FOR[xxxRP0]
{
%TechRequired = prototypeSpaceplanes
%TechRequired = reusableTPS
%cost = 0
%entryCost = 15000
RP0conf = true
@description ^=:$: <b><color=green>From B9 Procedural Wings mod</color></b>
}
@PART[B9_Aero_Wing_Procedural_TypeB]:FOR[xxxRP0]
{
%TechRequired = prototypeSpaceplanes
%TechRequired = reusableTPS
%cost = 0
%entryCost = 15000
RP0conf = true
@description ^=:$: <b><color=green>From B9 Procedural Wings mod</color></b>
}
@PART[B9_Aero_Wing_Procedural_TypeC]:FOR[xxxRP0]
{
%TechRequired = prototypeSpaceplanes
%TechRequired = reusableTPS
%cost = 0
%entryCost = 15000
RP0conf = true
Expand Down Expand Up @@ -6604,7 +6604,7 @@
}
@PART[RO-ProcTankSpaceplane]:FOR[xxxRP0]
{
%TechRequired = prototypeSpaceplanes
%TechRequired = reusableTPS
%cost = 0
%entryCost = 40000
RP0conf = true
Expand Down Expand Up @@ -14309,7 +14309,7 @@
}
@PART[ROT-MiscTank-Shielded]:FOR[xxxRP0]
{
%TechRequired = prototypeSpaceplanes
%TechRequired = reusableTPS
%cost = 0
%entryCost = 40000
RP0conf = true
Expand Down

0 comments on commit affc50d

Please sign in to comment.