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: "Infernape ex"
|
||||
en: "Infernape ex",
|
||||
fr: "Simiabraz-ex",
|
||||
es: "Infernape ex",
|
||||
it: "Infernape-ex",
|
||||
de: "Panferno-ex",
|
||||
'pt-br': "Infernape ex",
|
||||
ko: "초염몽 ex"
|
||||
},
|
||||
|
||||
illustrator: "PLANETA CG Works",
|
||||
@ -23,14 +29,26 @@ const card: Card = {
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Flare Blitz"
|
||||
en: "Flare Blitz",
|
||||
fr: "Boutefeu",
|
||||
es: "Envite Ígneo",
|
||||
it: "Fuococarica",
|
||||
de: "Flammenblitz",
|
||||
'pt-br': "Blitz de Labaredas",
|
||||
ko: "플레어드라이브"
|
||||
},
|
||||
|
||||
damage: 140,
|
||||
cost: ["Fire", "Fire"],
|
||||
|
||||
effect: {
|
||||
en: "Discard all <span class=\"energy-text energy-text--type-fire\"></span> Energy from this Pokémon."
|
||||
en: "Discard all {R} Energy from this Pokémon.",
|
||||
fr: "Défaussez toutes les Énergies {R} de ce Pokémon.",
|
||||
es: "Descarta todas las Energías {R} de este Pokémon.",
|
||||
it: "Rimuovi tutte le Energie {R} da questo Pokémon.",
|
||||
de: "Lege alle {R}-Energien von diesem Pokémon ab.",
|
||||
'pt-br': "Descarte todas as Energias {R} deste Pokémon.",
|
||||
ko: "이 포켓몬에서 {R}에너지를 모두 트래쉬한다."
|
||||
}
|
||||
}],
|
||||
|
||||
@ -42,4 +60,4 @@ const card: Card = {
|
||||
retreat: 0
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user