HostedRedmine.com has moved to the Planio platform. All logins and passwords remained the same. All users will be able to login and use Redmine just as before. Read more...
Feature #764944
Control over tech leakage rate
0%
Description
In http://forum.freeciv.org/f/viewtopic.php?f=13&t=90355, fomalhaut bemoans lack of control over the magnitude of the tech leakage effect ("I like technology leak but sometimes feel that it's too strong.")
I'm vaguely thinking of a single scaling factor in the ruleset that can increase or decrease the rate. (If ruleset-controlled then not until 3.0.)
Related issues
History
#1
Updated by Jacob Nevins almost 4 years ago
- Related to Bug #764909: Clarify the math of the Tech Leakage option added
#2
Updated by Marko Lindqvist almost 4 years ago
- Category set to General
- Sprint/Milestone set to 3.0.0
#3
Updated by Marko Lindqvist almost 4 years ago
- Blocks Task #656466: S3_0 datafile format freeze (d3f) added
#4
Updated by Marko Lindqvist almost 4 years ago
- File 0014-Add-server-setting-to-control-tech-leakage-rate.patch 0014-Add-server-setting-to-control-tech-leakage-rate.patch added
- File 0012-Add-server-setting-to-control-tech-leakage-rate.patch 0012-Add-server-setting-to-control-tech-leakage-rate.patch added
- Status changed from New to Resolved
Untested patch to add server setting to control tech leakage rate.
#5
Updated by Akechi . almost 4 years ago
Marko Lindqvist wrote:
Untested patch to add server setting to control tech leakage rate.
I think formula is not
leak = base_cost * (players - players_with_tech_and_embassy) * game.info.tech_leak_pct / players / 100;
but
leak = base_cost * players_with_tech_and_embassy * game.info.tech_leak_pct / (players * 100);
because leak is discount value. (other formula too.)
#6
Updated by Marko Lindqvist almost 4 years ago
- Status changed from Resolved to In Progress
#7
Updated by Marko Lindqvist almost 4 years ago
- File 0007-Add-server-setting-to-control-tech-leakage-rate.patch 0007-Add-server-setting-to-control-tech-leakage-rate.patch added
- File 0004-Add-server-setting-to-control-tech-leakage-rate.patch 0004-Add-server-setting-to-control-tech-leakage-rate.patch added
- Status changed from In Progress to Resolved
- Corrected formulas
#8
Updated by Marko Lindqvist almost 4 years ago
- Status changed from Resolved to Closed
- Assignee set to Marko Lindqvist
- Corrected formulas