Fine 2 slots Trigger
FROST BITE card icon

FROST BITE

Melee kills on frozen enemies grant 2 shield points

What it does

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

A melee kill on a frozen enemy grants shield points. The grant is copies times 2 with no cap in the effect resolver, so extra copies keep paying.

Fires on melee kill and grants 2 shield points per copy .

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 2.

Resolved in BP_PlayerState.F_TriggerOnKillTweaks.

Raw record

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

Stacking

The game allows 1 copy on one item. Nothing diminishes it, so a spare copy is still worth 2 more shield points to you. It needs a Frost source of your own to fire at all.

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