mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-21 11: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: "Mismagius ex"
|
||||
en: "Mismagius ex",
|
||||
fr: "Magirêve-ex",
|
||||
es: "Mismagius ex",
|
||||
it: "Mismagius-ex",
|
||||
de: "Traunmagil-ex",
|
||||
'pt-br': "Mismagius ex",
|
||||
ko: "무우마직 ex"
|
||||
},
|
||||
|
||||
illustrator: "Kuroimori",
|
||||
@ -23,14 +29,27 @@ const card: Card = {
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Magical Delusion"
|
||||
en: "Magical Delusion",
|
||||
fr: "Voyage Magique",
|
||||
es: "Ilusión Mágica",
|
||||
it: "Magillusione",
|
||||
de: "Magischer Wahn",
|
||||
'pt-br': "Delusão Mágica",
|
||||
ko: "매지컬트립"
|
||||
},
|
||||
|
||||
damage: 70,
|
||||
cost: ["Psychic", "Psychic"],
|
||||
|
||||
effect: {
|
||||
en: "Your opponent's Active Pokémon is now Confused."
|
||||
en: "Your opponent's Active Pokémon is now Confused.",
|
||||
fr: "Le Pokémon Actif de votre adversaire est maintenant Confus.",
|
||||
es: "El Pokémon Activo de tu rival pasa a estar Confundido.",
|
||||
it: "Il Pokémon attivo del tuo avversario viene confuso.",
|
||||
de: "Das Aktive Pokémon deines Gegners ist jetzt verwirrt.",
|
||||
|
||||
ko: "상대의 배틀 포켓몬을 혼란으로 만든다.",
|
||||
'pt-br': "O Pokémon Ativo do seu oponente agora está Confuso."
|
||||
}
|
||||
}],
|
||||
|
||||
|
Reference in New Issue
Block a user