Fine 2 slots Trigger
RAGE card icon

RAGE

Upon reaching 25% HP, release a wave that burns nearby enemies (cooldown: 60 sec.)

What it does

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

StatHow it scalesSource
Cooldown Diminishing curve on copies C_Joker_Rage

Fires on dropping to 25% health and grants burning wave on a cooldown.

Curve

C_Joker_Rage
Copies012345
Value606030201510

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 AC_PlayerStateJoker ubergraph.

Raw record

Show the extracted row
{
  "id": "jokerRage",
  "value": 1,
  "rarity": "rare",
  "requiredAmountSlots": 2,
  "maxAvailable": 1,
  "buyPrice": 300,
  "sellPrice": 150,
  "associatedChallenge": null,
  "availableOnItems": [
    "itemHero"
  ],
  "isEnabled": true
}

Stacking

The game allows 1 copy on one item. Copies halve the cooldown from 60s to 30s, then shave less and less.

Cooldown by copies

0 s20 s40 s60 s0123456789101112131415Copiesequip cap10 s
Show as a table
CopiesCooldown
160 s
230 s
320 s
415 s
510 s
610 s
710 s
810 s
910 s
1010 s
1110 s
1210 s
1310 s
1410 s
1510 s

This card on its own, out to 15 copies. The equip screen stops at 1; copies picked up during a run stack past it.

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