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.
Cast: Deal 1 damage. Deal 1 damage.
(Effects that modify damage affect both
instances of damage this spell deals.)
Gain 2 Æ.
If you have three or more cards that cost 0 Æ
in hand, gain an additional 2 Æ.
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.
Cast: Deal 1 damage.
Gain 1 charge.
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 Æ.
Any player gains 1 pulse token.
Each player with 2 or more pulse tokens gains 1 charge.
Gain 2 Æ.
Each ally may discard a card in hand. Each ally that does gains 1 charge.
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.
When you gain this, Silence a minion.
Gain 3 Æ.
When you gain this, if there are seven or more other cards in your
discard pile, gain 2 life.
Cast: Deal 5 damage.
Cast: Deal 4 damage to the nemesis.
Silence a minion.
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.
Gain 1 charge.
If there are seven or more cards in your discard pile, gain 1
additional charge.
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.
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.
Gain 4 Æ that cannot be used to gain a card.
`, keywords: [], }, ]