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

More scale tweaks #11

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,5 @@
TWEAKSCALEEXPONENTS:NEEDS[CryoTanks,TweakScale]
{
name = ModuleCryoTank
CoolingCost = 3 // TODO:Rebalance this one
minResToLeave = 2 // And this one.
}
Original file line number Diff line number Diff line change
Expand Up @@ -39,24 +39,21 @@ TWEAKSCALEEXPONENTS:NEEDS[SystemHeat,TweakScale]
TWEAKSCALEEXPONENTS:NEEDS[SystemHeat,TweakScale]
{
name = ModuleSystemHeatAsteroidHarvester
systemPower = 3
// TODO: What I should do here?
}

TWEAKSCALEEXPONENTS:NEEDS[SystemHeat,TweakScale]
{
name = ModuleSystemHeatConverter
systemPower = 3
// TODO: What I should do here?
}

TWEAKSCALEEXPONENTS:NEEDS[SystemHeat,TweakScale]
{
name = ModuleSystemHeatEngine
// TODO: What I should do here?
}

TWEAKSCALEEXPONENTS:NEEDS[SystemHeat,TweakScale]
{
name = ModuleSystemHeatConverter
systemPower = 2.5 // same power per unit thrust
// TODO: What I should do here?
}

Expand All @@ -75,6 +72,8 @@ TWEAKSCALEEXPONENTS:NEEDS[SystemHeat,TweakScale]
TWEAKSCALEEXPONENTS:NEEDS[SystemHeat,TweakScale]
{
name = ModuleSystemHeatFissionEngine
HeatGeneration = 2.5 // same waste heat per unit thrust
systemPower = 2.5 // same power per unit thrust
// TODO: What I should do here?
}

Expand Down Expand Up @@ -115,6 +114,7 @@ TWEAKSCALEEXPONENTS:NEEDS[SystemHeat,TweakScale]
TWEAKSCALEEXPONENTS:NEEDS[SystemHeat,TweakScale]
{
name = ModuleSystemHeatHarvester
systemPower = 3 // should scale with harvester speed
// TODO: What I should do here?
}

Expand Down