mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 08:39:17 +00:00
Added informations on more languages for Sword & Shield cards
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -6,11 +6,15 @@ const card: Card = {
|
||||
|
||||
name: {
|
||||
fr: "Yveltal",
|
||||
en: "Yveltal"
|
||||
en: "Yveltal",
|
||||
es: "Yveltal",
|
||||
it: "Yveltal",
|
||||
pt: "Yveltal",
|
||||
de: "Yveltal"
|
||||
},
|
||||
|
||||
illustrator: "Hasuno",
|
||||
rarity: "Secret Rare",
|
||||
rarity: "Amazing",
|
||||
category: "Pokemon",
|
||||
hp: 110,
|
||||
types: ["Darkness"],
|
||||
@ -18,12 +22,20 @@ const card: Card = {
|
||||
attacks: [{
|
||||
name: {
|
||||
fr: "Annihilation Magnifique",
|
||||
en: "Amazing Destruction"
|
||||
en: "Amazing Destruction",
|
||||
es: "Destrucción Increíble",
|
||||
it: "Distruzione Policroma",
|
||||
pt: "Destruição Incrível",
|
||||
de: "Atemberaubende Zerstörung"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Le Pokémon Actif de votre adversaire est mis K.O.",
|
||||
en: "Your opponent’s Active Pokémon is Knocked Out."
|
||||
en: "Your opponent’s Active Pokémon is Knocked Out.",
|
||||
es: "El Pokémon Activo de tu rival queda Fuera de Combate.",
|
||||
it: "Il Pokémon attivo del tuo avversario viene messo KO.",
|
||||
pt: "O Pokémon Ativo do seu oponente é Nocauteado.",
|
||||
de: "Das Aktive Pokémon deines Gegners ist kampfunfähig."
|
||||
},
|
||||
|
||||
cost: ["Fire", "Psychic", "Darkness", "Colorless", "Colorless"]
|
||||
|
Reference in New Issue
Block a user