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: "Pokémon Breeder",
|
||||
fr: "Éleveuse de Pokémon",
|
||||
es: "Criapokémon",
|
||||
it: "Allevapokémon",
|
||||
pt: "Criadora de Pokémon",
|
||||
de: "Pokémon-Züchterin"
|
||||
},
|
||||
illustrator: "Sanosuke Sakuma",
|
||||
rarity: "Ultra Rare",
|
||||
@ -24,6 +28,11 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Piochez 2 cartes et soignez 20 dégâts à votre Pokémon Actif. Si votre deck ne contient aucune carte, vous ne pouvez pas jouer cette carte.",
|
||||
en: "Draw 2 cards and heal 20 damage from your Active Pokémon. If you have no cards in your deck, you can’t play this card.",
|
||||
es: "Roba 2 cartas y cura 20 puntos de daño a tu Pokémon Activo. Si no tienes ninguna carta en tu baraja, no puedes jugar esta carta.",
|
||||
it: "Pesca due carte e cura il tuo Pokémon attivo da 20 danni. Se non hai carte nel mazzo, non puoi giocare questa carta.",
|
||||
pt: "Compre 2 cartas e cure 20 pontos de dano do seu Pokémon Ativo. Se você não tiver nenhuma carta no seu baralho, não poderá jogar esta carta.",
|
||||
de: "Ziehe 2 Karten und heile 20 Schadenspunkte bei deinem Aktiven Pokémon. Wenn du keine Karten in deinem Deck hast, kannst du diese Karte nicht spielen."
|
||||
},
|
||||
trainerType: "Supporter",
|
||||
|
||||
|
Reference in New Issue
Block a user