mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-20 19:19: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: "Rampardos"
|
||||
en: "Rampardos",
|
||||
fr: "Charkos",
|
||||
es: "Rampardos",
|
||||
it: "Rampardos",
|
||||
de: "Rameidon",
|
||||
'pt-br': "Rampardos",
|
||||
ko: "램펄드"
|
||||
},
|
||||
|
||||
illustrator: "Yoshinobu Saito",
|
||||
@ -19,21 +25,39 @@ const card: Card = {
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "In ancient times, people would dig up fossils of this Pokémon and use its skull, which is harder than steel, to make helmets."
|
||||
en: "In ancient times, people would dig up fossils of this Pokémon and use its skull, which is harder than steel, to make helmets.",
|
||||
fr: "Il y a bien longtemps, les hommes fabriquaient\ndes casques plus solides que l'acier à partir\nde crânes de Charkos fossilisés.",
|
||||
es: "Los hombres de antaño que encontraban restos\nfosilizados de Rampardos usaban su cráneo,\nmás duro que el metal, para fabricar cascos.",
|
||||
it: "In tempi antichi gli uomini si servivano dei fossili del cranio\ndi questi Pokémon, più duro dell'acciaio, per fabbricare elmi.",
|
||||
de: "Vor langer Zeit wurden die Fossilien dieses\nPokémon ausgegraben und aus den stahlharten\nSchädeln Helme hergestellt.",
|
||||
'pt-br': "Antigamente, as pessoas escavavam os fósseis\ndeste Pokémon e usavam seu crânio, que é mais duro\ndo que aço, para criar capacetes.",
|
||||
ko: "먼 옛날 사람은 화석을 발굴하여\n강철보다 딱딱한 두개골로\n투구를 만들었다."
|
||||
},
|
||||
|
||||
stage: "Stage2",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Head Smash"
|
||||
en: "Head Smash",
|
||||
fr: "Fracass'Tête",
|
||||
es: "Testarazo",
|
||||
it: "Zuccata",
|
||||
de: "Kopfstoß",
|
||||
'pt-br': "Bate Cabeça",
|
||||
ko: "양날박치기"
|
||||
},
|
||||
|
||||
damage: 130,
|
||||
cost: ["Fighting"],
|
||||
|
||||
effect: {
|
||||
en: "If your opponent's Pokémon is Knocked Out by damage from this attack, this Pokémon also does 50 damage to itself."
|
||||
en: "If your opponent's Pokémon is Knocked Out by damage from this attack, this Pokémon also does 50 damage to itself.",
|
||||
fr: "Si le Pokémon de l'adversaire est mis K.O. par les dégâts de cette attaque, ce Pokémon s'inflige aussi 50 dégâts.",
|
||||
es: "Si el Pokémon de tu rival queda Fuera de Combate por el daño de este ataque, este Pokémon también se hace 50 puntos de daño a sí mismo.",
|
||||
it: "Se un Pokémon del tuo avversario viene messo KO dai danni di questo attacco, questo Pokémon infligge anche 50 danni a se stesso.",
|
||||
de: "Wenn das Pokémon deines Gegners durch Schaden dieser Attacke kampfunfähig wird, fügt dieses Pokémon auch sich selbst 50 Schadenspunkte zu.",
|
||||
'pt-br': "Se o Pokémon do seu oponente for Nocauteado pelo dano deste ataque, este Pokémon também causará 50 pontos de dano a si mesmo.",
|
||||
ko: "이 기술의 데미지로 상대의 포켓몬이 기절했다면 이 포켓몬에게도 50데미지를 준다."
|
||||
}
|
||||
}],
|
||||
|
||||
|
Reference in New Issue
Block a user