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: "Pikachu ex"
|
||||
en: "Pikachu ex",
|
||||
fr: "Pikachu-ex",
|
||||
es: "Pikachu ex",
|
||||
it: "Pikachu-ex",
|
||||
de: "Pikachu-ex",
|
||||
'pt-br': "Pikachu ex",
|
||||
ko: "피카츄 ex"
|
||||
},
|
||||
|
||||
illustrator: "PLANETA Igarashi",
|
||||
@ -18,14 +24,26 @@ const card: Card = {
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Thunderbolt"
|
||||
en: "Thunderbolt",
|
||||
fr: "Tonnerre",
|
||||
es: "Rayo",
|
||||
it: "Fulmine",
|
||||
de: "Donnerblitz",
|
||||
'pt-br': "Relâmpago",
|
||||
ko: "10만볼트"
|
||||
},
|
||||
|
||||
damage: 150,
|
||||
cost: ["Lightning", "Lightning", "Lightning"],
|
||||
|
||||
effect: {
|
||||
en: "Discard all Energy from this Pokémon."
|
||||
en: "Discard all Energy from this Pokémon.",
|
||||
fr: "Défaussez toutes les Énergies de ce Pokémon.",
|
||||
es: "Descarta todas las Energías de este Pokémon.",
|
||||
it: "Rimuovi tutte le Energie assegnate a questo Pokémon.",
|
||||
de: "Lege alle Energien von diesem Pokémon ab.",
|
||||
'pt-br': "Descarte todas as Energias deste Pokémon.",
|
||||
ko: "이 포켓몬에서 에너지를 모두 트래쉬한다."
|
||||
}
|
||||
}],
|
||||
|
||||
|
Reference in New Issue
Block a user