Mythic 4 slots Trigger
COLD BLOODED card icon

COLD BLOODED

Your melee attacks freeze enemies, consuming 3 shield points per enemy

What it does

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

Fires on melee hit and grants freezes the target, spending shield points .

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 FL_Items.F_ApplyImpactDamages.

Raw record

Show the extracted row
{
  "id": "jokerColdBlooded",
  "value": 1,
  "rarity": "epic",
  "requiredAmountSlots": 4,
  "maxAvailable": 1,
  "buyPrice": 800,
  "sellPrice": 400,
  "associatedChallenge": null,
  "availableOnItems": [
    "itemHero"
  ],
  "isEnabled": true
}

Stacking

The game allows 1 copy on one item. The card states no damage figure, so none is computed.

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