mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-21 03:29:17 +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: "Solrock"
|
||||
en: "Solrock",
|
||||
fr: "Solaroc",
|
||||
es: "Solrock",
|
||||
it: "Solrock",
|
||||
de: "Sonnfel",
|
||||
'pt-br': "Solrock",
|
||||
ko: "솔록"
|
||||
},
|
||||
|
||||
illustrator: "Kyoko Umemoto",
|
||||
@ -15,14 +21,26 @@ const card: Card = {
|
||||
types: ["Fighting"],
|
||||
|
||||
description: {
|
||||
en: "When it rotates itself, it gives off light similar to the sun, thus blinding its foes."
|
||||
en: "When it rotates itself, it gives off light similar to the sun, thus blinding its foes.",
|
||||
fr: "Il produit une lumière aussi aveuglante\nque le soleil quand il se met à tournoyer.",
|
||||
es: "Al girar emite una luz como la del sol, con la\nque consigue deslumbrar a sus enemigos.",
|
||||
it: "Ruota vorticosamente su se stesso per emanare\nuna luce abbagliante che acceca il nemico.",
|
||||
de: "Es rotiert um die eigene Achse und strahlt dabei\nsonnengleiches Licht aus, mit dem es den Gegner blendet.",
|
||||
'pt-br': "Quando começa a girar, emite uma luz semelhante\nà do sol, cegando seus inimigos.",
|
||||
ko: "몸을 회전시키면\n태양과 같은 빛을 발산해\n적의 눈을 멀게 한다."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Solar Beam"
|
||||
en: "Solar Beam",
|
||||
fr: "Lance-Soleil",
|
||||
es: "Rayo Solar",
|
||||
it: "Solarraggio",
|
||||
de: "Solarstrahl",
|
||||
'pt-br': "Raio Solar",
|
||||
ko: "솔라빔"
|
||||
},
|
||||
|
||||
damage: 60,
|
||||
|
Reference in New Issue
Block a user