mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-12 15:59: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:
@ -32,7 +32,7 @@ const card: Card = {
|
||||
fr: "Garde du Corps",
|
||||
},
|
||||
effect: {
|
||||
en: "Prevent all effects of attacks done to you or your hand by your opponent's Pokémon. Remove any existing effects.",
|
||||
en: "Prevent all effects of attacks done to you or your hand by your opponent’s Pokémon. Remove any existing effects.",
|
||||
fr: "Évitez tous les effets d'attaques infligés à vous-même ou à votre main par les Pokémon de votre adversaire. Retirez tous les effets déjà en action.",
|
||||
},
|
||||
},
|
||||
@ -51,7 +51,7 @@ const card: Card = {
|
||||
en: "Flip 2 coins. This attack does 60 damage times the number of heads.",
|
||||
fr: "Lancez 2 pièces. Cette attaque inflige 60 dégâts multipliés par le nombre de côtés face.",
|
||||
},
|
||||
damage: 60,
|
||||
damage: "60×",
|
||||
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user