mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 08:39:17 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,7 +4,8 @@ import Set from '../Hidden Legends'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Corsola",
|
||||
fr: "Corayon"
|
||||
fr: "Corayon",
|
||||
de: "Corasonn"
|
||||
},
|
||||
illustrator: "Naoyo Kimura",
|
||||
rarity: "Uncommon",
|
||||
@ -29,11 +30,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Coral Glow",
|
||||
fr: "Rayon de corail"
|
||||
fr: "Rayon de corail",
|
||||
de: "Coral Glow"
|
||||
},
|
||||
effect: {
|
||||
en: "Draw a number of cards up to the number of your opponent's Basic Pokémon in play. (You can't have more than 10 cards in your hand in this way.)",
|
||||
fr: "Vous pouvez piocher autant de cartes que votre adversaire possède de Pokémon de base en jeu. (Vous ne pouvez pas avoir plus de 10 cartes en main de cette façon.)"
|
||||
fr: "Vous pouvez piocher autant de cartes que votre adversaire possède de Pokémon de base en jeu. (Vous ne pouvez pas avoir plus de 10 cartes en main de cette façon.)",
|
||||
de: "Draw a number of cards up to the number of your opponent's Basic Pokémon in play. (You can't have more than 10 cards in your hand in this way.)"
|
||||
},
|
||||
|
||||
},
|
||||
@ -45,7 +48,8 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Surf",
|
||||
fr: "Surf"
|
||||
fr: "Surf",
|
||||
de: "Surf"
|
||||
},
|
||||
|
||||
damage: 40,
|
||||
|
Reference in New Issue
Block a user