Normal 1 slot Not modelled
HEAVY DRINKER card icon

HEAVY DRINKER

Healing bottles are 25% more effective on you

What it does

Its effect lives in code this project has not decoded, so only the in-game text is shown.

A hero or economy effect that is not resolved through a stat aggregator.

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

Raw record

Show the extracted row
{
  "id": "jokerHeavyDrinker",
  "value": 2.5,
  "rarity": "classic",
  "requiredAmountSlots": 1,
  "maxAvailable": 1,
  "buyPrice": 50,
  "sellPrice": 25,
  "associatedChallenge": null,
  "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
  • Can be dropped and passed to a teammate

Related cards