1
0
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:
2025-05-17 19:27:22 +02:00
committed by GitHub
parent c26b91ac85
commit 8ca40f410d
1116 changed files with 26787 additions and 4023 deletions

View File

@ -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개 트래쉬한다."
}
}],