mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,7 +4,8 @@ import Set from '../Holon Phantoms'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Rayquaza δ",
|
||||
fr: "Rayquaza δ ESPÈCES DELTA"
|
||||
fr: "Rayquaza δ ESPÈCES DELTA",
|
||||
de: "Rayquaza"
|
||||
},
|
||||
illustrator: "Mitsuhiro Arita",
|
||||
rarity: "Rare",
|
||||
@ -27,11 +28,13 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Hydro Barrier",
|
||||
fr: "Barrière aquatique"
|
||||
fr: "Barrière aquatique",
|
||||
de: "Hydrobarriere"
|
||||
},
|
||||
effect: {
|
||||
en: "As long as Rayquaza has any Holon Energy cards attached to it, each of your Water Pokémon has no Weakness.",
|
||||
fr: "Tant que Rayquaza possède des cartes Énergie Holon, vos Pokémon ne possèdent pas de Faiblesse."
|
||||
fr: "Tant que Rayquaza possède des cartes Énergie Holon, vos Pokémon ne possèdent pas de Faiblesse.",
|
||||
de: "Solange an Rayquaza eine Holon-Energiekarte angelegt ist, haben deine -Pokémon keine Schwäche."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -42,11 +45,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Delta Search",
|
||||
fr: "Recherche Delta"
|
||||
fr: "Recherche Delta",
|
||||
de: "Delta-Suche"
|
||||
},
|
||||
effect: {
|
||||
en: "Search your deck for a Holon Energy card and attach it to Rayquaza. Shuffle your deck afterward.",
|
||||
fr: "Cherchez dans votre deck une carte Énergie Holon et attachez-la à Rayquaza. Ensuite, mélangez votre deck."
|
||||
fr: "Cherchez dans votre deck une carte Énergie Holon et attachez-la à Rayquaza. Ensuite, mélangez votre deck.",
|
||||
de: "Durchsuche dein Deck nach einer Holon-Energiekarte und lege sie an Rayquaza an. Mische dein Deck danach."
|
||||
},
|
||||
|
||||
},
|
||||
@ -59,7 +64,8 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Ozone Flare",
|
||||
fr: "Éclat d'ozone"
|
||||
fr: "Éclat d'ozone",
|
||||
de: "Ozonfackel"
|
||||
},
|
||||
|
||||
damage: 60,
|
||||
|
Reference in New Issue
Block a user