mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-17 01:49: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:
@ -7,7 +7,7 @@ const card: Card = {
|
||||
fr: "Aspicot",
|
||||
},
|
||||
illustrator: "Akira Komayama",
|
||||
rarity: "Common",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
@ -32,8 +32,8 @@ const card: Card = {
|
||||
fr: "Sécrétion",
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed.",
|
||||
fr: "Lancez une pièce. Si c'est face, le Pokémon Actif de votre adversaire est maintenant Paralysé.",
|
||||
en: "Flip a coin. If heads, your opponent’s Active Pokémon is now Paralyzed.",
|
||||
fr: "Lancez une pièce. Si c’est face, le Pokémon Actif de votre adversaire est maintenant Paralysé.",
|
||||
},
|
||||
damage: 10,
|
||||
|
||||
|
@ -7,7 +7,7 @@ const card: Card = {
|
||||
fr: "Goupelin",
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Common",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
@ -7,7 +7,7 @@ const card: Card = {
|
||||
fr: "Flotajou",
|
||||
},
|
||||
illustrator: "Shin Nagasawa",
|
||||
rarity: "Common",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
@ -50,7 +50,7 @@ const card: Card = {
|
||||
en: "Flip 3 coins. This attack does 10 damage times the number of heads.",
|
||||
fr: "Lancez 3 pièces. Cette attaque inflige 10 dégâts multipliés par le nombre de côtés face.",
|
||||
},
|
||||
damage: 10,
|
||||
damage: "10×",
|
||||
|
||||
},
|
||||
],
|
||||
|
@ -7,7 +7,7 @@ const card: Card = {
|
||||
fr: "Grenousse",
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Common",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
@ -29,7 +29,7 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Pound",
|
||||
fr: "Écras'Face",
|
||||
fr: "Écras’Face",
|
||||
},
|
||||
|
||||
damage: 10,
|
||||
|
@ -7,7 +7,7 @@ const card: Card = {
|
||||
fr: "Croâporal",
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Common",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
@ -52,7 +52,7 @@ const card: Card = {
|
||||
en: "Flip 2 coins. This attack does 20 more damage for each heads.",
|
||||
fr: "Lancez 2 pièces. Cette attaque inflige 20 dégâts supplémentaires pour chaque côté face.",
|
||||
},
|
||||
damage: 40,
|
||||
damage: '40+',
|
||||
|
||||
},
|
||||
],
|
||||
|
@ -7,7 +7,7 @@ const card: Card = {
|
||||
fr: "Amphinobi",
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Common",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
@ -35,8 +35,8 @@ const card: Card = {
|
||||
fr: "Tatamigaeshi",
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, discard an Energy attached to your opponent's Active Pokémon.",
|
||||
fr: "Lancez une pièce. Si c'est face, défaussez une Énergie attachée au Pokémon Actif de votre adversaire.",
|
||||
en: "Flip a coin. If heads, discard an Energy attached to your opponent’s Active Pokémon.",
|
||||
fr: "Lancez une pièce. Si c’est face, défaussez une Énergie attachée au Pokémon Actif de votre adversaire.",
|
||||
},
|
||||
damage: 40,
|
||||
|
||||
|
@ -7,7 +7,7 @@ const card: Card = {
|
||||
fr: "Flingouste",
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Common",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
@ -7,7 +7,7 @@ const card: Card = {
|
||||
fr: "Medhyèna",
|
||||
},
|
||||
illustrator: "Mizue",
|
||||
rarity: "Common",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
@ -7,7 +7,7 @@ const card: Card = {
|
||||
fr: "Grahyèna",
|
||||
},
|
||||
illustrator: "Mitsuhiro Arita",
|
||||
rarity: "Common",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
@ -37,9 +37,9 @@ const card: Card = {
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, this attack does 20 more damage.",
|
||||
fr: "Lancez une pièce. Si c'est face, cette attaque inflige 20 dégâts supplémentaires.",
|
||||
fr: "Lancez une pièce. Si c’est face, cette attaque inflige 20 dégâts supplémentaires.",
|
||||
},
|
||||
damage: 40,
|
||||
damage: "40+",
|
||||
|
||||
},
|
||||
],
|
||||
|
@ -7,7 +7,7 @@ const card: Card = {
|
||||
fr: "Sepiatop",
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Common",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
@ -7,7 +7,7 @@ const card: Card = {
|
||||
fr: "Scalpion",
|
||||
},
|
||||
illustrator: "Kouki Saitou",
|
||||
rarity: "Common",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
@ -7,7 +7,7 @@ const card: Card = {
|
||||
fr: "Feuillajou",
|
||||
},
|
||||
illustrator: "Masakazu Fukuda",
|
||||
rarity: "Common",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
@ -50,7 +50,7 @@ const card: Card = {
|
||||
en: "Flip 3 coins. This attack does 10 damage times the number of heads.",
|
||||
fr: "Lancez 3 pièces. Cette attaque inflige 10 dégâts multipliés par le nombre de côtés face.",
|
||||
},
|
||||
damage: 10,
|
||||
damage: "10×",
|
||||
|
||||
},
|
||||
],
|
||||
|
@ -7,7 +7,7 @@ const card: Card = {
|
||||
fr: "Scalproie",
|
||||
},
|
||||
illustrator: "Kagemaru Himeno",
|
||||
rarity: "Common",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
@ -35,8 +35,8 @@ const card: Card = {
|
||||
fr: "Piqûre Infernale",
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed.",
|
||||
fr: "Lancez une pièce. Si c'est face, le Pokémon Actif de votre adversaire est maintenant Paralysé.",
|
||||
en: "Flip a coin. If heads, your opponent’s Active Pokémon is now Paralyzed.",
|
||||
fr: "Lancez une pièce. Si c’est face, le Pokémon Actif de votre adversaire est maintenant Paralysé.",
|
||||
},
|
||||
damage: 20,
|
||||
|
||||
|
@ -7,7 +7,7 @@ const card: Card = {
|
||||
fr: "Monorpale",
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Common",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
@ -34,9 +34,9 @@ const card: Card = {
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin until you get tails. This attack does 30 damage times the number of heads.",
|
||||
fr: "Lancez une pièce jusqu'à ce que vous obteniez un côté pile. Cette attaque inflige 30 dégâts multipliés par le nombre de côtés face.",
|
||||
fr: "Lancez une pièce jusqu’à ce que vous obteniez un côté pile. Cette attaque inflige 30 dégâts multipliés par le nombre de côtés face.",
|
||||
},
|
||||
damage: 30,
|
||||
damage: '30x',
|
||||
|
||||
},
|
||||
],
|
||||
|
@ -7,7 +7,7 @@ const card: Card = {
|
||||
fr: "Snubbull",
|
||||
},
|
||||
illustrator: "Naoki Saito",
|
||||
rarity: "Common",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
@ -30,7 +30,7 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Headbutt",
|
||||
fr: "Coup d'Boule",
|
||||
fr: "Coup d’Boule",
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
|
@ -7,7 +7,7 @@ const card: Card = {
|
||||
fr: "Granbull",
|
||||
},
|
||||
illustrator: "Masakazu Fukuda",
|
||||
rarity: "Common",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
@ -33,7 +33,7 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Headbutt",
|
||||
fr: "Coup d'Boule",
|
||||
fr: "Coup d’Boule",
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
@ -53,7 +53,7 @@ const card: Card = {
|
||||
en: "Flip 2 coins. This attack does 20 more damage for each heads.",
|
||||
fr: "Lancez 2 pièces. Cette attaque inflige 20 dégâts supplémentaires pour chaque côté face.",
|
||||
},
|
||||
damage: 50,
|
||||
damage: "50+",
|
||||
|
||||
},
|
||||
],
|
||||
|
@ -7,7 +7,7 @@ const card: Card = {
|
||||
fr: "Sucroquin",
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Common",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
@ -3,11 +3,11 @@ import Set from '../Kalos Starter Set'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Farfetch'd",
|
||||
en: "Farfetch’d",
|
||||
fr: "Canarticho",
|
||||
},
|
||||
illustrator: "Kagemaru Himeno",
|
||||
rarity: "Common",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
@ -7,7 +7,7 @@ const card: Card = {
|
||||
fr: "Ronflex",
|
||||
},
|
||||
illustrator: "Naoki Saito",
|
||||
rarity: "Common",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
@ -35,9 +35,9 @@ const card: Card = {
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, this attack does 30 more damage.",
|
||||
fr: "Lancez une pièce. Si c'est face, cette attaque inflige 30 dégâts supplémentaires.",
|
||||
fr: "Lancez une pièce. Si c’est face, cette attaque inflige 30 dégâts supplémentaires.",
|
||||
},
|
||||
damage: 10,
|
||||
damage: '10+',
|
||||
|
||||
},
|
||||
{
|
||||
|
@ -7,7 +7,7 @@ const card: Card = {
|
||||
fr: "Écrémeuh",
|
||||
},
|
||||
illustrator: "Akira Komayama",
|
||||
rarity: "Common",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
@ -35,9 +35,9 @@ const card: Card = {
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, this attack does 20 more damage.",
|
||||
fr: "Lancez une pièce. Si c'est face, cette attaque inflige 20 dégâts supplémentaires.",
|
||||
fr: "Lancez une pièce. Si c’est face, cette attaque inflige 20 dégâts supplémentaires.",
|
||||
},
|
||||
damage: 50,
|
||||
damage: "50+",
|
||||
|
||||
},
|
||||
],
|
||||
|
@ -7,7 +7,7 @@ const card: Card = {
|
||||
fr: "Skitty",
|
||||
},
|
||||
illustrator: "Shin Nagasawa",
|
||||
rarity: "Common",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
@ -34,9 +34,9 @@ const card: Card = {
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, this attack does 20 more damage.",
|
||||
fr: "Lancez une pièce. Si c'est face, cette attaque inflige 20 dégâts supplémentaires.",
|
||||
fr: "Lancez une pièce. Si c’est face, cette attaque inflige 20 dégâts supplémentaires.",
|
||||
},
|
||||
damage: 20,
|
||||
damage: "20+",
|
||||
|
||||
},
|
||||
],
|
||||
|
@ -7,7 +7,7 @@ const card: Card = {
|
||||
fr: "Keunotor",
|
||||
},
|
||||
illustrator: "Kouki Saitou",
|
||||
rarity: "Common",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
@ -7,7 +7,7 @@ const card: Card = {
|
||||
fr: "Marisson",
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Common",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
@ -7,7 +7,7 @@ const card: Card = {
|
||||
fr: "Sapereau",
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Common",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
@ -7,7 +7,7 @@ const card: Card = {
|
||||
fr: "Passerouge",
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Common",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
@ -33,7 +33,7 @@ const card: Card = {
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If tails, this attack does nothing.",
|
||||
fr: "Lancez une pièce. Si c'est pile, cette attaque ne fait rien.",
|
||||
fr: "Lancez une pièce. Si c’est pile, cette attaque ne fait rien.",
|
||||
},
|
||||
damage: 20,
|
||||
|
||||
|
@ -7,7 +7,7 @@ const card: Card = {
|
||||
fr: "Couafarel",
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Common",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
@ -33,8 +33,8 @@ const card: Card = {
|
||||
fr: "Mâchoire Serrée",
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed.",
|
||||
fr: "Lancez une pièce. Si c'est face, le Pokémon Actif de votre adversaire est maintenant Paralysé.",
|
||||
en: "Flip a coin. If heads, your opponent’s Active Pokémon is now Paralyzed.",
|
||||
fr: "Lancez une pièce. Si c’est face, le Pokémon Actif de votre adversaire est maintenant Paralysé.",
|
||||
},
|
||||
damage: 20,
|
||||
|
||||
|
@ -7,7 +7,7 @@ const card: Card = {
|
||||
fr: "Couafarel",
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Common",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
@ -33,8 +33,8 @@ const card: Card = {
|
||||
fr: "Mâchoire Serrée",
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed.",
|
||||
fr: "Lancez une pièce. Si c'est face, le Pokémon Actif de votre adversaire est maintenant Paralysé.",
|
||||
en: "Flip a coin. If heads, your opponent’s Active Pokémon is now Paralyzed.",
|
||||
fr: "Lancez une pièce. Si c’est face, le Pokémon Actif de votre adversaire est maintenant Paralysé.",
|
||||
},
|
||||
damage: 20,
|
||||
|
||||
|
@ -7,7 +7,7 @@ const card: Card = {
|
||||
fr: "Maillet Écrasant",
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Common",
|
||||
rarity: "None",
|
||||
category: "Trainer",
|
||||
|
||||
set: Set,
|
||||
@ -23,7 +23,8 @@ const card: Card = {
|
||||
|
||||
|
||||
effect: {
|
||||
fr: "Lancez une pièce. Si c'est face, défaussez une Énergie attachée à l'un des Pokémon de votre adversaire.",
|
||||
fr: "Lancez une pièce. Si c’est face, défaussez une Énergie attachée à l’un des Pokémon de votre adversaire.",
|
||||
en: "Flip a coin. If heads, discard an Energy attached to 1 of your opponent’s Pokémon."
|
||||
},
|
||||
trainerType: "Item",
|
||||
|
||||
|
@ -7,7 +7,7 @@ const card: Card = {
|
||||
fr: "Poké Ball",
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Common",
|
||||
rarity: "None",
|
||||
category: "Trainer",
|
||||
|
||||
set: Set,
|
||||
@ -23,7 +23,8 @@ const card: Card = {
|
||||
|
||||
|
||||
effect: {
|
||||
fr: "Lancez une pièce. Si c'est face, cherchez un Pokémon dans votre deck, montrez-le, puis ajoutez-le à votre main. Mélangez ensuite votre deck.",
|
||||
fr: "Lancez une pièce. Si c’est face, cherchez un Pokémon dans votre deck, montrez-le, puis ajoutez-le à votre main. Mélangez ensuite votre deck.",
|
||||
en: "Flip a coin. If heads, search your deck for a Pokémon, reveal it, and put it into your hand. Shuffle your deck afterward."
|
||||
},
|
||||
trainerType: "Item",
|
||||
|
||||
|
@ -7,7 +7,7 @@ const card: Card = {
|
||||
fr: "Attrape-Pokémon",
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Common",
|
||||
rarity: "None",
|
||||
category: "Trainer",
|
||||
|
||||
set: Set,
|
||||
@ -23,7 +23,8 @@ const card: Card = {
|
||||
|
||||
|
||||
effect: {
|
||||
fr: "Lancez une pièce. Si c'est face, échangez l'un des Pokémon de Banc de votre adversaire avec son Pokémon Actif.",
|
||||
fr: "Lancez une pièce. Si c’est face, échangez l’un des Pokémon de Banc de votre adversaire avec son Pokémon Actif.",
|
||||
en: "Flip a coin. If heads, switch 1 of your opponent’s Benched Pokémon with his or her Active Pokémon."
|
||||
},
|
||||
trainerType: "Item",
|
||||
|
||||
|
@ -7,7 +7,7 @@ const card: Card = {
|
||||
fr: "Potion",
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Common",
|
||||
rarity: "None",
|
||||
category: "Trainer",
|
||||
|
||||
set: Set,
|
||||
@ -23,7 +23,8 @@ const card: Card = {
|
||||
|
||||
|
||||
effect: {
|
||||
fr: "Soignez 30 dégâts à l'un de vos Pokémon.",
|
||||
fr: "Soignez 30 dégâts à l’un de vos Pokémon.",
|
||||
en: "Heal 30 damage from 1 of your Pokémon."
|
||||
},
|
||||
trainerType: "Item",
|
||||
|
||||
|
@ -7,7 +7,7 @@ const card: Card = {
|
||||
fr: "Échange",
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Common",
|
||||
rarity: "None",
|
||||
category: "Trainer",
|
||||
|
||||
set: Set,
|
||||
@ -23,7 +23,8 @@ const card: Card = {
|
||||
|
||||
|
||||
effect: {
|
||||
fr: "Échangez votre Pokémon Actif avec l'un de vos Pokémon de Banc.",
|
||||
fr: "Échangez votre Pokémon Actif avec l’un de vos Pokémon de Banc.",
|
||||
en: "Switch your Active Pokémon with 1 of your Benched Pokémon."
|
||||
},
|
||||
trainerType: "Item",
|
||||
|
||||
|
@ -7,7 +7,7 @@ const card: Card = {
|
||||
fr: "Tierno",
|
||||
},
|
||||
illustrator: "Ken Sugimori",
|
||||
rarity: "Common",
|
||||
rarity: "None",
|
||||
category: "Trainer",
|
||||
|
||||
set: Set,
|
||||
@ -24,6 +24,7 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Piochez 3 cartes.",
|
||||
en: "Draw 3 cards."
|
||||
},
|
||||
trainerType: "Supporter",
|
||||
|
||||
|
@ -7,7 +7,7 @@ const card: Card = {
|
||||
fr: "Boguérisse",
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Common",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
@ -7,7 +7,7 @@ const card: Card = {
|
||||
fr: "Blindépique",
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Common",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
@ -53,9 +53,9 @@ const card: Card = {
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, this attack does 40 more damage.",
|
||||
fr: "Lancez une pièce. Si c'est face, cette attaque inflige 40 dégâts supplémentaires.",
|
||||
fr: "Lancez une pièce. Si c’est face, cette attaque inflige 40 dégâts supplémentaires.",
|
||||
},
|
||||
damage: 80,
|
||||
damage: "80+",
|
||||
|
||||
},
|
||||
],
|
||||
|
@ -7,7 +7,7 @@ const card: Card = {
|
||||
fr: "Limagma",
|
||||
},
|
||||
illustrator: "Mitsuhiro Arita",
|
||||
rarity: "Common",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
@ -7,7 +7,7 @@ const card: Card = {
|
||||
fr: "Flamajou",
|
||||
},
|
||||
illustrator: "Naoyo Kimura",
|
||||
rarity: "Common",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
@ -50,7 +50,7 @@ const card: Card = {
|
||||
en: "Flip 3 coins. This attack does 10 damage times the number of heads.",
|
||||
fr: "Lancez 3 pièces. Cette attaque inflige 10 dégâts multipliés par le nombre de côtés face.",
|
||||
},
|
||||
damage: 10,
|
||||
damage: "10×",
|
||||
|
||||
},
|
||||
],
|
||||
|
@ -7,7 +7,7 @@ const card: Card = {
|
||||
fr: "Feunnec",
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Common",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
@ -7,7 +7,7 @@ const card: Card = {
|
||||
fr: "Roussil",
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Common",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
@ -37,9 +37,9 @@ const card: Card = {
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, this attack does 20 more damage.",
|
||||
fr: "Lancez une pièce. Si c'est face, cette attaque inflige 20 dégâts supplémentaires.",
|
||||
fr: "Lancez une pièce. Si c’est face, cette attaque inflige 20 dégâts supplémentaires.",
|
||||
},
|
||||
damage: 20,
|
||||
damage: '20+',
|
||||
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user