mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-18 02:19: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: "Crabominable ex"
|
||||
en: "Crabominable ex",
|
||||
fr: "Crabominable-ex",
|
||||
es: "Crabominable ex",
|
||||
it: "Crabominable-ex",
|
||||
de: "Krawell-ex",
|
||||
'pt-br': "Crabominable ex",
|
||||
ko: "모단단게 ex"
|
||||
},
|
||||
|
||||
illustrator: "Miki Tanaka",
|
||||
@ -23,14 +29,26 @@ const card: Card = {
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Insatiable Striking"
|
||||
en: "Insatiable Striking",
|
||||
fr: "Tacle Insatiable",
|
||||
es: "Aporreo Insaciable",
|
||||
it: "Colpi Irrefrenabili",
|
||||
de: "Unersättliches Prügeln",
|
||||
'pt-br': "Golpe Insaciável",
|
||||
ko: "더욱더욱봄버"
|
||||
},
|
||||
|
||||
damage: 40,
|
||||
cost: ["Water"],
|
||||
|
||||
effect: {
|
||||
en: "During your next turn, this Pokémon's Insatiable Striking attack does +40 damage."
|
||||
en: "During your next turn, this Pokémon's Insatiable Striking attack does +40 damage.",
|
||||
fr: "Pendant votre prochain tour, l'attaque Tacle Insatiable de ce Pokémon inflige + 40 dégâts.",
|
||||
es: "Durante tu próximo turno, el ataque Aporreo Insaciable de este Pokémon hace Insatiable Striking+40 puntos[/Ctrl:NoBreak] de daño.",
|
||||
it: "Durante il tuo prossimo turno, l'attacco Colpi Irrefrenabili di questo Pokémon infligge +40 danni.",
|
||||
de: "Während deines nächsten Zuges fügt die Attacke Unersättliches Prügeln von diesem Pokémon + 40 Schadenspunkte zu.",
|
||||
'pt-br': "Durante o seu próximo turno, o ataque Golpe Insaciável deste Pokémon causará + 40 pontos de dano.",
|
||||
ko: "자신의 다음 차례에 이 포켓몬의 「더욱더욱봄버」의 데미지를 +40한다."
|
||||
}
|
||||
}],
|
||||
|
||||
|
Reference in New Issue
Block a user