mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-10 16:01:59 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@@ -5,6 +5,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Relicanth",
|
||||
fr: "Relicanth",
|
||||
de: "Relicanth"
|
||||
},
|
||||
illustrator: "Ken Sugimori",
|
||||
rarity: "Uncommon",
|
||||
@@ -28,10 +29,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Primal Calling",
|
||||
fr: "Appel primitif",
|
||||
de: "Urschrei"
|
||||
},
|
||||
effect: {
|
||||
en: "Search your deck for up to 3 Trainer cards that have Fossil in their names, show them to your opponent, and put them into your hand. Shuffle your deck afterward.",
|
||||
fr: "Choisissez dans votre deck jusqu'à 3 cartes Dresseur dont le nom comporte Fossile, montrez-les à votre adversaire et placez-les dans votre main. Ensuite, mélangez votre deck.",
|
||||
de: "Durchsuche dein Deck nach bis zu 3 Trainerkarten mit Fossil im Namen, zeige sie deinem Gegner und nimm sie auf die Hand. Mische dein Deck danach."
|
||||
},
|
||||
|
||||
},
|
||||
@@ -43,10 +46,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Sleep Swirl",
|
||||
fr: "Tourbillon dodo",
|
||||
de: "Schlafwirbel"
|
||||
},
|
||||
effect: {
|
||||
en: "Both Relicanth and the Defending Pokémon are now Asleep.",
|
||||
fr: "Relicanth et le Pokémon Défenseur sont maintenant Endormis.",
|
||||
de: "Relicanth und das Verteidigende Pokémon schlafen jetzt."
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
|
Reference in New Issue
Block a user