Mythic 4 slots Computed
LIFE PACT card icon

LIFE PACT

Kills heal you for 2 HP, but max. HP is reduced by 30%

What it does

The numbers below are calculated from the game files.

Kills heal you, at the cost of 30% max health per copy.

StatHow it scalesSource
Max health Diminishing curve on copies C_Joker_LifePact

Curve

C_Joker_LifePact
Copies01234
Value0-0.3-0.6-0.9-1

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_PlayerState.F_RecomputeHeal + F_TriggerOnKillTweaks.

Raw record

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

Stacking

The game allows 2 copies on one item. Four copies would zero your health bar were it not for the 10% floor.

Max health by copies

-100%-75%-50%-25%0%0123456789101112131415Copiesequip cap-90%
Show as a table
CopiesMax health
00%
1-30%
2-60%
3-90%
4-90% (capped)
5-90% (capped)
6-90% (capped)
7-90% (capped)
8-90% (capped)
9-90% (capped)
10-90% (capped)
11-90% (capped)
12-90% (capped)
13-90% (capped)
14-90% (capped)
15-90% (capped)

This card on its own, out to 15 copies. The equip screen stops at 2; copies picked up during a run stack past it.

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