mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 09:29:19 +00:00
Added some XY translations (#63)
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -7,7 +7,7 @@ const card: Card = {
|
||||
fr: "Prismillon",
|
||||
},
|
||||
illustrator: "match",
|
||||
rarity: "Common",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
@ -35,7 +35,7 @@ const card: Card = {
|
||||
fr: "Poison Étourdissant",
|
||||
},
|
||||
effect: {
|
||||
en: "Your opponent's Active Pokémon is now Confused and Poisoned.",
|
||||
en: "Your opponent’s Active Pokémon is now Confused and Poisoned.",
|
||||
fr: "Le Pokémon Actif de votre adversaire est maintenant Confus et Empoisonné.",
|
||||
},
|
||||
|
||||
@ -49,10 +49,10 @@ const card: Card = {
|
||||
fr: "Nuée de Poudre",
|
||||
},
|
||||
effect: {
|
||||
en: "This attack does 30 more damage for each Fire Energy attached to your opponent's Active Pokémon.",
|
||||
en: "This attack does 30 more damage for each Fire Energy attached to your opponent’s Active Pokémon.",
|
||||
fr: "Cette attaque inflige 30 dégâts supplémentaires pour chaque Énergie Fire attachée au Pokémon Actif de votre adversaire.",
|
||||
},
|
||||
damage: 30,
|
||||
damage: "30+",
|
||||
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user