Legendary 5 slots Trigger
SPELL ROULETTE card icon

SPELL ROULETTE

-20% spell cooldown, but spells are randomized on each cast

What it does

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

Fires on timer and grants random spell effect .

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_PlayerItems.F_SpellCooldownTweak.

Raw record

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

Stacking

The game allows 1 copy on one item.

How to get it

  • Bought in the joker shop
  • Can appear when gambling
  • Drops as loot during a run
  • Drops in solo play
  • Cannot be dropped
  • Unlocked by the challenge Win the Spell Roulette Joker from the Gamba Machine (1 required)

Related cards