Mythic 4 slots Trigger
EAT-A-PUNCH card icon

EAT-A-PUNCH

Melee kills heal you for 2 HP

What it does

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

Fires on unclassified and grants see the in-game description .

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.

Raw record

Show the extracted row
{
  "id": "jokerEatAPunch",
  "value": 2,
  "rarity": "epic",
  "requiredAmountSlots": 4,
  "maxAvailable": 2,
  "buyPrice": 800,
  "sellPrice": 400,
  "associatedChallenge": null,
  "availableOnItems": [
    "itemBanjo",
    "itemKnuckles",
    "itemLasso"
  ],
  "isEnabled": true
}

Stacking

The game allows 2 copies 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