mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 01: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: "Charizard ex"
|
||||
en: "Charizard ex",
|
||||
fr: "Dracaufeu-ex",
|
||||
es: "Charizard ex",
|
||||
it: "Charizard-ex",
|
||||
de: "Glurak-ex",
|
||||
'pt-br': "Charizard ex",
|
||||
ko: "리자몽 ex"
|
||||
},
|
||||
|
||||
illustrator: "PLANETA CG Works",
|
||||
@ -22,7 +28,13 @@ const card: Card = {
|
||||
cost: ["Fire", "Colorless", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Slash"
|
||||
en: "Slash",
|
||||
fr: "Tranche",
|
||||
es: "Cuchillada",
|
||||
it: "Lacerazione",
|
||||
de: "Schlitzer",
|
||||
'pt-br': "Talho",
|
||||
ko: "베어가르기"
|
||||
},
|
||||
|
||||
damage: "60"
|
||||
@ -30,11 +42,23 @@ const card: Card = {
|
||||
cost: ["Fire", "Fire", "Colorless", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Crimson Storm"
|
||||
en: "Crimson Storm",
|
||||
fr: "Tempête Écarlate",
|
||||
es: "Tormenta Carmesí",
|
||||
it: "Tempestarossa",
|
||||
de: "Feuerroter Sturm",
|
||||
'pt-br': "Tempestade Carmim",
|
||||
ko: "홍련의바람"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Discard 2 R Energy from this Pokémon."
|
||||
en: "Discard 2 {R} Energy from this Pokémon.",
|
||||
fr: "Défaussez 2 Énergies {R} de ce Pokémon.",
|
||||
es: "Descarta 2 Energías {R} de este Pokémon.",
|
||||
it: "Rimuovi 2 Energie {R} da questo Pokémon.",
|
||||
de: "Lege 2 {R}-Energien von diesem Pokémon ab.",
|
||||
'pt-br': "Descarte 2 Energias {R} deste Pokémon.",
|
||||
ko: "이 포켓몬에서 {R}에너지를 2개 트래쉬한다."
|
||||
},
|
||||
|
||||
damage: "200"
|
||||
|
Reference in New Issue
Block a user