mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 08:19:17 +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 Walrein",
|
||||
en: "Team Aqua’s Walrein",
|
||||
fr: "Kaimorse de la Team Aqua",
|
||||
},
|
||||
illustrator: "Hitoshi Ariga",
|
||||
@ -19,7 +19,7 @@ const card: Card = {
|
||||
"Water",
|
||||
],
|
||||
evolveFrom: {
|
||||
en: "Team Aqua's Sealeo",
|
||||
en: "Team Aqua’s Sealeo",
|
||||
fr: "Phogleur de la Team Aqua",
|
||||
},
|
||||
stage: "Stage2",
|
||||
@ -38,7 +38,7 @@ const card: Card = {
|
||||
en: "This attack does 30 damage times the amount of Energy attached to this Pokémon.",
|
||||
fr: "Cette attaque inflige 30 dégâts multipliés par le nombre d'Énergies attachées à ce Pokémon.",
|
||||
},
|
||||
damage: 30,
|
||||
damage: "30×",
|
||||
|
||||
},
|
||||
{
|
||||
@ -53,7 +53,7 @@ const card: Card = {
|
||||
fr: "Double Blizzard",
|
||||
},
|
||||
effect: {
|
||||
en: "Discard 2 Water Energy attached to this Pokémon. This attack does 80 damage to 2 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
|
||||
en: "Discard 2 Water Energy attached to this Pokémon. This attack does 80 damage to 2 of your opponent’s Pokémon. (Don’t apply Weakness and Resistance for Benched Pokémon.)",
|
||||
fr: "Défaussez 2 Énergies Water attachées à ce Pokémon. Cette attaque inflige 80 dégâts à 2 des Pokémon de votre adversaire. (N'appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user