bans.kv controls which ability combinations are forbidden and which abilities are excluded from mechanics like Multicast or Spell Echo. Most banned pairings are now handled by ReduxBans flags set directly on the ability data, but bans.kv covers structural rules that cannot be expressed as a simple per-ability flag.
Top-Level Blocks
Categories
Categories define reusable spell groups that can be referenced inside other groups using value "2" (as opposed to "1" which references a single spell).
Do not create recursive category references. The ban system has no cycle detection — a category that references itself (directly or indirectly) will loop indefinitely.
BannedGroups
Numbered groups list abilities that are mutually exclusive — a player cannot hold more than one ability from the same group.
ReduxBans Flags vs. bans.kv Entries
Redux uses two complementary systems for banning ability combinations:
ReduxBans example (in ability data)
This bans only the specific pair lifebreak_redux + spectre_dispersion.
bans.kv example (group ban)
Group 1 (the one-hit combo group) bans any combination of crit/attack-multiplier abilities. Adding a new ability to this group automatically makes it mutually exclusive with every other ability already in the group — no per-pair entries are needed.
noMulticast and noSpellEcho
These lists prevent the Ogre Magi Multicast and Spell Echo mechanics from triggering on abilities that would behave incorrectly when cast multiple times:
noWitchcraft
Abilities listed here will not have their cooldowns lowered by the Witchcraft cooldown-reduction patch applied globally by Redux: