1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-26 13:59:18 +00:00

Fix HeartGold SoulSilver datas (#73)

* Update

Signed-off-by: Avior <github@avior.me>

* Update datas

Signed-off-by: Avior <github@avior.me>

* Finished fix

Signed-off-by: Avior <github@avior.me>

* Updated some more

Signed-off-by: Avior <florian.bouillon@delta-wings.net>

* Some more updates

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-09-29 23:43:33 +02:00
committed by GitHub
parent f8508fcd08
commit dc4d1bd6cb
414 changed files with 6893 additions and 2404 deletions

View File

@ -6,24 +6,28 @@ const card: Card = {
en: "Aggron",
fr: "Galeking",
},
illustrator: "Kagemaru Himeno",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
306,
],
hp: 140,
types: [
"Metal",
],
evolveFrom: {
en: "Lairon",
fr: "Galegon",
},
stage: "Stage2",
stage: "Stage2",
attacks: [
{
@ -40,7 +44,7 @@ const card: Card = {
en: "If the Defending Pokémon already has any damage counters on it, this attack does 40 damage plus 40 more damage.",
fr: "Si le Pokémon Défenseur a déjà des marqueurs de dégât, cette attaque inflige 40 dégâts plus 40 dégâts supplémentaires.",
},
damage: 40,
damage: "40+",
},
{
@ -55,29 +59,40 @@ const card: Card = {
fr: "Griffe de garde",
},
effect: {
en: "During your opponent's next turn, any damage done to Aggron by attacks is reduced by 20 (after applying Weakness and Resistance).",
en: "During your opponents next turn, any damage done to Aggron by attacks is reduced by 20 (after applying Weakness and Resistance).",
fr: "Pendant le prochain tour de votre adversaire, tous les dégâts infligés à Galeking par des attaques sont réduits de 20 (après application de la Faiblesse et de la Résistance).",
},
damage: 60,
},
],
weaknesses: [
{
type: "Fire",
value: "×2"
},
],
resistances: [
{
type: "Psychic",
value: "-20"
},
],
retreat: 4,
description: {
en: "You can tell its age by the length of its iron horns. It claims an entire mountain as its territory."
},
variants: {
normal: false,
reverse: false,
holo: true,
firstEdition: false
}
}
export default card

View File

