import { ICard } from '../../../../aer-types/types' export const cards: ICard[] = [ { type: 'Gem', expansion: 'BS', name: 'Triplite Core', id: 'TripliteCore', cost: 4, effect: `

Gain 3 Æ that can only be used to gain cards.

`, keywords: [], }, { type: 'Spell', expansion: 'BS', name: 'Nerve Jab', id: 'NerveJab', cost: 2, effect: `

Cast: Deal 1 damage.
Silence a minion.

`, keywords: ['silence'], }, { type: 'Spell', expansion: 'BS', name: 'Double Tap', id: 'DoubleTap', cost: 3, effect: `

Cast: Deal 1 damage. Deal 1 damage.
(Effects that modify damage affect both instances of damage this spell deals.)

`, keywords: [], }, { type: 'Gem', expansion: 'BS', name: 'Oblivium Resin', id: 'ObliviumResin', cost: 5, effect: `

Gain 2 Æ.
If you have three or more cards that cost 0 Æ in hand, gain an additional 2 Æ.

`, keywords: [], }, { type: 'Gem', expansion: 'BS', name: 'Summonite', id: 'Summonite', cost: 3, effect: `

Gain 2 Æ. OR Gain a Summonite from the supply and place it on top of any ally's discard pile.

`, keywords: [], }, { type: 'Relic', expansion: 'BS', name: 'Manifold Container', id: 'ManifoldContainer', cost: 4, effect: `

Gain 1 Æ.
The next time you gain a card this turn, you may also gain a card that costs less than the gained card.

`, keywords: [], }, { type: 'Spell', expansion: 'BS', name: 'Draining Touch', id: 'DrainingTouch', cost: 2, effect: `

Cast: Deal 1 damage.
Gain 1 charge.

`, keywords: [], }, { type: 'Gem', expansion: 'BS', name: 'Jolting Crust', id: 'JoltingCrust', cost: 3, effect: `

Gain 2 Æ. Gain 1 pulse token. OR Gain 2 Æ. Lose 1 pulse token. If you do, gain 1 charge.

`, keywords: ['pulse'], }, { type: 'Gem', expansion: 'BS', name: 'Mentite Chunk', id: 'MentiteChunk', cost: 5, effect: `

Gain 3 Æ.
If there are seven or more cards in your discard pile, gain an additional 1 Æ.

`, keywords: [], }, { type: 'Relic', expansion: 'BS', name: 'Soul Cords', id: 'SoulCords', cost: 5, effect: `

Any player gains 1 pulse token.
Each player with 2 or more pulse tokens gains 1 charge.

`, keywords: ['pulse'], }, { type: 'Gem', expansion: 'BS', name: 'Voidium Spike', id: 'VoidiumSpike', cost: 3, effect: `

Gain 2 Æ.
Each ally may discard a card in hand. Each ally that does gains 1 charge.

`, keywords: [], }, { type: 'Spell', expansion: 'BS', name: 'Precision Shot', id: 'PrecisionShot', cost: 3, effect: `

Link (Two spells with Link mat be prepped to the same breach.)

Cast: Deal 2 damage.
If there are six or more other cards in your discard pile, deal 2 additional damage.

`, keywords: ['link'], }, { type: 'Gem', expansion: 'BS', name: 'Muted Lacosite', id: 'MutedLacosite', cost: 5, effect: `

When you gain this, Silence a minion.
Gain 3 Æ.

`, keywords: ['silence'], }, { type: 'Spell', expansion: 'BS', name: 'Blade Of Wisdom', id: 'BladeOfWisdom', cost: 6, effect: `

When you gain this, if there are seven or more other cards in your discard pile, gain 2 life.
Cast: Deal 5 damage.

`, keywords: [], }, { type: 'Spell', expansion: 'BS', name: 'Stunning Force', id: 'StunningForce', cost: 5, effect: `

Cast: Deal 4 damage to the nemesis.
Silence a minion.

`, keywords: ['silence'], }, { type: 'Spell', expansion: 'BS', name: 'Flash Of Intellect', id: 'FlashOfIntellect', cost: 4, effect: `

Link (Two spells with Link mat be prepped to the same breach.)

Cast: Deal 3 damage.
If there are six or more other cards in your discard pile, you may gain a Flash of Intellect from the supply and place it on top of your deck.

`, keywords: [], }, { type: 'Relic', expansion: 'BS', name: 'Scholars Opus', id: 'ScholarsOpus', cost: 3, effect: `

Gain 1 charge.
If there are seven or more cards in your discard pile, gain 1 additional charge.

`, keywords: [], }, { type: 'Relic', expansion: 'BS', name: 'Bottled Star', id: 'BottledStar', cost: 7, effect: `

Gain 3 charges.

`, keywords: [], }, { type: 'Spell', expansion: 'BS', name: 'Burning Current', id: 'BurningCurrent', cost: 3, effect: `

While prepped, during your casting phase you may lose 2 pulse tokens. If you do, spells you cast this turn deal 1 additional damage.
Cast: Deal 1 damage.
Gain 1 pulse token.

`, keywords: ['pulse'], }, { type: 'Spell', expansion: 'BS', name: 'Psychic Eruption', id: 'PsychicEruption', cost: 8, effect: `

Cast: Deal damage equal to the number of cards in any player's discard pile.

`, keywords: [], }, { type: 'Relic', expansion: 'BS', name: 'Living Gauntlet', id: 'LivingGauntlet', cost: 4, effect: `

Reveal the top card of your deck.
You may destroy or discard it. Each ally may draw a card. Each ally that does discards a card in hand.

`, keywords: [], }, { type: 'Gem', expansion: 'BS', name: 'Shining Tetrite', id: 'ShiningTetrite', cost: 6, effect: `

Gain 4 Æ that cannot be used to gain a card.

`, keywords: [], }, ]