Fine 2 slots Trigger
FIGHT OR FLIGHT card icon

FIGHT OR FLIGHT

Taking HP damage grants +20% melee speed for 3 sec.

What it does

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

Fires on damage taken and grants temporary attack speed .

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 BP_Item.F_GetAttackSpeed.

Raw record

Show the extracted row
{
  "id": "jokerFightOrFlight",
  "value": 1,
  "rarity": "rare",
  "requiredAmountSlots": 2,
  "maxAvailable": 2,
  "buyPrice": 300,
  "sellPrice": 150,
  "associatedChallenge": null,
  "availableOnItems": [
    "itemHero"
  ],
  "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