mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-17 18:09:19 +00:00
feat: Add remaining Sword & Shield promos (#768)
This commit is contained in:
@ -16,7 +16,12 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Flareon V"
|
||||
en: "Flareon V",
|
||||
fr: "Pyroli V",
|
||||
de: "Flamara V",
|
||||
es: "Flareon V",
|
||||
pt: "Flareon V",
|
||||
it: "Flareon V"
|
||||
},
|
||||
|
||||
rarity: "None",
|
||||
@ -27,30 +32,51 @@ const card: Card = {
|
||||
cost: ["Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Flaming Breath"
|
||||
en: "Flaming Breath",
|
||||
fr: "Souffle de Flamme",
|
||||
de: "Flammender Atem",
|
||||
es: "Aliento Flamígero",
|
||||
pt: "Hálito Flamejante",
|
||||
it: "Soffio Ardente"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
|
||||
effect: {
|
||||
en: "Search your deck for a Fire Energy card and attach it to this Pokémon. Then, shuffle your deck."
|
||||
en: "Search your deck for a {R} Energy card and attach it to this Pokémon. Then, shuffle your deck.",
|
||||
fr: "Cherchez dans votre deck une carte Énergie {R}, puis attachez-la à ce Pokémon. Mélangez ensuite votre deck.",
|
||||
de: "Durchsuche dein Deck nach 1 {R}-Energiekarte und lege sie an dieses Pokémon an. Mische anschließend dein Deck.",
|
||||
es: "Busca en tu baraja 1 carta de Energía {R} y únela a este Pokémon. Después, baraja las cartas de tu baraja.",
|
||||
pt: "Procure por 1 carta de Energia {R} no seu baralho e ligue-a a este Pokémon. Em seguida, embaralhe o seu baralho.",
|
||||
it: "Cerca nel tuo mazzo una carta Energia {R} e assegnala a questo Pokémon. Poi rimischia le carte del tuo mazzo."
|
||||
}
|
||||
}, {
|
||||
cost: ["Fire", "Fire", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Scorching Column"
|
||||
en: "Scorching Column",
|
||||
fr: "Colonne Torride",
|
||||
de: "Versengende Säule",
|
||||
es: "Columna Abrasadora",
|
||||
pt: "Coluna Abrasadora",
|
||||
it: "Torre Ustionante"
|
||||
},
|
||||
|
||||
damage: 120,
|
||||
|
||||
effect: {
|
||||
en: "Your opponent's Active Pokémon is now Burned."
|
||||
en: "Your opponent's Active Pokémon is now Burned.",
|
||||
fr: "Le Pokémon Actif de votre adversaire est maintenant Brûlé.",
|
||||
de: "Das Aktive Pokémon deines Gegners ist jetzt verbrannt.",
|
||||
es: "El Pokémon Activo de tu rival pasa a estar Quemado.",
|
||||
pt: "O Pokémon Ativo do seu oponente agora está Queimado.",
|
||||
it: "Il Pokémon attivo del tuo avversario viene bruciato."
|
||||
}
|
||||
}],
|
||||
|
||||
regulationMark: "E",
|
||||
suffix: "V"
|
||||
suffix: "V",
|
||||
retreat: 2
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user