mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-20 11:09:19 +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:
@ -4,7 +4,7 @@ import Set from '../XY'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Skarmory-EX",
|
||||
fr: "Airmure-EX",
|
||||
fr: "Airmure EX",
|
||||
},
|
||||
illustrator: "Ryo Ueda",
|
||||
rarity: "Ultra Rare",
|
||||
@ -34,7 +34,7 @@ const card: Card = {
|
||||
},
|
||||
effect: {
|
||||
en: "Before doing damage, discard all Pokémon Tool cards attached to your opponent's Active Pokémon.",
|
||||
fr: "Avant d'infliger des dégâts, défaussez toutes les cartes Outil Pokémon attachées au Pokémon Actif de votre adversaire.",
|
||||
fr: "Avant d’infliger des dégâts, défaussez toutes les cartes Outil Pokémon attachées au Pokémon Actif de votre adversaire.",
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
@ -53,7 +53,7 @@ const card: Card = {
|
||||
en: "If your opponent's Active Pokémon already has any damage counters on it, this attack does 40 more damage.",
|
||||
fr: "Si le Pokémon Actif de votre adversaire a déjà des marqueurs de dégâts, cette attaque inflige 40 dégâts supplémentaires.",
|
||||
},
|
||||
damage: 80,
|
||||
damage: "80+",
|
||||
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user