@ -6,15 +6,18 @@ const card: Card = {
en: "Spiritomb",
fr: "Spiritomb",
},
illustrator: "Shizurow",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
442,
],
hp: 60,
types: [
"Psychic",
],
@ -34,6 +37,7 @@ const card: Card = {
},
},
],
attacks: [
{
cost: [
@ -57,10 +61,19 @@ const card: Card = {
value: "-20"
},
],
retreat: 1,
description: {
en: "It was formed by uniting 108 spirits. It has been bound to the Odd Keystone to keep it from doing any mischief."
},
variants: {
normal: false,
reverse: false,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -6,11 +6,12 @@ const card: Card = {
en: "Darkrai & Cresselia LEGEND",
fr: "Darkrai & Cresselia LÉGENDE",
},
illustrator: undefined,
rarity: "Rare",
category: "Pokemon",
illustrator: "Shinji Higuchi + Noriko Takaya/樋口真嗣+高屋法子",
rarity: "Ultra Rare",
category: "Pokemon",
set: Set,
dexId: [
488,
],
@ -20,7 +21,6 @@ const card: Card = {
"Psychic",
],
suffix: "Legend",
attacks: [
@ -36,8 +36,8 @@ const card: Card = {
fr: "Crise perdue",
},
effect: {
en: "Choose 2 Energy attached to Darkrai & Cresselia LEGEND and put them in the Lost Zone. If any of your opponent's Pokémon would be Knocked Out by damage from this attack, put that Pokémon and all cards attached to it in the Lost Zone instead of discarding it.",
fr: "Choisissez 2 cartes Énergie attachées à Darkrai & Cresselia LÉGENDE et placez-les dans la Zone Perdue. Si l'un des Pokémon de votre adversaire est mis K.O. par cette attaque, placez ce Pokémon et toutes les cartes qui lui sont attachées dans la Zone Perdue au lieu de le défausser.",
en: "Choose 2 Energy attached to Darkrai & Cresselia LEGEND and put them in the Lost Zone. If any of your opponents Pokémon would be Knocked Out by damage from this attack, put that Pokémon and all cards attached to it in the Lost Zone instead of discarding it.",
fr: "Choisissez 2 cartes Énergie attachées à Darkrai & Cresselia LÉGENDE et placez-les dans la Zone Perdue. Si lun des Pokémon de votre adversaire est mis K.O. par cette attaque, placez ce Pokémon et toutes les cartes qui lui sont attachées dans la Zone Perdue au lieu de le défausser.",
},
damage: 100,
@ -47,11 +47,11 @@ const card: Card = {
"Psychic",
],
name: {
en: "Moon's Invite",
en: "Moons Invite",
fr: "Invitation lunaire",
},
effect: {
en: "Move as many damage counters on your opponent's Pokémon as you like to any of your opponent's other Pokémon in any way you like.",
en: "Move as many damage counters on your opponents Pokémon as you like to any of your opponents other Pokémon in any way you like.",
fr: "Retirez autant de marqueurs de dégât que vous le voulez aux Pokémon de votre adversaire et attribuez-les comme bon vous semble aux autres Pokémon de votre adversaire.",
},
@ -62,11 +62,12 @@ const card: Card = {
fr: "",
},
effect: {
fr: "Placez cette carte sur votre Banc uniquement avec l'autre moitié de Darkrai & Cresselia LÉGENDE.",
fr: "Placez cette carte sur votre Banc uniquement avec lautre moitié de Darkrai & Cresselia LÉGENDE.",
},
},
],
weaknesses: [
{
type: "Fighting",
@ -79,9 +80,16 @@ const card: Card = {
],
retreat: 2,
stage: "Basic",
variants: {
normal: false,
reverse: false,
holo: true,
firstEdition: false
},
hp: 150
}
export default card

View File

@ -6,21 +6,23 @@ const card: Card = {
en: "Palkia & Dialga LEGEND",
fr: "Palkia & Dialga LÉGENDE",
},
illustrator: "Shinji Higuchi + Sachiko Eba/樋口真嗣+江場左知子",
rarity: "Rare",
category: "Pokemon",
illustrator: "Shinji Higuchi + Sachiko Eba/樋口真嗣+江場左知子",
rarity: "Ultra Rare",
category: "Pokemon",
set: Set,
dexId: [
483,
],
hp: 160,
types: [
"Water",
"Metal",
],
suffix: "Legend",
attacks: [
@ -30,17 +32,21 @@ const card: Card = {
fr: "",
},
effect: {
fr: "Vous ne pouvez placer cette carte sur votre Banc que si vous placez en même temps l'autre moitié de Palkia & Dialga LÉGENDE.",
fr: "Vous ne pouvez placer cette carte sur votre Banc que si vous placez en même temps lautre moitié de Palkia & Dialga LÉGENDE.",
},
},
],
stage: "Basic",
retreat: 0,
variants: {
normal: false,
reverse: false,
holo: true,
firstEdition: false
}
}
export default card

View File

@ -6,11 +6,12 @@ const card: Card = {
en: "Palkia & Dialga LEGEND",
fr: "Palkia & Dialga LÉGENDE",
},
illustrator: undefined,
rarity: "Rare",
category: "Pokemon",
illustrator: "Shinji Higuchi + Sachiko Eba/樋口真嗣+江場左知子",
rarity: "Ultra Rare",
category: "Pokemon",
set: Set,
dexId: [
483,
],
@ -20,7 +21,6 @@ const card: Card = {
"Metal",
],
suffix: "Legend",
attacks: [
@ -35,8 +35,8 @@ const card: Card = {
fr: "Disparition soudaine",
},
effect: {
en: "Choose 1 of your opponent's Benched Pokémon. Put that Pokémon and all cards attached to it back into your opponent's hand.",
fr: "Choisissez l'un des Pokémon de Banc de votre adversaire. Remettez ce Pokémon et toutes les cartes qui lui sont attachées dans la main de votre adversaire.",
en: "Choose 1 of your opponents Benched Pokémon. Put that Pokémon and all cards attached to it back into your opponents hand.",
fr: "Choisissez lun des Pokémon de Banc de votre adversaire. Remettez ce Pokémon et toutes les cartes qui lui sont attachées dans la main de votre adversaire.",
},
},
@ -51,7 +51,7 @@ const card: Card = {
fr: "Contrôle temporel",
},
effect: {
en: "Discard all Metal Energy attached to Palkia & Dialga LEGEND. Add the top 2 cards of your opponent's deck to his or her Prize cards.",
en: "Discard all Metal Energy attached to Palkia & Dialga LEGEND. Add the top 2 cards of your opponents deck to his or her Prize cards.",
fr: "Défaussez toutes les cartes Énergie Metal attachées à Palkia & Dialga LÉGENDE. Ajoutez les 2 cartes du dessus du deck de votre adversaire à ses cartes Récompense.",
},
@ -62,11 +62,12 @@ const card: Card = {
fr: "",
},
effect: {
fr: "Vous ne pouvez placer cette carte sur votre Banc que si vous placez en même temps l'autre moitié de Palkia & Dialga LÉGENDE.",
fr: "Vous ne pouvez placer cette carte sur votre Banc que si vous placez en même temps lautre moitié de Palkia & Dialga LÉGENDE.",
},
},
],
weaknesses: [
{
type: "Lightning",
@ -79,9 +80,16 @@ const card: Card = {
],
retreat: 3,
stage: "Basic",
variants: {
normal: false,
reverse: false,
holo: true,
firstEdition: false
},
hp: 160
}
export default card

View File

@ -6,22 +6,27 @@ const card: Card = {
en: "Venomoth",
fr: "Aéromite",
},
illustrator: "Hideaki Hakozaki",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
49,
],
hp: 80,
types: [
"Grass",
],
evolveFrom: {
en: "Venonat",
fr: "Mimitoss",
},
stage: "Stage1",
abilities: [
@ -32,11 +37,12 @@ const card: Card = {
fr: "Vent de Papipoison",
},
effect: {
en: "Once during your turn (before your attack), you may flip a coin. If heads, your opponent's Active Pokémon is now Poisoned. If tails, your Active Pokémon is now Poisoned. This power can't be used if Venomoth is affected by a Special Condition.",
fr: "Une seule fois pendant votre tour (avant votre attaque), vous pouvez lancer une pièce. Si c'est face, le Pokémon Actif de votre adversaire est maintenant Empoisonné. Si c'est pile, votre Pokémon Actif est maintenant Empoisonné. Ce Poké-Power ne peut pas être utilisé si Aéromite est affecté par un État Spécial.",
en: "Once during your turn (before your attack), you may flip a coin. If heads, your opponents Active Pokémon is now Poisoned. If tails, your Active Pokémon is now Poisoned. This power cant be used if Venomoth is affected by a Special Condition.",
fr: "Une seule fois pendant votre tour (avant votre attaque), vous pouvez lancer une pièce. Si cest face, le Pokémon Actif de votre adversaire est maintenant Empoisonné. Si cest pile, votre Pokémon Actif est maintenant Empoisonné. Ce Poké-Power ne peut pas être utilisé si Aéromite est affecté par un État Spécial.",
},
},
],
attacks: [
{
cost: [
@ -49,12 +55,13 @@ const card: Card = {
},
effect: {
en: "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Paralysé.",
fr: "Lancez une pièce. Si cest face, le Pokémon Défenseur est maintenant Paralysé.",
},
damage: 30,
},
],
weaknesses: [
{
type: "Fire",
@ -64,8 +71,16 @@ const card: Card = {
retreat: 1,
description: {
en: "The powder on its wings is poisonous if it is dark in hue. If it is light in hue, it causes paralysis."
},
variants: {
normal: false,
reverse: false,
holo: true,
firstEdition: false
}
}
export default card

View File

@ -6,22 +6,27 @@ const card: Card = {
en: "Victreebel",
fr: "Empiflor",
},
illustrator: "Midori Harada",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
71,
],
hp: 110,
types: [
"Grass",
],
evolveFrom: {
en: "Weepinbell",
fr: "Boustiflor",
},
stage: "Stage2",
abilities: [
@ -32,11 +37,12 @@ const card: Card = {
fr: "Enchevêtrement végétal",
},
effect: {
en: "As long as Victreebel is your Active Pokémon, your opponent's Active Pokémon's Retreat Cost is ColorlessColorless more.",
fr: "Tant qu'Empiflor est votre Pokémon Actif, le Coût de retraite du Pokémon Actif de votre adversaire est augmenté de ColorlessColorless.",
en: "As long as Victreebel is your Active Pokémon, your opponents Active Pokémons Retreat Cost is ColorlessColorless more.",
fr: "Tant quEmpiflor est votre Pokémon Actif, le Coût de retraite du Pokémon Actif de votre adversaire est augmenté de ColorlessColorless.",
},
},
],
attacks: [
{
cost: [
@ -55,6 +61,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Fire",
@ -64,8 +71,16 @@ const card: Card = {
retreat: 2,
description: {
en: "Acid that has dissolved many prey becomes sweeter, making it even more effective at attracting prey."
},
variants: {
normal: false,
reverse: false,
holo: true,
firstEdition: false
}
}
export default card

View File

@ -6,24 +6,28 @@ const card: Card = {
en: "Ambipom",
fr: "Capidextre",
},
illustrator: "Naoyo Kimura",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
424,
],
hp: 80,
types: [
"Colorless",
],
evolveFrom: {
en: "Aipom",
fr: "Capumain",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@ -36,7 +40,7 @@ const card: Card = {
fr: "Étonnement",
},
effect: {
en: "Choose 2 cards from your opponent's hand without looking. Look at the cards you chose, then have your opponent shuffle those cards into his or her deck.",
en: "Choose 2 cards from your opponents hand without looking. Look at the cards you chose, then have your opponent shuffle those cards into his or her deck.",
fr: "Choisissez au hasard 2 cartes dans la main de votre adversaire. Regardez les cartes que vous avez choisies, puis demandez à votre adversaire de les mélanger avec son deck.",
},
damage: 20,
@ -52,13 +56,14 @@ const card: Card = {
fr: "Matraqueue",
},
effect: {
en: "Discard 2 cards from your hand. (If you can't discard 2 cards from your hand, this attack does nothing.)",
en: "Discard 2 cards from your hand. (If you cant discard 2 cards from your hand, this attack does nothing.)",
fr: "Défaussez 2 cartes de votre main. (Si vous ne pouvez pas, cette attaque ne fait rien.)",
},
damage: 60,
},
],
weaknesses: [
{
type: "Fighting",
@ -68,8 +73,16 @@ const card: Card = {
retreat: 1,
description: {
en: "They live on large trees. They are said to communicate by connecting their tails to those of others."
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -6,24 +6,28 @@ const card: Card = {
en: "Banette",
fr: "Branette",
},
illustrator: "Ryo Ueda",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
354,
],
hp: 80,
types: [
"Psychic",
],
evolveFrom: {
en: "Shuppet",
fr: "Polichombr",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@ -35,8 +39,8 @@ const card: Card = {
fr: "Broyage perdu",
},
effect: {
en: "Flip a coin. If heads, choose 1 Energy card attached to 1 of your opponent's Pokémon and put it in the Lost Zone.",
fr: "Lancez une pièce. Si c'est face, choisissez une carte Énergie attachée à l'un des Pokémon de votre adversaire et placez-la dans la Zone Perdue.",
en: "Flip a coin. If heads, choose 1 Energy card attached to 1 of your opponents Pokémon and put it in the Lost Zone.",
fr: "Lancez une pièce. Si cest face, choisissez une carte Énergie attachée à lun des Pokémon de votre adversaire et placez-la dans la Zone Perdue.",
},
},
@ -51,28 +55,39 @@ const card: Card = {
fr: "Réaction",
},
effect: {
en: "Count the number of cards in your opponent's hand. Put that many damage counters on the Defending Pokémon.",
en: "Count the number of cards in your opponents hand. Put that many damage counters on the Defending Pokémon.",
fr: "Comptez le nombre de cartes dans la main de votre adversaire. Placez un nombre équivalent de marqueurs de dégât sur le Pokémon Défenseur.",
},
},
],
weaknesses: [
{
type: "Darkness",
value: "×2"
},
],
resistances: [
{
type: "Colorless",
value: "-20"
},
],
retreat: 1,
description: {
en: "This Pokémon developed from an abandoned doll that amassed a grudge. It is seen in dark alleys."
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -6,24 +6,28 @@ const card: Card = {
en: "Bronzong",
fr: "Archéodong",
},
illustrator: "Yuka Morii",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
437,
],
hp: 90,
types: [
"Metal",
],
evolveFrom: {
en: "Bronzor",
fr: "Archeomire",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@ -36,7 +40,7 @@ const card: Card = {
},
effect: {
en: "Search your deck for both halves of a Pokémon LEGEND, show them to your opponent, and put them into your hand. Shuffle your deck afterward.",
fr: "Cherchez les deux moitiés d'un Pokémon LÉGENDE dans votre deck, montrez-les à votre adversaire, puis ajoutez-les à votre main. Mélangez ensuite votre deck.",
fr: "Cherchez les deux moitiés dun Pokémon LÉGENDE dans votre deck, montrez-les à votre adversaire, puis ajoutez-les à votre main. Mélangez ensuite votre deck.",
},
},
@ -47,32 +51,43 @@ const card: Card = {
],
name: {
en: "Reflect Energy",
fr: "Renvoi d'énergie",
fr: "Renvoi dénergie",
},
effect: {
en: "Move an Energy card attached to Bronzong to 1 of your Benched Pokémon.",
fr: "Prenez une carte Énergie attachée à Archéodong et attachez-la à l'un de vos Pokémon de Banc.",
fr: "Prenez une carte Énergie attachée à Archéodong et attachez-la à lun de vos Pokémon de Banc.",
},
damage: 30,
},
],
weaknesses: [
{
type: "Fire",
value: "×2"
},
],
resistances: [
{
type: "Psychic",
value: "-20"
},
],
retreat: 3,
description: {
en: "Ancient people believed that petitioning Bronzong for rain was the way to make crops grow."
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -6,22 +6,24 @@ const card: Card = {
en: "Carnivine",
fr: "Vortente",
},
illustrator: "Ryo Ueda",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
455,
],
hp: 80,
types: [
"Grass",
],
stage: "Basic",
attacks: [
{
cost: [
@ -32,8 +34,8 @@ const card: Card = {
fr: "Piège de salive",
},
effect: {
en: "Switch the Defending Pokémon with 1 of your opponent's Benched Pokémon.",
fr: "Échangez le Pokémon Défenseur avec l'un des Pokémon de Banc de votre adversaire.",
en: "Switch the Defending Pokémon with 1 of your opponents Benched Pokémon.",
fr: "Échangez le Pokémon Défenseur avec lun des Pokémon de Banc de votre adversaire.",
},
},
@ -48,29 +50,40 @@ const card: Card = {
fr: "Colle et absorbe",
},
effect: {
en: "Remove 3 damage counters from Carnivine. The Defending Pokémon can't retreat during your opponent's next turn.",
en: "Remove 3 damage counters from Carnivine. The Defending Pokémon cant retreat during your opponents next turn.",
fr: "Retirez 3 marqueurs de dégât à Vortente. Le Pokémon Défenseur ne peut pas battre en retraite durant le prochain tour de votre adversaire.",
},
damage: 30,
},
],
weaknesses: [
{
type: "Fire",
value: "×2"
},
],
resistances: [
{
type: "Water",
value: "-20"
},
],
retreat: 2,
description: {
en: "It walks around on its tentacles in search of a tree branch where it can dangle down and ambush prey."
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -6,15 +6,18 @@ const card: Card = {
en: "Ditto",
fr: "Metamorph",
},
illustrator: "match",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
132,
],
hp: 40,
types: [
"Colorless",
],
@ -30,10 +33,11 @@ const card: Card = {
},
effect: {
en: "The number of Benched Pokémon your opponent can have is now 4. If your opponent has 5 Benched Pokémon, your opponent must discard 1 of them and all cards attached to it.",
fr: "Le nombre de Pokémon de Banc de votre adversaire est maintenant limité à 4. Si votre adversaire a 5 Pokémon de Banc, il doit défausser l'un d'entre eux et toutes les cartes qui lui sont attachées.",
fr: "Le nombre de Pokémon de Banc de votre adversaire est maintenant limité à 4. Si votre adversaire a 5 Pokémon de Banc, il doit défausser lun dentre eux et toutes les cartes qui lui sont attachées.",
},
},
],
attacks: [
{
cost: [
@ -49,6 +53,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Fighting",
@ -58,8 +63,16 @@ const card: Card = {
retreat: 1,
description: {
en: "Its transformation ability is perfect. However, if made to laugh, it cant maintain its disguise."
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -6,24 +6,28 @@ const card: Card = {
en: "Dragonite",
fr: "Dracolosse",
},
illustrator: "Mitsuhiro Arita",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
149,
],
hp: 140,
types: [
"Colorless",
],
evolveFrom: {
en: "Dragonair",
fr: "Draco",
},
stage: "Stage2",
stage: "Stage2",
attacks: [
{
@ -62,22 +66,33 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Colorless",
value: "×2"
},
],
resistances: [
{
type: "Fighting",
value: "-20"
},
],
retreat: 4,
description: {
en: "This marine Pokémon has an impressive build that lets it freely fly over raging seas without trouble."
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -6,24 +6,28 @@ const card: Card = {
en: "Dugtrio",
fr: "Triopikeur",
},
illustrator: "Shizurow",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
51,
],
hp: 80,
types: [
"Fighting",
],
evolveFrom: {
en: "Diglett",
fr: "Taupiqueur",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@ -52,16 +56,18 @@ const card: Card = {
en: "Flip a coin for each Fighting Energy attached to Dugtrio. This attack does 50 damage plus 20 more damage for each heads.",
fr: "Lancez une pièce pour chaque Énergie Fighting attachée à Triopikeur. Cette attaque inflige 50 dégâts plus 20 dégâts supplémentaires pour chaque côté face.",
},
damage: 50,
damage: "50+",
},
],
weaknesses: [
{
type: "Water",
value: "×2"
},
],
resistances: [
{
type: "Lightning",
@ -69,9 +75,18 @@ const card: Card = {
},
],
retreat: 0,
description: {
en: "Extremely powerful, they can dig through even the hardest ground to a depth of over 60 miles."
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -6,24 +6,28 @@ const card: Card = {
en: "Altaria",
fr: "Altaria",
},
illustrator: "Ryo Ueda",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
334,
],
hp: 90,
types: [
"Colorless",
],
evolveFrom: {
en: "Swablu",
fr: "Tylton",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@ -55,16 +59,18 @@ const card: Card = {
en: "If there is any Stadium card in play, this attack does 40 damage plus 30 more damage.",
fr: "Si une carte Stade est en jeu, cette attaque inflige 40 dégâts plus 30 dégâts supplémentaires.",
},
damage: 40,
damage: "40+",
},
],
weaknesses: [
{
type: "Colorless",
value: "×2"
},
],
resistances: [
{
type: "Fighting",
@ -72,9 +78,18 @@ const card: Card = {
},
],
retreat: 0,
description: {
en: "It flies gracefully through the sky. Its melodic humming makes you feel like youre in a dream."
},
variants: {
normal: false,
reverse: true,
holo: true,
firstEdition: false
}
}
export default card

View File

@ -6,24 +6,28 @@ const card: Card = {
en: "Electivire",
fr: "Elekable",
},
illustrator: "TOKIYA",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
466,
],
hp: 100,
types: [
"Lightning",
],
evolveFrom: {
en: "Electabuzz",
fr: "Elektek",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@ -52,28 +56,39 @@ const card: Card = {
fr: "Tir foudroyant",
},
effect: {
en: "This attack does 50 damage to each of your opponent's Pokémon that has any Energy cards attached to it. (Don't apply Weakness and Resistance for Benched Pokémon.)",
fr: "Cette attaque inflige 50 dégâts à chacun des Pokémon de votre adversaire auxquels sont attachées des cartes Énergie. (N'appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
en: "This attack does 50 damage to each of your opponents Pokémon that has any Energy cards attached to it. (Dont apply Weakness and Resistance for Benched Pokémon.)",
fr: "Cette attaque inflige 50 dégâts à chacun des Pokémon de votre adversaire auxquels sont attachées des cartes Énergie. (Nappliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
},
},
],
weaknesses: [
{
type: "Fighting",
value: "×2"
},
],
resistances: [
{
type: "Metal",
value: "-20"
},
],
retreat: 3,
description: {
en: "As its electric charge amplifies, blue sparks begin to crackle between its horns."
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -6,15 +6,18 @@ const card: Card = {
en: "Elekid",
fr: "Elekid",
},
illustrator: "TOKIYA",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
239,
],
hp: 30,
types: [
"Lightning",
],
@ -30,10 +33,11 @@ const card: Card = {
},
effect: {
en: "As long as Elekid is Asleep, prevent all damage done to Elekid by attacks.",
fr: "Tant qu'Elekid est Endormi, empêchez tous les dégâts qui lui sont infligés par des attaques.",
fr: "Tant quElekid est Endormi, empêchez tous les dégâts qui lui sont infligés par des attaques.",
},
},
],
attacks: [
{
@ -42,18 +46,25 @@ const card: Card = {
fr: "Boule étincelante",
},
effect: {
en: "Choose 1 of your opponent's Pokémon. This attack does 20 damage to that Pokémon. This attack's damage isn't affected by Weakness or Resistance. Elekid is now Asleep.",
fr: "Choisissez l'un des Pokémon de votre adversaire. Cette attaque inflige 20 dégâts à ce Pokémon. Les dégâts infligés par cette attaque ne sont pas affectés par la Faiblesse ou la Résistance. Elekid est maintenant Endormi.",
en: "Choose 1 of your opponents Pokémon. This attack does 20 damage to that Pokémon. This attacks damage isnt affected by Weakness or Resistance. Elekid is now Asleep.",
fr: "Choisissez lun des Pokémon de votre adversaire. Cette attaque inflige 20 dégâts à ce Pokémon. Les dégâts infligés par cette attaque ne sont pas affectés par la Faiblesse ou la Résistance. Elekid est maintenant Endormi.",
},
},
],
retreat: 0,
description: {
en: "Even in the most vicious storm, this Pokémon plays happily if thunder rumbles in the sky."
},
variants: {
normal: false,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -6,22 +6,27 @@ const card: Card = {
en: "Golduck",
fr: "Akwakwak",
},
illustrator: "Naoki Saito",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
55,
],
hp: 90,
types: [
"Water",
],
evolveFrom: {
en: "Psyduck",
fr: "Psykokwak",
},
stage: "Stage1",
abilities: [
@ -37,6 +42,7 @@ const card: Card = {
},
},
],
attacks: [
{
cost: [
@ -51,10 +57,11 @@ const card: Card = {
en: "Does 30 damage plus 10 more damage for each Water Energy attached to all of your Pokémon.",
fr: "Inflige 30 dégâts plus 10 dégâts supplémentaires pour chaque carte Énergie Water attachée à tous vos Pokémon.",
},
damage: 30,
damage: "30+",
},
],
weaknesses: [
{
type: "Lightning",
@ -64,8 +71,16 @@ const card: Card = {
retreat: 1,
description: {
en: "When it swims at full speed using its long, webbed limbs, its forehead somehow begins to glow."
},
variants: {
normal: true,
reverse: false,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -6,24 +6,28 @@ const card: Card = {
en: "Grumpig",
fr: "Groret",
},
illustrator: "Yukiko Baba",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
326,
],
hp: 90,
types: [
"Psychic",
],
evolveFrom: {
en: "Spoink",
fr: "Spoink",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@ -36,7 +40,7 @@ const card: Card = {
fr: "Verrou psy",
},
effect: {
en: "Your opponent can't use any Poké-Powers on his or her Pokémon on his or her next turn.",
en: "Your opponent cant use any Poké-Powers on his or her Pokémon on his or her next turn.",
fr: "Votre adversaire ne peut utiliser aucun Poké-Power sur ses Pokémon lors de son prochain tour.",
},
damage: 20,
@ -53,13 +57,14 @@ const card: Card = {
fr: "Manipulation de Banc",
},
effect: {
en: "Your opponent flips a coin for each of his or her Benched Pokémon. This attack does 40 damage times the number of tails. This attack's damage isn't affected by Weakness or Resistance.",
en: "Your opponent flips a coin for each of his or her Benched Pokémon. This attack does 40 damage times the number of tails. This attacks damage isnt affected by Weakness or Resistance.",
fr: "Votre adversaire lance une pièce pour chacun de ses Pokémon de Banc. Cette attaque inflige 40 dégâts multipliés par le nombre de côtés pile. Les dégâts infligés par cette attaque ne sont pas affectés par la Faiblesse ou la Résistance.",
},
damage: 40,
damage: "40×",
},
],
weaknesses: [
{
type: "Psychic",
@ -69,8 +74,16 @@ const card: Card = {
retreat: 2,
description: {
en: "It can perform odd dance steps to influence foes. Its style of dancing became hugely popular overseas."
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -6,24 +6,28 @@ const card: Card = {
en: "Kricketune",
fr: "Mélokrik",
},
illustrator: "Tomokazu Komiya",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
402,
],
hp: 80,
types: [
"Grass",
],
evolveFrom: {
en: "Kricketot",
fr: "Crikzik",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@ -37,7 +41,7 @@ const card: Card = {
},
effect: {
en: "Flip a coin. If heads, the Defending Pokémon is now Confused.",
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Confus.",
fr: "Lancez une pièce. Si cest face, le Pokémon Défenseur est maintenant Confus.",
},
damage: 30,
@ -56,10 +60,11 @@ const card: Card = {
en: "Flip 3 coins. If 1 of them is heads, this attack does 20 damage plus 20 more damage. If 2 of them are heads, this attack does 20 damage plus 40 more damage. If all of them are heads, this attack does 20 damage plus 100 more damage.",
fr: "Lancez 3 pièces. Si vous obtenez une fois un côté face, cette attaque inflige 20 dégâts plus 20 dégâts supplémentaires. Si vous obtenez deux fois un côté face, cette attaque inflige 20 dégâts plus 40 dégâts supplémentaires. Si vous obtenez chaque fois un côté face, cette attaque inflige 20 dégâts plus 100 dégâts supplémentaires.",
},
damage: 20,
damage: "20+",
},
],
weaknesses: [
{
type: "Fire",
@ -69,8 +74,16 @@ const card: Card = {
retreat: 1,
description: {
en: "By allowing its cry to resonate in the hollow of its belly, it produces a captivating sound."
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -6,22 +6,24 @@ const card: Card = {
en: "Lunatone",
fr: "Seleroc",
},
illustrator: "Kouki Saitou",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
337,
],
hp: 60,
types: [
"Fighting",
],
stage: "Basic",
attacks: [
{
cost: [
@ -45,13 +47,14 @@ const card: Card = {
fr: "Destruction",
},
effect: {
en: "Does 10 damage to each Benched Pokémon (both yours and your opponent's). (Don't apply Weakness and Resistance for Benched Pokémon.) Lunatone does 60 damage to itself.",
fr: "Cette attaque inflige 10 dégâts à chaque Pokémon de Banc (les vôtres et ceux de votre adversaire).(N'appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.) Seleroc s'inflige 60 dégâts.",
en: "Does 10 damage to each Benched Pokémon (both yours and your opponents). (Dont apply Weakness and Resistance for Benched Pokémon.) Lunatone does 60 damage to itself.",
fr: "Cette attaque inflige 10 dégâts à chaque Pokémon de Banc (les vôtres et ceux de votre adversaire).(Nappliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.) Seleroc sinflige 60 dégâts.",
},
damage: 60,
},
],
weaknesses: [
{
type: "Grass",
@ -61,8 +64,16 @@ const card: Card = {
retreat: 1,
description: {
en: "It was discovered at the site of a meteor strike 40 years ago. Its stare can lull its foes to sleep."
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -6,24 +6,28 @@ const card: Card = {
en: "Machamp",
fr: "Mackogneur",
},
illustrator: "Shin Nagasawa",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
68,
],
hp: 130,
types: [
"Fighting",
],
evolveFrom: {
en: "Machoke",
fr: "Machopeur",
},
stage: "Stage2",
stage: "Stage2",
attacks: [
{
@ -36,9 +40,9 @@ const card: Card = {
},
effect: {
en: "You may do 40 damage plus 20 more damage. If you do, Machamp does 20 damage to itself.",
fr: "Vous pouvez infliger 40 dégâts plus 20 dégâts supplémentaires. Dans ce cas, Mackogneur s'inflige 20 dégâts.",
fr: "Vous pouvez infliger 40 dégâts plus 20 dégâts supplémentaires. Dans ce cas, Mackogneur sinflige 20 dégâts.",
},
damage: 40,
damage: "40+",
},
{
@ -55,10 +59,11 @@ const card: Card = {
en: "Does 60 damage plus 10 more damage for each Fighting Energy attached to Machamp.",
fr: "Inflige 60 dégâts plus 10 dégâts supplémentaires pour chaque carte Énergie Fighting attachée à Mackogneur.",
},
damage: 60,
damage: "60+",
},
],
weaknesses: [
{
type: "Psychic",
@ -68,8 +73,16 @@ const card: Card = {
retreat: 2,
description: {
en: "It quickly swings its four arms to rock its opponents with ceaseless punches and chops from all angles."
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -6,24 +6,28 @@ const card: Card = {
en: "Magmortar",
fr: "Maganon",
},
illustrator: "Masakazu Fukuda",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
467,
],
hp: 100,
types: [
"Fire",
],
evolveFrom: {
en: "Magmar",
fr: "Magmar",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@ -35,8 +39,8 @@ const card: Card = {
fr: "Super pyro",
},
effect: {
en: "For each Fire Energy attached to Magmortar, discard the top card from your opponent's deck. Then, flip a coin. If tails, discard all Fire Energy attached to Magmortar.",
fr: "Pour chaque carte Énergie Fire attachée à Maganon, défaussez la carte du dessus du deck de votre adversaire. Lancez ensuite une pièce. Si c'est pile, défaussez toutes les cartes Énergie Fire attachées à Maganon.",
en: "For each Fire Energy attached to Magmortar, discard the top card from your opponents deck. Then, flip a coin. If tails, discard all Fire Energy attached to Magmortar.",
fr: "Pour chaque carte Énergie Fire attachée à Maganon, défaussez la carte du dessus du deck de votre adversaire. Lancez ensuite une pièce. Si cest pile, défaussez toutes les cartes Énergie Fire attachées à Maganon.",
},
},
@ -48,7 +52,7 @@ const card: Card = {
],
name: {
en: "Burst Punch",
fr: "Poing d'enfer",
fr: "Poing denfer",
},
effect: {
en: "The Defending Pokémon is now Burned.",
@ -58,6 +62,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Water",
@ -67,8 +72,16 @@ const card: Card = {
retreat: 2,
description: {
en: "It blasts fireballs of over 3,600 degrees Fahrenheit out of its arms. Its breath also sears and sizzles."
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -6,24 +6,28 @@ const card: Card = {
en: "Nidoqueen",
fr: "Nidoqueen",
},
illustrator: "sui",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
31,
],
hp: 130,
types: [
"Psychic",
],
evolveFrom: {
en: "Nidorina",
fr: "Nidorina",
},
stage: "Stage2",
stage: "Stage2",
attacks: [
{
@ -36,7 +40,7 @@ const card: Card = {
},
effect: {
en: "Draw cards until you have 6 cards in your hand.",
fr: "Piochez jusqu'à ce que vous ayez 6 cartes en main.",
fr: "Piochez jusquà ce que vous ayez 6 cartes en main.",
},
damage: 30,
@ -53,12 +57,13 @@ const card: Card = {
},
effect: {
en: "If you have more Prize cards left than your opponent, this attack does 50 damage plus 30 more damage.",
fr: "S'il vous reste plus de cartes Récompense que votre adversaire, cette attaque inflige 50 dégâts plus 30 dégâts supplémentaires.",
fr: "Sil vous reste plus de cartes Récompense que votre adversaire, cette attaque inflige 50 dégâts plus 30 dégâts supplémentaires.",
},
damage: 50,
damage: "50+",
},
],
weaknesses: [
{
type: "Psychic",
@ -68,8 +73,16 @@ const card: Card = {
retreat: 2,
description: {
en: "It uses its scaly, rugged body to seal the entrance of its nest and protect its young from predators."
},
variants: {
normal: true,
reverse: false,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -6,24 +6,28 @@ const card: Card = {
en: "Pidgeot",
fr: "Roucarnage",
},
illustrator: "Suwama Chiaki",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
18,
],
hp: 120,
types: [
"Colorless",
],
evolveFrom: {
en: "Pidgeotto",
fr: "Roucoups",
},
stage: "Stage2",
stage: "Stage2",
attacks: [
{
@ -36,7 +40,7 @@ const card: Card = {
fr: "Vent contraire",
},
effect: {
en: "During your opponent's next turn, the attack cost of each of the Defending Pokémon's attacks is ColorlessColorless more.",
en: "During your opponents next turn, the attack cost of each of the Defending Pokémons attacks is ColorlessColorless more.",
fr: "Pendant le prochain tour de votre adversaire, le coût de chaque attaque du Pokémon Défenseur est augmenté de ColorlessColorless.",
},
damage: 20,
@ -54,18 +58,20 @@ const card: Card = {
},
effect: {
en: "Flip a coin. If heads, this attack does 40 damage plus 30 more damage.",
fr: "Lancez une pièce. Si c'est face, cette attaque inflige 40 dégâts plus 30 dégâts supplémentaires.",
fr: "Lancez une pièce. Si cest face, cette attaque inflige 40 dégâts plus 30 dégâts supplémentaires.",
},
damage: 40,
damage: "40+",
},
],
weaknesses: [
{
type: "Lightning",
value: "×2"
},
],
resistances: [
{
type: "Fighting",
@ -73,9 +79,18 @@ const card: Card = {
},
],
retreat: 0,
description: {
en: "It spreads its beautiful wings wide to frighten its enemies. It can fly at Mach 2 speed."
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -6,22 +6,24 @@ const card: Card = {
en: "Celebi",
fr: "Celebi",
},
illustrator: "Shin Nagasawa",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
251,
],
hp: 70,
types: [
"Psychic",
],
stage: "Basic",
attacks: [
{
cost: [
@ -32,8 +34,8 @@ const card: Card = {
fr: "Prescience",
},
effect: {
en: "Look at the top 5 cards of either player's deck and put them back on top of that player's deck in any order.",
fr: "Regardez les 5 cartes du dessus d'un deck (le vôtre ou celui de votre adversaire) et replacez-les au-dessus du même deck dans n'importe quel ordre.",
en: "Look at the top 5 cards of either players deck and put them back on top of that players deck in any order.",
fr: "Regardez les 5 cartes du dessus dun deck (le vôtre ou celui de votre adversaire) et replacez-les au-dessus du même deck dans nimporte quel ordre.",
},
},
@ -48,12 +50,13 @@ const card: Card = {
},
effect: {
en: "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Paralysé.",
fr: "Lancez une pièce. Si cest face, le Pokémon Défenseur est maintenant Paralysé.",
},
damage: 30,
},
],
weaknesses: [
{
type: "Psychic",
@ -63,8 +66,16 @@ const card: Card = {
retreat: 1,
description: {
en: "This Pokémon wanders across time. Grass and trees flourish in the forests in which it has appeared."
},
variants: {
normal: false,
reverse: true,
holo: true,
firstEdition: false
}
}
export default card

View File

@ -6,24 +6,28 @@ const card: Card = {
en: "Sharpedo",
fr: "Sharpedo",
},
illustrator: "MAHOU",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
319,
],
hp: 90,
types: [
"Darkness",
],
evolveFrom: {
en: "Carvanha",
fr: "Carvanha",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@ -55,10 +59,11 @@ const card: Card = {
en: "Does 50 damage plus 10 more damage for each damage counter on Sharpedo.",
fr: "Inflige 50 dégâts plus 10 dégâts supplémentaires pour chaque marqueur de dégât placé sur Sharpedo.",
},
damage: 50,
damage: "50+",
},
],
weaknesses: [
{
type: "Lightning",
@ -68,8 +73,16 @@ const card: Card = {
retreat: 1,
description: {
en: "It can swim at speeds of 75 mph by jetting seawater through its body. It is the bandit of the sea."
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -6,24 +6,28 @@ const card: Card = {
en: "Wailord",
fr: "Wailord",
},
illustrator: "Hajime Kusajima",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
321,
],
hp: 180,
types: [
"Water",
],
evolveFrom: {
en: "Wailmer",
fr: "Wailmer",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@ -54,12 +58,13 @@ const card: Card = {
},
effect: {
en: "Before doing damage, count the remaining HP of the Defending Pokémon and Wailord. If the Defending Pokémon has fewer remaining HP than Wailord, this attack does 50 damage plus 50 more damage.",
fr: "Avant d'infliger des dégâts, comptez les PV restant au Pokémon Défenseur et à Wailord. S'il reste moins de PV au Pokémon Défenseur qu'à Wailord, cette attaque inflige 50 dégâts plus 50 dégâts supplémentaires.",
fr: "Avant dinfliger des dégâts, comptez les PV restant au Pokémon Défenseur et à Wailord. Sil reste moins de PV au Pokémon Défenseur quà Wailord, cette attaque inflige 50 dégâts plus 50 dégâts supplémentaires.",
},
damage: 50,
damage: "50+",
},
],
weaknesses: [
{
type: "Lightning",
@ -69,8 +74,16 @@ const card: Card = {
retreat: 4,
description: {
en: "It is the largest of all identified Pokémon. They jump as a pack to herd their prey."
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -6,24 +6,28 @@ const card: Card = {
en: "Dragonair",
fr: "Draco",
},
illustrator: "Mitsuhiro Arita",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
148,
],
hp: 80,
types: [
"Colorless",
],
evolveFrom: {
en: "Dratini",
fr: "Minidraco",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@ -37,7 +41,7 @@ const card: Card = {
},
effect: {
en: "Search your deck for up to 2 Pokémon, show them to your opponent, and put them into your hand. Shuffle your deck afterward.",
fr: "Cherchez jusqu'à 2 Pokémon dans votre deck, montrez-les à votre adversaire et ajoutez-les à votre main. Mélangez ensuite votre deck.",
fr: "Cherchez jusquà 2 Pokémon dans votre deck, montrez-les à votre adversaire et ajoutez-les à votre main. Mélangez ensuite votre deck.",
},
},
@ -55,10 +59,11 @@ const card: Card = {
en: "Flip 2 coins. This attack does 40 damage times the number of heads.",
fr: "Lancez 2 pièces. Cette attaque inflige 40 dégâts multipliés par le nombre de côtés face.",
},
damage: 40,
damage: "40×",
},
],
weaknesses: [
{
type: "Colorless",
@ -68,8 +73,16 @@ const card: Card = {
retreat: 1,
description: {
en: "Its crystalline orbs appear to give this Pokémon the power to freely control the weather."
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -6,22 +6,24 @@ const card: Card = {
en: "Electabuzz",
fr: "Elektek",
},
illustrator: "TOKIYA",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
125,
],
hp: 70,
types: [
"Lightning",
],
stage: "Basic",
attacks: [
{
cost: [
@ -43,32 +45,43 @@ const card: Card = {
],
name: {
en: "Shock Bolt",
fr: "Choc'éclair",
fr: "Chocéclair",
},
effect: {
en: "Flip a coin. If tails, discard all Lightning Energy attached to Electabuzz.",
fr: "Lancez une pièce. Si c'est pile, défaussez toutes les cartes Énergie Lightning attachées à Elektek.",
fr: "Lancez une pièce. Si cest pile, défaussez toutes les cartes Énergie Lightning attachées à Elektek.",
},
damage: 60,
},
],
weaknesses: [
{
type: "Fighting",
value: "×2"
},
],
resistances: [
{
type: "Metal",
value: "-20"
},
],
retreat: 2,
description: {
en: "Its body constantly discharges electricity. Getting close to it will make your hair stand on end."
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -6,24 +6,28 @@ const card: Card = {
en: "Electrode",
fr: "Electrode",
},
illustrator: "Masakazu Fukuda",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
101,
],
hp: 80,
types: [
"Lightning",
],
evolveFrom: {
en: "Voltorb",
fr: "Voltorbe",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@ -46,32 +50,43 @@ const card: Card = {
],
name: {
en: "Lightning Strike",
fr: "Frap'éclair",
fr: "Frapéclair",
},
effect: {
en: "You may do 40 damage plus 60 more damage. If you do, discard all Lightning Energy attached to Electrode.",
fr: "Vous pouvez infliger 40 dégâts plus 60 dégâts supplémentaires. Dans ce cas, défaussez toutes les cartes Énergie Lightning attachées à Electrode.",
},
damage: 40,
damage: "40+",
},
],
weaknesses: [
{
type: "Fighting",
value: "×2"
},
],
resistances: [
{
type: "Metal",
value: "-20"
},
],
retreat: 1,
description: {
en: "It is dangerous. If it has too much electricity and has nothing to do, it amuses itself by exploding."
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -6,24 +6,28 @@ const card: Card = {
en: "Haunter",
fr: "Spectrum",
},
illustrator: "Takashi Yamaguchi",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
93,
],
hp: 70,
types: [
"Psychic",
],
evolveFrom: {
en: "Gastly",
fr: "Fantominus",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@ -35,8 +39,8 @@ const card: Card = {
fr: "Placement vicieux",
},
effect: {
en: "Put 2 damage counters on 1 of your opponent's Pokémon.",
fr: "Placez 2 marqueurs de dégât sur l'un des Pokémon de votre adversaire.",
en: "Put 2 damage counters on 1 of your opponents Pokémon.",
fr: "Placez 2 marqueurs de dégât sur lun des Pokémon de votre adversaire.",
},
},
@ -50,18 +54,20 @@ const card: Card = {
fr: "Poison dodo",
},
effect: {
en: "The Defending Pok<EFBFBD><EFBFBD>mon is now Asleep and Poisoned.",
en: "The Defending Pokémon is now Asleep and Poisoned.",
fr: "Le Pokémon Défenseur est maintenant Endormi et Empoisonné.",
},
},
],
weaknesses: [
{
type: "Darkness",
value: "×2"
},
],
resistances: [
{
type: "Colorless",
@ -69,9 +75,18 @@ const card: Card = {
},
],
retreat: 0,
description: {
en: "Its tongue is made of gas. If licked, its victim starts shaking constantly until death eventually comes."
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -6,22 +6,24 @@ const card: Card = {
en: "Kangaskhan",
fr: "Kangourex",
},
illustrator: "Mitsuhiro Arita",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
115,
],
hp: 80,
types: [
"Colorless",
],
stage: "Basic",
attacks: [
{
cost: [
@ -30,7 +32,7 @@ const card: Card = {
],
name: {
en: "Split Spiral Punch",
fr: "Coup d'poing en demi spirale",
fr: "Coup dpoing en demi spirale",
},
effect: {
en: "The Defending Pokémon is now Confused.",
@ -53,10 +55,11 @@ const card: Card = {
en: "Flip 2 coins. This attack does 50 damage times the number of heads.",
fr: "Lancez 2 pièces. Cette attaque inflige 50 dégâts multipliés par le nombre de côtés face.",
},
damage: 50,
damage: "50×",
},
],
weaknesses: [
{
type: "Fighting",
@ -66,8 +69,16 @@ const card: Card = {
retreat: 3,
description: {
en: "If it is safe, the young gets out of the belly pouch to play. The adult keeps a close eye on the youngster."
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -6,24 +6,28 @@ const card: Card = {
en: "Lairon",
fr: "Galegon",
},
illustrator: "Kagemaru Himeno",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
305,
],
hp: 80,
types: [
"Metal",
],
evolveFrom: {
en: "Aron",
fr: "Galekid",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@ -38,28 +42,39 @@ const card: Card = {
},
effect: {
en: "Lairon does 20 damage to itself.",
fr: "Galegon s'inflige 20 dégâts.",
fr: "Galegon sinflige 20 dégâts.",
},
damage: 80,
},
],
weaknesses: [
{
type: "Fire",
value: "×2"
},
],
resistances: [
{
type: "Psychic",
value: "-20"
},
],
retreat: 3,
description: {
en: "It loves iron ore. Groups of them fight for territory by bashing one another with their steel bodies."
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -6,24 +6,28 @@ const card: Card = {
en: "Lickilicky",
fr: "Coudlangue",
},
illustrator: "Atsuko Nishida",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
463,
],
hp: 100,
types: [
"Colorless",
],
evolveFrom: {
en: "Lickitung",
fr: "Excelangue",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@ -35,8 +39,8 @@ const card: Card = {
fr: "Léchouille",
},
effect: {
en: "Choose 1 of your opponent's Pokémon. This attack does 10 damage to that Pokémon for each Energy attached to Lickilicky. (Don't apply Weakness and Resistance for Benched Pokémon.)",
fr: "Choisissez l'un des Pokémon de votre adversaire. Cette attaque inflige 10 dégâts à ce Pokémon pour chaque carte Énergie attachée à Coudlangue. (N'appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
en: "Choose 1 of your opponents Pokémon. This attack does 10 damage to that Pokémon for each Energy attached to Lickilicky. (Dont apply Weakness and Resistance for Benched Pokémon.)",
fr: "Choisissez lun des Pokémon de votre adversaire. Cette attaque inflige 10 dégâts à ce Pokémon pour chaque carte Énergie attachée à Coudlangue. (Nappliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
},
},
@ -51,13 +55,14 @@ const card: Card = {
fr: "Colle et absorbe",
},
effect: {
en: "Remove 2 damage counters from Lickilicky. The Defending Pokémon can't retreat during your opponent's next turn.",
en: "Remove 2 damage counters from Lickilicky. The Defending Pokémon cant retreat during your opponents next turn.",
fr: "Retirez 2 marqueurs de dégât à Coudlangue. Le Pokémon Défenseur ne peut pas battre en retraite durant le prochain tour de votre adversaire.",
},
damage: 50,
},
],
weaknesses: [
{
type: "Fighting",
@ -67,8 +72,16 @@ const card: Card = {
retreat: 3,
description: {
en: "It has space in its throat to store saliva. It can also roll up its tongue and store it in the same spot."
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -6,22 +6,24 @@ const card: Card = {
en: "Luvdisc",
fr: "Lovdisc",
},
illustrator: "sui",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
370,
],
hp: 60,
types: [
"Water",
],
stage: "Basic",
attacks: [
{
cost: [
@ -47,12 +49,13 @@ const card: Card = {
},
effect: {
en: "Before doing damage, remove 1 damage counter from the Defending Pokémon.",
fr: "Avant d'infliger des dégâts, retirez un marqueur de dégât au Pokémon Défenseur.",
fr: "Avant dinfliger des dégâts, retirez un marqueur de dégât au Pokémon Défenseur.",
},
damage: 30,
},
],
weaknesses: [
{
type: "Lightning",
@ -62,8 +65,16 @@ const card: Card = {
retreat: 1,
description: {
en: "Its heart-shaped body makes it popular. In some places, you would give a Luvdisc to someone you love."
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -6,24 +6,28 @@ const card: Card = {
en: "Drapion",
fr: "Drascore",
},
illustrator: "Sumiyoshi Kizuki",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
452,
],
hp: 100,
types: [
"Darkness",
],
evolveFrom: {
en: "Skorupi",
fr: "Rapion",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@ -38,7 +42,7 @@ const card: Card = {
},
effect: {
en: "Flip a coin. If heads, the Defending Pokémon is now Poisoned. Put 2 damage counters instead of 1 on that Pokémon between turns.",
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Empoisonné. Placez 2 marqueurs de dégât au lieu d'un seul sur ce Pokémon entre deux tours.",
fr: "Lancez une pièce. Si cest face, le Pokémon Défenseur est maintenant Empoisonné. Placez 2 marqueurs de dégât au lieu dun seul sur ce Pokémon entre deux tours.",
},
damage: 40,
@ -52,29 +56,40 @@ const card: Card = {
],
name: {
en: "Land Crush",
fr: "Écras'terre",
fr: "Écrasterre",
},
damage: 80,
},
],
weaknesses: [
{
type: "Fighting",
value: "×2"
},
],
resistances: [
{
type: "Psychic",
value: "-20"
},
],
retreat: 3,
description: {
en: "It attacks people and Pokémon that cross the desert. This has only furthered its bad reputation."
},
variants: {
normal: false,
reverse: true,
holo: true,
firstEdition: false
}
}
export default card

View File

@ -6,24 +6,28 @@ const card: Card = {
en: "Machoke",
fr: "Machopeur",
},
illustrator: "Shin Nagasawa",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
67,
],
hp: 90,
types: [
"Fighting",
],
evolveFrom: {
en: "Machop",
fr: "Machoc",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@ -35,7 +39,7 @@ const card: Card = {
fr: "Poing de chute",
},
effect: {
en: "This attack's damage isn't affected by Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon.",
en: "This attacks damage isnt affected by Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon.",
fr: "Les dégâts de cette attaque ne sont pas affectés par les Poké-Powers, les Poké-Bodies ou tout autre effet en action sur le Pokémon Défenseur.",
},
damage: 30,
@ -56,6 +60,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Psychic",
@ -65,8 +70,16 @@ const card: Card = {
retreat: 2,
description: {
en: "It always goes at its full power, but this very tough and durable Pokémon never gets tired."
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -6,15 +6,18 @@ const card: Card = {
en: "Magby",
fr: "Magby",
},
illustrator: "Masakazu Fukuda",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
240,
],
hp: 30,
types: [
"Fire",
],
@ -34,6 +37,7 @@ const card: Card = {
},
},
],
attacks: [
{
@ -49,11 +53,18 @@ const card: Card = {
},
],
retreat: 0,
description: {
en: "It is found in volcanic craters. Its body temperature is over 1,100 degrees Fahrenheit, so dont underestimate it."
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -6,22 +6,24 @@ const card: Card = {
en: "Magmar",
fr: "Magmar",
},
illustrator: "Masakazu Fukuda",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
126,
],
hp: 70,
types: [
"Fire",
],
stage: "Basic",
attacks: [
{
cost: [
@ -35,7 +37,7 @@ const card: Card = {
en: "Each player discards the top card of his or her deck. This attack does 20 damage times the number of Energy cards discarded in this way.",
fr: "Chaque joueur défausse la carte du dessus de son deck. Cette attaque inflige 20 dégâts multipliés par le nombre de cartes Énergie ainsi défaussées.",
},
damage: 20,
damage: "20×",
},
{
@ -53,6 +55,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Water",
@ -62,8 +65,16 @@ const card: Card = {
retreat: 2,
description: {
en: "The fiery surface of its body gives off a wavering, rippling glare that is similar to the sun."
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -6,24 +6,28 @@ const card: Card = {
en: "Magneton",
fr: "Magneton",
},
illustrator: "Noriko Hotta",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
82,
],
hp: 80,
types: [
"Lightning",
],
evolveFrom: {
en: "Magnemite",
fr: "Magneti",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@ -51,26 +55,37 @@ const card: Card = {
en: "Flip 3 coins. This attack does 20 damage times the number of heads.",
fr: "Lancez 3 pièces. Cette attaque inflige 20 dégâts multipliés par le nombre de côtés face.",
},
damage: 20,
damage: "20×",
},
],
weaknesses: [
{
type: "Fighting",
value: "×2"
},
],
resistances: [
{
type: "Metal",
value: "-20"
},
],
retreat: 1,
description: {
en: "The Magnemite are united by a magnetism so powerful, it dries all moisture in its vicinity."
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -6,24 +6,28 @@ const card: Card = {
en: "Marowak",
fr: "Ossatueur",
},
illustrator: "kawayoo",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
105,
],
hp: 90,
types: [
"Fighting",
],
evolveFrom: {
en: "Cubone",
fr: "Osselait",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@ -39,7 +43,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×",
},
{
@ -55,26 +59,37 @@ const card: Card = {
en: "If there is any Stadium card in play, this attack does 20 damage plus 60 more damage. Discard that Stadium card.",
fr: "Si une carte Stade est en jeu, cette attaque inflige 20 dégâts plus 60 dégâts supplémentaires. Défaussez cette carte Stade.",
},
damage: 20,
damage: "20+",
},
],
weaknesses: [
{
type: "Water",
value: "×2"
},
],
resistances: [
{
type: "Lightning",
value: "-20"
},
],
retreat: 1,
description: {
en: "It has been seen pounding boulders with the bone it carries in order to tap out messages to others."
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -6,24 +6,28 @@ const card: Card = {
en: "Nidorina",
fr: "Nidorina",
},
illustrator: "sui",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
30,
],
hp: 80,
types: [
"Psychic",
],
evolveFrom: {
en: "Nidoran♀",
fr: "Nidoran♀",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@ -32,13 +36,13 @@ const card: Card = {
],
name: {
en: "Quick Blow",
fr: "Coup d'poing éclair",
fr: "Coup dpoing éclair",
},
effect: {
en: "Flip a coin. If heads, this attack does 20 damage plus 10 more damage.",
fr: "Lancez une pièce. Si c'est face, cette attaque inflige 20 dégâts plus 10 dégâts supplémentaires.",
fr: "Lancez une pièce. Si cest face, cette attaque inflige 20 dégâts plus 10 dégâts supplémentaires.",
},
damage: 20,
damage: "20+",
},
{
@ -49,13 +53,14 @@ const card: Card = {
],
name: {
en: "Tail Slap",
fr: "Coud'keu",
fr: "Coudkeu",
},
damage: 50,
},
],
weaknesses: [
{
type: "Psychic",
@ -65,8 +70,16 @@ const card: Card = {
retreat: 2,
description: {
en: "It has a calm and caring nature. Because its horn grows slowly, it prefers not to fight."
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -6,24 +6,28 @@ const card: Card = {
en: "Nidorino",
fr: "Nidorino",
},
illustrator: "match",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
33,
],
hp: 80,
types: [
"Psychic",
],
evolveFrom: {
en: "Nidoran♂",
fr: "Nidoran♂",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@ -33,7 +37,7 @@ const card: Card = {
],
name: {
en: "Horn Attack",
fr: "Koud'korne",
fr: "Koudkorne",
},
damage: 30,
@ -51,12 +55,13 @@ 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 cest pile, cette attaque ne fait rien.",
},
damage: 80,
},
],
weaknesses: [
{
type: "Psychic",
@ -66,8 +71,16 @@ const card: Card = {
retreat: 1,
description: {
en: "Quick to anger, it stabs enemies with its horn to inject a powerful poison when it becomes agitated."
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -6,24 +6,28 @@ const card: Card = {
en: "Pidgeotto",
fr: "Roucoups",
},
illustrator: "Suwama Chiaki",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
17,
],
hp: 80,
types: [
"Colorless",
],
evolveFrom: {
en: "Pidgey",
fr: "Roucool",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@ -57,22 +61,33 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Lightning",
value: "×2"
},
],
resistances: [
{
type: "Fighting",
value: "-20"
},
],
retreat: 1,
description: {
en: "It renders its prey immobile using well-developed claws, then carries the prey more than 60 miles to its nest."
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -6,24 +6,28 @@ const card: Card = {
en: "Piloswine",
fr: "Cochignon",
},
illustrator: "Kagemaru Himeno",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
221,
],
hp: 100,
types: [
"Water",
],
evolveFrom: {
en: "Swinub",
fr: "Marcacrin",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@ -37,8 +41,8 @@ const card: Card = {
fr: "Blizzard",
},
effect: {
en: "Flip a coin. If heads, this attack does 10 damage to each of your opponent's Benched Pokémon. If tails, this attack does 10 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
fr: "Lancez une pièce. Si c'est face, cette attaque inflige 10 dégâts à chaque Pokémon de Banc de votre adversaire. Si c'est pile, cette attaque inflige 10 dégâts à chacun de vos Pokémon de Banc. (N'appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
en: "Flip a coin. If heads, this attack does 10 damage to each of your opponents Benched Pokémon. If tails, this attack does 10 damage to each of your Benched Pokémon. (Dont apply Weakness and Resistance for Benched Pokémon.)",
fr: "Lancez une pièce. Si cest face, cette attaque inflige 10 dégâts à chaque Pokémon de Banc de votre adversaire. Si cest pile, cette attaque inflige 10 dégâts à chacun de vos Pokémon de Banc. (Nappliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
},
damage: 40,
@ -59,6 +63,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Metal",
@ -68,8 +73,16 @@ const card: Card = {
retreat: 3,
description: {
en: "Because the long hair all over its body obscures its sight, it just keeps charging repeatedly."
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -6,22 +6,27 @@ const card: Card = {
en: "Porygon2",
fr: "Porygon2",
},
illustrator: "Kouki Saitou",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
233,
],
hp: 80,
types: [
"Colorless",
],
evolveFrom: {
en: "Porygon",
fr: "Porygon",
},
stage: "Stage1",
abilities: [
@ -33,10 +38,11 @@ const card: Card = {
},
effect: {
en: "Once during your turn, when you play Porygon2 from your hand to evolve 1 of your Pokémon, you may search your deck for a Stadium card, show it to your opponent, and put it into your hand. Shuffle your deck afterward.",
fr: "Une seule fois pendant votre tour, lorsque vous jouez Porygon2 dans votre main pour faire évoluer l'un de vos Pokémon, vous pouvez chercher une carte Stade dans votre deck, la montrer à votre adversaire et l'ajouter à votre main. Mélangez ensuite votre deck.",
fr: "Une seule fois pendant votre tour, lorsque vous jouez Porygon2 dans votre main pour faire évoluer lun de vos Pokémon, vous pouvez chercher une carte Stade dans votre deck, la montrer à votre adversaire et lajouter à votre main. Mélangez ensuite votre deck.",
},
},
],
attacks: [
{
cost: [
@ -51,10 +57,11 @@ const card: Card = {
en: "Flip 3 coins. This attack does 20 damage times the number of heads.",
fr: "Lancez 3 pièces. Cette attaque inflige 20 dégâts multipliés par le nombre de côtés face.",
},
damage: 20,
damage: "20×",
},
],
weaknesses: [
{
type: "Fighting",
@ -64,8 +71,16 @@ const card: Card = {
retreat: 1,
description: {
en: "Further research enhanced its abilities. Sometimes, it may exhibit motions that were not programmed."
},
variants: {
normal: true,
reverse: false,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -6,24 +6,28 @@ const card: Card = {
en: "Mamoswine",
fr: "Mammochon",
},
illustrator: "Kagemaru Himeno",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
473,
],
hp: 140,
types: [
"Water",
],
evolveFrom: {
en: "Piloswine",
fr: "Cochignon",
},
stage: "Stage2",
stage: "Stage2",
attacks: [
{
@ -55,13 +59,14 @@ const card: Card = {
fr: "Tempête de neige",
},
effect: {
en: "Does 20 damage to each of your opponent's Benched Pokémon that has any damage counters on it. (Don't apply Weakness and Resistance for Benched Pokémon.)",
fr: "Inflige 20 dégâts à chacun des Pokémon se trouvant sur le Banc de votre adversaire et ayant des marqueurs de dégât. (N'appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
en: "Does 20 damage to each of your opponents Benched Pokémon that has any damage counters on it. (Dont apply Weakness and Resistance for Benched Pokémon.)",
fr: "Inflige 20 dégâts à chacun des Pokémon se trouvant sur le Banc de votre adversaire et ayant des marqueurs de dégât. (Nappliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
},
damage: 70,
},
],
weaknesses: [
{
type: "Metal",
@ -71,8 +76,16 @@ const card: Card = {
retreat: 4,
description: {
en: "A frozen Mamoswine was dug from ice dating back 10,000 years. This Pokémon has been around a long, long, long time."
},
variants: {
normal: false,
reverse: true,
holo: true,
firstEdition: false
}
}
export default card

View File

@ -6,24 +6,28 @@ const card: Card = {
en: "Tentacruel",
fr: "Tentacruel",
},
illustrator: "Sachiko Adachi",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
73,
],
hp: 90,
types: [
"Water",
],
evolveFrom: {
en: "Tentacool",
fr: "Tentacool",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@ -53,12 +57,13 @@ const card: Card = {
},
effect: {
en: "Flip a coin. If heads, discard an Energy card attached to the Defending Pokémon.",
fr: "Lancez une pièce. Si c'est face, défaussez une carte Énergie attachée au Pokémon Défenseur.",
fr: "Lancez une pièce. Si cest face, défaussez une carte Énergie attachée au Pokémon Défenseur.",
},
damage: 50,
},
],
weaknesses: [
{
type: "Lightning",
@ -68,8 +73,16 @@ const card: Card = {
retreat: 2,
description: {
en: "In battle, it extends all 80 of its tentacles to entrap its opponent inside a poisonous net."
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -6,15 +6,18 @@ const card: Card = {
en: "Unown",
fr: "Zarbi",
},
illustrator: "Hideaki Hakozaki",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
201,
],
hp: 50,
types: [
"Psychic",
],
@ -34,6 +37,7 @@ const card: Card = {
},
},
],
attacks: [
{
cost: [
@ -48,6 +52,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Psychic",
@ -57,8 +62,16 @@ const card: Card = {
retreat: 1,
description: {
en: "Its flat, thin body is always stuck on walls. Its shape appears to have some meaning."
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -6,22 +6,24 @@ const card: Card = {
en: "Wailmer",
fr: "Wailmer",
},
illustrator: "Hajime Kusajima",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
320,
],
hp: 90,
types: [
"Water",
],
stage: "Basic",
attacks: [
{
cost: [
@ -34,8 +36,8 @@ const card: Card = {
fr: "Double attaque",
},
effect: {
en: "Choose 2 of your opponent's Pokémon. This attack does 20 damage to each of them. (Don't apply Weakness and Resistance for Benched Pokémon.)",
fr: "Choisissez 2 des Pokémon de votre adversaire. Cette attaque inflige 20 dégâts à chacun d'entre eux. (N'appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
en: "Choose 2 of your opponents Pokémon. This attack does 20 damage to each of them. (Dont apply Weakness and Resistance for Benched Pokémon.)",
fr: "Choisissez 2 des Pokémon de votre adversaire. Cette attaque inflige 20 dégâts à chacun dentre eux. (Nappliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
},
},
@ -55,6 +57,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Lightning",
@ -64,8 +67,16 @@ const card: Card = {
retreat: 3,
description: {
en: "It bounces playfully like a ball. The more seawater it swallows, the higher it bounces."
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -6,24 +6,28 @@ const card: Card = {
en: "Weepinbell",
fr: "Boustiflor",
},
illustrator: "Midori Harada",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
70,
],
hp: 80,
types: [
"Grass",
],
evolveFrom: {
en: "Bellsprout",
fr: "Chetiflor",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@ -50,13 +54,14 @@ const card: Card = {
fr: "Visée corrosive",
},
effect: {
en: "Filp a coin. If heads, look at your opponent's hand, choose 1 card, and discard it.",
fr: "Lancez une pièce. Si c'est face, regardez la main de votre adversaire, choisissez une carte et défaussez-la.",
en: "Filp a coin. If heads, look at your opponents hand, choose 1 card, and discard it.",
fr: "Lancez une pièce. Si cest face, regardez la main de votre adversaire, choisissez une carte et défaussez-la.",
},
damage: 10,
},
],
weaknesses: [
{
type: "Fire",
@ -66,8 +71,16 @@ const card: Card = {
retreat: 1,
description: {
en: "Even though it is filled with acid, it does not melt because it also oozes a protective fluid."
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -6,24 +6,28 @@ const card: Card = {
en: "Yanmega",
fr: "Yanmega",
},
illustrator: "Naoyo Kimura",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
469,
],
hp: 90,
types: [
"Grass",
],
evolveFrom: {
en: "Yanma",
fr: "Yanma",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@ -35,8 +39,8 @@ const card: Card = {
fr: "Passer à travers",
},
effect: {
en: "Does 10 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
fr: "Inflige 10 dégâts à l'un des Pokémon de Banc de votre adversaire. (N'appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
en: "Does 10 damage to 1 of your opponents Benched Pokémon. (Dont apply Weakness and Resistance for Benched Pokémon.)",
fr: "Inflige 10 dégâts à lun des Pokémon de Banc de votre adversaire. (Nappliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
},
damage: 20,
@ -53,28 +57,39 @@ const card: Card = {
},
effect: {
en: "Switch Yanmega with 1 of your Benched Pokémon.",
fr: "Échangez Yanmega avec l'un de vos Pokémon de Banc.",
fr: "Échangez Yanmega avec lun de vos Pokémon de Banc.",
},
damage: 50,
},
],
weaknesses: [
{
type: "Lightning",
value: "×2"
},
],
resistances: [
{
type: "Fighting",
value: "-20"
},
],
retreat: 1,
description: {
en: "The beat of its wings is so powerful that it accidentally dislodges full-grown trees when it takes off in flight."
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -6,22 +6,24 @@ const card: Card = {
en: "Aipom",
fr: "Capumain",
},
illustrator: "Naoyo Kimura",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
190,
],
hp: 60,
types: [
"Colorless",
],
stage: "Basic",
attacks: [
{
cost: [
@ -33,7 +35,7 @@ const card: Card = {
},
effect: {
en: "Draw cards until you have the same number of cards in your hand as your opponent.",
fr: "Piochez jusqu'à ce que vous obteniez le même nombre de cartes dans votre main que votre adversaire.",
fr: "Piochez jusquà ce que vous obteniez le même nombre de cartes dans votre main que votre adversaire.",
},
},
@ -43,13 +45,14 @@ const card: Card = {
],
name: {
en: "Tail Punch",
fr: "Kogn'Keu",
fr: "KognKeu",
},
damage: 10,
},
],
weaknesses: [
{
type: "Fighting",
@ -59,8 +62,16 @@ const card: Card = {
retreat: 1,
description: {
en: "Its tail is so powerful that it can use it to grab a tree branch and hold itself up in the air."
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -6,22 +6,24 @@ const card: Card = {
en: "Aron",
fr: "Galekid",
},
illustrator: "Kagemaru Himeno",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
304,
],
hp: 60,
types: [
"Metal",
],
stage: "Basic",
attacks: [
{
cost: [
@ -52,22 +54,33 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Fire",
value: "×2"
},
],
resistances: [
{
type: "Psychic",
value: "-20"
},
],
retreat: 2,
description: {
en: "When it evolves, it sheds the steel carapace that covered its whole body and develops a new one."
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -6,22 +6,24 @@ const card: Card = {
en: "Bellsprout",
fr: "Chétiflor",
},
illustrator: "Midori Harada",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
69,
],
hp: 40,
types: [
"Grass",
],
stage: "Basic",
attacks: [
{
cost: [
@ -32,8 +34,8 @@ const card: Card = {
fr: "Senteur ensorcelante",
},
effect: {
en: "Switch the Defending Pokémon with 1 of your opponent's Benched Pokémon.",
fr: "Échangez le Pokémon Défenseur avec l'un des Pokémon de Banc de votre adversaire.",
en: "Switch the Defending Pokémon with 1 of your opponents Benched Pokémon.",
fr: "Échangez le Pokémon Défenseur avec lun des Pokémon de Banc de votre adversaire.",
},
},
@ -47,12 +49,13 @@ const card: Card = {
},
effect: {
en: "Bellsprout does 10 damage to itself.",
fr: "Chetiflor s'inflige 10 dégâts.",
fr: "Chetiflor sinflige 10 dégâts.",
},
damage: 20,
},
],
weaknesses: [
{
type: "Fire",
@ -62,8 +65,16 @@ const card: Card = {
retreat: 1,
description: {
en: "Even though its body is extremely skinny, it is blindingly fast when catching its prey."
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -6,22 +6,24 @@ const card: Card = {
en: "Bronzor",
fr: "Archéomire",
},
illustrator: "Yuka Morii",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
436,
],
hp: 60,
types: [
"Metal",
],
stage: "Basic",
attacks: [
{
cost: [
@ -32,8 +34,8 @@ const card: Card = {
fr: "Mur de fer",
},
effect: {
en: "Flip a coin. If heads, prevent all effects of attacks, including damage, done to Bronzor during your opponent's next turn.",
fr: "Lancez une pièce. Si c'est face, prévenez tous les effets d'attaques (y compris les dégâts) infligés à Archéomire durant le prochain tour de votre adversaire.",
en: "Flip a coin. If heads, prevent all effects of attacks, including damage, done to Bronzor during your opponents next turn.",
fr: "Lancez une pièce. Si cest face, prévenez tous les effets dattaques (y compris les dégâts) infligés à Archéomire durant le prochain tour de votre adversaire.",
},
},
@ -51,22 +53,33 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Fire",
value: "×2"
},
],
resistances: [
{
type: "Psychic",
value: "-20"
},
],
retreat: 1,
description: {
en: "Ancient people believed that the pattern on Bronzors back contained a mysterious power."
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -6,22 +6,24 @@ const card: Card = {
en: "Carvanha",
fr: "Carvanha",
},
illustrator: "MAHOU",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
318,
],
hp: 50,
types: [
"Darkness",
],
stage: "Basic",
attacks: [
{
cost: [
@ -32,8 +34,8 @@ const card: Card = {
fr: "Puissance",
},
effect: {
en: "During your next turn, Carvanha's Bite attack's base damage is 40.",
fr: "Pendant votre prochain tour, l'attaque Morsure de Carvanha inflige 40 dégâts de base.",
en: "During your next turn, Carvanhas Bite attacks base damage is 40.",
fr: "Pendant votre prochain tour, lattaque Morsure de Carvanha inflige 40 dégâts de base.",
},
},
@ -50,6 +52,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Lightning",
@ -59,8 +62,16 @@ const card: Card = {
retreat: 1,
description: {
en: "They form packs to attack boats and rip out their hulls to sink them. They live in rivers in the jungle."
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -6,22 +6,27 @@ const card: Card = {
en: "Nidoking",
fr: "Nidoking",
},
illustrator: "match",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
34,
],
hp: 140,
types: [
"Fighting",
],
evolveFrom: {
en: "Nidorino",
fr: "Nidorino",
},
stage: "Stage2",
abilities: [
@ -37,6 +42,7 @@ const card: Card = {
},
},
],
attacks: [
{
cost: [
@ -57,22 +63,33 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Water",
value: "×2"
},
],
resistances: [
{
type: "Lightning",
value: "-20"
},
],
retreat: 3,
description: {
en: "Its tail is thick and powerful. If it binds an enemy, it can render the victim helpless quite easily."
},
variants: {
normal: false,
reverse: true,
holo: true,
firstEdition: false
}
}
export default card

View File

@ -6,15 +6,18 @@ const card: Card = {
en: "Cubone",
fr: "Osselait",
},
illustrator: "kawayoo",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
104,
],
hp: 40,
types: [
"Fighting",
],
@ -29,11 +32,12 @@ const card: Card = {
fr: "Ossolitaire",
},
effect: {
en: "Any damage done to Cubone by your opponent's attacks is reduced by 20 for each Marowak in your discard pile (after applying Weakness and Resistance).",
en: "Any damage done to Cubone by your opponents attacks is reduced by 20 for each Marowak in your discard pile (after applying Weakness and Resistance).",
fr: "Tous les dégâts infligés à Osselait par les attaques de votre adversaire sont réduits de 20 pour chaque Ossatueur dans votre pile de défausse (après application de la Faiblesse et de la Résistance).",
},
},
],
attacks: [
{
cost: [
@ -46,28 +50,39 @@ const card: Card = {
},
effect: {
en: "Flip a coin until you get tails. This attack does 20 damage times the number of heads.",
fr: "Lancez une pièce jusqu'à ce qu'elle tombe sur pile. Cette attaque inflige 20 dégâts multipliés par le nombre de côtés face.",
fr: "Lancez une pièce jusquà ce quelle tombe sur pile. Cette attaque inflige 20 dégâts multipliés par le nombre de côtés face.",
},
damage: 20,
damage: "20×",
},
],
weaknesses: [
{
type: "Water",
value: "×2"
},
],
resistances: [
{
type: "Lightning",
value: "-20"
},
],
retreat: 1,
description: {
en: "If it is sad or lonely, the skull it wears shakes and emits a plaintive and mournful sound."
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -6,22 +6,24 @@ const card: Card = {
en: "Diglett",
fr: "Taupiqueur",
},
illustrator: "Shizurow",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
50,
],
hp: 40,
types: [
"Fighting",
],
stage: "Basic",
attacks: [
{
cost: [
@ -32,8 +34,8 @@ const card: Card = {
fr: "Voile Sable",
},
effect: {
en: "Flip a coin. If heads, prevent all effects of attacks, including damage, done to Diglett during your opponent's next turn.",
fr: "Lancez une pièce. Si c'est face, prévenez tous les effets d'attaques (y compris les dégâts) infligés à Taupiqueur pendant le prochain tour de votre adversaire.",
en: "Flip a coin. If heads, prevent all effects of attacks, including damage, done to Diglett during your opponents next turn.",
fr: "Lancez une pièce. Si cest face, prévenez tous les effets dattaques (y compris les dégâts) infligés à Taupiqueur pendant le prochain tour de votre adversaire.",
},
},
@ -47,29 +49,40 @@ const card: Card = {
fr: "Mini séisme",
},
effect: {
en: "Does 10 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
fr: "Inflige 10 dégâts à chacun de vos Pokémon de Banc. (N'appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
en: "Does 10 damage to each of your Benched Pokémon. (Dont apply Weakness and Resistance for Benched Pokémon.)",
fr: "Inflige 10 dégâts à chacun de vos Pokémon de Banc. (Nappliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
},
damage: 40,
},
],
weaknesses: [
{
type: "Water",
value: "×2"
},
],
resistances: [
{
type: "Lightning",
value: "-20"
},
],
retreat: 1,
description: {
en: "If a Diglett digs through a field, it leaves the soil perfectly tilled and ideal for planting crops."
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -6,22 +6,24 @@ const card: Card = {
en: "Dratini",
fr: "Minidraco",
},
illustrator: "Mitsuhiro Arita",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
147,
],
hp: 50,
types: [
"Colorless",
],
stage: "Basic",
attacks: [
{
cost: [
@ -32,7 +34,7 @@ const card: Card = {
fr: "Enveloppe douce",
},
effect: {
en: "The Defending Pokémon can't retreat during your opponent's next turn.",
en: "The Defending Pokémon cant retreat during your opponents next turn.",
fr: "Le Pokémon Défenseur ne peut pas battre en retraite durant le prochain tour de votre adversaire.",
},
damage: 10,
@ -52,6 +54,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Colorless",
@ -61,8 +64,16 @@ const card: Card = {
retreat: 1,
description: {
en: "This Pokémon is full of life energy. It continually sheds its skin and grows steadily larger."
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -6,22 +6,24 @@ const card: Card = {
en: "Gastly",
fr: "Fantominus",
},
illustrator: "Takashi Yamaguchi",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
92,
],
hp: 50,
types: [
"Psychic",
],
stage: "Basic",
attacks: [
{
cost: [
@ -32,28 +34,39 @@ const card: Card = {
fr: "Placement vicieux",
},
effect: {
en: "Put 1 damage counter on 1 of your opponent's Pokémon.",
fr: "Placez un marqueur de dégât sur l'un des Pokémon de votre adversaire.",
en: "Put 1 damage counter on 1 of your opponents Pokémon.",
fr: "Placez un marqueur de dégât sur lun des Pokémon de votre adversaire.",
},
},
],
weaknesses: [
{
type: "Darkness",
value: "×2"
},
],
resistances: [
{
type: "Colorless",
value: "-20"
},
],
retreat: 1,
description: {
en: "Its body is made of gas. Despite lacking substance, it can envelop an opponent of any size and cause suffocation."
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -6,22 +6,24 @@ const card: Card = {
en: "Illumise",
fr: "Lumivole",
},
illustrator: "Kent Kanetsuna",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
314,
],
hp: 70,
types: [
"Grass",
],
stage: "Basic",
attacks: [
{
cost: [
@ -33,7 +35,7 @@ const card: Card = {
},
effect: {
en: "Remove 3 damage counters from 1 of your Pokémon.",
fr: "Retirez 3 marqueurs de dégât à l'un de vos Pokémon.",
fr: "Retirez 3 marqueurs de dégât à lun de vos Pokémon.",
},
},
@ -49,10 +51,11 @@ const card: Card = {
en: "Flip a coin for each Volbeat you have in play. This attack does 30 damage times the number of heads.",
fr: "Lancez une pièce pour chacun de vos Muciole en jeu. Cette attaque inflige 30 dégâts multipliés par le nombre de côtés face.",
},
damage: 30,
damage: "30×",
},
],
weaknesses: [
{
type: "Fire",
@ -62,8 +65,16 @@ const card: Card = {
retreat: 1,
description: {
en: "Its fragrance attracts a swarm of Volbeat, so they draw over 200 patterns in the night sky."
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -6,22 +6,24 @@ const card: Card = {
en: "Kricketot",
fr: "Crikzik",
},
illustrator: "Tomokazu Komiya",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
401,
],
hp: 50,
types: [
"Grass",
],
stage: "Basic",
attacks: [
{
cost: [
@ -37,6 +39,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Fire",
@ -46,8 +49,16 @@ const card: Card = {
retreat: 1,
description: {
en: "When its antennae hit each other, it sounds like the music of a xylophone."
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -6,22 +6,24 @@ const card: Card = {
en: "Lickitung",
fr: "Excelangue",
},
illustrator: "Atsuko Nishida",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
108,
],
hp: 90,
types: [
"Colorless",
],
stage: "Basic",
attacks: [
{
cost: [
@ -46,12 +48,13 @@ const card: Card = {
fr: "Langue-fouet",
},
effect: {
en: "Choose 1 of your opponent's Benched Pokémon. This attack does 30 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
fr: "Choisissez l'un des Pokémon de Banc de votre adversaire. Cette attaque inflige 30 dégâts à ce Pokémon. (N'appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
en: "Choose 1 of your opponents Benched Pokémon. This attack does 30 damage to that Pokémon. (Dont apply Weakness and Resistance for Benched Pokémon.)",
fr: "Choisissez lun des Pokémon de Banc de votre adversaire. Cette attaque inflige 30 dégâts à ce Pokémon. (Nappliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
},
},
],
weaknesses: [
{
type: "Fighting",
@ -61,8 +64,16 @@ const card: Card = {
retreat: 2,
description: {
en: "Its long tongue, slathered with a gooey saliva, sticks to anything, so it is very useful."
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -6,22 +6,24 @@ const card: Card = {
en: "Machop",
fr: "Machoc",
},
illustrator: "Shin Nagasawa",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
66,
],
hp: 60,
types: [
"Fighting",
],
stage: "Basic",
attacks: [
{
cost: [
@ -33,9 +35,9 @@ const card: Card = {
},
effect: {
en: "Flip a coin. If heads, this attack does 10 damage plus 10 more damage.",
fr: "Lancez une pièce. Si c'est face, cette attaque inflige 10 dégâts plus 10 dégâts supplémentaires.",
fr: "Lancez une pièce. Si cest face, cette attaque inflige 10 dégâts plus 10 dégâts supplémentaires.",
},
damage: 10,
damage: "10+",
},
{
@ -53,6 +55,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Psychic",
@ -62,8 +65,16 @@ const card: Card = {
retreat: 2,
description: {
en: "Always brimming with power, it passes time by lifting boulders. Doing so makes it even stronger."
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -6,22 +6,24 @@ const card: Card = {
en: "Magnemite",
fr: "Magneti",
},
illustrator: "Noriko Hotta",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
81,
],
hp: 50,
types: [
"Lightning",
],
stage: "Basic",
attacks: [
{
cost: [
@ -33,7 +35,7 @@ const card: Card = {
},
effect: {
en: "Switch Magnemite with 1 of your Benched Pokémon.",
fr: "Échangez Magneti avec l'un de vos Pokémon de Banc.",
fr: "Échangez Magneti avec lun de vos Pokémon de Banc.",
},
},
@ -48,28 +50,39 @@ const card: Card = {
},
effect: {
en: "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Paralysé.",
fr: "Lancez une pièce. Si cest face, le Pokémon Défenseur est maintenant Paralysé.",
},
damage: 20,
},
],
weaknesses: [
{
type: "Fighting",
value: "×2"
},
],
resistances: [
{
type: "Metal",
value: "-20"
},
],
retreat: 1,
description: {
en: "The units at the sides of its body generate antigravity energy to keep it aloft in the air."
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -6,22 +6,24 @@ const card: Card = {
en: "Nidoran♀",
fr: "Nidoran♀",
},
illustrator: "sui",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
29,
],
hp: 50,
types: [
"Psychic",
],
stage: "Basic",
attacks: [
{
cost: [
@ -29,7 +31,7 @@ const card: Card = {
],
name: {
en: "Friend Search",
fr: "À la recherche d'amis",
fr: "À la recherche damis",
},
effect: {
en: "Look at the top 5 cards of your deck, choose 1 Pokémon you find there, show it to your opponent, and put it into your hand. Shuffle the other cards back into your deck.",
@ -50,10 +52,11 @@ const card: Card = {
en: "Flip 2 coins. This attack does 20 damage times the number of heads.",
fr: "Lancez 2 pièces. Cette attaque inflige 20 dégâts multipliés par le nombre de côtés face.",
},
damage: 20,
damage: "20×",
},
],
weaknesses: [
{
type: "Psychic",
@ -63,8 +66,16 @@ const card: Card = {
retreat: 1,
description: {
en: "Although not very combative, it will torment its foes with poison spikes if it is threatened in any way."
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -6,22 +6,27 @@ const card: Card = {
en: "Porygon-Z",
fr: "Porygon-Z",
},
illustrator: "Kouki Saitou",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
474,
],
hp: 110,
types: [
"Colorless",
],
evolveFrom: {
en: "Porygon2",
fr: "Porygon2",
},
stage: "Stage2",
abilities: [
@ -32,11 +37,12 @@ const card: Card = {
fr: "Transfert dimensionnel",
},
effect: {
en: "Once during your turn (before your attack), you may flip a coin. If heads, search your discard pile for a Trainer card, show it to your opponent, and put it on top of your deck. This power can't be used if Porygon-Z is affected by a Special Condition.",
fr: "Une seule fois pendant votre tour (avant votre attaque), vous pouvez lancer une pièce. Si c'est face, cherchez une carte Dresseur dans votre pile de défausse, montrez-la à votre adversaire, puis placez-la sur le dessus de votre deck. Ce Poké-Power ne peut pas être utilisé si Porygon-Z est affecté par un État Spécial.",
en: "Once during your turn (before your attack), you may flip a coin. If heads, search your discard pile for a Trainer card, show it to your opponent, and put it on top of your deck. This power cant be used if Porygon-Z is affected by a Special Condition.",
fr: "Une seule fois pendant votre tour (avant votre attaque), vous pouvez lancer une pièce. Si cest face, cherchez une carte Dresseur dans votre pile de défausse, montrez-la à votre adversaire, puis placez-la sur le dessus de votre deck. Ce Poké-Power ne peut pas être utilisé si Porygon-Z est affecté par un État Spécial.",
},
},
],
attacks: [
{
cost: [
@ -50,12 +56,13 @@ const card: Card = {
},
effect: {
en: "If Porygon-Z has no Rainbow Energy attached to it, Porygon-Z does 20 damage to itself and Porygon-Z is now Confused.",
fr: "Si aucune Énergie Multicolore n'est attachée à Porygon-Z, Porygon-Z s'inflige 20 dégâts et est maintenant Confus.",
fr: "Si aucune Énergie Multicolore nest attachée à Porygon-Z, Porygon-Z sinflige 20 dégâts et est maintenant Confus.",
},
damage: 80,
},
],
weaknesses: [
{
type: "Fighting",
@ -65,8 +72,16 @@ const card: Card = {
retreat: 2,
description: {
en: "Its programming was modified to enable it to travel through alien dimensions. Seems there might have been an error…"
},
variants: {
normal: false,
reverse: true,
holo: true,
firstEdition: false
}
}
export default card

View File

@ -6,22 +6,24 @@ const card: Card = {
en: "Nidoran♂",
fr: "Nidoran♂",
},
illustrator: "match",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
32,
],
hp: 50,
types: [
"Psychic",
],
stage: "Basic",
attacks: [
{
cost: [
@ -45,13 +47,14 @@ const card: Card = {
],
name: {
en: "Horn Attack",
fr: "Koud'korne",
fr: "Koudkorne",
},
damage: 20,
},
],
weaknesses: [
{
type: "Psychic",
@ -61,8 +64,16 @@ const card: Card = {
retreat: 1,
description: {
en: "It raises its big ears to check its surroundings. It will strike first if it senses any danger."
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -6,22 +6,24 @@ const card: Card = {
en: "Pidgey",
fr: "Roucool",
},
illustrator: "Suwama Chiaki",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
16,
],
hp: 50,
types: [
"Colorless",
],
stage: "Basic",
attacks: [
{
cost: [
@ -50,22 +52,33 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Lightning",
value: "×2"
},
],
resistances: [
{
type: "Fighting",
value: "-20"
},
],
retreat: 1,
description: {
en: "Common in grassy areas and forests, it is very docile and will chase off enemies by flapping up sand."
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -6,22 +6,24 @@ const card: Card = {
en: "Ponyta",
fr: "Ponyta",
},
illustrator: "Kyoko Umemoto",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
77,
],
hp: 60,
types: [
"Fire",
],
stage: "Basic",
attacks: [
{
cost: [
@ -49,6 +51,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Water",
@ -58,8 +61,16 @@ const card: Card = {
retreat: 1,
description: {
en: "It is a weak runner immediately after birth. It gradually becomes faster by chasing after its parents."
},
variants: {
normal: true,
reverse: false,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -6,22 +6,24 @@ const card: Card = {
en: "Porygon",
fr: "Porygon",
},
illustrator: "Kouki Saitou",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
137,
],
hp: 50,
types: [
"Colorless",
],
stage: "Basic",
attacks: [
{
cost: [
@ -51,6 +53,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Fighting",
@ -60,8 +63,16 @@ const card: Card = {
retreat: 1,
description: {
en: "A manmade Pokémon that came about as a result of research. It is programmed with only basic motions."
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -6,22 +6,24 @@ const card: Card = {
en: "Psyduck",
fr: "Psykokwak",
},
illustrator: "Naoki Saito",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
54,
],
hp: 60,
types: [
"Water",
],
stage: "Basic",
attacks: [
{
cost: [
@ -29,15 +31,16 @@ const card: Card = {
],
name: {
en: "Tripping Headbutt",
fr: "Coup d'boule agile",
fr: "Coup dboule agile",
},
effect: {
en: "Filp a coin. If heads, this attack does 30 damage to 1 of your opponent's Pokémon. If tails, this attack does 30 damage to 1 of your Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
fr: "Lancez une pièce. Si c'est face, cette attaque inflige 30 dégâts à l'un des Pokémon de Banc de votre adversaire. Si c'est pile, cette attaque inflige 30 dégâts à l'un de vos Pokémon. (N'appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
fr: "Lancez une pièce. Si cest face, cette attaque inflige 30 dégâts à lun des Pokémon de Banc de votre adversaire. Si cest pile, cette attaque inflige 30 dégâts à lun de vos Pokémon. (Nappliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
},
},
],
weaknesses: [
{
type: "Lightning",
@ -47,8 +50,16 @@ const card: Card = {
retreat: 1,
description: {
en: "It has mystical powers but doesnt recall that it has used them. That is why it always looks puzzled."
},
variants: {
normal: true,
reverse: false,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -6,22 +6,24 @@ const card: Card = {
en: "Shuppet",
fr: "Polichombr",
},
illustrator: "Ryo Ueda",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
353,
],
hp: 60,
types: [
"Psychic",
],
stage: "Basic",
attacks: [
{
cost: [
@ -32,8 +34,8 @@ const card: Card = {
fr: "Entrave",
},
effect: {
en: "Flip a coin. If heads, choose 1 of the Defending Pokémon's attacks. That Pokémon can't use that attack during your opponent's next turn.",
fr: "Lancez une pièce. Si c'est face, choisissez l'une des attaques du Pokémon Défenseur. Ce Pokémon ne peut pas utiliser cette attaque pendant le prochain tour de votre adversaire.",
en: "Flip a coin. If heads, choose 1 of the Defending Pokémons attacks. That Pokémon cant use that attack during your opponents next turn.",
fr: "Lancez une pièce. Si cest face, choisissez lune des attaques du Pokémon Défenseur. Ce Pokémon ne peut pas utiliser cette attaque pendant le prochain tour de votre adversaire.",
},
},
@ -52,22 +54,33 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Darkness",
value: "×2"
},
],
resistances: [
{
type: "Colorless",
value: "-20"
},
],
retreat: 1,
description: {
en: "It uses its horn to feed on envy and malice, or so its said. Its very active at night."
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -6,22 +6,24 @@ const card: Card = {
en: "Skorupi",
fr: "Rapion",
},
illustrator: "Sumiyoshi Kizuki",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
451,
],
hp: 60,
types: [
"Psychic",
],
stage: "Basic",
attacks: [
{
cost: [
@ -34,12 +36,13 @@ const card: Card = {
},
effect: {
en: "Flip a coin. If tails, this attack does nothing. If heads, the Defending Pokémon is now Paralyzed.",
fr: "Lancez une pièce. Si c'est pile, cette attaque ne fait rien. Si c'est face, le Pokémon Défenseur est maintenant Paralysé.",
fr: "Lancez une pièce. Si cest pile, cette attaque ne fait rien. Si cest face, le Pokémon Défenseur est maintenant Paralysé.",
},
damage: 30,
},
],
weaknesses: [
{
type: "Psychic",
@ -49,8 +52,16 @@ const card: Card = {
retreat: 1,
description: {
en: "It burrows under the sand to lie in wait for prey. Its tail claws can inject its prey with a savage poison."
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -6,22 +6,24 @@ const card: Card = {
en: "Spoink",
fr: "Spoink",
},
illustrator: "Yukiko Baba",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
325,
],
hp: 50,
types: [
"Psychic",
],
stage: "Basic",
attacks: [
{
cost: [
@ -33,11 +35,12 @@ const card: Card = {
},
effect: {
en: "The Defending Pokémon is now Asleep. Switch Spoink with 1 of your Benched Pokémon.",
fr: "Le Pokémon Défenseur est maintenant Endormi. Échangez Spoink avec l'un de vos Pokémon de Banc.",
fr: "Le Pokémon Défenseur est maintenant Endormi. Échangez Spoink avec lun de vos Pokémon de Banc.",
},
},
],
weaknesses: [
{
type: "Psychic",
@ -47,8 +50,16 @@ const card: Card = {
retreat: 1,
description: {
en: "It bounces around on its tail to keep its heart pumping. It carries a pearl from Clamperl on its head."
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -6,22 +6,24 @@ const card: Card = {
en: "Swablu",
fr: "Tylton",
},
illustrator: "Ryo Ueda",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
333,
],
hp: 40,
types: [
"Colorless",
],
stage: "Basic",
attacks: [
{
cost: [
@ -29,32 +31,43 @@ const card: Card = {
],
name: {
en: "Wing Flick",
fr: "Battement d'aile",
fr: "Battement daile",
},
effect: {
en: "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon.",
fr: "Votre adversaire échange le Pokémon Défenseur avec l'un de ses Pokémon de Banc.",
fr: "Votre adversaire échange le Pokémon Défenseur avec lun de ses Pokémon de Banc.",
},
damage: 10,
},
],
weaknesses: [
{
type: "Lightning",
value: "×2"
},
],
resistances: [
{
type: "Fighting",
value: "-20"
},
],
retreat: 1,
description: {
en: "Its wings bring cottony clouds to mind. It grooms with springwater and loves to sit on heads."
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -6,22 +6,24 @@ const card: Card = {
en: "Swinub",
fr: "Marcacrin",
},
illustrator: "Kagemaru Himeno",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
220,
],
hp: 60,
types: [
"Water",
],
stage: "Basic",
attacks: [
{
cost: [
@ -29,7 +31,7 @@ const card: Card = {
],
name: {
en: "Headbutt",
fr: "Coup d'boule",
fr: "Coup dboule",
},
damage: 10,
@ -42,13 +44,14 @@ const card: Card = {
],
name: {
en: "Ice Ball",
fr: "Ball'glace",
fr: "Ballglace",
},
damage: 20,
},
],
weaknesses: [
{
type: "Metal",
@ -58,8 +61,16 @@ const card: Card = {
retreat: 2,
description: {
en: "It rubs its snout on the ground to find and dig up food. It sometimes discovers hot springs."
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -6,22 +6,27 @@ const card: Card = {
en: "Rapidash",
fr: "Galopa",
},
illustrator: "Kyoko Umemoto",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
78,
],
hp: 90,
types: [
"Fire",
],
evolveFrom: {
en: "Ponyta",
fr: "Ponyta",
},
stage: "Stage1",
abilities: [
@ -32,11 +37,12 @@ const card: Card = {
fr: "Esprit flamboyant",
},
effect: {
en: "Rapidash can't be Confused.",
en: "Rapidash cant be Confused.",
fr: "Galopa ne peut pas être Confus.",
},
},
],
attacks: [
{
cost: [
@ -49,13 +55,14 @@ const card: Card = {
fr: "Anneau de feu",
},
effect: {
en: "The Defending Pokémon is now Burned and can't retreat during your opponent's next turn.",
en: "The Defending Pokémon is now Burned and cant retreat during your opponents next turn.",
fr: "Le Pokémon Défenseur est maintenant Brûlé et ne peut pas battre en retraite durant le prochain tour de votre adversaire.",
},
damage: 50,
},
],
weaknesses: [
{
type: "Water",
@ -65,8 +72,16 @@ const card: Card = {
retreat: 1,
description: {
en: "At full gallop, its four hooves barely touch the ground because it moves so incredibly fast."
},
variants: {
normal: false,
reverse: true,
holo: true,
firstEdition: false
}
}
export default card

View File

@ -6,22 +6,24 @@ const card: Card = {
en: "Tentacool",
fr: "Tentacool",
},
illustrator: "Sachiko Adachi",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
72,
],
hp: 60,
types: [
"Water",
],
stage: "Basic",
attacks: [
{
cost: [
@ -32,13 +34,14 @@ const card: Card = {
fr: "Enveloppe douce",
},
effect: {
en: "The Defending Pokémon can't retreat during your opponent's next turn.",
en: "The Defending Pokémon cant retreat during your opponents next turn.",
fr: "Le Pokémon Défenseur ne peut pas battre en retraite pendant le prochain tour de votre adversaire.",
},
damage: 10,
},
],
weaknesses: [
{
type: "Lightning",
@ -48,8 +51,16 @@ const card: Card = {
retreat: 1,
description: {
en: "It drifts aimlessly in waves. Very difficult to see in water, it may not be noticed until it stings."
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -6,23 +6,41 @@ const card: Card = {
en: "Venonat",
fr: "Mimitoss",
},
illustrator: "Hideaki Hakozaki",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
48,
],
hp: 50,
types: [
"Grass",
],
stage: "Basic",
attacks: [
{
cost: [
"Grass",
"Colorless",
],
name: {
en: "Leech Life",
fr: "Vampirisme",
},
effect: {
en: "Remove from Venomat the number of damage counters equal to the damage you did to the Definding Pokémon.",
fr: "Retirez à Mimitoss un nombre de marqueurs de dégât équivalant aux dégâts que vous avez infligés au Pokémon Défenseur.",
},
damage: 10,
},
{
cost: [
"Colorless",
@ -30,20 +48,6 @@ const card: Card = {
],
name: {
en: "Tackle",
fr: "Vampirisme",
},
effect: {
fr: "Retirez à Mimitoss un nombre de marqueurs de dégât équivalant aux dégâts que vous avez infligés au Pokémon Défenseur.",
},
damage: 20,
},
{
cost: [
"Colorless",
"Colorless",
],
name: {
fr: "Charge",
},
@ -51,6 +55,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Fire",
@ -60,8 +65,16 @@ const card: Card = {
retreat: 1,
description: {
en: "Poison oozes from all over its body. It catches and eats small bugs at night that are attracted by light."
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -6,22 +6,24 @@ const card: Card = {
en: "Volbeat",
fr: "Muciole",
},
illustrator: "Kent Kanetsuna",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
313,
],
hp: 70,
types: [
"Grass",
],
stage: "Basic",
attacks: [
{
cost: [
@ -32,8 +34,8 @@ const card: Card = {
fr: "Lumissile",
},
effect: {
en: "If you don't have Illumise in play, this attack does nothing. Choose 1 of your opponent's Benched Pokémon. This attack does 30 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
fr: "Si vous ne disposez pas de Lumivole en jeu, cette attaque ne fait rien. Choisissez l'un des Pokémon de Banc de votre adversaire. Cette attaque inflige 30 dégâts à ce Pokémon. (N'appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
en: "If you dont have Illumise in play, this attack does nothing. Choose 1 of your opponents Benched Pokémon. This attack does 30 damage to that Pokémon. (Dont apply Weakness and Resistance for Benched Pokémon.)",
fr: "Si vous ne disposez pas de Lumivole en jeu, cette attaque ne fait rien. Choisissez lun des Pokémon de Banc de votre adversaire. Cette attaque inflige 30 dégâts à ce Pokémon. (Nappliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
},
},
@ -55,6 +57,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Fire",
@ -64,8 +67,16 @@ const card: Card = {
retreat: 1,
description: {
en: "It emits light from its tail to communicate. It loves the sweet aroma given off by Illumise."
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -6,22 +6,24 @@ const card: Card = {
en: "Voltorb",
fr: "Voltorbe",
},
illustrator: "Masakazu Fukuda",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
100,
],
hp: 40,
types: [
"Lightning",
],
stage: "Basic",
attacks: [
{
cost: [
@ -33,28 +35,39 @@ const card: Card = {
},
effect: {
en: "Flip a coin. If heads, this attack does 20 damage plus 10 more damage. If tails, Voltorb does 10 damage to itself.",
fr: "Lancez une pièce. Si c'est face, cette attaque inflige 20 dégâts plus 10 dégâts supplémentaires. Si c'est pile, Voltorbe s'inflige 10 dégâts.",
fr: "Lancez une pièce. Si cest face, cette attaque inflige 20 dégâts plus 10 dégâts supplémentaires. Si cest pile, Voltorbe sinflige 10 dégâts.",
},
damage: 20,
damage: "20+",
},
],
weaknesses: [
{
type: "Fighting",
value: "×2"
},
],
resistances: [
{
type: "Metal",
value: "-20"
},
],
retreat: 1,
description: {
en: "It rolls to move. If the ground is uneven, a sudden jolt from hitting a bump can cause it to explode."
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -6,15 +6,18 @@ const card: Card = {
en: "Yanma",
fr: "Yanma",
},
illustrator: "Naoyo Kimura",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
193,
],
hp: 50,
types: [
"Grass",
],
@ -29,11 +32,12 @@ const card: Card = {
fr: "Vol gratuit",
},
effect: {
en: "If Yanma has no Energy attached to it, Yanma's Retreat Cost is 0.",
fr: "Si aucune carte Énergie n'est attachée à Yanma, son Coût de retraite est de 0.",
en: "If Yanma has no Energy attached to it, Yanmas Retreat Cost is 0.",
fr: "Si aucune carte Énergie nest attachée à Yanma, son Coût de retraite est de 0.",
},
},
],
attacks: [
{
cost: [
@ -49,22 +53,33 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Lightning",
value: "×2"
},
],
resistances: [
{
type: "Fighting",
value: "-20"
},
],
retreat: 1,
description: {
en: "Its large eyes can scan 360 degrees. It looks in all directions to seek out insects as its prey."
},
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
}
}
export default card

View File

@ -6,27 +6,27 @@ const card: Card = {
en: "Black Belt",
fr: "Karatéka",
},
illustrator: "Kanako Eo",
rarity: "Uncommon",
category: "Trainer",
set: Set,
effect: {
fr: "Vous ne pouvez jouer qu'une seule carte Supporter par tour. Lorsque vous jouez cette carte, placez-la près de votre Pokémon Actif. Une fois votre tour terminé, défaussez cette carte.",
fr: "Vous pouvez utiliser cette carte uniquement sil vous reste plus de cartes Récompense que votre adversaire. Pendant ce tour, chaque attaque de votre Pokémon Actif inflige 40 dégâts supplémentaires au Pokémon Actif de votre adversaire (avant application de la Faiblesse et de la Résistance).",
en: "You may use this card only if you have more Prize cards left than your opponent. During this turn, each of your Active Pokémons attacks does 40 more damage to your opponents Active Pokémon (before applying Weakness and Resistance)."
},
trainerType: "Supporter",
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
},
hp: 0
}
export default card

View File

@ -6,27 +6,27 @@ const card: Card = {
en: "Indigo Plateau",
fr: "Plateau Indigo",
},
illustrator: "Ryo Ueda",
rarity: "Uncommon",
category: "Trainer",
set: Set,
effect: {
fr: "Cette carte reste en jeu lorsque vous la jouez. Défaussez-la si une autre carte Stade est jouée. Si une autre carte du même nom est en jeu, vous ne pouvez pas l'utiliser.",
fr: "Cette carte reste en jeu lorsque vous la jouez. Défaussez-la si une autre carte Stade est jouée. Si une autre carte du même nom est en jeu, vous ne pouvez pas lutiliser.",
en: "This card stays in play when you play it. Discard this card if another Stadium card comes into play. If another card with the same name is in play, you cant play this card."
},
trainerType: "Stadium",
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
},
hp: 0
}
export default card

View File

@ -6,27 +6,27 @@ const card: Card = {
en: "Junk Arm",
fr: "Bras indésirable",
},
illustrator: "Ryo Ueda",
rarity: "Uncommon",
category: "Trainer",
set: Set,
effect: {
fr: "Défaussez 2 cartes de votre main. Cherchez une carte Dresseur dans votre pile de défausse, montrez-la à votre adversaire et ajoutez-la à votre main. Vous ne pouvez pas associer Bras indésirable aux effets de cette carte.",
en: "Discard 2 cards from your hand. Search your discard pile for a Trainer card, show it to your opponent, and put it into your hand. You cant choose Junk Arm with the effect of this card."
},
trainerType: "Item",
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
},
hp: 0
}
export default card

View File

@ -6,27 +6,27 @@ const card: Card = {
en: "Seeker",
fr: "Détecteur",
},
illustrator: "Wataru Kawahara",
rarity: "Uncommon",
category: "Trainer",
set: Set,
effect: {
fr: "Vous ne pouvez jouer qu'une seule carte Supporter par tour. Lorsque vous jouez cette carte, placez-la près de votre Pokémon Actif. Une fois votre tour terminé, défaussez cette carte.",
fr: "Chaque joueur récupère lun de ses Pokémon de Banc dans sa main, ainsi que toutes les cartes qui lui sont attachées. (Vous récupérez votre Pokémon en premier.)",
en: "Each player returns 1 of his or her Benched Pokémon and all cards attached to it to his or her hand. (You return your Pokémon first."
},
trainerType: "Supporter",
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
},
hp: 0
}
export default card

View File

@ -6,27 +6,27 @@ const card: Card = {
en: "Twins",
fr: "Jumelles",
},
illustrator: "Kanako Eo",
rarity: "Uncommon",
category: "Trainer",
set: Set,
effect: {
fr: "Vous ne pouvez jouer qu'une seule carte Supporter par tour. Lorsque vous jouez cette carte, placez-la près de votre Pokémon Actif. Une fois votre tour terminé, défaussez cette carte.",
fr: "Vous pouvez utiliser cette carte uniquement sil vous reste plus de cartes Récompense que votre adversaire. Cherchez 2 cartes dans votre deck et ajoutez-les à votre main. Mélangez ensuite votre deck.",
en: "You may use this card only if you have more Prize cards left than your opponent. Search your deck for any 2 cards and put them into your hand. Shuffle your deck afterward."
},
trainerType: "Supporter",
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
},
hp: 0
}
export default card

View File

@ -6,15 +6,18 @@ const card: Card = {
en: "Solrock",
fr: "Solaroc",
},
illustrator: "Kouki Saitou",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
338,
],
hp: 70,
types: [
"Fighting",
],
@ -29,11 +32,12 @@ const card: Card = {
fr: "Anti-Soin",
},
effect: {
en: "If you have Lunatone in play, damage counters can't be removed from any Pokémon (both yours and your opponent's). (Damage counters can still be moved.)",
en: "If you have Lunatone in play, damage counters cant be removed from any Pokémon (both yours and your opponents). (Damage counters can still be moved.)",
fr: "Si vous disposez de Seleroc en jeu, aucun marqueur de dégât ne peut être retiré aux Pokémon (les vôtres et ceux de votre adversaire). (Vous pouvez néanmoins déplacer les marqueurs de dégât.)",
},
},
],
attacks: [
{
cost: [
@ -44,13 +48,14 @@ const card: Card = {
fr: "Éblouissement solaire",
},
effect: {
en: "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing.",
fr: "Si le Pokémon Défenseur essaie d'attaquer pendant le prochain tour de votre adversaire, ce dernier lance une pièce. Si c'est pile, cette attaque ne fait rien.",
en: "If the Defending Pokémon tries to attack during your opponents next turn, your opponent flips a coin. If tails, that attack does nothing.",
fr: "Si le Pokémon Défenseur essaie dattaquer pendant le prochain tour de votre adversaire, ce dernier lance une pièce. Si cest pile, cette attaque ne fait rien.",
},
damage: 20,
},
],
weaknesses: [
{
type: "Grass",
@ -60,8 +65,16 @@ const card: Card = {
retreat: 1,
description: {
en: "When it rotates itself, it gives off light similar to the sun, thus blinding its foes."
},
variants: {
normal: false,
reverse: true,
holo: true,
firstEdition: false
}
}
export default card

View File

@ -6,27 +6,27 @@ const card: Card = {
en: "Rescue Energy",
fr: "Énergie Rescousse",
},
illustrator: "Kent Kanetsuna",
rarity: "Uncommon",
category: "Energy",
set: Set,
effect: {
fr: "Énergie Rescousse fournit de l'Énergie Colorless. Si le Pokémon auquel est attachée cette carte est mis K.O. par une attaque, récupérez ce Pokémon dans votre main. (Défaussez toutes les cartes attachées à ce Pokémon.)",
fr: "Énergie Rescousse fournit de lÉnergie Colorless. Si le Pokémon auquel est attachée cette carte est mis K.O. par une attaque, récupérez ce Pokémon dans votre main. (Défaussez toutes les cartes attachées à ce Pokémon.)",
en: "Rescue Energy provides Colorless Energy. If the Pokémon this card is attached to is Knocked Out by damage from an attack, put that Pokémon back into your hand. (Discard all cards attached to that Pokémon.)"
},
energyType: "Special",
energyType: "Special",
variants: {
normal: true,
reverse: true,
holo: false,
firstEdition: false
},
hp: 0
}
export default card

View File

@ -6,15 +6,18 @@ const card: Card = {
en: "Absol",
fr: "Absol",
},
illustrator: "Hideaki Hakozaki",
rarity: "Rare",
category: "Pokemon",
illustrator: "Hideaki Hakozaki",
rarity: "Ultra Rare",
category: "Pokemon",
set: Set,
dexId: [
359,
],
hp: 80,
types: [
"Darkness",
],
@ -30,10 +33,11 @@ const card: Card = {
},
effect: {
en: "As long as Absol is your Active Pokémon, whenever your opponent puts a Basic Pokémon from his or her hand onto his or her Bench, put 2 damage counters on that Pokémon.",
fr: "Tant qu'Absol est votre Pokémon Actif, chaque fois que votre adversaire ajoute un Pokémon de base de sa main à son Banc, placez 2 marqueurs de dégât sur ce Pokémon.",
fr: "Tant quAbsol est votre Pokémon Actif, chaque fois que votre adversaire ajoute un Pokémon de base de sa main à son Banc, placez 2 marqueurs de dégât sur ce Pokémon.",
},
},
],
attacks: [
{
cost: [
@ -45,29 +49,37 @@ const card: Card = {
fr: "Pince vicieuse",
},
effect: {
en: "Choose 1 Pokémon from your hand and put it in the Lost Zone. (If you can't put a Pokémon in the Lost Zone, this attack does nothing.)",
en: "Choose 1 Pokémon from your hand and put it in the Lost Zone. (If you cant put a Pokémon in the Lost Zone, this attack does nothing.)",
fr: "Choisissez un Pokémon dans votre main et placez-le dans la Zone Perdue. (Si vous ne pouvez pas, cette attaque ne fait rien.)",
},
damage: 70,
},
],
weaknesses: [
{
type: "Fighting",
value: "×2"
},
],
resistances: [
{
type: "Psychic",
value: "-20"
},
],
retreat: 1,
suffix: "Prime",
variants: {
normal: false,
reverse: false,
holo: true,
firstEdition: false
}
}
export default card

View File

@ -6,15 +6,18 @@ const card: Card = {
en: "Celebi",
fr: "Celebi",
},
illustrator: "Hideaki Hakozaki",
rarity: "Rare",
category: "Pokemon",
illustrator: "Hideaki Hakozaki",
rarity: "Ultra Rare",
category: "Pokemon",
set: Set,
dexId: [
251,
],
hp: 60,
types: [
"Grass",
],
@ -29,11 +32,12 @@ const card: Card = {
fr: "Souffle forestier",
},
effect: {
en: "Once during your turn (before your attack), if Celebi is your Active Pokémon, you may attach a Grass Energy card from your hand to 1 of your Pokémon. This power can't be used if Celebi is affected by a Special Condition.",
fr: "Une fois pendant votre tour (avant votre attaque), si Celebi est votre Pokémon Actif, vous pouvez attacher une carte Énergie Grass de votre main à l'un de vos Pokémon. Ce Poké-Power ne peut pas être utilisé si Celebi est affecté par un État Spécial.",
en: "Once during your turn (before your attack), if Celebi is your Active Pokémon, you may attach a Grass Energy card from your hand to 1 of your Pokémon. This power cant be used if Celebi is affected by a Special Condition.",
fr: "Une fois pendant votre tour (avant votre attaque), si Celebi est votre Pokémon Actif, vous pouvez attacher une carte Énergie Grass de votre main à lun de vos Pokémon. Ce Poké-Power ne peut pas être utilisé si Celebi est affecté par un État Spécial.",
},
},
],
attacks: [
{
cost: [
@ -46,13 +50,14 @@ const card: Card = {
fr: "Cycle temporel",
},
effect: {
en: "During your opponent's next turn, prevent all damage done to Celebi by attacks from your opponent's Stage 1 or Stage 2 Pokémon.",
en: "During your opponents next turn, prevent all damage done to Celebi by attacks from your opponents Stage 1 or Stage 2 Pokémon.",
fr: "Pendant le prochain tour de votre adversaire, prévenez tous les dégâts infligés à Celebi par le Pokémon de niveau 1 ou 2 de votre adversaire.",
},
damage: 30,
},
],
weaknesses: [
{
type: "Fire",
@ -61,9 +66,14 @@ const card: Card = {
],
retreat: 1,
suffix: "Prime",
variants: {
normal: false,
reverse: false,
holo: true,
firstEdition: false
}
}
export default card

View File

@ -6,22 +6,27 @@ const card: Card = {
en: "Electrode",
fr: "Electrode",
},
illustrator: "Hideaki Hakozaki",
rarity: "Rare",
category: "Pokemon",
illustrator: "Hideaki Hakozaki",
rarity: "Ultra Rare",
category: "Pokemon",
set: Set,
dexId: [
101,
],
hp: 90,
types: [
"Lightning",
],
evolveFrom: {
en: "Voltorb",
fr: "Voltorbe",
},
stage: "Stage1",
abilities: [
@ -32,11 +37,12 @@ const card: Card = {
fr: "Énergimite",
},
effect: {
en: "Once during your turn (before your attack), you may use this power. If you do, Electrode is Knocked Out. Look at the top 7 cards of your deck. Choose as many Energy cards as you like and attach them to your Pokémon in any way you like. Discard the other cards. This power can't be used if Electrode is affected by a Special Condition.",
en: "Once during your turn (before your attack), you may use this power. If you do, Electrode is Knocked Out. Look at the top 7 cards of your deck. Choose as many Energy cards as you like and attach them to your Pokémon in any way you like. Discard the other cards. This power cant be used if Electrode is affected by a Special Condition.",
fr: "Une seule fois pendant votre tour (avant votre attaque), vous pouvez utiliser ce Poké-Power. Dans ce cas, Electrode est mis K.O. Regardez les 7 cartes du dessus de votre deck. Choisissez autant de cartes Énergie que vous le souhaitez et attachez-les à vos Pokémon comme bon vous semble. Défaussez les autres cartes. Ce Poké-Power ne peut pas être utilisé si Electrode est affecté par un État Spécial.",
},
},
],
attacks: [
{
cost: [
@ -48,29 +54,37 @@ const card: Card = {
fr: "Electrochok",
},
effect: {
en: "Does 10 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
fr: "Inflige 10 dégâts à 2 des Pokémon de Banc de votre adversaire. (N'appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
en: "Does 10 damage to 2 of your opponents Benched Pokémon. (Dont apply Weakness and Resistance for Benched Pokémon.)",
fr: "Inflige 10 dégâts à 2 des Pokémon de Banc de votre adversaire. (Nappliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
},
damage: 30,
},
],
weaknesses: [
{
type: "Fighting",
value: "×2"
},
],
resistances: [
{
type: "Metal",
value: "-20"
},
],
retreat: 1,
suffix: "Prime",
variants: {
normal: false,
reverse: false,
holo: true,
firstEdition: false
}
}
export default card

View File

@ -6,22 +6,27 @@ const card: Card = {
en: "Gengar",
fr: "Ectoplasma",
},
illustrator: "Takashi Yamaguchi",
rarity: "Rare",
category: "Pokemon",
illustrator: "Takashi Yamaguchi",
rarity: "Ultra Rare",
category: "Pokemon",
set: Set,
dexId: [
94,
],
hp: 130,
types: [
"Psychic",
],
evolveFrom: {
en: "Haunter",
fr: "Spectrum",
},
stage: "Stage2",
abilities: [
@ -32,11 +37,12 @@ const card: Card = {
fr: "Catastrophe",
},
effect: {
en: "As long as Gengar is your Active Pokémon, if any of your opponent's Pokémon would be Knocked Out, put that Pokémon in the Lost Zone instead of discarding it. (Discard all cards attached to that Pokémon.)",
fr: "Tant qu'Ectoplasma est votre Pokémon Actif, si l'un des Pokémon de votre adversaire est mis K.O., placez ce Pokémon dans la Zone Perdue au lieu de le défausser. (Défaussez toutes les cartes attachées à ce Pokémon.)",
en: "As long as Gengar is your Active Pokémon, if any of your opponents Pokémon would be Knocked Out, put that Pokémon in the Lost Zone instead of discarding it. (Discard all cards attached to that Pokémon.)",
fr: "Tant quEctoplasma est votre Pokémon Actif, si lun des Pokémon de votre adversaire est mis K.O., placez ce Pokémon dans la Zone Perdue au lieu de le défausser. (Défaussez toutes les cartes attachées à ce Pokémon.)",
},
},
],
attacks: [
{
cost: [
@ -47,8 +53,8 @@ const card: Card = {
fr: "Jet dans les Ténèbres",
},
effect: {
en: "Look at your opponent's hand and choose a number of Pokémon you find there up to the number of Psychic Energy attached to Gengar. Put the Pokémon you chose in the Lost Zone.",
fr: "Regardez la main de votre adversaire et choisissez-y autant de Pokémon qu'il existe de cartes Énergie Psychic attachées à Ectoplasma. Placez les Pokémon que vous avez choisis dans la Zone Perdue.",
en: "Look at your opponents hand and choose a number of Pokémon you find there up to the number of Psychic Energy attached to Gengar. Put the Pokémon you chose in the Lost Zone.",
fr: "Regardez la main de votre adversaire et choisissez-y autant de Pokémon quil existe de cartes Énergie Psychic attachées à Ectoplasma. Placez les Pokémon que vous avez choisis dans la Zone Perdue.",
},
},
@ -62,18 +68,20 @@ const card: Card = {
fr: "Chute maudite",
},
effect: {
en: "Put 4 damage counters on your opponent's Pokémon in any way you like.",
en: "Put 4 damage counters on your opponents Pokémon in any way you like.",
fr: "Placez 4 marqueurs de dégât sur les Pokémon de votre adversaire, comme bon vous semble.",
},
},
],
weaknesses: [
{
type: "Darkness",
value: "×2"
},
],
resistances: [
{
type: "Colorless",
@ -81,9 +89,15 @@ const card: Card = {
},
],
retreat: 0,
suffix: "Prime",
variants: {
normal: false,
reverse: false,
holo: true,
firstEdition: false
}
}
export default card

View File

@ -6,22 +6,27 @@ const card: Card = {
en: "Machamp",
fr: "Mackogneur",
},
illustrator: "Shizurow",
rarity: "Rare",
category: "Pokemon",
illustrator: "Shizurow",
rarity: "Ultra Rare",
category: "Pokemon",
set: Set,
dexId: [
68,
],
hp: 150,
types: [
"Fighting",
],
evolveFrom: {
en: "Machoke",
fr: "Machopeur",
},
stage: "Stage2",
abilities: [
@ -37,6 +42,7 @@ const card: Card = {
},
},
],
attacks: [
{
cost: [
@ -64,16 +70,17 @@ const card: Card = {
],
name: {
en: "Champ Buster",
fr: "Explos'tout",
fr: "Explostout",
},
effect: {
en: "Does 100 damage plus 10 more damage for each of your Benched Pokémon that has any damage counters on it.",
fr: "Inflige 100 dégâts plus 10 dégâts supplémentaires pour chacun de vos Pokémon de Banc ayant des marqueurs de dégât.",
},
damage: 100,
damage: "100+",
},
],
weaknesses: [
{
type: "Psychic",
@ -82,9 +89,14 @@ const card: Card = {
],
retreat: 3,
suffix: "Prime",
variants: {
normal: false,
reverse: false,
holo: true,
firstEdition: false
}
}
export default card

View File

@ -6,22 +6,27 @@ const card: Card = {
en: "Magnezone",
fr: "Magnézone",
},
illustrator: "Noriko Hotta",
rarity: "Rare",
category: "Pokemon",
illustrator: "Noriko Hotta",
rarity: "Ultra Rare",
category: "Pokemon",
set: Set,
dexId: [
462,
],
hp: 140,
types: [
"Lightning",
],
evolveFrom: {
en: "Magneton",
fr: "Magneton",
},
stage: "Stage2",
abilities: [
@ -32,11 +37,12 @@ const card: Card = {
fr: "Pioche magnétique",
},
effect: {
en: "Once during your turn (before your attack), you may draw cards until you have 6 cards in your hand. This power can't be used if Magnezone is affected by a Special Condition.",
fr: "Une seule fois pendant votre tour (avant votre attaque), vous pouvez piocher jusqu'à ce que vous ayez 6 cartes en main. Ce Poké-Power ne peut pas être utilisé si Magnézone est affecté par un État Spécial.",
en: "Once during your turn (before your attack), you may draw cards until you have 6 cards in your hand. This power cant be used if Magnezone is affected by a Special Condition.",
fr: "Une seule fois pendant votre tour (avant votre attaque), vous pouvez piocher jusquà ce que vous ayez 6 cartes en main. Ce Poké-Power ne peut pas être utilisé si Magnézone est affecté par un État Spécial.",
},
},
],
attacks: [
{
cost: [
@ -51,26 +57,34 @@ const card: Card = {
en: "Put as many Energy cards attached to your Pokémon as you like in the Lost Zone. This attack does 50 damage times the number of Energy cards put in the Lost Zone in this way.",
fr: "Placez autant de cartes Énergie attachées à vos Pokémon que vous le souhaitez dans la Zone Perdue. Cette attaque inflige 50 dégâts multipliés par le nombre de cartes Énergie que vous avez ainsi placées dans la Zone Perdue.",
},
damage: 50,
damage: "50×",
},
],
weaknesses: [
{
type: "Fighting",
value: "×2"
},
],
resistances: [
{
type: "Metal",
value: "-20"
},
],
retreat: 3,
suffix: "Prime",
variants: {
normal: false,
reverse: false,
holo: true,
firstEdition: false
}
}
export default card

View File

@ -6,15 +6,18 @@ const card: Card = {
en: "Mew",
fr: "Mew",
},
illustrator: "Hideaki Hakozaki",
rarity: "Rare",
category: "Pokemon",
illustrator: "Hideaki Hakozaki",
rarity: "Ultra Rare",
category: "Pokemon",
set: Set,
dexId: [
151,
],
hp: 60,
types: [
"Psychic",
],
@ -29,11 +32,12 @@ const card: Card = {
fr: "Lien perdu",
},
effect: {
en: "Mew can use the attacks of all of the Pokémon in the Lost Zone (both yours and your opponent's). (You still need the necessary Energy to use each attack.)",
fr: "Mew peut utiliser les attaques de tous les Pokémon dans la Zone Perdue (les vôtres et ceux de votre adversaire). (Vous devrez néanmoins avoir suffisamment d'Énergie pour utiliser chaque attaque.)",
en: "Mew can use the attacks of all of the Pokémon in the Lost Zone (both yours and your opponents). (You still need the necessary Energy to use each attack.)",
fr: "Mew peut utiliser les attaques de tous les Pokémon dans la Zone Perdue (les vôtres et ceux de votre adversaire). (Vous devrez néanmoins avoir suffisamment dÉnergie pour utiliser chaque attaque.)",
},
},
],
attacks: [
{
cost: [
@ -50,6 +54,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Psychic",
@ -57,10 +62,15 @@ const card: Card = {
},
],
retreat: 0,
suffix: "Prime",
variants: {
normal: false,
reverse: false,
holo: true,
firstEdition: false
}
}
export default card

Some files were not shown because too many files have changed in this diff Show More