Normal 1 slot Trigger
DEADLY STRONG card icon

DEADLY STRONG

Move faster and deal more damage as a dead ghost

What it does

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

Fires on death and grants faster ghost movement .

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

Resolved in BP_PlayerGhost.F_UpdateGhostSpeed.

Raw record

Show the extracted row
{
  "id": "jokerDeadlyStrong",
  "value": 1.5,
  "rarity": "classic",
  "requiredAmountSlots": 1,
  "maxAvailable": 2,
  "buyPrice": 50,
  "sellPrice": 25,
  "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
  • Only drops with more than one player
  • Can be dropped and passed to a teammate

Related cards