Unique 5 slots Not modelled
ELEMENTAL SPIN card icon

ELEMENTAL SPIN

The minigun has a 30% chance to fire a random elemental bullet instead of a regular one

What it does

Its effect lives in code this project has not decoded, so only the in-game text is shown.

Implemented in BP_Item_Minigun, which was exported without Blueprint bytecode.

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

Raw record

Show the extracted row
{
  "id": "jokerElementalSpin",
  "value": 0.3,
  "rarity": "unique",
  "requiredAmountSlots": 5,
  "maxAvailable": 1,
  "buyPrice": 1200,
  "sellPrice": 600,
  "associatedChallenge": "challengeLvl35ItemMinigun",
  "availableOnItems": [
    "itemMinigun"
  ],
  "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 35 with the Minigun (35 required)

Related cards