mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-25 13:29: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: "Beedrill ex"
|
||||
en: "Beedrill ex",
|
||||
fr: "Dardargnan-ex",
|
||||
es: "Beedrill ex",
|
||||
it: "Beedrill-ex",
|
||||
de: "Bibor-ex",
|
||||
'pt-br': "Beedrill ex",
|
||||
ko: "독침붕 ex"
|
||||
},
|
||||
|
||||
illustrator: "PLANETA Igarashi",
|
||||
@ -23,14 +29,26 @@ const card: Card = {
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Crushing Spear"
|
||||
en: "Crushing Spear",
|
||||
fr: "Lance Destructrice",
|
||||
es: "Lanza Devastadora",
|
||||
it: "Lancia Devastante",
|
||||
de: "Vernichtender Speer",
|
||||
'pt-br': "Lança Aniquiladora",
|
||||
ko: "크래시스피어"
|
||||
},
|
||||
|
||||
damage: 80,
|
||||
cost: ["Grass", "Grass"],
|
||||
|
||||
effect: {
|
||||
en: "Discard a random Energy from your opponent's Active Pokémon."
|
||||
en: "Discard a random Energy from your opponent's Active Pokémon.",
|
||||
fr: "Défaussez au hasard une Énergie du Pokémon Actif de votre adversaire.",
|
||||
es: "Descarta 1 Energía aleatoria del Pokémon Activo de tu rival.",
|
||||
it: "Rimuovi un'Energia a caso dal Pokémon attivo del tuo avversario.",
|
||||
de: "Lege 1 zufällige Energie vom Aktiven Pokémon deines Gegners ab.",
|
||||
'pt-br': "Descarte 1 Energia aleatória do Pokémon Ativo do seu oponente.",
|
||||
ko: "상대의 배틀 포켓몬에서 에너지를 랜덤으로 1개 트래쉬한다."
|
||||
}
|
||||
}],
|
||||
|
||||
|
Reference in New Issue
Block a user