1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 00:29:19 +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: "Yveltal",
fr: "Yveltal",
es: "Yveltal",
it: "Yveltal",
pt: "Yveltal",
de: "Yveltal"
},
illustrator: "sui",
rarity: "Rare",
@ -30,12 +34,20 @@ const card: Card = {
name: {
en: "Blow Through",
fr: "Grosse Bourrasque",
es: "Gran Torbellino",
it: "Colposecco",
pt: "Sopro Intenso",
de: "Durchdringender Strahl"
},
effect: {
en: "If there is any Stadium card in play, this attack does 20 more damage.",
fr: "Sil y a une carte Stade en jeu, cette attaque inflige 20 dégâts supplémentaires.",
es: "Si hay alguna carta de Estadio en juego, este ataque hace 20 puntos de daño más.",
it: "Se cè una carta Stadio in gioco, questo attacco infligge 20 danni in più.",
pt: "Se houver alguma carta de Estádio em jogo, este ataque causará 20 pontos de dano a mais.",
de: "Wenn eine Stadionkarte im Spiel ist, fügt diese Attacke 20 Schadenspunkte mehr zu."
},
damage: 20,
damage: "20+",
},
{
@ -47,10 +59,18 @@ const card: Card = {
name: {
en: "Shadow Impact",
fr: "Impact Lugubre",
es: "Impacto Sombra",
it: "Impatto Ombra",
pt: "Impacto Sombrio",
de: "Schatteneinschlag"
},
effect: {
en: "Put 3 damage counters on 1 of your Pokémon.",
fr: "Placez 3 marqueurs de dégâts sur lun de vos Pokémon.",
es: "Pon 3 contadores de daño en 1 de tus Pokémon.",
it: "Metti tre segnalini danno su uno dei tuoi Pokémon.",
pt: "Coloque 3 contadores de dano em 1 dos seus Pokémon.",
de: "Lege 3 Schadensmarken auf 1 deiner Pokémon."
},
damage: 120,