Unique 5 slots Trigger
AIMING BURST card icon

AIMING BURST

+30% weakspot damage and piercing bullets while aiming

What it does

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

Fires on aimed shot and grants burst .

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 FL_Items.F_ApplyImpactDamages + BP_PlayerBullet.F_TraceBullet.

Raw record

Show the extracted row
{
  "id": "jokerAimingBurst",
  "value": 1,
  "rarity": "unique",
  "requiredAmountSlots": 5,
  "maxAvailable": 1,
  "buyPrice": 1200,
  "sellPrice": 600,
  "associatedChallenge": "challengeLevel35ItemQuadCylinder",
  "availableOnItems": [
    "itemQuadCylinder"
  ],
  "isEnabled": true
}

Stacking

The game allows 1 copy on one item. Quad Cylinder exclusive.

How to get it

  • Bought in the joker shop
  • Only drops with more than one player
  • Cannot be dropped
  • Unlocked by the challenge Reach level 35 with the Quad Cylinder (35 required)

Related cards