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

Updated informations (#23)

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-05-26 20:35:35 +02:00
committed by GitHub
parent ef2d099e6e
commit 151c00be78
820 changed files with 9255 additions and 2679 deletions

View File

@ -3,7 +3,8 @@ import Set from '../SWSH Black Star Promos'
const card: Card = {
name: {
fr: "Falmbino",
fr: "Flambino",
en: "Scorbunny"
},
illustrator: "Hitoshi Ariga",
rarity: "Common",
@ -26,9 +27,11 @@ const card: Card = {
],
name: {
fr: "Super Roussi",
en: "Super Singe"
},
effect: {
fr: "Lancez une pièce. Si c'est face, le Pokémon Actif de votre adversaire est maintenant Brûlé.",
fr: "Lancez une pièce. Si cest face, le Pokémon Actif de votre adversaire est maintenant Brûlé.",
en: "Flip a coin. If heads, your opponents Active Pokémon is now Burned."
},
damage: 10,

View File

@ -4,6 +4,7 @@ import Set from '../SWSH Black Star Promos'
const card: Card = {
name: {
fr: "Larméléon",
en: "Sobble"
},
illustrator: "Mizue",
rarity: "Common",
@ -27,9 +28,11 @@ const card: Card = {
],
name: {
fr: "Étreinte",
en: "Bind"
},
effect: {
fr: "Lancez une pièce. Si c'est face, le Pokémon Actif de votre adversaire est maintenant Paralysé.",
fr: "Lancez une pièce. Si cest face, le Pokémon Actif de votre adversaire est maintenant Paralysé.",
en: "Flip a coin. If heads, your opponents Active Pokémon is now Paralyzed."
},
damage: 20,

View File

@ -4,6 +4,7 @@ import Set from '../SWSH Black Star Promos'
const card: Card = {
name: {
fr: "Miaouss V",
en: "Meowth V"
},
illustrator: "aky CG Works",
rarity: "Common",
@ -26,9 +27,11 @@ const card: Card = {
],
name: {
fr: "Jackpot",
en: "Pay Day"
},
effect: {
fr: "Piocher une carte.",
fr: "Piochez une carte.",
en: "Draw a card."
},
damage: 30,
@ -41,6 +44,7 @@ const card: Card = {
],
name: {
fr: "Griffe Taillante",
en: "Slashing Claw"
},
damage: 130,

View File

@ -4,6 +4,7 @@ import Set from '../SWSH Black Star Promos'
const card: Card = {
name: {
fr: "Miaouss VMAX",
en: "Meowth VMAX"
},
illustrator: "aky CG Works",
rarity: "Common",
@ -16,7 +17,8 @@ const card: Card = {
"Colorless",
],
evolveFrom: {
fr: "Miaouss V",
fr: "Miaouss-V",
en: "Meowth V"
},
stage: "VMAX",
@ -30,10 +32,12 @@ const card: Card = {
"Colorless",
],
name: {
fr: "Pactole G-MAX",
fr: "Pactole G-Max",
en: "G-Max Gold Rush"
},
effect: {
fr: "Piochez 3 cartes.",
fr: "Piochez 3 cartes.",
en: "Draw 3 cards."
},
damage: 200,

View File

@ -4,14 +4,15 @@ import Set from '../SWSH Black Star Promos'
const card: Card = {
name: {
fr: "Gorythmic",
en: "Rillaboom"
},
illustrator: "Kouki Saitou",
rarity: "Common",
category: "Pokemon",
set: Set,
hp: 170,
types: [
"Grass",
],
@ -22,13 +23,16 @@ const card: Card = {
{
type: "Ability",
name: {
fr: "Rythme Voltaique",
fr: "Rythme Voltaïque",
en: "Voltage Beat"
},
effect: {
fr: "Une fois pendant votre tour, vous pouvez chercher dans votre deck jusqu'à 2 cartes Énergie Plante, puis les attacher à l'un de vos Pokémon. Mélangez ensuite votre deck.",
fr: "Une fois pendant votre tour, vous pouvez chercher dans votre deck jusquà 2 cartes Énergie Grass, puis les attacher à lun de vos Pokémon. Mélangez ensuite votre deck.",
en: "Once during your turn, you may search your deck for up to 2 Grass Energy cards and attach them to 1 of your Pokémon. Then, shuffle your deck."
},
},
],
attacks: [
{
cost: [
@ -39,12 +43,14 @@ const card: Card = {
],
name: {
fr: "Enfoncement",
en: "Hammer In"
},
damage: 140,
},
],
weaknesses: [
{
type: "Fire",
@ -54,8 +60,10 @@ const card: Card = {
retreat: 3,
evolveFrom: {
en: "Thwackey",
fr: "Badabouin"
}
}
export default card

View File

@ -4,14 +4,15 @@ import Set from '../SWSH Black Star Promos'
const card: Card = {
name: {
fr: "Beldeneige",
en: "Frosmoth"
},
illustrator: "kirisAki",
rarity: "Common",
category: "Pokemon",
set: Set,
hp: 90,
types: [
"Water",
],
@ -22,13 +23,16 @@ const card: Card = {
{
type: "Ability",
name: {
fr: "Dans de Glace",
fr: "Danse de Glace",
en: "Ice Dance"
},
effect: {
fr: "Autant de fois que vous le voulez pendant votre tour, vous pouvez attacher une carte Énergie Eau de votre main à l'un de vos Pokémon Eau de Banc.",
en: "As often as you like during your turn, you may attach a Water Energy card from your hand to 1 of your Benched Water Pokémon."
},
},
],
attacks: [
{
cost: [
@ -37,12 +41,14 @@ const card: Card = {
],
name: {
fr: "Onde Boréale",
en: "Aurora Beam"
},
damage: 30,
},
],
weaknesses: [
{
type: "Metal",
@ -52,8 +58,10 @@ const card: Card = {
retreat: 2,
evolveFrom: {
en: "Snom",
fr: "Frissonille"
}
}
export default card

View File

@ -4,14 +4,15 @@ import Set from '../SWSH Black Star Promos'
const card: Card = {
name: {
fr: "Berserkatt de Galar",
en: "Galarian Perrserker"
},
illustrator: "Akira Komayama",
rarity: "Common",
category: "Pokemon",
set: Set,
hp: 120,
types: [
"Metal",
],
@ -23,12 +24,15 @@ const card: Card = {
type: "Ability",
name: {
fr: "Boost Acier",
en: "Steely Spirit"
},
effect: {
fr: "Les attaques de vos Pokémon Acier infligent 20 dégâts supplémentaires au Pokémon Actif de votre adversaire (avant application de la Faiblesse et de la résistance).",
en: "Your Metal Pokémons attacks do 20 more damage to your opponents Active Pokémon (before applying Weakness and Resistance)."
},
},
],
attacks: [
{
cost: [
@ -38,28 +42,34 @@ const card: Card = {
],
name: {
fr: "Griffe Acier",
en: "Metal Claw"
},
damage: 70,
},
],
weaknesses: [
{
type: "Fire",
value: "×2"
},
],
resistances: [
{
type: "Grass",
value: "-30"
},
],
retreat: 2,
evolveFrom: {
en: "Galarian Meowth",
fr: "Miaouss de Galar"
}
}
export default card

View File

@ -4,14 +4,15 @@ import Set from '../SWSH Black Star Promos'
const card: Card = {
name: {
fr: "Pashmilla",
en: "Cinccino"
},
illustrator: "Shibuzoh.",
rarity: "Common",
category: "Pokemon",
set: Set,
hp: 90,
types: [
"Colorless",
],
@ -23,12 +24,15 @@ const card: Card = {
type: "Ability",
name: {
fr: "Faire Avec",
en: "Make Do"
},
effect: {
fr: "Vous devez défausser une carte de votre main pour pouvoir utiliser ce talent. Une fois pendant votre tour, vous pouvez piocher 2 cartes.",
fr: "Vous devez défausser une carte de votre main pour pouvoir utiliser ce talent. Une fois pendant votre tour, vous pouvez piocher 2 cartes.",
en: "You must discard a card from your hand in order to use this Ability. Once during your turn, you may draw 2 cards."
},
},
],
attacks: [
{
cost: [
@ -36,14 +40,17 @@ const card: Card = {
],
name: {
fr: "Assistance Énergétique",
en: "Energy Assist"
},
effect: {
fr: "Attachez une carte Énergie de base de votre pile de défausse à l'un de vos Pokémon de Banc.",
fr: "Attachez une carte Énergie de base de votre pile de défausse à lun de vos Pokémon de Banc.",
en: "Attach a basic Energy card from your discard pile to 1 of your Benched Pokémon."
},
damage: 40,
},
],
weaknesses: [
{
type: "Fighting",
@ -53,8 +60,10 @@ const card: Card = {
retreat: 1,
evolveFrom: {
en: "Minccino",
fr: "Chinchidou"
}
}
export default card

View File

@ -4,6 +4,7 @@ import Set from '../SWSH Black Star Promos'
const card: Card = {
name: {
fr: "Tournicoton",
en: "Gossifleur"
},
illustrator: "Naoki Saito",
rarity: "Common",
@ -26,9 +27,11 @@ const card: Card = {
],
name: {
fr: "Berceuse",
en: "Sing"
},
effect: {
fr: "LE Pokémon Actif de votre adversaire est maintenant Endormi.",
fr: "Le Pokémon Actif de votre adversaire est maintenant Endormi.",
en: "Your opponents Active Pokémon is now Asleep."
},
},

View File

@ -3,7 +3,8 @@ import Set from '../SWSH Black Star Promos'
const card: Card = {
name: {
fr: "Moumouton>",
fr: "Moumouton",
en: "Wooloo"
},
illustrator: "Hitoshi Ariga",
rarity: "Common",
@ -25,10 +26,12 @@ const card: Card = {
"Colorless",
],
name: {
fr: "Boul'Armure",
fr: "BoulArmure",
en: "Defense Curl"
},
effect: {
fr: "Lancez une pièce. Si c'est face, évitez tous les dégâts infligés à ce Pokémon par des attaques pendant le prochain tour de votre adrversaire.",
fr: "Lancez une pièce. Si cest face, évitez tous les dégâts infligés à ce Pokémon par des attaques pendant le prochain tour de votre adversaire.",
en: "Flip a coin. If heads, prevent all damage done to this Pokémon by attacks during your opponents next turn."
},
},
@ -38,7 +41,8 @@ const card: Card = {
"Colorless",
],
name: {
fr: "Coup d'Boule",
fr: "Coup dBoule",
en: "Headbutt"
},
damage: 20,

View File

@ -4,6 +4,7 @@ import Set from '../SWSH Black Star Promos'
const card: Card = {
name: {
fr: "Morpeko",
en: "Morpeko"
},
illustrator: "Kagemaru Himeno",
rarity: "Common",
@ -23,14 +24,16 @@ const card: Card = {
{
cost: [
"Lightning",
"Lightning",
"Colorless",
"Colorless",
],
name: {
fr: "Éclair",
en: "Thunder Shock"
},
effect: {
fr: "Lancez une pièces. Si c'est face, le Pokémon Actif de votre adversaire est maintenant Paralysé.",
fr: "Lancez une pièce. Si cest face, le Pokémon Actif de votre adversaire est maintenant Paralysé.",
en: "Flip a coin. If heads, your opponents Active Pokémon is now Paralyzed."
},
damage: 60,

View File

@ -4,6 +4,7 @@ import Set from '../SWSH Black Star Promos'
const card: Card = {
name: {
fr: "Ponyta de Galar",
en: "Galarian Ponyta"
},
illustrator: "kirisAki",
rarity: "Common",
@ -26,9 +27,11 @@ const card: Card = {
],
name: {
fr: "Vibra Soin",
en: "Heal Pulse"
},
effect: {
fr: "Soignez 30 dégâts de l'un de vos Pokémon.",
fr: "Soignez 30 dégâts de lun de vos Pokémon.",
en: "Heal 30 damage from 1 of your Pokémon."
},
},
@ -39,6 +42,7 @@ const card: Card = {
],
name: {
fr: "Flop",
en: "Flop"
},
damage: 20,

View File

@ -0,0 +1,53 @@
import { Card } from '../../../interfaces'
import Set from '../SWSH Black Star Promos'
const card: Card = {
set: Set,
name: {
en: "Rillaboom V",
fr: "Gorythmic V"
},
illustrator: "5ban Graphics",
rarity: "Common",
category: "Pokemon",
hp: 220,
types: ["Grass"],
attacks: [{
name: {
en: "Forest Feast",
fr: "Festin Forestier"
},
effect: {
en: "Search your deck for up to 2 Basic Grass Pokémon and put them onto your Bench. Then, shuffle your deck.",
fr: "Cherchez dans votre deck jusquà 2 Pokémon Grass de base, puis placez-les sur votre Banc. Mélangez ensuite votre deck."
},
cost: ["Grass"]
}, {
name: {
en: "Wood Hammer",
fr: "Martobois"
},
effect: {
en: "This Pokémon also does 30 damage to itself.",
fr: "Ce Pokémon sinflige aussi 30 dégâts."
},
damage: 220,
cost: ["Grass", "Grass", "Grass", "Colorless"]
}],
weaknesses: [{
type: "Fire",
value: "×2"
}],
retreat: 3
}
export default card

View File

@ -0,0 +1,50 @@
import { Card } from '../../../interfaces'
import Set from '../SWSH Black Star Promos'
const card: Card = {
set: Set,
name: {
en: "Cinderace V",
fr: "Pyrobut V"
},
illustrator: "5ban Graphics",
rarity: "Common",
category: "Pokemon",
hp: 210,
types: ["Fire"],
abilities: [{
type: "Ability",
name: {
en: "Field Runner",
fr: "Coureur de Fond"
},
effect: {
en: "If a Stadium is in play, this Pokémon has no Retreat Cost.",
fr: "Si un Stade est en jeu, ce Pokémon na pas de Coût de Retraite."
}
}],
attacks: [{
name: {
en: "Crimson Legs",
fr: "Jambes Carmin"
},
damage: 140,
cost: ["Fire", "Fire", "Colorless"]
}],
weaknesses: [{
type: "Water",
value: "×2"
}],
retreat: 2
}
export default card

View File

@ -0,0 +1,53 @@
import { Card } from '../../../interfaces'
import Set from '../SWSH Black Star Promos'
const card: Card = {
set: Set,
name: {
en: "Inteleon V",
fr: "Lézargus V"
},
illustrator: "5ban Graphics",
rarity: "Common",
category: "Pokemon",
hp: 200,
types: ["Water"],
attacks: [{
name: {
en: "Snipe Shot",
fr: "Tir de Précision"
},
effect: {
en: "This attack does 40 damage to 1 of your opponents Pokémon. (Dont apply Weakness and Resistance for Benched Pokémon.)",
fr: "Cette attaque inflige 40 dégâts à lun des Pokémon de votre adversaire. (Nappliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)"
},
cost: ["Water"]
}, {
name: {
en: "Aqua Report",
fr: "Bilan Aquatique"
},
effect: {
en: "Your opponent reveals their hand.",
fr: "Votre adversaire dévoile sa main."
},
damage: 130,
cost: ["Water", "Water", "Colorless"]
}],
weaknesses: [{
type: "Lightning",
value: "×2"
}],
retreat: 2
}
export default card

View File

@ -0,0 +1,53 @@
import { Card } from '../../../interfaces'
import Set from '../SWSH Black Star Promos'
const card: Card = {
set: Set,
name: {
en: "Toxtricity V",
fr: "Salarsen V"
},
illustrator: "5ban Graphics",
rarity: "Common",
category: "Pokemon",
hp: 210,
types: ["Lightning"],
attacks: [{
name: {
en: "Energize",
fr: "Énergisant"
},
effect: {
en: "Attach a Lightning Energy card from your discard pile to this Pokémon.",
fr: "Attachez une carte Énergie Lightning de votre pile de défausse à ce Pokémon."
},
cost: ["Colorless"]
}, {
name: {
en: "Venom Slap",
fr: "Gifle Envenimée"
},
effect: {
en: "Your opponents Active Pokémon is now Poisoned.",
fr: "Le Pokémon Actif de votre adversaire est maintenant Empoisonné."
},
damage: 120,
cost: ["Lightning", "Lightning", "Colorless"]
}],
weaknesses: [{
type: "Fighting",
value: "×2"
}],
retreat: 2
}
export default card

View File

@ -0,0 +1,60 @@
import { Card } from '../../../interfaces'
import Set from '../SWSH Black Star Promos'
const card: Card = {
set: Set,
name: {
en: "Zacian V",
fr: "Zacian V"
},
illustrator: "5ban Graphics",
rarity: "Common",
category: "Pokemon",
hp: 220,
types: ["Metal"],
abilities: [{
type: "Ability",
name: {
en: "Intrepid Sword",
fr: "Lame Indomptable"
},
effect: {
en: "Once during your turn, you may look at the top 3 cards of your deck and attach any number of Metal Energy cards you find there to this Pokémon. Put the other cards into your hand. If you use this Ability, your turn ends.",
fr: "Une fois pendant votre tour, vous pouvez regarder les 3 cartes du dessus de votre deck, puis attacher à ce Pokémon le nombre voulu de cartes Énergie Metal que vous y trouvez. Ajoutez les autres cartes à votre main. Si vous utilisez ce talent, votre tour se termine."
}
}],
attacks: [{
name: {
en: "Brave Blade",
fr: "Lame Vaillante"
},
effect: {
en: "During your next turn, this Pokémon cant attack.",
fr: "Pendant votre prochain tour, ce Pokémon ne peut pas attaquer."
},
damage: 230,
cost: ["Metal", "Metal", "Metal"]
}],
weaknesses: [{
type: "Fire",
value: "×2"
}],
resistances: [{
type: "Grass",
value: "-30"
}],
retreat: 2
}
export default card

View File

@ -0,0 +1,60 @@
import { Card } from '../../../interfaces'
import Set from '../SWSH Black Star Promos'
const card: Card = {
set: Set,
name: {
en: "Zamazenta V",
fr: "Zamazenta V"
},
illustrator: "aky CG Works",
rarity: "Common",
category: "Pokemon",
hp: 230,
types: ["Metal"],
abilities: [{
type: "Ability",
name: {
en: "Dauntless Shield",
fr: "Égide Inflexible"
},
effect: {
en: "Prevent all damage done to this Pokémon by attacks from your opponents Pokémon VMAX.",
fr: "Évitez tous les dégâts infligés à ce Pokémon par les attaques des Pokémon-VMAX de votre adversaire."
}
}],
attacks: [{
name: {
en: "Assault Tackle",
fr: "Tacle Assaillant"
},
effect: {
en: "Discard a Special Energy from your opponents Active Pokémon.",
fr: "Défaussez une Énergie spéciale du Pokémon Actif de votre adversaire."
},
damage: 130,
cost: ["Metal", "Metal", "Colorless"]
}],
weaknesses: [{
type: "Fire",
value: "×2"
}],
resistances: [{
type: "Grass",
value: "-30"
}],
retreat: 2
}
export default card

View File

@ -0,0 +1,49 @@
import { Card } from '../../../interfaces'
import Set from '../SWSH Black Star Promos'
const card: Card = {
set: Set,
name: {
en: "Pikachu",
fr: "Pikachu"
},
illustrator: "Hideki Ishikawa",
rarity: "Common",
category: "Pokemon",
hp: 70,
types: ["Lightning"],
attacks: [{
name: {
en: "Iron Tail",
fr: "Queue de Fer"
},
effect: {
en: "Flip a coin until you get tails. This attack does 30 damage for each heads.",
fr: "Lancez une pièce jusquà obtenir un côté pile. Cette attaque inflige 30 dégâts pour chaque côté face."
},
damage: "30×",
cost: ["Colorless", "Colorless"]
}, {
name: {
en: "Electro Ball",
fr: "Boule Élek"
},
damage: 60,
cost: ["Lightning", "Lightning", "Colorless"]
}],
weaknesses: [{
type: "Fighting",
value: "×2"
}],
retreat: 1
}
export default card

View File

@ -0,0 +1,60 @@
import { Card } from '../../../interfaces'
import Set from '../SWSH Black Star Promos'
const card: Card = {
set: Set,
name: {
en: "Polteageist V",
fr: "Polthégeist V"
},
illustrator: "PLANETA Igarashi",
rarity: "Common",
category: "Pokemon",
hp: 170,
types: ["Psychic"],
abilities: [{
type: "Ability",
name: {
en: "Teapot of Surprises",
fr: "Théière Surprise"
},
effect: {
en: "If this Pokémon is in the Active Spot and is damaged by an opponents attack (even if it is Knocked Out), choose a random card from your opponents hand. Your opponent reveals that card and puts it on the bottom of their deck.",
fr: "Si ce Pokémon est sur le Poste Actif et quil subit les dégâts dune attaque de votre adversaire (même sil est mis K.O.), choisissez une carte au hasard dans la main de votre adversaire. Votre adversaire montre cette carte, puis la place en dessous de son deck."
}
}],
attacks: [{
name: {
en: "Mind Bend",
fr: "Contrôleur dEsprit"
},
effect: {
en: "Your opponents Active Pokémon is now Confused.",
fr: "Le Pokémon Actif de votre adversaire est maintenant Confus."
},
damage: 100,
cost: ["Psychic", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Darkness",
value: "×2"
}],
resistances: [{
type: "Fighting",
value: "-30"
}],
retreat: 1
}
export default card

View File

@ -0,0 +1,60 @@
import { Card } from '../../../interfaces'
import Set from '../SWSH Black Star Promos'
const card: Card = {
set: Set,
name: {
en: "Flapple",
fr: "Pomdrapi"
},
illustrator: "Hitoshi Ariga",
rarity: "Common",
category: "Pokemon",
hp: 80,
types: ["Grass"],
evolveFrom: {
en: "Applin",
fr: "Verpom"
},
abilities: [{
type: "Ability",
name: {
en: "Apple Drop",
fr: "Chute de Pommes"
},
effect: {
en: "Once during your turn, you may put 2 damage counters on 1 of your opponents Pokémon. If you placed any damage counters in this way, shuffle this Pokémon and all attached cards into your deck.",
fr: "Une fois pendant votre tour, vous pouvez placer 2 marqueurs de dégâts sur lun des Pokémon de votre adversaire. Si vous avez placé des marqueurs de dégâts de cette façon, mélangez dans votre deck ce Pokémon et toutes les cartes attachées."
}
}],
attacks: [{
name: {
en: "Acid Spray",
fr: "Bombe Acide"
},
effect: {
en: "Flip a coin. If heads, discard an Energy attached to your opponents Active Pokémon.",
fr: "Lancez une pièce. Si cest face, défaussez une Énergie du Pokémon Actif de votre adversaire."
},
damage: 60,
cost: ["Colorless", "Colorless"]
}],
weaknesses: [{
type: "Fire",
value: "×2"
}],
retreat: 1
}
export default card

View File

@ -0,0 +1,54 @@
import { Card } from '../../../interfaces'
import Set from '../SWSH Black Star Promos'
const card: Card = {
set: Set,
name: {
en: "Luxray",
fr: "Luxray"
},
illustrator: "Megumi Higuchi",
rarity: "Common",
category: "Pokemon",
hp: 160,
types: ["Lightning"],
evolveFrom: {
en: "Luxio",
fr: "Luxio"
},
attacks: [{
name: {
en: "Raid",
fr: "Razzia Obscure"
},
effect: {
en: "If this Pokémon evolved from Luxio during this turn, this attack does 100 more damage.",
fr: "Si ce Pokémon a évolué de Luxio pendant ce tour, cette attaque inflige 100 dégâts supplémentaires."
},
damage: "60+",
cost: ["Lightning"]
}, {
name: {
en: "Head Bolt",
fr: "Éclair Frontal"
},
damage: 120,
cost: ["Lightning", "Colorless"]
}],
weaknesses: [{
type: "Fighting",
value: "×2"
}],
retreat: 1
}
export default card

View File

@ -0,0 +1,55 @@
import { Card } from '../../../interfaces'
import Set from '../SWSH Black Star Promos'
const card: Card = {
set: Set,
name: {
en: "Coalossal",
fr: "Monthracite"
},
illustrator: "Kouki Saitou",
rarity: "Common",
category: "Pokemon",
hp: 160,
types: ["Fighting"],
evolveFrom: {
en: "Carkol",
fr: "Wagomine"
},
abilities: [{
type: "Ability",
name: {
en: "Tar Generator",
fr: "Générateur de Poix"
},
effect: {
en: "Once during your turn, you may attach a Fire Energy card, a Fighting Energy card, or 1 of each from your discard pile to your Pokémon in any way you like.",
fr: "Une fois pendant votre tour, vous pouvez attacher une carte Énergie Fire, une carte Énergie Fighting, ou une de chaque de votre pile de défausse à vos Pokémon comme il vous plaît."
}
}],
attacks: [{
name: {
en: "Flaming Avalanche",
fr: "Avalanche Ardente"
},
damage: 130,
cost: ["Fighting", "Colorless", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Grass",
value: "×2"
}],
retreat: 4
}
export default card

View File

@ -0,0 +1,55 @@
import { Card } from '../../../interfaces'
import Set from '../SWSH Black Star Promos'
const card: Card = {
set: Set,
name: {
en: "Garbodor",
fr: "Miasmax"
},
illustrator: "tetsuya koizumi",
rarity: "Common",
category: "Pokemon",
hp: 120,
types: ["Darkness"],
evolveFrom: {
en: "Trubbish",
fr: "Miamiasme"
},
abilities: [{
type: "Ability",
name: {
en: "Poisonous Puddle",
fr: "Flaque Toxique"
},
effect: {
en: "Once during your turn, if a Stadium is in play, you may make your opponents Active Pokémon Poisoned.",
fr: "Une fois pendant votre tour, si un Stade est en jeu, vous pouvez laisser le Pokémon Actif de votre adversaire Empoisonné."
}
}],
attacks: [{
name: {
en: "Sludge Bomb",
fr: "Bombe Beurk"
},
damage: 80,
cost: ["Darkness", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Fighting",
value: "×2"
}],
retreat: 2
}
export default card

View File

@ -0,0 +1,44 @@
import { Card } from '../../../interfaces'
import Set from '../SWSH Black Star Promos'
const card: Card = {
set: Set,
name: {
en: "Mantine"
},
illustrator: "0313",
rarity: "Common",
category: "Pokemon",
hp: 110,
types: ["Water"],
attacks: [{
name: {
en: "Water Reserve"
},
effect: {
en: "Search your deck for up to 3 Water Energy cards, reveal them, and put them into your hand. Then, shuffle your deck."
},
cost: ["Water"]
}, {
name: {
en: "Wave Splash"
},
damage: 60,
cost: ["Water", "Water"]
}],
weaknesses: [{
type: "Lightning",
value: "×2"
}],
retreat: 1
}
export default card

View File

@ -0,0 +1,53 @@
import { Card } from '../../../interfaces'
import Set from '../SWSH Black Star Promos'
const card: Card = {
set: Set,
name: {
en: "Noctowl"
},
illustrator: "Misa Tsutsui",
rarity: "Common",
category: "Pokemon",
hp: 110,
types: ["Colorless"],
evolveFrom: {
en: "Hoothoot"
},
attacks: [{
name: {
en: "Wing Attack"
},
damage: 40,
cost: ["Colorless", "Colorless"]
}, {
name: {
en: "Carry Off"
},
effect: {
en: "Choose 1 of your opponents Benched Pokémon. They shuffle that Pokémon and all attached cards into their deck. Then, shuffle this Pokémon and all attached cards into your deck."
},
cost: ["Colorless", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Lightning",
value: "×2"
}],
resistances: [{
type: "Fighting",
value: "-30"
}],
retreat: 1
}
export default card

View File

@ -0,0 +1,54 @@
import { Card } from '../../../interfaces'
import Set from '../SWSH Black Star Promos'
const card: Card = {
set: Set,
name: {
en: "Duraludon",
fr: "Duralugon"
},
illustrator: "Ryuta Fuse",
rarity: "Common",
category: "Pokemon",
hp: 130,
types: ["Metal"],
attacks: [{
name: {
en: "Metal Claw",
fr: "Griffe Acier"
},
damage: 70,
cost: ["Metal", "Colorless", "Colorless"]
}, {
name: {
en: "Steel Beam",
fr: "Métalaser"
},
effect: {
en: "This Pokémon also does 40 damage to itself.",
fr: "Ce Pokémon sinflige aussi 40 dégâts."
},
damage: 150,
cost: ["Metal", "Colorless", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Fire",
value: "×2"
}],
resistances: [{
type: "Grass",
value: "-30"
}],
retreat: 2
}
export default card

View File

@ -0,0 +1,59 @@
import { Card } from '../../../interfaces'
import Set from '../SWSH Black Star Promos'
const card: Card = {
set: Set,
name: {
en: "Rayquaza",
fr: "Rayquaza"
},
illustrator: "so-taro",
rarity: "Common",
category: "Pokemon",
hp: 130,
types: ["Colorless"],
attacks: [{
name: {
en: "Jaw Lock",
fr: "Croque Fort"
},
effect: {
en: "During your opponents next turn, the Defending Pokémon cant retreat.",
fr: "Pendant le prochain tour de votre adversaire, le Pokémon Défenseur ne peut pas battre en retraite."
},
damage: 30,
cost: ["Colorless", "Colorless"]
}, {
name: {
en: "Power Blast",
fr: "Violente Déflagration"
},
effect: {
en: "Discard an Energy from this Pokémon.",
fr: "Défaussez une Énergie de ce Pokémon."
},
damage: 120,
cost: ["Colorless", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Lightning",
value: "×2"
}],
resistances: [{
type: "Fighting",
value: "-30"
}],
retreat: 2
}
export default card

View File

@ -0,0 +1,54 @@
import { Card } from '../../../interfaces'
import Set from '../SWSH Black Star Promos'
const card: Card = {
set: Set,
name: {
en: "Copperajah V",
fr: "Pachyradjah V"
},
illustrator: "5ban Graphics",
rarity: "Common",
category: "Pokemon",
hp: 220,
types: ["Metal"],
attacks: [{
name: {
en: "Adamantine Press",
fr: "Charge Adamantine"
},
effect: {
en: "During your opponents next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance).",
fr: "Pendant le prochain tour de votre adversaire, ce Pokémon subit 30 dégâts de moins provenant des attaques (après application de la Faiblesse et de la Résistance)."
},
damage: 90,
cost: ["Metal", "Metal", "Colorless"]
}, {
name: {
en: "Wrack Down",
fr: "Réduire en Poussière"
},
damage: 180,
cost: ["Metal", "Metal", "Metal", "Colorless"]
}],
weaknesses: [{
type: "Fire",
value: "×2"
}],
resistances: [{
type: "Grass",
value: "-30"
}],
retreat: 4
}
export default card

View File

@ -0,0 +1,53 @@
import { Card } from '../../../interfaces'
import Set from '../SWSH Black Star Promos'
const card: Card = {
set: Set,
name: {
en: "Morpeko",
fr: "Morpeko"
},
illustrator: "Hitoshi Ariga",
rarity: "Common",
category: "Pokemon",
hp: 80,
types: ["Lightning"],
attacks: [{
name: {
en: "Famished",
fr: "Glouton"
},
effect: {
en: "Draw a card.",
fr: "Piochez une carte."
},
cost: ["Colorless"]
}, {
name: {
en: "Thunder Shock",
fr: "Éclair"
},
effect: {
en: "Flip a coin. If heads, your opponents Active Pokémon is now Paralyzed.",
fr: "Lancez une pièce. Si cest face, le Pokémon Actif de votre adversaire est maintenant Paralysé."
},
damage: 40,
cost: ["Lightning", "Colorless"]
}],
weaknesses: [{
type: "Fighting",
value: "×2"
}],
retreat: 1
}
export default card

View File

@ -0,0 +1,44 @@
import { Card } from '../../../interfaces'
import Set from '../SWSH Black Star Promos'
const card: Card = {
set: Set,
name: {
en: "Snorlax",
fr: "Ronflex"
},
illustrator: "Tika Matsuno",
rarity: "Common",
category: "Pokemon",
hp: 150,
types: ["Colorless"],
attacks: [{
name: {
en: "Rolling Tackle",
fr: "Roulé-Boulé"
},
damage: 80,
cost: ["Colorless", "Colorless", "Colorless"]
}, {
name: {
en: "Heavy Impact",
fr: "Gros Impact"
},
damage: 130,
cost: ["Colorless", "Colorless", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Fighting",
value: "×2"
}],
retreat: 4
}
export default card

View File

@ -0,0 +1,59 @@
import { Card } from '../../../interfaces'
import Set from '../SWSH Black Star Promos'
const card: Card = {
set: Set,
name: {
en: "Zacian",
fr: "Zacian"
},
illustrator: "Kouki Saitou",
rarity: "Common",
category: "Pokemon",
hp: 130,
types: ["Metal"],
attacks: [{
name: {
en: "Crunch",
fr: "Mâchouille"
},
effect: {
en: "Flip a coin. If heads, discard an Energy from your opponents Active Pokémon.",
fr: "Lancez une pièce. Si cest face, défaussez une Énergie du Pokémon Actif de votre adversaire."
},
damage: 60,
cost: ["Colorless", "Colorless", "Colorless"]
}, {
name: {
en: "Metal Blade",
fr: "Lame de Métal"
},
effect: {
en: "Discard 3 Energy from this Pokémon.",
fr: "Défaussez 3 Énergies de ce Pokémon."
},
damage: 190,
cost: ["Metal", "Metal", "Metal", "Colorless"]
}],
weaknesses: [{
type: "Fire",
value: "×2"
}],
resistances: [{
type: "Grass",
value: "-30"
}],
retreat: 2
}
export default card

View File

@ -0,0 +1,55 @@
import { Card } from '../../../interfaces'
import Set from '../SWSH Black Star Promos'
const card: Card = {
set: Set,
name: {
en: "Zamazenta",
fr: "Zamazenta"
},
illustrator: "Kouki Saitou",
rarity: "Common",
category: "Pokemon",
hp: 130,
types: ["Metal"],
abilities: [{
type: "Ability",
name: {
en: "Sturdy Shield",
fr: "Bouclier Solide"
},
effect: {
en: "This Pokémon takes 20 less damage from attacks (after applying Weakness and Resistance).",
fr: "Ce Pokémon subit 20 dégâts de moins provenant des attaques (après application de la Faiblesse et de la Résistance)."
}
}],
attacks: [{
name: {
en: "Headbang",
fr: "Frappe de Tête"
},
damage: 130,
cost: ["Metal", "Metal", "Metal", "Colorless"]
}],
weaknesses: [{
type: "Fire",
value: "×2"
}],
resistances: [{
type: "Grass",
value: "-30"
}],
retreat: 2
}
export default card

View File

@ -0,0 +1,60 @@
import { Card } from '../../../interfaces'
import Set from '../SWSH Black Star Promos'
const card: Card = {
set: Set,
name: {
en: "Decidueye",
fr: "Archéduc"
},
illustrator: "Souichirou Gunjima",
rarity: "Common",
category: "Pokemon",
hp: 140,
types: ["Grass"],
evolveFrom: {
en: "Dartrix",
fr: "Efflèche"
},
abilities: [{
type: "Ability",
name: {
en: "Deep Forest Camo",
fr: "Camouflage Sylvestre"
},
effect: {
en: "Prevent all damage done to this Pokémon by attacks from your opponents Pokémon V and Pokémon-GX.",
fr: "Évitez tous les dégâts infligés à ce Pokémon par les attaques des Pokémon-V et Pokémon-GX de votre adversaire."
}
}],
attacks: [{
name: {
en: "Splitting Arrow",
fr: "Flèche Fendante"
},
effect: {
en: "This attack also does 20 damage to 2 of your opponents Benched Pokémon. (Dont apply Weakness and Resistance for Benched Pokémon.)",
fr: "Cette attaque inflige aussi 20 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: 90,
cost: ["Grass", "Colorless"]
}],
weaknesses: [{
type: "Fire",
value: "×2"
}],
retreat: 2
}
export default card

View File

@ -0,0 +1,55 @@
import { Card } from '../../../interfaces'
import Set from '../SWSH Black Star Promos'
const card: Card = {
set: Set,
name: {
en: "Arctozolt",
fr: "Galvagla"
},
illustrator: "Hasuno",
rarity: "Common",
category: "Pokemon",
hp: 130,
types: ["Lightning"],
evolveFrom: {
en: "Rare Fossil",
fr: "Fossile Rare"
},
abilities: [{
type: "Ability",
name: {
en: "Biting Whirlpool",
fr: "Siphon Cinglant"
},
effect: {
en: "Whenever your opponent attaches an Energy card from their hand to 1 of their Pokémon, put 2 damage counters on that Pokémon.",
fr: "Chaque fois que votre adversaire attache une carte Énergie de sa main à lun de ses Pokémon, placez 2 marqueurs de dégâts sur ce Pokémon-là."
}
}],
attacks: [{
name: {
en: "Electro Ball",
fr: "Boule Élek"
},
damage: 70,
cost: ["Lightning", "Colorless"]
}],
weaknesses: [{
type: "Fighting",
value: "×2"
}],
retreat: 2
}
export default card

View File

@ -0,0 +1,55 @@
import { Card } from '../../../interfaces'
import Set from '../SWSH Black Star Promos'
const card: Card = {
set: Set,
name: {
en: "Hydreigon",
fr: "Trioxhydre"
},
illustrator: "Taira Akitsu",
rarity: "Common",
category: "Pokemon",
hp: 160,
types: ["Darkness"],
evolveFrom: {
en: "Zweilous",
fr: "Diamat"
},
abilities: [{
type: "Ability",
name: {
en: "Dark Squall",
fr: "Rafale Obscure"
},
effect: {
en: "As often as you like during your turn, you may attach a Darkness Energy card from your hand to 1 of your Pokémon.",
fr: "Autant de fois que vous le voulez pendant votre tour, vous pouvez attacher une carte Énergie Darkness de votre main à lun de vos Pokémon."
}
}],
attacks: [{
name: {
en: "Pitch-Black Fangs",
fr: "Crocs Nuit Noire"
},
damage: 130,
cost: ["Darkness", "Darkness", "Colorless"]
}],
weaknesses: [{
type: "Grass",
value: "×2"
}],
retreat: 3
}
export default card

View File

@ -0,0 +1,49 @@
import { Card } from '../../../interfaces'
import Set from '../SWSH Black Star Promos'
const card: Card = {
set: Set,
name: {
en: "Kangaskhan",
fr: "Kangourex"
},
illustrator: "HYOGONOSUKE",
rarity: "Common",
category: "Pokemon",
hp: 130,
types: ["Colorless"],
attacks: [{
name: {
en: "Rally Back",
fr: "Répercussions"
},
effect: {
en: "If any of your Pokémon were Knocked Out by damage from an attack from your opponents Pokémon during their last turn, this attack does 90 more damage.",
fr: "Si au moins lun de vos Pokémon a été mis K.O. par les dégâts dune attaque dun Pokémon de votre adversaire pendant son dernier tour, cette attaque inflige 90 dégâts supplémentaires."
},
damage: "30+",
cost: ["Colorless", "Colorless"]
}, {
name: {
en: "Hammer In",
fr: "Enfoncement"
},
damage: 100,
cost: ["Colorless", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Fighting",
value: "×2"
}],
retreat: 2
}
export default card

View File

@ -0,0 +1,48 @@
import { Card } from '../../../interfaces'
import Set from '../SWSH Black Star Promos'
const card: Card = {
set: Set,
name: {
en: "Pikachu",
fr: "Pikachu"
},
illustrator: "Hitoshi Ariga",
rarity: "Common",
category: "Pokemon",
hp: 60,
types: ["Lightning"],
attacks: [{
name: {
en: "Tail Whip",
fr: "Mimi-Queue"
},
effect: {
en: "Flip a coin. If heads, during your opponents next turn, the Defending Pokémon cant attack.",
fr: "Lancez une pièce. Si cest face, pendant le prochain tour de votre adversaire, le Pokémon Défenseur ne peut pas attaquer."
},
cost: ["Colorless"]
}, {
name: {
en: "Pika Bolt",
fr: "PikÉclair"
},
damage: 50,
cost: ["Lightning", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Fighting",
value: "×2"
}],
retreat: 1
}
export default card

View File

@ -0,0 +1,53 @@
import { Card } from '../../../interfaces'
import Set from '../SWSH Black Star Promos'
const card: Card = {
set: Set,
name: {
en: "Hatenna",
fr: "Bibichut"
},
illustrator: "Misa Tsutsui",
rarity: "Common",
category: "Pokemon",
hp: 60,
types: ["Psychic"],
attacks: [{
name: {
en: "Find a Friend",
fr: "Trouver un Ami"
},
effect: {
en: "Search your deck for a Pokémon, reveal it, and put it into your hand. Then, shuffle your deck.",
fr: "Cherchez dans votre deck un Pokémon, montrez-le, puis ajoutez-le à votre main. Mélangez ensuite votre deck."
},
cost: ["Colorless"]
}, {
name: {
en: "Psyshot",
fr: "Piqûre Psy"
},
damage: 20,
cost: ["Colorless", "Colorless"]
}],
weaknesses: [{
type: "Darkness",
value: "×2"
}],
resistances: [{
type: "Fighting",
value: "-30"
}],
retreat: 1
}
export default card

View File

@ -0,0 +1,58 @@
import { Card } from '../../../interfaces'
import Set from '../SWSH Black Star Promos'
const card: Card = {
set: Set,
name: {
en: "Flareon",
fr: "Pyroli"
},
illustrator: "You Iribi",
rarity: "Common",
category: "Pokemon",
hp: 110,
types: ["Fire"],
evolveFrom: {
en: "Eevee",
fr: "Évoli"
},
attacks: [{
name: {
en: "Singe",
fr: "Roussi"
},
effect: {
en: "Your opponents Active Pokémon is now Burned.",
fr: "Le Pokémon Actif de votre adversaire est maintenant Brûlé."
},
cost: ["Fire"]
}, {
name: {
en: "Kindle",
fr: "Enflammer"
},
effect: {
en: "Discard an Energy from this Pokémon. If you do, discard an Energy from your opponents Active Pokémon.",
fr: "Défaussez une Énergie de ce Pokémon. Dans ce cas, défaussez une Énergie du Pokémon Actif de votre adversaire."
},
damage: 120,
cost: ["Fire", "Fire", "Colorless"]
}],
weaknesses: [{
type: "Water",
value: "×2"
}],
retreat: 2
}
export default card

View File

@ -0,0 +1,53 @@
import { Card } from '../../../interfaces'
import Set from '../SWSH Black Star Promos'
const card: Card = {
set: Set,
name: {
en: "Eevee",
fr: "Évoli"
},
illustrator: "You Iribi",
rarity: "Common",
category: "Pokemon",
hp: 60,
types: ["Colorless"],
attacks: [{
name: {
en: "Signs of Evolution",
fr: "Signes dÉvolution"
},
effect: {
en: "Search your deck for a card that evolves from Eevee, reveal it, and put it into your hand. Then, shuffle your deck.",
fr: "Cherchez dans votre deck une carte Évolution dÉvoli, montrez-la, puis ajoutez-la à votre main. Mélangez ensuite votre deck."
},
cost: ["Colorless"]
}, {
name: {
en: "Wild Kick",
fr: "Coup Déchaîné"
},
effect: {
en: "Flip a coin. If tails, this attack does nothing.",
fr: "Lancez une pièce. Si cest pile, cette attaque ne fait rien."
},
damage: 30,
cost: ["Colorless", "Colorless"]
}],
weaknesses: [{
type: "Fighting",
value: "×2"
}],
retreat: 1
}
export default card

View File

@ -0,0 +1,55 @@
import { Card } from '../../../interfaces'
import Set from '../SWSH Black Star Promos'
const card: Card = {
set: Set,
name: {
en: "Galarian Sirfetchd V",
fr: "Palarticho de Galar V"
},
illustrator: "PLANETA Tsuji",
rarity: "Common",
category: "Pokemon",
hp: 210,
types: ["Fighting"],
abilities: [{
type: "Ability",
name: {
en: "Resolute Spear",
fr: "Lance Inébranlable"
},
effect: {
en: "Once during your turn, when this Pokémon moves from your Bench to the Active Spot, you may move any amount of Fighting Energy from your other Pokémon to it.",
fr: "Une fois pendant votre tour, lorsque ce Pokémon se déplace de votre Banc vers le Poste Actif, vous pouvez déplacer autant dÉnergies Fighting que vous le voulez de vos autres Pokémon vers celui-ci."
}
}],
attacks: [{
name: {
en: "Meteor Smash",
fr: "Impact Astral"
},
effect: {
en: "During your next turn, this Pokémon cant attack.",
fr: "Pendant votre prochain tour, ce Pokémon ne peut pas attaquer."
},
damage: 200,
cost: ["Fighting", "Fighting", "Colorless"]
}],
weaknesses: [{
type: "Psychic",
value: "×2"
}],
retreat: 2
}
export default card

View File

@ -0,0 +1,54 @@
import { Card } from '../../../interfaces'
import Set from '../SWSH Black Star Promos'
const card: Card = {
set: Set,
name: {
en: "Eternatus V",
fr: "Éthernatos V"
},
illustrator: "5ban Graphics",
rarity: "Common",
category: "Pokemon",
hp: 220,
types: ["Darkness"],
attacks: [{
name: {
en: "Power Accelerator",
fr: "Accélérateur de Puissance"
},
effect: {
en: "You may attach a Darkness Energy card from your hand to 1 of your Benched Pokémon.",
fr: "Vous pouvez attacher une carte Énergie Darkness de votre main à lun de vos Pokémon de Banc."
},
damage: 30,
cost: ["Colorless"]
}, {
name: {
en: "Dynamax Cannon",
fr: "Canon Dynamax"
},
effect: {
en: "If your opponents Active Pokémon is a Pokémon VMAX, this attack does 120 more damage.",
fr: "Si le Pokémon Actif de votre adversaire est un Pokémon-VMAX, cette attaque inflige 120 dégâts supplémentaires."
},
damage: "120+",
cost: ["Darkness", "Colorless", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Fighting",
value: "×2"
}],
retreat: 2
}
export default card

View File

@ -0,0 +1,59 @@
import { Card } from '../../../interfaces'
import Set from '../SWSH Black Star Promos'
const card: Card = {
set: Set,
name: {
en: "Eternatus VMAX",
fr: "Éthernatos VMAX"
},
illustrator: "5ban Graphics",
rarity: "Common",
category: "Pokemon",
hp: 340,
types: ["Darkness"],
evolveFrom: {
en: "Eternatus V"
},
abilities: [{
type: "Ability",
name: {
en: "Eternal Zone",
fr: "Zone Éternelle"
},
effect: {
en: "If all of your Pokémon in play are Darkness type, you can have up to 8 Pokémon on your Bench, and you cant put non-Darkness Pokémon into play. (If this Ability stops working, discard Pokémon from your Bench until you have 5.)",
fr: "Si tous vos Pokémon en jeu sont de type Darkness, vous pouvez avoir jusquà 8 Pokémon sur votre Banc et vous ne pouvez pas mettre de Pokémon non Darkness en jeu. (Si ce talent arrête de fonctionner, défaussez des Pokémon de votre Banc jusquà en avoir 5.)"
}
}],
attacks: [{
name: {
en: "Dread End",
fr: "Effroi Final"
},
effect: {
en: "This attack does 30 damage for each of your Darkness Pokémon in play.",
fr: "Cette attaque inflige 30 dégâts pour chacun de vos Pokémon Darkness en jeu."
},
damage: "30×",
cost: ["Darkness", "Colorless"]
}],
weaknesses: [{
type: "Fighting",
value: "×2"
}],
retreat: 3
}
export default card

View File

@ -0,0 +1,53 @@
import { Card } from '../../../interfaces'
import Set from '../SWSH Black Star Promos'
const card: Card = {
set: Set,
name: {
en: "Eldegoss",
fr: "Blancoton"
},
illustrator: "Mina Nakai",
rarity: "Common",
category: "Pokemon",
hp: 80,
types: ["Grass"],
evolveFrom: {
en: "Gossifleur",
fr: "Tournicoton"
},
attacks: [{
name: {
en: "Blessing of Fluff",
fr: "Bénédiction Douillette"
},
effect: {
en: "Search your deck for up to 3 Grass Energy cards and attach them to your Benched Pokémon in any way you like. Then, shuffle your deck.",
fr: "Cherchez dans votre deck jusquà 3 cartes Énergie Grass, puis attachez-les à vos Pokémon de Banc comme il vous plaît. Mélangez ensuite votre deck."
},
cost: ["Colorless"]
}, {
name: {
en: "Leafage",
fr: "Feuillage"
},
damage: 30,
cost: ["Grass"]
}],
weaknesses: [{
type: "Fire",
value: "×2"
}],
retreat: 1
}
export default card

View File

@ -0,0 +1,59 @@
import { Card } from '../../../interfaces'
import Set from '../SWSH Black Star Promos'
const card: Card = {
set: Set,
name: {
en: "Drednaw",
fr: "Torgamord"
},
illustrator: "Anesaki Dynamic",
rarity: "Common",
category: "Pokemon",
hp: 130,
types: ["Water"],
evolveFrom: {
en: "Chewtle",
fr: "Khélocrok"
},
attacks: [{
name: {
en: "Vise Bite",
fr: "Étau Mordant"
},
effect: {
en: "This attack does 30 more damage for each Colorless in your opponents Active Pokémons Retreat Cost.",
fr: "Cette attaque inflige 30 dégâts supplémentaires pour chaque Colorless dans le Coût de Retraite du Pokémon Actif de votre adversaire."
},
damage: "60+",
cost: ["Water", "Colorless", "Colorless"]
}, {
name: {
en: "Jaw Lock",
fr: "Croque Fort"
},
effect: {
en: "During your opponents next turn, the Defending Pokémon cant retreat.",
fr: "Pendant le prochain tour de votre adversaire, le Pokémon Défenseur ne peut pas battre en retraite."
},
damage: 130,
cost: ["Water", "Colorless", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Lightning",
value: "×2"
}],
retreat: 3
}
export default card

View File

@ -0,0 +1,58 @@
import { Card } from '../../../interfaces'
import Set from '../SWSH Black Star Promos'
const card: Card = {
set: Set,
name: {
en: "Centiskorch",
fr: "Scolocendre"
},
illustrator: "nagimiso",
rarity: "Common",
category: "Pokemon",
hp: 130,
types: ["Fire"],
evolveFrom: {
en: "Sizzlipede",
fr: "Grillepattes"
},
attacks: [{
name: {
en: "Hundred Foot Flames",
fr: "Flammes Mille-Pattes"
},
effect: {
en: "For each Fire Energy attached to this Pokémon, discard the top card of your opponents deck.",
fr: "Pour chaque Énergie Fire attachée à ce Pokémon, défaussez la carte du dessus du deck de votre adversaire."
},
cost: ["Fire"]
}, {
name: {
en: "Searing Flame",
fr: "Flammes Calcinantes"
},
effect: {
en: "Your opponents Active Pokémon is now Burned.",
fr: "Le Pokémon Actif de votre adversaire est maintenant Brûlé."
},
damage: 110,
cost: ["Fire", "Colorless", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Water",
value: "×2"
}],
retreat: 3
}
export default card

View File

@ -0,0 +1,55 @@
import { Card } from '../../../interfaces'
import Set from '../SWSH Black Star Promos'
const card: Card = {
set: Set,
name: {
en: "Dubwool V",
fr: "Moumouflon V"
},
illustrator: "5ban Graphics",
rarity: "Common",
category: "Pokemon",
hp: 210,
types: ["Colorless"],
abilities: [{
type: "Ability",
name: {
en: "Soft Wool",
fr: "Laine Douce"
},
effect: {
en: "This Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance).",
fr: "Ce Pokémon subit 30 dégâts de moins provenant des attaques (après application de la Faiblesse et de la Résistance)."
}
}],
attacks: [{
name: {
en: "Revenge Blast",
fr: "Explo-Vengeance"
},
effect: {
en: "This attack does 30 more damage for each Prize card your opponent has taken.",
fr: "Cette attaque inflige 30 dégâts supplémentaires pour chaque carte Récompense que votre adversaire a récupérée."
},
damage: "120+",
cost: ["Colorless", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Fighting",
value: "×2"
}],
retreat: 2
}
export default card

View File

@ -0,0 +1,49 @@
import { Card } from '../../../interfaces'
import Set from '../SWSH Black Star Promos'
const card: Card = {
set: Set,
name: {
en: "Charizard V",
fr: "Dracaufeu V"
},
illustrator: "5ban Graphics",
rarity: "Common",
category: "Pokemon",
hp: 220,
types: ["Fire"],
attacks: [{
name: {
en: "Claw Slash",
fr: "TranchGriffe"
},
damage: 80,
cost: ["Colorless", "Colorless", "Colorless"]
}, {
name: {
en: "Fire Spin",
fr: "Danse Flammes"
},
effect: {
en: "Discard 2 Energy from this Pokémon.",
fr: "Défaussez 2 Énergies de ce Pokémon."
},
damage: 220,
cost: ["Fire", "Fire", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Water",
value: "×2"
}],
retreat: 3
}
export default card

View File

@ -0,0 +1,41 @@
import { Card } from '../../../interfaces'
import Set from '../SWSH Black Star Promos'
const card: Card = {
set: Set,
name: {
en: "Lapras",
fr: "Lokhlass"
},
illustrator: "Megumi Higuchi",
rarity: "Common",
category: "Pokemon",
hp: 130,
types: ["Water"],
attacks: [{
name: {
en: "Aqua Wash",
fr: "Aqua-Lavage"
},
effect: {
en: "You may put 2 Energy attached to your opponents Active Pokémon into their hand.",
fr: "Vous pouvez ajouter à la main de votre adversaire jusquà 2 Énergies attachées à son Pokémon Actif."
},
damage: 70,
cost: ["Water", "Water", "Water", "Water"]
}],
weaknesses: [{
type: "Lightning",
value: "×2"
}],
retreat: 3
}
export default card

View File

@ -0,0 +1,65 @@
import { Card } from '../../../interfaces'
import Set from '../SWSH Black Star Promos'
const card: Card = {
set: Set,
name: {
en: "Gengar",
fr: "Ectoplasma"
},
illustrator: "Shibuzoh.",
rarity: "Common",
category: "Pokemon",
hp: 110,
types: ["Psychic"],
evolveFrom: {
en: "Haunter",
fr: "Spectrum"
},
abilities: [{
type: "Ability",
name: {
en: "Life Shaker",
fr: "Chamboule Vie"
},
effect: {
en: "As often as you like during your turn, you may move 1 damage counter from 1 of your Psychic Pokémon to another of your Psychic Pokémon.",
fr: "Autant de fois que vous le voulez pendant votre tour, vous pouvez déplacer un marqueur de dégâts de lun de vos Pokémon Psychic vers un autre de vos Pokémon Psychic."
}
}],
attacks: [{
name: {
en: "Hypnoblast",
fr: "Hypnoblast"
},
effect: {
en: "Your opponents Active Pokémon is now Asleep.",
fr: "Le Pokémon Actif de votre adversaire est maintenant Endormi."
},
damage: 90,
cost: ["Psychic", "Psychic", "Colorless"]
}],
weaknesses: [{
type: "Darkness",
value: "×2"
}],
resistances: [{
type: "Fighting",
value: "-30"
}],
retreat: 2
}
export default card

View File

@ -0,0 +1,59 @@
import { Card } from '../../../interfaces'
import Set from '../SWSH Black Star Promos'
const card: Card = {
set: Set,
name: {
en: "Machamp",
fr: "Mackogneur"
},
illustrator: "SATOSHI NAKAI",
rarity: "Common",
category: "Pokemon",
hp: 170,
types: ["Fighting"],
evolveFrom: {
en: "Machoke",
fr: "Machopeur"
},
attacks: [{
name: {
en: "Macho Revenge",
fr: "Revanche Macho"
},
effect: {
en: "This attack does 20 damage for each Fighting Pokémon in your discard pile.",
fr: "Cette attaque inflige 20 dégâts pour chaque Pokémon Fighting dans votre pile de défausse."
},
damage: "20×",
cost: ["Fighting", "Colorless"]
}, {
name: {
en: "Dynamite Punch",
fr: "Poing Dynamite"
},
effect: {
en: "This Pokémon also does 50 damage to itself.",
fr: "Ce Pokémon sinflige aussi 50 dégâts."
},
damage: 200,
cost: ["Fighting", "Fighting", "Colorless"]
}],
weaknesses: [{
type: "Psychic",
value: "×2"
}],
retreat: 3
}
export default card

View File

@ -0,0 +1,55 @@
import { Card } from '../../../interfaces'
import Set from '../SWSH Black Star Promos'
const card: Card = {
set: Set,
name: {
en: "Coalossal",
fr: "Monthracite"
},
illustrator: "Shigenori Negishi",
rarity: "Common",
category: "Pokemon",
hp: 160,
types: ["Fighting"],
evolveFrom: {
en: "Carkol",
fr: "Wagomine"
},
abilities: [{
type: "Ability",
name: {
en: "Tar Generator",
fr: "Générateur de Poix"
},
effect: {
en: "Once during your turn, you may attach a Fire Energy card, a Fighting Energy card, or 1 of each from your discard pile to your Pokémon in any way you like.",
fr: "Une fois pendant votre tour, vous pouvez attacher une carte Énergie Fire, une carte Énergie Fighting, ou une de chaque de votre pile de défausse à vos Pokémon comme il vous plaît."
}
}],
attacks: [{
name: {
en: "Flaming Avalanche",
fr: "Avalanche Ardente"
},
damage: 130,
cost: ["Fighting", "Colorless", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Grass",
value: "×2"
}],
retreat: 4
}
export default card

View File

@ -0,0 +1,58 @@
import { Card } from '../../../interfaces'
import Set from '../SWSH Black Star Promos'
const card: Card = {
set: Set,
name: {
en: "Hatterene V",
fr: "Sorcilence V"
},
illustrator: "PLANETA Igarashi",
rarity: "Common",
category: "Pokemon",
hp: 200,
types: ["Psychic"],
attacks: [{
name: {
en: "Confounding Pulse",
fr: "Onde Troublante"
},
effect: {
en: "Switch 1 of your opponents Benched Pokémon with their Active Pokémon. The new Active Pokémon is now Confused.",
fr: "Échangez lun des Pokémon de Banc de votre adversaire contre son Pokémon Actif. Le nouveau Pokémon Actif est maintenant Confus."
},
cost: ["Psychic", "Colorless"]
}, {
name: {
en: "Mental Crush",
fr: "Écrasement Mental"
},
effect: {
en: "If your opponents Active Pokémon is Confused, this attack does 90 more damage.",
fr: "Si le Pokémon Actif de votre adversaire est Confus, cette attaque inflige 90 dégâts supplémentaires."
},
damage: "90+",
cost: ["Psychic", "Psychic", "Colorless"]
}],
weaknesses: [{
type: "Darkness",
value: "×2"
}],
resistances: [{
type: "Fighting",
value: "-30"
}],
retreat: 2
}
export default card

View File

@ -0,0 +1,54 @@
import { Card } from '../../../interfaces'
import Set from '../SWSH Black Star Promos'
const card: Card = {
set: Set,
name: {
en: "Morpeko V",
fr: "Morpeko V"
},
illustrator: "5ban Graphics",
rarity: "Common",
category: "Pokemon",
hp: 170,
types: ["Lightning"],
attacks: [{
name: {
en: "Spark",
fr: "Étincelle"
},
effect: {
en: "This attack also does 20 damage to 1 of your opponents Benched Pokémon. (Dont apply Weakness and Resistance for Benched Pokémon.)",
fr: "Cette attaque inflige aussi 20 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,
cost: ["Colorless"]
}, {
name: {
en: "Electro Wheel",
fr: "Électro Roue"
},
effect: {
en: "Discard an Energy from this Pokémon. If you do, switch it with 1 of your Benched Pokémon.",
fr: "Défaussez une Énergie de ce Pokémon. Dans ce cas, échangez-le contre lun de vos Pokémon de Banc."
},
damage: 150,
cost: ["Lightning", "Lightning", "Colorless"]
}],
weaknesses: [{
type: "Fighting",
value: "×2"
}],
retreat: 2
}
export default card

View File

@ -0,0 +1,49 @@
import { Card } from '../../../interfaces'
import Set from '../SWSH Black Star Promos'
const card: Card = {
set: Set,
name: {
en: "Grimmsnarl V",
fr: "Angoliath V"
},
illustrator: "5ban Graphics",
rarity: "Common",
category: "Pokemon",
hp: 220,
types: ["Darkness"],
attacks: [{
name: {
en: "Bite",
fr: "Morsure"
},
damage: 40,
cost: ["Darkness"]
}, {
name: {
en: "Spiky Knuckle",
fr: "Poing Piquant"
},
effect: {
en: "Put 2 Darkness Energy attached to this Pokémon into your hand.",
fr: "Ajoutez à votre main 2 Énergies Darkness attachées à ce Pokémon."
},
damage: 200,
cost: ["Darkness", "Darkness", "Darkness"]
}],
weaknesses: [{
type: "Grass",
value: "×2"
}],
retreat: 2
}
export default card

View File

@ -0,0 +1,58 @@
import { Card } from '../../../interfaces'
import Set from '../SWSH Black Star Promos'
const card: Card = {
set: Set,
name: {
en: "Alcremie",
fr: "Charmilly"
},
illustrator: "sui",
rarity: "Common",
category: "Pokemon",
hp: 110,
types: ["Psychic"],
evolveFrom: {
en: "Milcery",
fr: "Crèmy"
},
attacks: [{
name: {
en: "Decorate",
fr: "Nappage"
},
effect: {
en: "Attach as many basic Energy cards as you like from your hand to your Pokémon in any way you like.",
fr: "Attachez le nombre de cartes Énergie de base voulues de votre main à vos Pokémon comme il vous plaît."
},
cost: ["Colorless"]
}, {
name: {
en: "Draining Kiss",
fr: "Vampibaiser"
},
effect: {
en: "Heal 30 damage from this Pokémon.",
fr: "Soignez 30 dégâts de ce Pokémon."
},
damage: 50,
cost: ["Psychic", "Colorless"]
}],
weaknesses: [{
type: "Metal",
value: "×2"
}],
retreat: 1
}
export default card

View File

@ -0,0 +1,60 @@
import { Card } from '../../../interfaces'
import Set from '../SWSH Black Star Promos'
const card: Card = {
set: Set,
name: {
en: "Galarian Obstagoon",
fr: "Ixon de Galar"
},
illustrator: "Hasuno",
rarity: "Common",
category: "Pokemon",
hp: 160,
types: ["Darkness"],
evolveFrom: {
en: "Galarian Linoone",
fr: "Linéon de Galar"
},
abilities: [{
type: "Ability",
name: {
en: "Untamed Shout",
fr: "Cri Sauvage"
},
effect: {
en: "When you play this Pokémon from your hand to evolve 1 of your Pokémon during your turn, you may put 3 damage counters on 1 of your opponents Pokémon.",
fr: "Lorsque vous jouez ce Pokémon de votre main pour faire évoluer lun de vos Pokémon pendant votre tour, vous pouvez placer 3 marqueurs de dégâts sur lun des Pokémon de votre adversaire."
}
}],
attacks: [{
name: {
en: "Obstruct",
fr: "Blocage"
},
effect: {
en: "During your opponents next turn, prevent all damage done to this Pokémon by attacks from Basic Pokémon.",
fr: "Pendant le prochain tour de votre adversaire, évitez tous les dégâts infligés à ce Pokémon par des attaques de Pokémon de base."
},
damage: 90,
cost: ["Darkness", "Colorless"]
}],
weaknesses: [{
type: "Grass",
value: "×2"
}],
retreat: 2
}
export default card

View File

@ -0,0 +1,54 @@
import { Card } from '../../../interfaces'
import Set from '../SWSH Black Star Promos'
const card: Card = {
set: Set,
name: {
en: "Duraludon",
fr: "Duralugon"
},
illustrator: "Kazuma Koda",
rarity: "Common",
category: "Pokemon",
hp: 130,
types: ["Metal"],
attacks: [{
name: {
en: "Metal Sharpener",
fr: "Affuteur de Métal"
},
effect: {
en: "Attach a Metal Energy card from your discard pile to 1 of your Pokémon.",
fr: "Attachez une carte Énergie Metal de votre pile de défausse à lun de vos Pokémon."
},
damage: 30,
cost: ["Colorless"]
}, {
name: {
en: "Power Beam",
fr: "Puissant Rayon"
},
damage: 110,
cost: ["Metal", "Metal", "Colorless"]
}],
weaknesses: [{
type: "Fire",
value: "×2"
}],
resistances: [{
type: "Grass",
value: "-30"
}],
retreat: 2
}
export default card

View File

@ -0,0 +1,48 @@
import { Card } from '../../../interfaces'
import Set from '../SWSH Black Star Promos'
const card: Card = {
set: Set,
name: {
fr: "Pikachu V"
},
illustrator: "PLANETA Tsuji",
rarity: "Common",
category: "Pokemon",
hp: 190,
types: ["Lightning"],
attacks: [{
name: {
fr: "Chargeur"
},
effect: {
fr: "Cherchez dans votre deck jusquà 2 cartes Énergie Lightning, puis attachez-les à ce Pokémon. Mélangez ensuite votre deck."
},
cost: ["Lightning"]
}, {
name: {
fr: "Tonnerre"
},
effect: {
fr: "Défaussez toute lÉnergie de ce Pokémon."
},
damage: 200,
cost: ["Lightning", "Lightning", "Colorless"]
}],
weaknesses: [{
type: "Fighting",
value: "×2"
}],
retreat: 1
}
export default card

View File

@ -0,0 +1,49 @@
import { Card } from '../../../interfaces'
import Set from '../SWSH Black Star Promos'
const card: Card = {
set: Set,
name: {
en: "Pikachu V",
fr: "Pikachu V"
},
illustrator: "Ryota Murayama",
rarity: "Common",
category: "Pokemon",
hp: 190,
types: ["Lightning"],
attacks: [{
name: {
en: "Pika Ball",
fr: "Pika Ball"
},
damage: 30,
cost: ["Lightning"]
}, {
name: {
en: "Circle Circuit",
fr: "Cercle Électrik"
},
effect: {
en: "This attack does 30 damage for each of your Benched Pokémon.",
fr: "Cette attaque inflige 30 dégâts pour chacun de vos Pokémon de Banc."
},
damage: "30×",
cost: ["Lightning", "Lightning"]
}],
weaknesses: [{
type: "Fighting",
value: "×2"
}],
retreat: 1
}
export default card

View File

@ -0,0 +1,54 @@
import { Card } from '../../../interfaces'
import Set from '../SWSH Black Star Promos'
const card: Card = {
set: Set,
name: {
en: "Eternatus V",
fr: "Éthernatos V"
},
illustrator: "5ban Graphics",
rarity: "Common",
category: "Pokemon",
hp: 220,
types: ["Darkness"],
attacks: [{
name: {
en: "Power Accelerator",
fr: "Accélérateur de Puissance"
},
effect: {
en: "You may attach a Darkness Energy card from your hand to 1 of your Benched Pokémon.",
fr: "Vous pouvez attacher une carte Énergie Darkness de votre main à lun de vos Pokémon de Banc."
},
damage: 30,
cost: ["Colorless"]
}, {
name: {
en: "Dynamax Cannon",
fr: "Canon Dynamax"
},
effect: {
en: "If your opponents Active Pokémon is a Pokémon VMAX, this attack does 120 more damage.",
fr: "Si le Pokémon Actif de votre adversaire est un Pokémon-VMAX, cette attaque inflige 120 dégâts supplémentaires."
},
damage: "120+",
cost: ["Darkness", "Colorless", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Fighting",
value: "×2"
}],
retreat: 2
}
export default card

View File

@ -0,0 +1,53 @@
import { Card } from '../../../interfaces'
import Set from '../SWSH Black Star Promos'
const card: Card = {
set: Set,
name: {
en: "Eevee V",
fr: "Évoli V"
},
illustrator: "Kagemaru Himeno",
rarity: "Common",
category: "Pokemon",
hp: 190,
types: ["Colorless"],
attacks: [{
name: {
en: "Collect",
fr: "Collecte"
},
effect: {
en: "Draw 3 cards.",
fr: "Piochez 3 cartes."
},
cost: ["Colorless"]
}, {
name: {
en: "Brave Buddies",
fr: "Copains Courageux"
},
effect: {
en: "If you played a Supporter card from your hand during this turn, this attack does 80 more damage.",
fr: "Si vous avez joué une carte Supporter de votre main pendant ce tour, cette attaque inflige 80 dégâts supplémentaires."
},
damage: "80+",
cost: ["Colorless", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Fighting",
value: "×2"
}],
retreat: 1
}
export default card

View File

@ -0,0 +1,60 @@
import { Card } from '../../../interfaces'
import Set from '../SWSH Black Star Promos'
const card: Card = {
set: Set,
name: {
en: "Charizard",
fr: "Dracaufeu"
},
illustrator: "NC Empire",
rarity: "Common",
category: "Pokemon",
hp: 170,
types: ["Fire"],
evolveFrom: {
en: "Charmeleon",
fr: "Reptincel"
},
abilities: [{
type: "Ability",
name: {
en: "Battle Sense",
fr: "Sens du Combat"
},
effect: {
en: "Once during your turn, you may look at the top 3 cards of your deck and put 1 of them into your hand. Discard the other cards.",
fr: "Une fois pendant votre tour, vous pouvez regarder les 3 cartes du dessus de votre deck, puis ajouter lune delles à votre main. Défaussez les autres cartes."
}
}],
attacks: [{
name: {
en: "Royal Blaze",
fr: "Flambée Royale"
},
effect: {
en: "This attack does 50 more damage for each Leon card in your discard pile.",
fr: "Cette attaque inflige 50 dégâts supplémentaires pour chaque carte Tarak dans votre pile de défausse."
},
damage: "100+",
cost: ["Fire", "Fire"]
}],
weaknesses: [{
type: "Water",
value: "×2"
}],
retreat: 3
}
export default card

View File

@ -0,0 +1,54 @@
import { Card } from '../../../interfaces'
import Set from '../SWSH Black Star Promos'
const card: Card = {
set: Set,
name: {
en: "Donphan",
fr: "Donphan"
},
illustrator: "Eri Yamaki",
rarity: "Common",
category: "Pokemon",
hp: 150,
types: ["Fighting"],
evolveFrom: {
en: "Phanpy",
fr: "Phanpy"
},
attacks: [{
name: {
en: "Earthquake",
fr: "Séisme"
},
effect: {
en: "This attack also does 20 damage to each of your Benched Pokémon. (Dont apply Weakness and Resistance for Benched Pokémon.)",
fr: "Cette attaque inflige aussi 20 dégâts à chacun de vos Pokémon de Banc. (Nappliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)"
},
damage: 120,
cost: ["Fighting"]
}, {
name: {
en: "Heavy Impact",
fr: "Gros Impact"
},
damage: 90,
cost: ["Fighting", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Grass",
value: "×2"
}],
retreat: 4
}
export default card

View File

@ -0,0 +1,55 @@
import { Card } from '../../../interfaces'
import Set from '../SWSH Black Star Promos'
const card: Card = {
set: Set,
name: {
en: "Snorlax",
fr: "Ronflex"
},
illustrator: "Narumi Sato",
rarity: "Common",
category: "Pokemon",
hp: 130,
types: ["Colorless"],
abilities: [{
type: "Ability",
name: {
en: "Gormandize",
fr: "Goinfrerie"
},
effect: {
en: "Once during your turn, if this Pokémon is in the Active Spot, you may draw cards until you have 7 cards in your hand. If you use this Ability, your turn ends.",
fr: "Une fois pendant votre tour, si ce Pokémon est sur le Poste Actif, vous pouvez piocher des cartes jusquà en avoir 7 en main. Si vous utilisez ce talent, votre tour se termine."
}
}],
attacks: [{
name: {
en: "Body Slam",
fr: "Plaquage"
},
effect: {
en: "Flip a coin. If heads, your opponents Active Pokémon is now Paralyzed.",
fr: "Lancez une pièce. Si cest face, le Pokémon Actif de votre adversaire est maintenant Paralysé."
},
damage: 100,
cost: ["Colorless", "Colorless", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Fighting",
value: "×2"
}],
retreat: 3
}
export default card

View File

@ -0,0 +1,54 @@
import { Card } from '../../../interfaces'
import Set from '../SWSH Black Star Promos'
const card: Card = {
set: Set,
name: {
en: "Lugia",
fr: "Lugia"
},
illustrator: "kodama",
rarity: "Common",
category: "Pokemon",
hp: 130,
types: ["Colorless"],
attacks: [{
name: {
en: "Gust",
fr: "Tornade"
},
damage: 40,
cost: ["Colorless", "Colorless"]
}, {
name: {
en: "Wind Pressure",
fr: "Pression Éolienne"
},
effect: {
en: "If your opponent has 5 or fewer cards in their hand, this attack does nothing.",
fr: "Si votre adversaire a 5 cartes ou moins dans sa main, cette attaque ne fait rien."
},
damage: 250,
cost: ["Colorless", "Colorless", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Lightning",
value: "×2"
}],
resistances: [{
type: "Fighting",
value: "-30"
}],
retreat: 2
}
export default card

View File

@ -0,0 +1,41 @@
import { Card } from '../../../interfaces'
import Set from '../SWSH Black Star Promos'
const card: Card = {
set: Set,
name: {
en: "Grookey",
fr: "Ouistempo"
},
illustrator: "Akira Komayama",
rarity: "Common",
category: "Pokemon",
hp: 60,
types: ["Grass"],
attacks: [{
name: {
en: "Full On",
fr: "Coup du Sort"
},
effect: {
en: "Flip a coin. If tails, this attack does nothing.",
fr: "Lancez une pièce. Si cest pile, cette attaque ne fait rien."
},
damage: 30,
cost: ["Grass"]
}],
weaknesses: [{
type: "Fire",
value: "×2"
}],
retreat: 1
}
export default card

View File

@ -0,0 +1,48 @@
import { Card } from '../../../interfaces'
import Set from '../SWSH Black Star Promos'
const card: Card = {
set: Set,
name: {
en: "Scorbunny",
fr: "Flambino"
},
illustrator: "Akira Komayama",
rarity: "Common",
category: "Pokemon",
hp: 60,
types: ["Fire"],
attacks: [{
name: {
en: "Me First",
fr: "Moi dAbord"
},
effect: {
en: "Draw a card.",
fr: "Piochez une carte."
},
cost: ["Colorless"]
}, {
name: {
en: "Live Coal",
fr: "Charbon Mutant"
},
damage: 20,
cost: ["Fire", "Fire"]
}],
weaknesses: [{
type: "Water",
value: "×2"
}],
retreat: 1
}
export default card

View File

@ -0,0 +1,60 @@
import { Card } from '../../../interfaces'
import Set from '../SWSH Black Star Promos'
const card: Card = {
set: Set,
name: {
en: "Vaporeon",
fr: "Aquali"
},
illustrator: "so-taro",
rarity: "Common",
category: "Pokemon",
hp: 110,
types: ["Water"],
evolveFrom: {
en: "Eevee",
fr: "Évoli"
},
abilities: [{
type: "Ability",
name: {
en: "Watery Shroud",
fr: "Voile Aquatique"
},
effect: {
en: "As long as this Pokémon is on your Bench, prevent all damage done to this Pokémon by attacks (both yours and your opponents).",
fr: "Tant que ce Pokémon est sur votre Banc, évitez tous les dégâts infligés à ce Pokémon par des attaques (les vôtres et celles de votre adversaire)."
}
}],
attacks: [{
name: {
en: "Hydro Pump",
fr: "Hydrocanon"
},
effect: {
en: "This attack does 20 more damage for each Water Energy attached to this Pokémon.",
fr: "Cette attaque inflige 20 dégâts supplémentaires pour chaque Énergie Water attachée à ce Pokémon."
},
damage: "60+",
cost: ["Colorless", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Lightning",
value: "×2"
}],
retreat: 2
}
export default card

View File

@ -0,0 +1,48 @@
import { Card } from '../../../interfaces'
import Set from '../SWSH Black Star Promos'
const card: Card = {
set: Set,
name: {
en: "Sobble",
fr: "Larméléon"
},
illustrator: "Akira Komayama",
rarity: "Common",
category: "Pokemon",
hp: 60,
types: ["Water"],
attacks: [{
name: {
en: "Growl",
fr: "Rugissement"
},
effect: {
en: "During your opponents next turn, the Defending Pokémons attacks do 20 less damage (before applying Weakness and Resistance).",
fr: "Pendant le prochain tour de votre adversaire, les attaques du Pokémon Défenseur infligent 20 dégâts de moins (avant application de la Faiblesse et de la Résistance)."
},
cost: ["Colorless"]
}, {
name: {
en: "Rain Splash",
fr: "Pluie Éclaboussante"
},
damage: 10,
cost: ["Water"]
}],
weaknesses: [{
type: "Lightning",
value: "×2"
}],
retreat: 1
}
export default card

View File

@ -0,0 +1,44 @@
import { Card } from '../../../interfaces'
import Set from '../SWSH Black Star Promos'
const card: Card = {
set: Set,
name: {
en: "Special Delivery Pikachu"
},
illustrator: "Illus. & Direc. The Pokémon Company Art Team",
rarity: "Common",
category: "Pokemon",
hp: 60,
types: ["Lightning"],
attacks: [{
name: {
en: "Happy Delivery"
},
effect: {
en: "Search your deck for an Item card, reveal it, and put it into your hand. Then, shuffle your deck."
},
cost: ["Colorless"]
}, {
name: {
en: "Electro Ball"
},
damage: 30,
cost: ["Lightning", "Colorless"]
}],
weaknesses: [{
type: "Fighting",
value: "×2"
}],
retreat: 1
}
export default card

View File

@ -0,0 +1,55 @@
import { Card } from '../../../interfaces'
import Set from '../SWSH Black Star Promos'
const card: Card = {
set: Set,
name: {
en: "Zacian V"
},
illustrator: "5ban Graphics",
rarity: "Common",
category: "Pokemon",
hp: 220,
types: ["Metal"],
abilities: [{
type: "Ability",
name: {
en: "Intrepid Sword"
},
effect: {
en: "Once during your turn, you may look at the top 3 cards of your deck and attach any number of Metal Energy cards you find there to this Pokémon. Put the other cards into your hand. If you use this Ability, your turn ends."
}
}],
attacks: [{
name: {
en: "Brave Blade"
},
effect: {
en: "During your next turn, this Pokémon cant attack."
},
damage: 230,
cost: ["Metal", "Metal", "Metal"]
}],
weaknesses: [{
type: "Fire",
value: "×2"
}],
resistances: [{
type: "Grass",
value: "-30"
}],
retreat: 2
}
export default card

View File

@ -0,0 +1,55 @@
import { Card } from '../../../interfaces'
import Set from '../SWSH Black Star Promos'
const card: Card = {
set: Set,
name: {
en: "Zamazenta V"
},
illustrator: "aky CG Works",
rarity: "Common",
category: "Pokemon",
hp: 230,
types: ["Metal"],
abilities: [{
type: "Ability",
name: {
en: "Dauntless Shield"
},
effect: {
en: "Prevent all damage done to this Pokémon by attacks from your opponents Pokémon VMAX."
}
}],
attacks: [{
name: {
en: "Assault Tackle"
},
effect: {
en: "Discard a Special Energy from your opponents Active Pokémon."
},
damage: 130,
cost: ["Metal", "Metal", "Colorless"]
}],
weaknesses: [{
type: "Fire",
value: "×2"
}],
resistances: [{
type: "Grass",
value: "-30"
}],
retreat: 2
}
export default card

View File

@ -0,0 +1,54 @@
import { Card } from '../../../interfaces'
import Set from '../SWSH Black Star Promos'
const card: Card = {
set: Set,
name: {
en: "Orbeetle V",
fr: "Astronelle V"
},
illustrator: "5ban Graphics",
rarity: "Common",
category: "Pokemon",
hp: 180,
types: ["Grass"],
attacks: [{
name: {
en: "Strafe",
fr: "Bombarder"
},
effect: {
en: "You may switch this Pokémon with 1 of your Benched Pokémon.",
fr: "Vous pouvez échanger ce Pokémon contre lun de vos Pokémon de Banc."
},
damage: 20,
cost: ["Grass"]
}, {
name: {
en: "Mysterious Wave",
fr: "Onde Mystérieuse"
},
effect: {
en: "This attack does 30 more damage for each Energy attached to your opponents Active Pokémon.",
fr: "Cette attaque inflige 30 dégâts supplémentaires pour chaque Énergie attachée au Pokémon Actif de votre adversaire."
},
damage: "50+",
cost: ["Grass", "Colorless"]
}],
weaknesses: [{
type: "Fire",
value: "×2"
}],
retreat: 1
}
export default card

View File

@ -0,0 +1,58 @@
import { Card } from '../../../interfaces'
import Set from '../SWSH Black Star Promos'
const card: Card = {
set: Set,
name: {
en: "Alakazam V",
fr: "Alakazam V"
},
illustrator: "Ayaka Yoshida",
rarity: "Common",
category: "Pokemon",
hp: 190,
types: ["Psychic"],
attacks: [{
name: {
en: "Zen Spoon",
fr: "Cuillère Zen"
},
effect: {
en: "Put 3 damage counters on your opponents Pokémon in any way you like.",
fr: "Placez 3 marqueurs de dégâts sur les Pokémon de votre adversaire comme il vous plaît."
},
cost: ["Psychic"]
}, {
name: {
en: "Mind Ruler",
fr: "Contrôle Mental"
},
effect: {
en: "This attack does 30 damage for each card in your opponents hand.",
fr: "Cette attaque inflige 30 dégâts pour chaque carte dans la main de votre adversaire."
},
damage: "30×",
cost: ["Psychic", "Psychic"]
}],
weaknesses: [{
type: "Darkness",
value: "×2"
}],
resistances: [{
type: "Fighting",
value: "-30"
}],
retreat: 1
}
export default card

View File

@ -0,0 +1,52 @@
import { Card } from '../../../interfaces'
import Set from '../SWSH Black Star Promos'
const card: Card = {
set: Set,
name: {
en: "Cherrim",
fr: "Ceriflor"
},
illustrator: "Tika Matsuno",
rarity: "Common",
category: "Pokemon",
hp: 80,
types: ["Grass"],
evolveFrom: {
en: "Cherubi",
fr: "Ceribou"
},
abilities: [{
type: "Ability",
name: {
en: "Spring Bloom"
},
effect: {
en: "As often as you like during your turn, you may attach a Grass Energy card from your hand to 1 of your Pokémon that doesnt have a Rule Box (Pokémon V, Pokémon-GX, etc. have Rule Boxes)."
}
}],
attacks: [{
name: {
en: "Seed Bomb"
},
damage: 70,
cost: ["Grass", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Fire",
value: "×2"
}],
retreat: 2
}
export default card

View File

@ -0,0 +1,50 @@
import { Card } from '../../../interfaces'
import Set from '../SWSH Black Star Promos'
const card: Card = {
set: Set,
name: {
en: "Octillery"
},
illustrator: "KIYOTAKA OSHIYAMA",
rarity: "Common",
category: "Pokemon",
hp: 110,
types: ["Water"],
evolveFrom: {
en: "Remoraid"
},
abilities: [{
type: "Ability",
name: {
en: "Rapid Strike Search"
},
effect: {
en: "Once during your turn, you may search your deck for a Rapid Strike card, reveal it, and put it into your hand. Then, shuffle your deck. You cant use more than 1 Rapid Strike Search Ability each turn."
}
}],
attacks: [{
name: {
en: "Waterfall"
},
damage: 50,
cost: ["Water", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Lightning",
value: "×2"
}],
retreat: 2
}
export default card

View File

@ -0,0 +1,50 @@
import { Card } from '../../../interfaces'
import Set from '../SWSH Black Star Promos'
const card: Card = {
set: Set,
name: {
en: "Houndoom"
},
illustrator: "Uta",
rarity: "Common",
category: "Pokemon",
hp: 130,
types: ["Darkness"],
evolveFrom: {
en: "Houndour"
},
abilities: [{
type: "Ability",
name: {
en: "Single Strike Roar"
},
effect: {
en: "Once during your turn, you may search your deck for a Single Strike Energy card and attach it to 1 of your Single Strike Pokémon. Then, shuffle your deck. If you attached Energy to a Pokémon in this way, put 2 damage counters on that Pokémon."
}
}],
attacks: [{
name: {
en: "Darkness Fang"
},
damage: 50,
cost: ["Darkness", "Colorless"]
}],
weaknesses: [{
type: "Grass",
value: "×2"
}],
retreat: 2
}
export default card

View File

@ -0,0 +1,55 @@
import { Card } from '../../../interfaces'
import Set from '../SWSH Black Star Promos'
const card: Card = {
set: Set,
name: {
en: "Bronzong"
},
illustrator: "Atsushi Furusawa",
rarity: "Common",
category: "Pokemon",
hp: 110,
types: ["Metal"],
evolveFrom: {
en: "Bronzor"
},
abilities: [{
type: "Ability",
name: {
en: "Metal Transfer"
},
effect: {
en: "As often as you like during your turn, you may move a Metal Energy from 1 of your Pokémon to another of your Pokémon."
}
}],
attacks: [{
name: {
en: "Zen Headbutt"
},
damage: 70,
cost: ["Metal", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Fire",
value: "×2"
}],
resistances: [{
type: "Grass",
value: "-30"
}],
retreat: 3
}
export default card

View File

@ -0,0 +1,50 @@
import { Card } from '../../../interfaces'
import Set from '../SWSH Black Star Promos'
const card: Card = {
set: Set,
name: {
en: "Jolteon"
},
illustrator: "Yuu Nishida",
rarity: "Common",
category: "Pokemon",
hp: 100,
types: ["Lightning"],
evolveFrom: {
en: "Eevee"
},
attacks: [{
name: {
en: "Energize"
},
effect: {
en: "Attach a Lightning Energy card from your discard pile to this Pokémon."
},
cost: ["Lightning"]
}, {
name: {
en: "Thunder"
},
effect: {
en: "This Pokémon also does 30 damage to itself."
},
damage: 160,
cost: ["Lightning", "Lightning", "Colorless"]
}],
weaknesses: [{
type: "Fighting",
value: "×2"
}]
}
export default card

View File

@ -0,0 +1,44 @@
import { Card } from '../../../interfaces'
import Set from '../SWSH Black Star Promos'
const card: Card = {
set: Set,
name: {
en: "Eevee"
},
illustrator: "Naoki Saito",
rarity: "Common",
category: "Pokemon",
hp: 60,
types: ["Colorless"],
attacks: [{
name: {
en: "First Step"
},
effect: {
en: "Draw a card."
},
cost: ["Colorless"]
}, {
name: {
en: "Tail Whap"
},
damage: 30,
cost: ["Colorless", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Fighting",
value: "×2"
}],
retreat: 1
}
export default card

View File

@ -0,0 +1,53 @@
import { Card } from '../../../interfaces'
import Set from '../SWSH Black Star Promos'
const card: Card = {
set: Set,
name: {
en: "Venusaur VMAX"
},
illustrator: "aky CG Works",
rarity: "Common",
category: "Pokemon",
hp: 330,
types: ["Grass"],
evolveFrom: {
en: "Venusaur V"
},
attacks: [{
name: {
en: "Forest Storm"
},
effect: {
en: "This attack does 30 damage for each Grass Energy attached to all of your Pokémon."
},
damage: "30×",
cost: ["Colorless", "Colorless"]
}, {
name: {
en: "G-Max Bloom"
},
effect: {
en: "Heal 30 damage from this Pokémon."
},
damage: 210,
cost: ["Grass", "Grass", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Fire",
value: "×2"
}],
retreat: 4
}
export default card

View File

@ -0,0 +1,53 @@
import { Card } from '../../../interfaces'
import Set from '../SWSH Black Star Promos'
const card: Card = {
set: Set,
name: {
en: "Blastoise VMAX"
},
illustrator: "5ban Graphics",
rarity: "Common",
category: "Pokemon",
hp: 330,
types: ["Water"],
evolveFrom: {
en: "Blastoise V"
},
attacks: [{
name: {
en: "Grand Falls"
},
effect: {
en: "Search your deck for up to 3 Water Energy cards and attach them to your Benched Pokémon in any way you like. Then, shuffle your deck."
},
damage: 120,
cost: ["Water", "Water", "Water"]
}, {
name: {
en: "G-Max Bombard"
},
effect: {
en: "This attack also does 30 damage to 2 of your opponents Benched Pokémon. (Dont apply Weakness and Resistance for Benched Pokémon.)"
},
damage: 220,
cost: ["Water", "Water", "Water", "Water"]
}],
weaknesses: [{
type: "Lightning",
value: "×2"
}],
retreat: 3
}
export default card

View File

@ -0,0 +1,45 @@
import { Card } from '../../../interfaces'
import Set from '../SWSH Black Star Promos'
const card: Card = {
set: Set,
name: {
en: "Single Strike Urshifu V"
},
illustrator: "5ban Graphics",
rarity: "Common",
category: "Pokemon",
hp: 220,
types: ["Fighting"],
attacks: [{
name: {
en: "Low Kick"
},
damage: 30,
cost: ["Fighting"]
}, {
name: {
en: "Brawny Knuckle"
},
effect: {
en: "This attacks damage isnt affected by Resistance."
},
damage: 180,
cost: ["Fighting", "Fighting", "Fighting", "Fighting"]
}],
weaknesses: [{
type: "Psychic",
value: "×2"
}],
retreat: 2
}
export default card

View File

@ -0,0 +1,45 @@
import { Card } from '../../../interfaces'
import Set from '../SWSH Black Star Promos'
const card: Card = {
set: Set,
name: {
en: "Rapid Strike Urshifu V"
},
illustrator: "5ban Graphics",
rarity: "Common",
category: "Pokemon",
hp: 220,
types: ["Fighting"],
attacks: [{
name: {
en: "Spiral Kick"
},
damage: 40,
cost: ["Fighting", "Colorless"]
}, {
name: {
en: "Sonic Legs"
},
effect: {
en: "This attack also does 20 damage to 2 of your opponents Benched Pokémon. (Dont apply Weakness and Resistance for Benched Pokémon.)"
},
damage: 90,
cost: ["Fighting", "Fighting", "Colorless"]
}],
weaknesses: [{
type: "Psychic",
value: "×2"
}],
retreat: 2
}
export default card

View File

@ -0,0 +1,50 @@
import { Card } from '../../../interfaces'
import Set from '../SWSH Black Star Promos'
const card: Card = {
set: Set,
name: {
en: "Empoleon V"
},
illustrator: "PLANETA Mochizuki",
rarity: "Common",
category: "Pokemon",
hp: 210,
types: ["Water"],
abilities: [{
type: "Ability",
name: {
en: "Emperors Eyes"
},
effect: {
en: "As long as this Pokémon is in the Active Spot, your opponents Basic Pokémon in play have no Abilities, except for Pokémon with a Rule Box (Pokémon V, Pokémon-GX, etc. have Rule Boxes)."
}
}],
attacks: [{
name: {
en: "Swirling Slice"
},
effect: {
en: "Move an Energy from this Pokémon to 1 of your Benched Pokémon."
},
damage: 130,
cost: ["Water", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Lightning",
value: "×2"
}],
retreat: 2
}
export default card

View File

@ -0,0 +1,49 @@
import { Card } from '../../../interfaces'
import Set from '../SWSH Black Star Promos'
const card: Card = {
set: Set,
name: {
en: "Tyranitar V"
},
illustrator: "PLANETA Tsuji",
rarity: "Common",
category: "Pokemon",
hp: 230,
types: ["Darkness"],
attacks: [{
name: {
en: "Cragalanche"
},
effect: {
en: "Discard the top 2 cards of your opponents deck."
},
damage: 60,
cost: ["Darkness", "Colorless", "Colorless"]
}, {
name: {
en: "Single Strike Crush"
},
effect: {
en: "Discard the top 4 cards of your deck."
},
damage: 240,
cost: ["Darkness", "Darkness", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Grass",
value: "×2"
}],
retreat: 3
}
export default card