Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • C core
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Issues 81
    • Issues 81
    • List
    • Boards
    • Service Desk
    • Milestones
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • dulst
  • core
  • Issues
  • #104

Closed
Open
Created Feb 20, 2021 by Minkhalim Mingazov@tails55💬Maintainer

"increase/decrease to" modify stats operations

A suggestion for 2 new operations for "modify stats" action. Basically, former one increases the value to i as long as it's lower and the second one decreases it to i as long as it's higher. For example:

  • a=4
  • a+=4, now it's 8
  • a reduced to 6, now it's 6
  • a+=4 cancelled, now a is 4 because only "a=4" and "a reduced to 6" remain

Example usecase is a keyword that doesn't stack, for example "windfury" and "mega-windfury" in HS (frenzy 1 and frenzy 3) or "soak 1" and "soak 2" in Star Crusade (defense in AK). In this case, instead of adding X to the value or setting it to X, it can be increased to X so that only the highest source of that keyword is applied.

Assignee
Assign to
Time tracking