Skip to content

Commit

Permalink
EnergyCost is too low, just made it 10x (#154)
Browse files Browse the repository at this point in the history
If an antenna is using 0.03 W/s on idle it's a little too less, imho.
Now it will be 0.3 W/s.
  • Loading branch information
Gordon-Dry authored and steamport committed Jul 21, 2018
1 parent 0564b47 commit ee45c3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GameData/Kerbalism/Support/RemoteTech.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@
{
@MODULE[ModuleRTAntenna]:HAS[~DishAngle[],#Mode1OmniRange[>0]] // omni
{
@EnergyCost /= 1000
@EnergyCost /= 100
@TRANSMITTER
{
@PacketResourceCost /= 1000
Expand All @@ -287,7 +287,7 @@
{
@MODULE[ModuleRTAntenna]:HAS[#DishAngle[>0],#Mode1DishRange[>0]] // dish
{
@EnergyCost /= 500
@EnergyCost /= 50
@TRANSMITTER
{
@PacketResourceCost /= 500
Expand Down

0 comments on commit ee45c3d

Please sign in to comment.