mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-01 12:22:02 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@@ -5,6 +5,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Corsola",
|
||||
fr: "Corayon",
|
||||
de: "Corasonn"
|
||||
},
|
||||
illustrator: "Midori Harada",
|
||||
rarity: "Common",
|
||||
@@ -30,10 +31,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Rally",
|
||||
fr: "Regroupement",
|
||||
de: "Mobilisieren"
|
||||
},
|
||||
effect: {
|
||||
en: "Search your deck for up to 3 different types of Basic Pokémon and put them onto your Bench. Shuffle your deck afterward.",
|
||||
fr: "Choisissez dans votre deck jusqu'à 3 types de Pokémon de base différents et placez-les sur votre Banc. Ensuite, mélangez votre deck.",
|
||||
de: "Durchsuche dein Deck nach bis zu 3 Basis-Pokémon-Karten unterschiedlichen Typs und lege sie auf deine Bank. Mische dein Deck danach."
|
||||
},
|
||||
|
||||
},
|
||||
@@ -45,6 +48,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Hook",
|
||||
fr: "Crochet",
|
||||
de: "Haken"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
|
Reference in New Issue
Block a user