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: "Incineroar ex"
|
||||
en: "Incineroar ex",
|
||||
fr: "Félinferno-ex",
|
||||
es: "Incineroar ex",
|
||||
it: "Incineroar-ex",
|
||||
de: "Fuegro-ex",
|
||||
'pt-br': "Incineroar ex",
|
||||
ko: "어흥염 ex"
|
||||
},
|
||||
|
||||
illustrator: "PLANETA Tsuji",
|
||||
@ -23,25 +29,50 @@ const card: Card = {
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Fire Fang"
|
||||
en: "Fire Fang",
|
||||
fr: "Crocs Feu",
|
||||
es: "Colmillo Ígneo",
|
||||
it: "Rogodenti",
|
||||
de: "Feuerzahn",
|
||||
'pt-br': "Presas de Fogo",
|
||||
ko: "불꽃엄니"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
cost: ["Fire"],
|
||||
|
||||
effect: {
|
||||
en: "Your opponent's Active Pokémon is now Burned."
|
||||
en: "Your opponent's Active Pokémon is now Burned.",
|
||||
fr: "Le Pokémon Actif de votre adversaire est maintenant Brûlé.",
|
||||
es: "El Pokémon Activo de tu rival pasa a estar Quemado.",
|
||||
it: "Il Pokémon attivo del tuo avversario viene bruciato.",
|
||||
de: "Das Aktive Pokémon deines Gegners ist jetzt verbrannt.",
|
||||
|
||||
ko: "상대의 배틀 포켓몬을 화상으로 만든다.",
|
||||
'pt-br': "O Pokémon Ativo do seu oponente agora está Queimado."
|
||||
}
|
||||
}, {
|
||||
name: {
|
||||
en: "Scar-Charged Smash"
|
||||
en: "Scar-Charged Smash",
|
||||
fr: "Frappe Balafre",
|
||||
es: "Hacer Cicatrizas",
|
||||
it: "Colpo Rabbioso",
|
||||
de: "Narbenhieb",
|
||||
'pt-br': "Destruir a Cicatriz",
|
||||
ko: "스카스매시"
|
||||
},
|
||||
|
||||
damage: 80,
|
||||
cost: ["Fire", "Fire", "Colorless"],
|
||||
|
||||
effect: {
|
||||
en: "If this Pokémon has damage on it, this attack does 60 more damage."
|
||||
en: "If this Pokémon has damage on it, this attack does 60 more damage.",
|
||||
fr: "Si ce Pokémon a subi des dégâts, cette attaque inflige 60 dégâts de plus.",
|
||||
es: "Si este Pokémon ya tiene daño, este ataque hace 60 puntos de daño más.",
|
||||
it: "Se questo Pokémon è danneggiato, questo attacco infligge 60 danni in più.",
|
||||
de: "Wenn diesem Pokémon bereits Schaden zugefügt wurde, fügt diese Attacke 60 Schadenspunkte mehr zu.",
|
||||
'pt-br': "Se este Pokémon estiver danificado, este ataque causará 60 pontos de dano a mais.",
|
||||
ko: "이 포켓몬이 데미지를 받고 있다면 60데미지를 추가한다."
|
||||
}
|
||||
}],
|
||||
|
||||
|
Reference in New Issue
Block a user