mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 09:29:19 +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: "Bibarel ex"
|
||||
en: "Bibarel ex",
|
||||
fr: "Castorno-ex",
|
||||
es: "Bibarel ex",
|
||||
it: "Bibarel-ex",
|
||||
de: "Bidifas-ex",
|
||||
'pt-br': "Bibarel ex",
|
||||
ko: "비버통 ex"
|
||||
},
|
||||
|
||||
illustrator: "PLANETA CG Works",
|
||||
@ -23,14 +29,26 @@ const card: Card = {
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Carefree Press"
|
||||
en: "Carefree Press",
|
||||
fr: "Pression Insouciante",
|
||||
es: "Presión Despreocupada",
|
||||
it: "Pressa Spensierata",
|
||||
de: "Entspannter Druck",
|
||||
'pt-br': "Aperto Despreocupado",
|
||||
ko: "유유자적 프레스"
|
||||
},
|
||||
|
||||
damage: 100,
|
||||
cost: ["Colorless", "Colorless", "Colorless", "Colorless"],
|
||||
|
||||
effect: {
|
||||
en: "Heal 30 damage from this Pokémon."
|
||||
en: "Heal 30 damage from this Pokémon.",
|
||||
fr: "Soignez 30 dégâts de ce Pokémon.",
|
||||
es: "Cura 30 puntos de daño a este Pokémon.",
|
||||
it: "Cura questo Pokémon da 30 danni.",
|
||||
de: "Heile 30 Schadenspunkte bei diesem Pokémon.",
|
||||
'pt-br': "Cure 30 pontos de dano deste Pokémon.",
|
||||
ko: "이 포켓몬의 HP를 30회복."
|
||||
}
|
||||
}],
|
||||
|
||||
|
Reference in New Issue
Block a user