Legendary 5 slots Trigger
BATTLEMAGE card icon

BATTLEMAGE

Killing an enemy shortens all ongoing spell cooldowns by 0.5%

What it does

Fires on an event, so it has no standing stat value to compute.

Fires on kill and grants shortens ongoing spell cooldowns .

How the game resolves it

Every effect is gated the same way: F_GetJokerEffects checks that the item is in this card's availableOnItems list, then returns copies × value. This card's value is 1.

Resolved in BP_PlayerState.F_TriggerOnKillTweaks.

Raw record

Show the extracted row
{
  "id": "jokerBattleMage",
  "value": 1,
  "rarity": "legendary",
  "requiredAmountSlots": 5,
  "maxAvailable": 1,
  "buyPrice": 1200,
  "sellPrice": 600,
  "associatedChallenge": null,
  "availableOnItems": [
    "itemHero"
  ],
  "isEnabled": true
}

Stacking

The game allows 1 copy on one item. The curve barely moves after the first copy.

How to get it

  • Bought in the joker shop
  • Can appear when gambling
  • Drops as loot during a run
  • Drops in solo play
  • Can be dropped and passed to a teammate

Related cards