mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 08:59:18 +00:00
feat: Add the TCG Pocket cards in other languages (#734)
This commit is contained in:
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Rayquaza"
|
||||
en: "Rayquaza",
|
||||
fr: "Rayquaza",
|
||||
es: "Rayquaza",
|
||||
it: "Rayquaza",
|
||||
de: "Rayquaza",
|
||||
'pt-br': "Rayquaza",
|
||||
ko: "레쿠쟈"
|
||||
},
|
||||
|
||||
illustrator: "Yoshinobu Saito",
|
||||
@ -15,21 +21,39 @@ const card: Card = {
|
||||
types: ["Colorless"],
|
||||
|
||||
description: {
|
||||
en: "It lives in the ozone layer far above the clouds and cannot be seen from the ground."
|
||||
en: "It lives in the ozone layer far above the clouds and cannot be seen from the ground.",
|
||||
fr: "Il vit dans la couche d'ozone, au-dessus\ndes nuages. Il est invisible depuis le sol.",
|
||||
es: "Vive en la capa de ozono sobre las nubes\ny no puede ser visto desde el suelo.",
|
||||
it: "Vive nello strato di ozono oltre le nuvole\ne non può essere avvistato da terra.",
|
||||
de: "Es lebt in der Ozonschicht hoch über den Wolken\nund kann vom Boden aus nicht gesehen werden.",
|
||||
'pt-br': "Ele vive na camada de ozônio muito acima das nuvens\ne não pode ser visto do solo.",
|
||||
ko: "구름보다 아득히 먼 위의 오존층에\n서식하고 있기 때문에 지상에서\n모습을 볼 수 없다."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Spiral Rush"
|
||||
en: "Spiral Rush",
|
||||
fr: "Course en Spirale",
|
||||
es: "Avalancha Espiral",
|
||||
it: "Raffica a Spirale",
|
||||
de: "Spiralsturmangriff",
|
||||
'pt-br': "Arremetida Espiral",
|
||||
ko: "스파이럴러시"
|
||||
},
|
||||
|
||||
damage: 70,
|
||||
cost: ["Colorless", "Colorless", "Colorless", "Colorless"],
|
||||
|
||||
effect: {
|
||||
en: "Flip a coin until you get tails. This attack does 30 more damage for each heads."
|
||||
en: "Flip a coin until you get tails. This attack does 30 more damage for each heads.",
|
||||
fr: "Lancez une pièce jusqu'à ce que vous obteniez pile. Cette attaque inflige 30 dégâts supplémentaires pour chaque côté face.",
|
||||
es: "Lanza 1 moneda hasta que salga cruz. Este ataque hace 30 puntos de daño más por cada cara.",
|
||||
it: "Lancia una moneta finché non esce croce. Questo attacco infligge 30 danni in più ogni volta che esce testa.",
|
||||
de: "Wirf so lange 1 Münze, bis sie Zahl zeigt. Diese Attacke fügt 30 Schadenspunkte mehr pro Kopf zu.",
|
||||
'pt-br': "Jogue uma moeda até sair coroa. Este ataque causa 30 pontos de dano a mais para cada cara.",
|
||||
ko: "뒷면이 나올 때까지 동전을 던져서 앞면이 나온 수 × 30데미지를 추가한다."
|
||||
}
|
||||
}],
|
||||
|
||||
|
Reference in New Issue
Block a user