empserver/tests/smoke
Markus Armbruster 5917841bfc power: Use ship, plane, land unit tech instead of nation's
Actual abilities of ships, planes and land units depend almost
completely on the individual unit's tech, not the nation's tech.  The
power factor should reflect that.

The power value of a unit is of the form

    base value * (20 + nation's tech level) / 500

Change it to

    base value * (20 + unit's tech level) / 500

Note that a plane's base value still depends on the nation's tech
level.  This commit merely makes the absurdity stand out a bit more.
To be fixed later.

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
2017-08-06 14:05:31 +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: Use ship, plane, land unit tech instead of nation's 2017-08-06 14:05:31 +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