Feature Maximizer difficulty with negatives and the max/min keywords.

I'm not quite sure whether to characterize this as a bug or a feature.

There's a hard cap in game about combat rate modifiers--anything past +/- 35% doesn't do anything. The maximizer currently ignores this, for reasons that make sense: there are times when we want to go past this hard cap (Community Service, or certain scenarios where you're figuring out what buffs you can afford to stop maintaining), and it should be possible to recreate desired behavior by using the max and min keywords.

Combat rate is a bit of an odd modifier--there are times when we want it to take a large positive value and times when we want it to take a large negative value. When we want to max out combat rate, we can type "combat rate 35 max" and have a great time. The maximizer will occasionally bring you to values over 35, but reaching those higher values doesn't increase the maximizer score, so it'll only happen if you have so many buffs or such large +combat bonuses on gear that you'd do so by accident, or incidentally while trying to maximize something else. But when we type "- combat rate -35 min", something undesirable (for this situation) happens: the "-35 min" acts as a boolean modifier, which means failing to meet that expectation results in a failure. See attached for an example.

I've tried a few other strings I expected could yield the results I'm looking for (e.g., "- combat rate -35 max") and none yielded my desired behavior.

There may very well be a way to do this that I've missed. I'd love to discover this.
1735263479177.png
 
When was this introduced? I don't remember this cap existing in the distant past, and I don't see any references to it in announcements / trivial updates or on the wiki.
I don't know when it was introduced. It does appear on this page of the wiki:
If modifiers are used to adjust combat frequency more than 25% in either direction, additional modifiers contribute only +1% for every +5%. Six effects that provide -5% combat, for example, will provide a total of -26%, not -30%. Additionally, combat frequency manipulation is hard capped at 35%. Underwater-only effects, however, are applied after these diminishing returns.
(emphasis mine)
 
Hm. Looks like the text was added on Feb 25 (https://kol.coldfront.net/thekolwiki/index.php?title=Combat_Frequency&diff=710087&oldid=706197) but I cannot find any references to a change happening around that time.

As for the original request, you're entirely correct that min / max aren't really usable with negative maximization targets. (The maximizer help button hints at this being the case.) It might be more intuitive to always operate on the score (i.e. weight * value) since the maximization always tries to maximize the resulting score (where bigger is better). However, that would potentially break many existing uses.

Instead, I might suggest adding new keywords "scoremin" and "scoremax", then internally translate min / max into those new concepts so we don't have to maintain even more keywords, then (optionally) also print out that min / max are deprecated and you should consider using the new keywords instead.
 
Back
Top