mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-04 05:11:58 +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: "Lapras ex"
|
||||
en: "Lapras ex",
|
||||
fr: "Lokhlass-ex",
|
||||
es: "Lapras ex",
|
||||
it: "Lapras-ex",
|
||||
de: "Lapras-ex",
|
||||
'pt-br': "Lapras ex",
|
||||
ko: "라프라스 ex"
|
||||
},
|
||||
|
||||
illustrator: "PLANETA CG Works",
|
||||
@@ -16,14 +22,26 @@ const card: Card = {
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Bubble Drain"
|
||||
en: "Bubble Drain",
|
||||
fr: "Vide Bulle",
|
||||
es: "Drenaje Burbujas",
|
||||
it: "Assorbibolla",
|
||||
de: "Blasengully",
|
||||
'pt-br': "Dreno de Bolha",
|
||||
ko: "버블드레인"
|
||||
},
|
||||
|
||||
cost: ["Water", "Water", "Colorless"],
|
||||
damage: 80,
|
||||
|
||||
effect: {
|
||||
en: "Heal 20 damage from this Pokémon."
|
||||
en: "Heal 20 damage from this Pokémon.",
|
||||
fr: "Soignez 20 dégâts de ce Pokémon.",
|
||||
es: "Cura 20 puntos de daño a este Pokémon.",
|
||||
it: "Cura questo Pokémon da 20 danni.",
|
||||
de: "Heile 20 Schadenspunkte bei diesem Pokémon.",
|
||||
'pt-br': "Cure 20 pontos de dano deste Pokémon.",
|
||||
ko: "이 포켓몬의 HP를 20회복."
|
||||
}
|
||||
}],
|
||||
|
||||
|
Reference in New Issue
Block a user