Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove downsides from subcontractors, buff research rate modifiers #2429

Merged
merged 2 commits into from
Sep 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
216 changes: 6 additions & 210 deletions GameData/RP-1/Strategies/Leaders/LeadersSubcontractors.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -38,30 +38,6 @@ STRATEGY
item = SalaryResearchers
}
}
EFFECT
{
name = CurrencyModifier
effectTitle = Shared Prestige
currency = Reputation
effectDescription = from contracts
multiplier = 0.95
transactionReasons
{
item = ContractReward
}
}
EFFECT
{
name = CurrencyModifier
effectTitle = ОКБ Politics
currency = Confidence
effectDescription = from contracts
multiplier = 0.95
transactionReasons
{
item = ContractReward
}
}
}

STRATEGY
Expand Down Expand Up @@ -95,36 +71,12 @@ STRATEGY
name = ResearchRateModifier
effectTitle = Crewed Spaceflight Visionary
effectDescription = command module
multiplier = 1.05
multiplier = 1.15
nodeTypes
{
typeNode = Command
}
}
EFFECT
{
name = CurrencyModifier
effectTitle = Shared Prestige
currency = Reputation
effectDescription = from contracts
multiplier = 0.95
transactionReasons
{
item = ContractReward
}
}
EFFECT
{
name = CurrencyModifier
effectTitle = ОКБ Politics
currency = Confidence
effectDescription = from contracts
multiplier = 0.95
transactionReasons
{
item = ContractReward
}
}
}

STRATEGY
Expand Down Expand Up @@ -158,36 +110,12 @@ STRATEGY
name = ResearchRateModifier
effectTitle = Almaz and Salyut Stations
effectDescription = station
multiplier = 1.05
multiplier = 1.15
nodeTypes
{
typeNode = Stations
}
}
EFFECT
{
name = CurrencyModifier
effectTitle = Shared Prestige
currency = Reputation
effectDescription = from contracts
multiplier = 0.95
transactionReasons
{
item = ContractReward
}
}
EFFECT
{
name = CurrencyModifier
effectTitle = ОКБ Politics
currency = Confidence
effectDescription = from contracts
multiplier = 0.95
transactionReasons
{
item = ContractReward
}
}
}

STRATEGY
Expand Down Expand Up @@ -221,37 +149,13 @@ STRATEGY
name = ResearchRateModifier //TODO: should be a integration speed buff to staged combustion
//TODO: leaving this like this now until I can target SC parts
effectTitle = Jet Engine Proficiency
multiplier = 1.1
multiplier = 1.15
effectDescription = flight
nodeTypes
{
typeNode = Flight
}
}
EFFECT
{
name = CurrencyModifier
effectTitle = Shared Prestige
currency = Reputation
effectDescription = from contracts
multiplier = 0.9
transactionReasons
{
item = ContractReward
}
}
EFFECT
{
name = CurrencyModifier
effectTitle = ОКБ Politics
currency = Confidence
effectDescription = from contracts
multiplier = 0.9
transactionReasons
{
item = ContractReward
}
}
}

STRATEGY
Expand Down Expand Up @@ -285,36 +189,12 @@ STRATEGY
name = ResearchRateModifier
effectTitle = The Proton Engines
effectDescription = staged rocket engine
multiplier = 1.05
multiplier = 1.1
nodeTypes
{
typeNode = Staged
}
}
EFFECT
{
name = CurrencyModifier
effectTitle = Shared Prestige
currency = Reputation
effectDescription = from contracts
multiplier = 0.95
transactionReasons
{
item = ContractReward
}
}
EFFECT
{
name = CurrencyModifier
effectTitle = ОКБ Politics
currency = Confidence
effectDescription = from contracts
multiplier = 0.95
transactionReasons
{
item = ContractReward
}
}
}


Expand Down Expand Up @@ -349,25 +229,13 @@ STRATEGY
{
name = ResearchRateModifier
effectTitle = Early Solid Rocket Pioneers
multiplier = 1.05
multiplier = 1.1
effectDescription = solid rocket engine
nodeTypes
{
item = Solid
}
}
EFFECT
{
name = CurrencyModifier
effectTitle = Hired Contractor
currency = Funds
effectDescription = from program funding
multiplier = 0.99
transactionReasons
{
item = ProgramFunding
}
}
}

STRATEGY
Expand Down Expand Up @@ -408,18 +276,6 @@ STRATEGY
item = Nuclear
}
}
EFFECT
{
name = CurrencyModifier
effectTitle = Hired Contractor
currency = Funds
effectDescription = from program funding
multiplier = 0.99
transactionReasons
{
item = ProgramFunding
}
}
}

STRATEGY
Expand Down Expand Up @@ -473,18 +329,6 @@ STRATEGY
item = RateAirlaunch
}
}
EFFECT
{
name = CurrencyModifier
effectTitle = Hired Contractor
currency = Funds
effectDescription = from program funding
multiplier = 0.995
transactionReasons
{
item = ProgramFunding
}
}
}

STRATEGY
Expand Down Expand Up @@ -525,18 +369,6 @@ STRATEGY
item = Cockpit
}
}
EFFECT
{
name = CurrencyModifier
effectTitle = Hired Contractor
currency = Funds
effectDescription = from program funding
multiplier = 0.99
transactionReasons
{
item = ProgramFunding
}
}
}

STRATEGY
Expand Down Expand Up @@ -577,18 +409,6 @@ STRATEGY
item = TankIsogrid
}
}
EFFECT
{
name = CurrencyModifier
effectTitle = Hired Contractor
currency = Funds
effectDescription = from program funding
multiplier = 0.99
transactionReasons
{
item = ProgramFunding
}
}
}

STRATEGY
Expand Down Expand Up @@ -630,18 +450,6 @@ STRATEGY
item = Avionics
}
}
EFFECT
{
name = CurrencyModifier
effectTitle = Hired Contractor
currency = Funds
effectDescription = from program funding
multiplier = 0.99
transactionReasons
{
item = ProgramFunding
}
}
}

STRATEGY
Expand Down Expand Up @@ -674,25 +482,13 @@ STRATEGY
{
name = ResearchRateModifier
effectTitle = US Foremost Engine Developer
multiplier = 1.05
multiplier = 1.1
effectDescription = early and orbital rocket engine
nodeTypes
{
typeNode = RocketEngines
}
}
EFFECT
{
name = CurrencyModifier
effectTitle = Hired Contractor
currency = Funds
effectDescription = from program funding
multiplier = 0.99
transactionReasons
{
item = ProgramFunding
}
}
}

STRATEGY
Expand Down
Loading