empserver/tests/smoke
Markus Armbruster d48851c0ac power: Saner power value for tech, particularly at low tech
In the old times, power didn't consider tech at all.  Chainsaw's
option NEWPOWER (mandatory since v4.2.14, on by default before)
changed this dramatically: the power factor gets multiplied by
max(1, tech) / 500.

In the early game, small absolute tech differences yield large power
factor differences.  For instance, if country A has tech level 10, and
B has 5, then A gets a factor two boost.

As the game progresses, tech differences between viable countries tend
to grow, but only slowly.  The influence on power diminishes.  For
instance, if C has tech level 270 and D has 240 (quite a respectable
tech lead), then C gets a modest 1.125x boost over D.

Change the factor to (20 + tech) / 500.  Now A's advantage is only
1.2, and C's is 1.115.

You might think that's rather low.  However, tech is not power unless
you project it, and then it manifests itself as sectors, population
and other stuff power counts.

The same tech term occurs in plane power, except with just tech
instead of max(1, tech) .  Change it there as well, for consistency.

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
2017-08-06 14:05:30 +02:00
..
00 tests/version: New; exercises config introspection commands 2017-08-06 14:03:55 +02:00
01 tests: Factor feed_dir out of fire-test and smoke-test 2014-01-19 10:09:16 +01:00
02 tests: Factor feed_dir out of fire-test and smoke-test 2014-01-19 10:09:16 +01:00
03 tests: Factor feed_dir out of fire-test and smoke-test 2014-01-19 10:09:16 +01:00
04 tests: Factor feed_dir out of fire-test and smoke-test 2014-01-19 10:09:16 +01:00
05 tests: Factor feed_dir out of fire-test and smoke-test 2014-01-19 10:09:16 +01:00
06 tests: Factor feed_dir out of fire-test and smoke-test 2014-01-19 10:09:16 +01:00
07 tests: Factor feed_dir out of fire-test and smoke-test 2014-01-19 10:09:16 +01:00
08 tests: Factor feed_dir out of fire-test and smoke-test 2014-01-19 10:09:16 +01:00
09 tests: Factor feed_dir out of fire-test and smoke-test 2014-01-19 10:09:16 +01:00
10 tests: Factor feed_dir out of fire-test and smoke-test 2014-01-19 10:09:16 +01:00
11 tests: Factor feed_dir out of fire-test and smoke-test 2014-01-19 10:09:16 +01:00
12 tests: Factor feed_dir out of fire-test and smoke-test 2014-01-19 10:09:16 +01:00
13 tests: Factor feed_dir out of fire-test and smoke-test 2014-01-19 10:09:16 +01:00
14 tests: Factor feed_dir out of fire-test and smoke-test 2014-01-19 10:09:16 +01:00
15 tests: Factor feed_dir out of fire-test and smoke-test 2014-01-19 10:09:16 +01:00
16 autonav: Remove the feature 2015-02-28 16:10:22 +01:00
99 tests/version: New; exercises config introspection commands 2017-08-06 14:03:55 +02:00
fairland.xdump sail: Remove option SAIL 2015-02-28 16:11:28 +01:00
final.xdump sail: Remove option SAIL 2015-02-28 16:11:28 +01:00
journal.log power: Saner power value for tech, particularly at low tech 2017-08-06 14:05:30 +02:00
newcap_script Remove fairland from smoke test 2013-05-08 06:55:19 +02:00
server.log tests: Enable running_test_suite by default 2014-01-19 10:09:17 +01:00