Skip to main content
All abilities in Legends of Dota Redux are organised into brackets inside abilities.kv. Each bracket controls which abilities appear together in the pick screen, what rules apply to them, and whether they require special game options to unlock. The top-level structure looks like this:
Abilities
└── skills
    ├── main          ← standard pool, always available
    ├── neutral       ← creep & neutral ability groups
    ├── custom        ← Redux-specific custom abilities
    ├── imba          ← Dota Imba enhanced versions
    ├── superop       ← OP / single-player restricted abilities
    └── heroToSkillMap  ← hero-specific bonus abilities

Brackets at a glance

The largest bracket. Contains essentially every standard Dota 2 hero ability that works correctly in a custom game context. Abilities in this bracket are always visible in the picker under normal settings.Includes both original (axe_culling_blade) and custom Redux overrides (bloodseeker_thirst_lod, ursa_fury_swipes_lod, ogre_magi_multicast_lod). Abilities that crash the server or have no effect when used off-hero are commented out.
Neutral abilities are subdivided into curated pick groups so players cannot stack multiple copies of the same type. Groups include:
GroupDescription
alpha_wolf_groupNon-ancient attack modifier passives
big_thunder_lizard_groupNon-ancient aura passives
black_dragon_groupAncient-tier aura passives
blue_dragonspawn_groupOffensive single-target actives
centaur_khan_groupNo-target / self-cast actives
dark_troll_warlord_groupPoint/ground-targeted actives
enraged_wildkin_groupAllied single-target actives
lone_druid_spirit_bear_groupSpirit bear abilities
satyr_groupNon-aura passives
necronomicon_groupOn-death passives
roshan_groupRoshan abilities
prowler_groupAncient attack modifiers
warlock_groupWarlock golem and imp abilities
Original abilities added by the Redux team that do not exist in standard Dota 2 or any imported pack. Sub-groups include:
  • flesh_heap — Pudge-themed stat-on-kill stacking abilities (Agility, Strength, Armor, Move Speed, Attack Speed, Evasion, and many more).
  • survivor — Abilities that grant scaling bonuses that partially persist through death.
  • spell_lab_souls — Soul-stacking abilities from Spell Lab.
  • brawler — Brawler pack abilities.
  • spell_lab — The Spell Lab custom ability set.
  • oneshotonekill — The OneShot OneKill pack (includes jingtong, jingtong_op, zhanhun, etc.).
  • overflow — Overflow pack abilities (Chi Strike, Dark Blade, Metamorphosis, Spectral Form, etc.).
  • angel_arena_blackstar — Blackstar custom abilities.
  • resurgence — Resurgence pack.
  • radiant_jungle — Neutral camp spawning abilities.
  • life_in_arena — Life in Arena pack (Ancient Priestess, Berserker, Frost Lord, Lord of Lightning, etc.).
  • retro_dota — Classic Dota-era abilities (Invoker Retro Portal, Scout, Confuse, etc.).
  • angel_arena_reborn — Angel Arena Reborn ability set.
  • memes_reborn / patron_abilities — Novelty and patron-exclusive abilities.
  • dusk, ebf, oaa, aba, holdout, mercy — Various imported packs.
  • basic_abilities — Flat stat bonus abilities (mana, health, move speed, spell amp, tenacity, stat gain, etc.).
  • item_abilities — Item-derived abilities (Mjolnir, Wards, Bash Reflect).
Enhanced versions of every Dota 2 hero’s abilities from the Dota Imba mod, organised per hero (hero_abaddon, hero_axe, etc.). These are stronger than their standard counterparts and may be restricted depending on server settings.
Abilities that are too powerful for normal games. They are split further into sub-groups:
Sub-groupDescription
singlePlayer_activesOP active abilities (e.g., Berserker’s Call OP, Rupture OP)
singlePlayer_actives_2/3/4Additional OP active tiers
singlePlayer_passiveOP passive abilities (Dragon Blood OP, Essence Aura OP, etc.)
singlePlayer_passive_2/3/4Additional OP passive tiers
memes_reborn_opOP fruit abilities
survivor_opOP survivor stack abilities
spell_lab_souls_opOP soul abilities
basic_abilities (OP)Stronger stat bonus abilities
mega_ultimatesMega-tier ultimates (Mega Black Hole, Mega Chronosphere, Floor is Lava, etc.)
These abilities only appear when the OP abilities option is enabled in the game lobby.
A mapping of hero-to-abilities that unlocks additional skills for certain heroes automatically. For example, Abaddon gets abaddon_the_quickening, Alchemist gets alchemist_transmuted_scepter and alchemist_aghnaim_magic_redux, and so on. These show up alongside the hero’s kit if they are playing that hero.

Build docs developers (and LLMs) love