mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
Added Sun & Moon for other languages
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -5,6 +5,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Hydreigon",
|
||||
fr: "Trioxhydre",
|
||||
es: "Hydreigon",
|
||||
it: "Hydreigon",
|
||||
pt: "Hydreigon",
|
||||
de: "Trikephalo"
|
||||
},
|
||||
illustrator: "Anesaki Dynamic",
|
||||
rarity: "Rare",
|
||||
@ -30,10 +34,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Weed Out",
|
||||
fr: "Filtrage",
|
||||
es: "Saneamiento",
|
||||
it: "Falcidia",
|
||||
pt: "Peneiração",
|
||||
de: "Ausjäten"
|
||||
},
|
||||
effect: {
|
||||
en: "Once during your turn (before your attack), you may choose 3 of your Benched Pokémon. Then, discard your other Benched Pokémon.",
|
||||
fr: "Une seule fois pendant votre tour (avant votre attaque), vous pouvez choisir 3 de vos Pokémon de Banc. Ensuite, défaussez vos autres Pokémon de Banc.",
|
||||
es: "Una vez durante tu turno (antes de tu ataque), puedes elegir 3 de tus Pokémon en Banca. Después, descarta tus otros Pokémon en Banca.",
|
||||
it: "Una sola volta durante il tuo turno, prima di attaccare, puoi scegliere tre dei tuoi Pokémon in panchina. Poi scarta gli altri tuoi Pokémon in panchina.",
|
||||
pt: "Uma vez durante a sua vez de jogar (antes de atacar), você pode escolher 3 dos seus Pokémon no Banco. Em seguida, descarte seus outros Pokémon no Banco.",
|
||||
de: "Einmal während deines Zuges (bevor du angreifst) kannst du 3 Pokémon auf deiner Bank wählen. Lege anschließend die anderen Pokémon auf deiner Bank auf deinen Ablagestapel."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -47,10 +59,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Dark Destruction",
|
||||
fr: "Destruction Sombre",
|
||||
es: "Destrucción Siniestra",
|
||||
it: "Distruzione Oscura",
|
||||
pt: "Destruição Obscura",
|
||||
de: "Dunkle Zerstörung"
|
||||
},
|
||||
effect: {
|
||||
en: "You may discard an Energy from this Pokémon. If you do, discard an Energy from your opponent's Active Pokémon.",
|
||||
en: "You may discard an Energy from this Pokémon. If you do, discard an Energy from your opponent’s Active Pokémon.",
|
||||
fr: "Vous pouvez défausser une Énergie attachée à ce Pokémon. Dans ce cas, défaussez une Énergie du Pokémon Actif de votre adversaire.",
|
||||
es: "Puedes descartar 1 Energía de este Pokémon. Si lo haces, descarta 1 Energía del Pokémon Activo de tu rival.",
|
||||
it: "Puoi scartare un’Energia assegnata a questo Pokémon. Se lo fai, scarta un’Energia assegnata al Pokémon attivo del tuo avversario.",
|
||||
pt: "Você pode descartar 1 Energia deste Pokémon. Se fizer isto, descarte 1 Energia do Pokémon Ativo do seu oponente.",
|
||||
de: "Du kannst 1 Energie von diesem Pokémon auf deinen Ablagestapel legen. Wenn du das machst, lege 1 Energie vom Aktiven Pokémon deines Gegners auf seinen Ablagestapel."
|
||||
},
|
||||
damage: 120,
|
||||
|
||||
|
Reference in New Issue
Block a user