mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-18 18:29:19 +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: "Heatran"
|
||||
en: "Heatran",
|
||||
fr: "Heatran",
|
||||
es: "Heatran",
|
||||
it: "Heatran",
|
||||
de: "Heatran",
|
||||
'pt-br': "Heatran",
|
||||
ko: "히드런"
|
||||
},
|
||||
|
||||
illustrator: "Kazumasa Yasukuni",
|
||||
@ -15,7 +21,13 @@ const card: Card = {
|
||||
types: ["Fire"],
|
||||
|
||||
description: {
|
||||
en: "It dwells in volcanic caves. It digs in with its cross-shaped feet to crawl on ceilings and walls."
|
||||
en: "It dwells in volcanic caves. It digs in with its cross-shaped feet to crawl on ceilings and walls.",
|
||||
fr: "Il hante les grottes volcaniques. Il rampe au mur\net au plafond grâce à ses pieds en forme de croix.",
|
||||
es: "Habita cuevas volcánicas. Cava con sus pies en\nforma de cruz para trepar por techos y paredes.",
|
||||
it: "Vive nelle cavità dei vulcani. Scava con i suoi piedi\na croce per scalare pareti e arrampicarsi sui soffitti.",
|
||||
de: "Es lebt in vulkanischen Höhlen. Mit seinen kreuzförmigen\nKlauen kann es sogar an der Decke laufen.",
|
||||
'pt-br': "Ele habita crateras vulcânicas. Ele escava com seus pés\nem forma de cruz para rastejar em telhados e paredes.",
|
||||
ko: "화산의 동굴에서 서식한다.\n십자형의 발톱을 박아서\n벽이나 천장을 돌아다닌다."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
@ -24,24 +36,48 @@ const card: Card = {
|
||||
type: "Ability",
|
||||
|
||||
name: {
|
||||
en: "Speed Link"
|
||||
en: "Speed Link",
|
||||
fr: "Lien Vitesse",
|
||||
es: "Vínculo Veloz",
|
||||
it: "Agilità Simbiotica",
|
||||
de: "Tempokopplung",
|
||||
'pt-br': "Elo de Velocidade",
|
||||
ko: "스피드 링크"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "If you have Arceus or Arceus ex in play, this Pokémon has no Retreat Cost."
|
||||
en: "If you have Arceus or Arceus ex in play, this Pokémon has no Retreat Cost.",
|
||||
fr: "Si vous avez Arceus ou Arceus-ex en jeu, ce Pokémon n'a aucun Coût de Retraite.",
|
||||
es: "Si tienes a Arceus o Arceus ex en juego, este Pokémon no tiene ningún Coste de Retirada.",
|
||||
it: "Se hai in gioco Arceus o Arceus-ex, questo Pokémon non ha costo di ritirata.",
|
||||
de: "Wenn du Arceus oder Arceus-ex im Spiel hast, hat dieses Pokémon keine Rückzugskosten.",
|
||||
'pt-br': "Se você tiver Arceus ou Arceus ex em jogo, este Pokémon não terá custo de Recuo.",
|
||||
ko: "자신의 필드에 「아르세우스」 또는 「아르세우스 ex」 있다면 이 포켓몬의 후퇴에 필요한 에너지를 모두 없앤다."
|
||||
}
|
||||
}],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Ragin' Mad Strike"
|
||||
en: "Ragin' Mad Strike",
|
||||
fr: "Rage Furibonde",
|
||||
es: "Golpe Furibundo",
|
||||
it: "Colpo Furibondo",
|
||||
de: "Tobender Wutangriff",
|
||||
'pt-br': "Golpe Cabeça Furiosa",
|
||||
ko: "대노봄버"
|
||||
},
|
||||
|
||||
damage: "40+",
|
||||
cost: ["Fire", "Fire"],
|
||||
|
||||
effect: {
|
||||
en: "If this Pokémon has damage on it, this attack does 40 more damage."
|
||||
en: "If this Pokémon has damage on it, this attack does 40 more damage.",
|
||||
fr: "Si ce Pokémon a subi des dégâts, cette attaque inflige 40 dégâts de plus.",
|
||||
es: "Si este Pokémon ya tiene daño, este ataque hace 40 puntos de daño más.",
|
||||
it: "Se questo Pokémon è danneggiato, questo attacco infligge 40 danni in più.",
|
||||
de: "Wenn diesem Pokémon bereits Schaden zugefügt wurde, fügt diese Attacke 40 Schadenspunkte mehr zu.",
|
||||
'pt-br': "Se este Pokémon estiver danificado, este ataque causará 40 pontos de dano a mais.",
|
||||
ko: "이 포켓몬이 데미지를 받고 있다면 40데미지를 추가한다."
|
||||
}
|
||||
}],
|
||||
|
||||
|
Reference in New Issue
Block a user