Fine 2 slots Trigger
FIST FIGHT card icon

FIST FIGHT

Your bare hands hits are more powerful

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": "jokerFistFight",
  "value": 2,
  "rarity": "rare",
  "requiredAmountSlots": 2,
  "maxAvailable": 4,
  "buyPrice": 300,
  "sellPrice": 150,
  "associatedChallenge": "challengeKill500Melee",
  "availableOnItems": [
    "itemHero"
  ],
  "isEnabled": true
}

Stacking

The game allows 4 copies on one item.

How to get it

  • Bought in the joker shop
  • Drops in solo play
  • Can be dropped and passed to a teammate
  • Unlocked by the challenge Kill 500 enemies with your fists (500 required)

Related cards