mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
Fixed XY informations (#43)
* Updated Kalos Starter Set data Signed-off-by: Avior <florian.bouillon@delta-wings.net> * Fixed XY set Signed-off-by: Avior <florian.bouillon@delta-wings.net> * Fixed some more XY sets Signed-off-by: Avior <florian.bouillon@delta-wings.net> * Some more fixes Signed-off-by: Avior <florian.bouillon@delta-wings.net> * More updated :D Signed-off-by: Avior <florian.bouillon@delta-wings.net> * Finished update in English Signed-off-by: Avior <florian.bouillon@delta-wings.net> * Updated XY datas Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -3,11 +3,11 @@ import Set from '../Steam Siege'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Magearna-EX",
|
||||
en: "Magearna EX",
|
||||
fr: "Magearna-EX",
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Rare",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
@ -29,7 +29,7 @@ const card: Card = {
|
||||
fr: "Cœur Mystique",
|
||||
},
|
||||
effect: {
|
||||
en: "Prevent all effects of your opponent's attacks, except damage, done to each of your Pokémon that has any Metal Energy attached to it. (Existing effects are not removed.)",
|
||||
en: "Prevent all effects of your opponent’s attacks, except damage, done to each of your Pokémon that has any Metal Energy attached to it. (Existing effects are not removed.)",
|
||||
fr: "Évitez tous les effets des attaques de votre adversaire, excepté les dégâts, infligés à chacun de vos Pokémon auquel de l’Énergie Metal est attachée. (Les effets déjà en action ne sont pas retirés.)",
|
||||
},
|
||||
},
|
||||
@ -46,7 +46,7 @@ const card: Card = {
|
||||
fr: "Déflagr’Âme",
|
||||
},
|
||||
effect: {
|
||||
en: "During your next turn, this Pokémon's Soul Blaster attack's base damage is 60.",
|
||||
en: "During your next turn, this Pokémon’s Soul Blaster attack’s base damage is 60.",
|
||||
fr: "Pendant votre prochain tour, les dégâts de base de l’attaque Déflagr’Âme de ce Pokémon sont de 60.",
|
||||
},
|
||||
damage: 120,
|
||||
|
Reference in New Issue
Block a user