Unique 4 slots Trigger
STACKED LEVER card icon

STACKED LEVER

Instantly reload 2 bullets from your reserve ammo on kill

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": "jokerStackedLever",
  "value": 2,
  "rarity": "unique",
  "requiredAmountSlots": 4,
  "maxAvailable": 1,
  "buyPrice": 1200,
  "sellPrice": 600,
  "associatedChallenge": "challengeLvl55ItemWinchester",
  "availableOnItems": [
    "itemWinchester"
  ],
  "isEnabled": true
}

Stacking

The game allows 1 copy on one item.

How to get it

  • Bought in the joker shop
  • Only drops with more than one player
  • Can be dropped and passed to a teammate
  • Unlocked by the challenge Reach level 55 with the Leveredge (55 required)

Related cards