Mythic 4 slots Trigger Disabled in this build
CRAZY'S DEAL card icon

CRAZY'S DEAL

Take 50% less damage, but your HP is locked at 30% of your max. HP

This card is fully authored in the game files but switched off in version 0.2.0.4. It has a finished icon, text and price, so it may return in a later patch, but it cannot currently be obtained.

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 1.

Raw record

Show the extracted row
{
  "id": "jokerCrazyDeal",
  "value": 1,
  "rarity": "epic",
  "requiredAmountSlots": 4,
  "maxAvailable": 1,
  "buyPrice": 800,
  "sellPrice": 400,
  "associatedChallenge": null,
  "availableOnItems": [
    "itemHero"
  ],
  "isEnabled": false
}

Stacking

The game allows 1 copy on one item.

How to get it

  • Only drops with more than one player
  • Cannot be dropped

Related cards