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...*
Actions
Feature #865200
openEffect value divisors
Start date:
Due date:
% Done:
0%
Estimated time:
Description
An option so obvious that should have appeared alongside with multipliers: another effect option divisor
. To put it shortly,
if reqs then effect[type] += value * (multiplier // 1) / (divisor // 1)
Divisors shall be either nonzero shortint constants or names of corresponding game options and (not player-controlled) parameters. Goals are obvious:
1) Multipliers modify effects too rough without division;
2) Better ruleset scaling, most notable, Tech_Parasite can't be now set to a % of players (need divisors like "Live players", "Human players", "Normal players" and "All players").
Updated by Marko Lindqvist 7 months ago
- Sprint/Milestone changed from 3.1.0 to 3.2.0
Actions