Normal 1 slot Trigger
PANIC ATTACK card icon

PANIC ATTACK

When you take HP damage, gain +20% damage for 3 sec.

What it does

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

Fires on low health and grants bonus damage .

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 FL_Items.F_ApplyImpactDamages.

Raw record

Show the extracted row
{
  "id": "jokerPanicAttack",
  "value": 1,
  "rarity": "classic",
  "requiredAmountSlots": 1,
  "maxAvailable": 1,
  "buyPrice": 50,
  "sellPrice": 25,
  "associatedChallenge": null,
  "availableOnItems": [
    "itemBanjo",
    "itemBow",
    "itemDualRevolver",
    "itemKnuckles",
    "itemLasso",
    "itemLongRanger",
    "itemMinigun",
    "itemPistol",
    "itemQuadCylinder",
    "itemSheriffStar",
    "itemShotgun",
    "itemWinchester"
  ],
  "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