]> git.pond.sub.org Git - empserver/commit
config: Increase mountain process efficiency from 75% to 100%
authorMarkus Armbruster <armbru@pond.sub.org>
Thu, 7 Jan 2021 09:48:46 +0000 (10:48 +0100)
committerMarkus Armbruster <armbru@pond.sub.org>
Sun, 17 Jan 2021 20:24:29 +0000 (21:24 +0100)
commit88bd68b88bf8203970323c7bf043116cbd71b0f8
tree6b798a490da9350241e312e915052f12967e9a27
parent9b84153038021c8d067d33299fa0e4b50fad5de0
config: Increase mountain process efficiency from 75% to 100%

Each point of gold resource is worth 5d.  Except for mountains, where
it's just 3.75d.  This is because a mountain's process efficiency is
only 75%.  Has been that way since Empire 3 made mountains mine gold.

This is actually a needless complication: a sector with 75% process
efficiency produces just like one with 100% process efficiency and 75%
of the resource.

Increase mountain process efficiency to 100%.  Deities may want to
compensate by adjusting mountains' gold resources.

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
src/lib/global/sect.config
tests/update/final.xdump
tests/update/journal.log
tests/version/journal.log