mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 17:09:19 +00:00
feat: Add Surging Sparks (#576)
This commit is contained in:
32
data/Scarlet & Violet/Surging Sparks/183.ts
Normal file
32
data/Scarlet & Violet/Surging Sparks/183.ts
Normal file
@ -0,0 +1,32 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../Surging Sparks"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Miracle Headset",
|
||||
fr: "Casque Miracle",
|
||||
es: "Auriculares Milagrosos",
|
||||
it: "Cuffie Prodigiose",
|
||||
pt: "Fone de Ouvido Milagroso",
|
||||
de: "Wunder-Headset"
|
||||
},
|
||||
|
||||
rarity: "ACE SPEC Rare",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "Put up to 2 Supporter cards from your discard pile into your hand.",
|
||||
fr: "Ajoutez jusqu'à 2 cartes Supporter de votre pile de défausse à votre main.",
|
||||
es: "Pon hasta 2 cartas de Partidario de tu pila de descartes en tu mano.",
|
||||
it: "Prendi fino a due carte Aiuto dalla tua pila degli scarti e aggiungile alle carte che hai in mano.",
|
||||
pt: "Coloque até 2 cartas de Apoiador da sua pilha de descarte na sua mão.",
|
||||
de: "Nimm bis zu 2 Unterstützerkarten aus deinem Ablagestapel auf deine Hand."
|
||||
},
|
||||
|
||||
trainerType: "Item",
|
||||
regulationMark: "H"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user