1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-08-03 04:51:58 +00:00

Added Sun & Moon for other languages

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-06-30 14:12:31 +02:00
parent 369f8dadf7
commit dc0dcff103
2732 changed files with 54455 additions and 6885 deletions

View File

@@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Ribombee",
fr: "Rubombelle",
es: "Ribombee",
it: "Ribombee",
pt: "Ribombee",
de: "Bandelby"
},
illustrator: "Shin Nagasawa",
rarity: "Rare",
@@ -30,10 +34,18 @@ const card: Card = {
name: {
en: "Curative Pollen",
fr: "Pollen Curatif",
es: "Polen Curativo",
it: "Curapolline",
pt: "Pólen Curador",
de: "Heilender Pollen"
},
effect: {
en: "Once during your turn (before your attack), you may heal 20 damage from 1 of your Pokémon.",
fr: "Une seule fois pendant votre tour (avant votre attaque), vous pouvez soigner 20 dégâts à lun de vos Pokémon.",
es: "Una vez durante tu turno (antes de tu ataque), puedes curar 20 puntos de daño a 1 de tus Pokémon.",
it: "Una sola volta durante il tuo turno, prima di attaccare, puoi curare uno dei tuoi Pokémon da 20 danni.",
pt: "Uma vez durante a sua vez de jogar (antes de atacar), você pode curar 20 pontos de dano de 1 dos seus Pokémon.",
de: "Einmal während deines Zuges (bevor du angreifst) kannst du 20 Schadenspunkte bei 1 deiner Pokémon heilen."
},
},
],
@@ -45,6 +57,10 @@ const card: Card = {
name: {
en: "Fairy Wind",
fr: "Vent Féérique",
es: "Viento Feérico",
it: "Vento di Fata",
pt: "Vento de Fada",
de: "Feenbrise"
},
damage: 30,