mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 00:29: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:
@ -3,7 +3,7 @@ import Set from '../Double Crisis'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Team Aqua's Sealeo",
|
||||
en: "Team Aqua’s Sealeo",
|
||||
fr: "Phogleur de la Team Aqua",
|
||||
},
|
||||
illustrator: "Naoki Saito",
|
||||
@ -19,7 +19,7 @@ const card: Card = {
|
||||
"Water",
|
||||
],
|
||||
evolveFrom: {
|
||||
en: "Team Aqua's Spheal",
|
||||
en: "Team Aqua’s Spheal",
|
||||
fr: "Obalie de la Team Aqua",
|
||||
},
|
||||
stage: "Stage1",
|
||||
@ -36,7 +36,7 @@ const card: Card = {
|
||||
fr: "Crépitement",
|
||||
},
|
||||
effect: {
|
||||
en: "This attack does 20 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
|
||||
en: "This attack does 20 damage to 1 of your opponent’s Pokémon. (Don’t apply Weakness and Resistance for Benched Pokémon.)",
|
||||
fr: "Cette attaque inflige 20 dégâts à l'un des Pokémon de votre adversaire. (N'appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
|
||||
},
|
||||
|
||||
@ -52,10 +52,10 @@ const card: Card = {
|
||||
fr: "Déluge de Grêle",
|
||||
},
|
||||
effect: {
|
||||
en: "If your opponent's Active Pokémon is a Team Magma Pokémon, this attack does 60 more damage.",
|
||||
en: "If your opponent’s Active Pokémon is a Team Magma Pokémon, this attack does 60 more damage.",
|
||||
fr: "Si le Pokémon Actif de votre adversaire est un Pokémon de la Team Magma, cette attaque inflige 60 dégâts supplémentaires.",
|
||||
},
|
||||
damage: 60,
|
||||
damage: "60+",
|
||||
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user