mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-21 03:29:17 +00:00
feat: Add remaining Sword & Shield promos (#768)
This commit is contained in:
@ -8,7 +8,9 @@ const card: Card = {
|
||||
en: "Noctowl",
|
||||
es: "Noctowl",
|
||||
pt: "Noctowl",
|
||||
de: "Noctuh"
|
||||
de: "Noctuh",
|
||||
fr: "Noarfang",
|
||||
it: "Noctowl"
|
||||
},
|
||||
|
||||
illustrator: "Misa Tsutsui",
|
||||
@ -18,15 +20,22 @@ const card: Card = {
|
||||
types: ["Colorless"],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Hoothoot"
|
||||
en: "Hoothoot",
|
||||
fr: "Hoothoot",
|
||||
de: "Hoothoot",
|
||||
es: "Hoothoot",
|
||||
pt: "Hoothoot",
|
||||
it: "Hoothoot"
|
||||
},
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Wing Attack",
|
||||
es: "Ataque Ala",
|
||||
pt: "Wing Attack",
|
||||
de: "Flügelschlag"
|
||||
pt: "Ataque de Asa",
|
||||
de: "Flügelschlag",
|
||||
fr: "Cru-Ailes",
|
||||
it: "Attacco d'Ala"
|
||||
},
|
||||
|
||||
damage: 40,
|
||||
@ -35,15 +44,19 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Carry Off",
|
||||
es: "Arrebatar",
|
||||
pt: "Carry Off",
|
||||
de: "Davontragen"
|
||||
pt: "Levar Para Longe",
|
||||
de: "Davontragen",
|
||||
fr: "Enlèvement",
|
||||
it: "Portavia"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Choose 1 of your opponent's Benched Pokémon. They shuffle that Pokémon and all attached cards into their deck. Then, shuffle this Pokémon and all attached cards into your deck.",
|
||||
es: "Elige 1 de los Pokémon en Banca de tu rival. Tu rival pone ese Pokémon y todas las cartas unidas a él en su baraja, y baraja todas las cartas. Después, pon este Pokémon y todas las cartas unidas a él en tu baraja, y baraja todas las cartas.",
|
||||
pt: "Choose 1 of your opponent's Benched Pokémon. They shuffle that Pokémon and all attached cards into their deck. Then, shuffle this Pokémon and all attached cards into your deck.",
|
||||
de: "Wähle 1 Pokémon auf der Bank deines Gegners. Er mischt jenes Pokémon und alle angelegten Karten in sein Deck. Mische anschließend dieses Pokémon und alle angelegten Karten in dein Deck."
|
||||
pt: "Escolha 1 dos Pokémon no Banco do seu oponente. Seu oponente embaralha aquele Pokémon e todas as cartas ligadas a ele no próprio baralho. Em seguida, embaralhe este Pokémon e todas as cartas ligadas a ele no seu baralho.",
|
||||
de: "Wähle 1 Pokémon auf der Bank deines Gegners. Er mischt jenes Pokémon und alle angelegten Karten in sein Deck. Mische anschließend dieses Pokémon und alle angelegten Karten in dein Deck.",
|
||||
fr: "Choisissez l'un des Pokémon de Banc de votre adversaire. Il mélange avec son deck ce Pokémon-là et toutes les cartes attachées. Ensuite, mélangez dans votre deck ce Pokémon et toutes les cartes attachées.",
|
||||
it: "Scegli uno dei Pokémon in panchina del tuo avversario. Il tuo avversario rimischia quel Pokémon e tutte le carte a esso assegnate nel suo mazzo. Poi rimischia questo Pokémon e tutte le carte a esso assegnate nel tuo mazzo."
|
||||
},
|
||||
|
||||
cost: ["Colorless", "Colorless", "Colorless"]
|
||||
|
Reference in New Issue
Block a user