Skip to content

Commit

Permalink
Fix SSTU XLR81 entry costs
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanKell committed Jun 11, 2017
1 parent 8ebaa7e commit beac059
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
32 changes: 31 additions & 1 deletion GameData/RP-0/EntryCostModifiers.cfg
Expand Up @@ -266,6 +266,8 @@ ENTRYCOSTMODS
{
RLA-s-midengine = 0
RO-AgenaEngine = 0
SSTU-SC-ENG-LR81-8048 = 0
SSTU-SC-ENG-LR81-8096 = 0
}
}
PART
Expand All @@ -276,6 +278,8 @@ ENTRYCOSTMODS
{
FASAAgena-Engine = 0
RO-AgenaEngine = 0
SSTU-SC-ENG-LR81-8048 = 0
SSTU-SC-ENG-LR81-8096 = 0
}
}
PART
Expand All @@ -286,11 +290,37 @@ ENTRYCOSTMODS
{
FASAAgena-Engine = 0
RLA-s-midengine = 0
SSTU-SC-ENG-LR81-8048 = 0
SSTU-SC-ENG-LR81-8096 = 0
}
}
@PART,*:HAS[#tag[AgenaEngine]]
PART
{
name = SSTU-SC-ENG-LR81-8048
tag = AgenaEngine
entryCostMultipliers
{
FASAAgena-Engine = 0
RO-AgenaEngine = 0
SSTU-SC-ENG-LR81-8096 = 0
}
}
PART
{
name = SSTU-SC-ENG-LR81-8096
//tag = AgenaEngine
maxSubtraction = 8000
// Assume have bought BA-7 / Agena-B
entryCostSubtractors
{
FASAAgena-Engine = 8000
RO-AgenaEngine = 8000
SSTU-SC-ENG-LR81-8048 = 8000
}
}
@PART,*:HAS[#tag[AgenaEngine]]
{
%entryCostSubtractors
{
SXTAJ10 = 1000
}
Expand Down
1 change: 1 addition & 0 deletions tree.yml
Expand Up @@ -1994,6 +1994,7 @@ advRocketry:
SSTU-SC-ENG-RD-0110: *RD-0110
SSTU-SC-ENG-H1: *H1
SSTU-SC-ENG-LR81-8096:
entryCost: 15000
cost: 350 #+ 250 for config


Expand Down

0 comments on commit beac059

Please sign in to comment.