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...":https://support.plan.io/news/187
Feature #764943
closedSeparate tech trading chance from tech stealing chance
100%
Description
http://forum.freeciv.org/f/viewtopic.php?f=11&t=90258
https://github.com/longturn/freeciv-S2_5/commit/ddafed38f77adc0a7db147ea3d562be168648963
Original problem statement from wieder: "We are setting up LT44 tat will have two teams and tech trading inside teams. Is there a way to make tech trading possible but also to make it very hard to steal from the other team? Diplo chance seems to be 40% at the lowers setting for 2.5."
Solution committed to longturn server: new server setting "diplchance_steal", which is used instead of "diplchance" in diplomat_get_tech().
(If we go for a similar solution, since that wouldn't be a format change, we could even introduce it in 2.6 series post-2.6.0?)
Files
Related issues
Updated by Marko Lindqvist over 4 years ago
Jacob Nevins wrote:
(If we go for a similar solution, since that wouldn't be a format change, we could even introduce it in 2.6 series post-2.6.0?)
We've usually treated new server settings as format change since they can be set in game.ruleset (and also in the .serv file)
Updated by Marko Lindqvist over 4 years ago
Subject is probably not what it's meant to be. Tech trading chance and tech stealing chance already have nothing to do with each other, I think. The problem they have solved sounds more like separating tech stealing chance from chances of other spy actions.
Updated by Marko Lindqvist over 4 years ago
- Blocks Task #656466: S3_0 datafile format freeze (d3f) added
Updated by Sveinung Kvilhaugsvik over 4 years ago
Marko Lindqvist wrote:
Subject is probably not what it's meant to be. Tech trading chance and tech stealing chance already have nothing to do with each other, I think. The problem they have solved sounds more like separating tech stealing chance from chances of other spy actions.
I think this could be implemented by making the Action_Odds_Pct effect work for the tech theft actions.
Updated by Sveinung Kvilhaugsvik over 4 years ago
- File 0001-Let-Action_Odds_Pct-control-tech-theft-odds.patch 0001-Let-Action_Odds_Pct-control-tech-theft-odds.patch added
- Category set to General
- Status changed from New to Resolved
- Assignee set to Sveinung Kvilhaugsvik
- % Done changed from 0 to 90
Untested patch
Updated by Sveinung Kvilhaugsvik over 4 years ago
- Status changed from Resolved to Closed
- % Done changed from 90 to 100