1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-18 02:19:17 +00:00
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2020-02-03 15:18:40 +01:00
commit 0d2a757cae
12077 changed files with 1123810 additions and 0 deletions

95
cards/xy/xy6/1.ts Normal file
View File

@ -0,0 +1,95 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-1",
localId: 1,
// Card informations
name: {
en: "Exeggcute",
fr: "Noeunoeuf",
},
hp: 40,
type: [
Type.GRASS,
],
dexId: 102,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/1/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/1/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/1/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/1/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 18,
name: "Tomokazu Komiya"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Loathe",
fr: "Dégoût",
},
text: {
en: "Flip a coin. If heads, switch this Pokémon with 1 of your Benched Pokémon.",
fr: "Lancez une pièce. Si c'est face, échangez ce Pokémon avec l'un de vos Pokémon de Banc.",
},
},{
cost: [
Type.GRASS
],
name: {
en: "Ram",
fr: "Collision",
},
damage: 10
}],
weaknesses: [{
type: Type.FIRE,
value: "×2"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

102
cards/xy/xy6/10.ts Normal file
View File

@ -0,0 +1,102 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-10",
localId: 10,
// Card informations
name: {
en: "Ninjask",
fr: "Ninjask",
},
hp: 70,
type: [
Type.GRASS,
],
dexId: 291,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/10/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/10/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/10/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/10/high.png",
},
},
evolveFrom: {
en: "Nincada",
fr: "Ningale",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 7,
name: "Sumiyoshi Kizuki"
},
abilities: [{
id: 759,
type: AbilityType.TALENT,
name: {
en: "Wing Buzz",
fr: "Bourdonnement d'Aile",
},
text: {
en: "Once during your turn (before your attack), if this Pokémon is your Active Pokémon, you may discard a card from your hand. If you do, discard the top card of your opponent's deck.",
fr: "Une seule fois pendant votre tour (avant votre attaque), si ce Pokémon est votre Pokémon Actif, vous pouvez défausser une carte de votre main. Dans ce cas, défaussez la carte du dessus du deck de votre adversaire.",
}
}],
attacks: [{
cost: [
Type.GRASS,
Type.COLORLESS
],
name: {
en: "Afterimage Assault",
fr: "Attaque Invisible",
},
text: {
en: "Search your deck for up to 2 Ninjask and put them onto your Bench. Shuffle your deck afterward.",
fr: "Cherchez jusqu'à 2 Ninjask dans votre deck et placez-les sur votre Banc. Mélangez ensuite votre deck.",
},
damage: 30
}],
weaknesses: [{
type: Type.FIRE,
value: "×2"
}],
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

104
cards/xy/xy6/100.ts Normal file
View File

@ -0,0 +1,104 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-100",
localId: 100,
// Card informations
name: {
en: "M Gallade-EX",
fr: "M Gallame-EX",
},
hp: 220,
type: [
Type.PSYCHIC,
],
dexId: 475,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/100/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/100/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/100/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/100/high.png",
},
},
evolveFrom: {
en: "Gallade-EX",
fr: "Gallame-EX",
},
tags: [
Tag.MEGA,
],
illustrator: {
id: 4,
name: "5ban Graphics"
},
attacks: [{
cost: [
Type.PSYCHIC,
Type.PSYCHIC,
Type.COLORLESS
],
name: {
en: "Unwavering Blade",
fr: "Règle des Méga-Évolutions",
},
text: {
en: "This attack does 30 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.)",
},
damage: 110
},{
cost: [
Type.PSYCHIC,
Type.PSYCHIC,
Type.COLORLESS
],
name: {
fr: "Lame Impitoyable",
},
text: {
fr: "Cette attaque inflige 30 dégâts à chacun des Pokémon de Banc de votre adversaire ayant au moins 1 marqueur de dégâts. (N'appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
},
damage: 110
}],
weaknesses: [{
type: Type.PSYCHIC,
value: "×2"
}],
retreat: 2,
rarity: Rarity.RareUltra,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

103
cards/xy/xy6/101.ts Normal file
View File

@ -0,0 +1,103 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-101",
localId: 101,
// Card informations
name: {
en: "Latios-EX",
fr: "Latios-EX",
},
hp: 170,
type: [
Type.DRAGON,
],
dexId: 381,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/101/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/101/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/101/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/101/high.png",
},
},
evolveFrom: {},
tags: [
Tag.EX,
],
illustrator: {
id: 1,
name: "Ryo Ueda"
},
attacks: [{
cost: [
Type.PSYCHIC
],
name: {
en: "Fast Raid",
fr: "Raid Éclair",
},
text: {
en: "If you go first, you can use this attack on your first turn.",
fr: "Si vous jouez en premier, vous pouvez utiliser cette attaque lors de votre premier tour.",
},
damage: 40
},{
cost: [
Type.WATER,
Type.PSYCHIC,
Type.PSYCHIC,
Type.COLORLESS
],
name: {
en: "Light Pulse",
fr: "Vibrumineuse",
},
text: {
en: "Prevent all effects of your opponent's attacks, except damage, done to this Pokémon during your opponent's next turn.",
fr: "Évitez tous les effets des attaques de votre adversaire, excepté les dégâts, infligés à ce Pokémon pendant le prochain tour de votre adversaire.",
},
damage: 110
}],
weaknesses: [{
type: Type.FAIRY,
value: "×2"
}],
retreat: 2,
rarity: Rarity.RareUltra,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

102
cards/xy/xy6/102.ts Normal file
View File

@ -0,0 +1,102 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-102",
localId: 102,
// Card informations
name: {
en: "M Latios-EX",
fr: "M Latios-EX",
},
hp: 220,
type: [
Type.DRAGON,
],
dexId: 381,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/102/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/102/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/102/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/102/high.png",
},
},
evolveFrom: {
en: "Latios-EX",
fr: "Latios-EX",
},
tags: [
Tag.MEGA,
],
illustrator: {
id: 4,
name: "5ban Graphics"
},
attacks: [{
cost: [
Type.WATER,
Type.PSYCHIC,
Type.COLORLESS
],
name: {
en: "Sonic Ace",
fr: "Règle des Méga-Évolutions",
},
text: {
en: "Discard 2 Energy attached to this Pokémon. This attack does 120 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
},
},{
cost: [
Type.WATER,
Type.PSYCHIC,
Type.COLORLESS
],
name: {
fr: "Prodige Sonique",
},
text: {
fr: "Défaussez 2 Énergies attachées à ce Pokémon. Cette attaque inflige 120 dégâts à l'un des Pokémon de votre adversaire. (N'appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
},
}],
weaknesses: [{
type: Type.FAIRY,
value: "×2"
}],
rarity: Rarity.RareUltra,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

100
cards/xy/xy6/103.ts Normal file
View File

@ -0,0 +1,100 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-103",
localId: 103,
// Card informations
name: {
en: "Hydreigon-EX",
fr: "Trioxhydre-EX",
},
hp: 180,
type: [
Type.DRAGON,
],
dexId: 635,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/103/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/103/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/103/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/103/high.png",
},
},
evolveFrom: {},
tags: [
Tag.EX,
],
illustrator: {
id: 1,
name: "Ryo Ueda"
},
abilities: [{
id: 219,
type: AbilityType.TALENT,
name: {
en: "Dragon Road",
fr: "Voie du Dragon",
},
text: {
en: "If there is any Stadium card in play, the Retreat Cost of each of your Dragon Pokémon in play is ColorlessColorless less.",
fr: "S'il y a une carte Stade en jeu, le Coût de Retraite de chacun de vos Pokémon Dragon en jeu est diminué de ColorlessColorless.",
}
}],
attacks: [{
cost: [
Type.PSYCHIC,
Type.DARKNESS,
Type.COLORLESS
],
name: {
en: "Shred",
fr: "Déchiquetage",
},
text: {
en: "This attack's damage isn't affected by any effects on your opponent's Active Pokémon.",
fr: "Les dégâts de cette attaque ne sont affectés par aucun effet en action sur le Pokémon Actif de votre adversaire.",
},
damage: 80
}],
weaknesses: [{
type: Type.FAIRY,
value: "×2"
}],
retreat: 3,
rarity: Rarity.RareUltra,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

105
cards/xy/xy6/104.ts Normal file
View File

@ -0,0 +1,105 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-104",
localId: 104,
// Card informations
name: {
en: "Rayquaza-EX",
fr: "Rayquaza-EX",
},
hp: 170,
type: [
Type.COLORLESS,
],
dexId: 384,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/104/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/104/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/104/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/104/high.png",
},
},
evolveFrom: {},
tags: [
Tag.EX,
],
illustrator: {
id: 1,
name: "Ryo Ueda"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Intensifying Burn",
fr: "Rage Brûlante",
},
text: {
en: "If your opponent's Active Pokémon is a Pokémon-EX, this attack does 50 more damage.",
fr: "Si le Pokémon Actif de votre adversaire est un Pokémon-EX, cette attaque inflige 50 dégâts supplémentaires.",
},
damage: 10
},{
cost: [
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Dragon Pulse",
fr: "Dracochoc",
},
text: {
en: "Discard the top 3 cards of your deck.",
fr: "Défaussez les 3 cartes du dessus de votre deck.",
},
damage: 100
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "×2"
}],
resistances: [{
type: Type.FIGHTING,
value: "-20"
}],
retreat: 2,
rarity: Rarity.RareUltra,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

116
cards/xy/xy6/105.ts Normal file
View File

@ -0,0 +1,116 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-105",
localId: 105,
// Card informations
name: {
en: "M Rayquaza-EX",
fr: "M Rayquaza-EX",
},
hp: 220,
type: [
Type.COLORLESS,
],
dexId: 384,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/105/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/105/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/105/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/105/high.png",
},
},
evolveFrom: {
en: "Rayquaza-EX",
fr: "Rayquaza-EX",
},
tags: [
Tag.MEGA,
],
illustrator: {
id: 4,
name: "5ban Graphics"
},
abilities: [{
id: -1,
type: AbilityType.ANCIENTTRAIT,
name: {
fr: "Évolution Δ",
},
text: {
fr: "Vous pouvez jouer cette carte de votre main pour faire évoluer un Pokémon pendant votre premier tour ou pendant le tour où vous le jouez.",
}
}],
attacks: [{
cost: [
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Emerald Break",
fr: "Règle des Méga-Évolutions",
},
text: {
en: "This attack does 30 damage times the number of your Benched Pokémon.",
},
damage: 30
},{
cost: [
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
fr: "Bris'Émeraude",
},
text: {
fr: "Cette attaque inflige 30 dégâts multipliés par le nombre de vos Pokémon de Banc.",
},
damage: "30×"
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "×2"
}],
resistances: [{
type: Type.FIGHTING,
value: "-20"
}],
retreat: 1,
rarity: Rarity.RareUltra,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

102
cards/xy/xy6/106.ts Normal file
View File

@ -0,0 +1,102 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-106",
localId: 106,
// Card informations
name: {
en: "Shaymin-EX",
fr: "Shaymin-EX",
},
hp: 110,
type: [
Type.COLORLESS,
],
dexId: 492,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/106/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/106/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/106/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/106/high.png",
},
},
evolveFrom: {},
tags: [
Tag.EX,
],
illustrator: {
id: 1,
name: "Ryo Ueda"
},
abilities: [{
id: 395,
type: AbilityType.TALENT,
name: {
en: "Set Up",
fr: "Mise en Place",
},
text: {
en: "When you play this Pokémon from your hand onto your Bench, you may draw cards until you have 6 cards in your hand.",
fr: "Lorsque vous jouez ce Pokémon de votre main sur votre Banc, vous pouvez piocher des cartes jusqu'à ce que vous ayez 6 cartes en main.",
}
}],
attacks: [{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Sky Return",
fr: "Retour Aérien",
},
text: {
en: "Return this Pokémon and all cards attached to it to your hand.",
fr: "Reprenez ce Pokémon et toutes les cartes qui lui sont attachées dans votre main.",
},
damage: 30
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "×2"
}],
resistances: [{
type: Type.FIGHTING,
value: "-20"
}],
retreat: 1,
rarity: Rarity.RareUltra,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

74
cards/xy/xy6/107.ts Normal file
View File

@ -0,0 +1,74 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-107",
localId: 107,
// Card informations
name: {
en: "Wally",
fr: "Timmy",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/107/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/107/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/107/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/107/high.png",
},
},
evolveFrom: {},
tags: [
Tag.SUPPORTER,
],
illustrator: {
id: 162,
name: "Emi Ando"
},
attacks: [{
name: {},
text: {
fr: "Cherchez dans votre deck une carte Évolution de l'un de vos Pokémon (excepté les Pokémon-EX) et placez-la sur ce dernier. (Cela équivaut à faire évoluer le Pokémon.) Mélangez ensuite votre deck. Vous pouvez utiliser cette carte pendant votre premier tour ou sur un Pokémon qui a été joué pendant ce tour.",
},
}],
rarity: Rarity.RareUltra,
category: Category.TRAINER,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

74
cards/xy/xy6/108.ts Normal file
View File

@ -0,0 +1,74 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-108",
localId: 108,
// Card informations
name: {
en: "Winona",
fr: "Alizée",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/108/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/108/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/108/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/108/high.png",
},
},
evolveFrom: {},
tags: [
Tag.SUPPORTER,
],
illustrator: {
id: 64,
name: "Megumi Mizutani"
},
attacks: [{
name: {},
text: {
fr: "Cherchez jusqu'à 3 Pokémon Colorless dans votre deck, montrez-les, puis ajoutez-les à votre main. Mélangez ensuite votre deck.",
},
}],
rarity: Rarity.RareUltra,
category: Category.TRAINER,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

74
cards/xy/xy6/109.ts Normal file
View File

@ -0,0 +1,74 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-109",
localId: 109,
// Card informations
name: {
en: "Energy Switch",
fr: "Échange d'Énergie",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/109/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/109/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/109/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/109/high.png",
},
},
evolveFrom: {},
tags: [
Tag.ITEM,
],
illustrator: {
id: 4,
name: "5ban Graphics"
},
attacks: [{
name: {},
text: {
fr: "Déplacez une Énergie de base de lun de vos Pokémon vers un autre de vos Pokémon.",
},
}],
rarity: Rarity.RareHolo,
category: Category.TRAINER,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

99
cards/xy/xy6/11.ts Normal file
View File

@ -0,0 +1,99 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-11",
localId: 11,
// Card informations
name: {
en: "Shedinja",
fr: "Munja",
},
hp: 30,
type: [
Type.GRASS,
],
dexId: 292,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/11/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/11/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/11/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/11/high.png",
},
},
evolveFrom: {
en: "Nincada",
fr: "Ningale",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 43,
name: "Aya Kusube"
},
attacks: [{
cost: [
Type.GRASS
],
name: {
en: "Cursed Rain",
fr: "Pluie Ensorcelée",
},
text: {
en: "Put 1 damage counter on each of your opponent's Pokémon. Switch this Pokémon with 1 of your Benched Pokémon.",
fr: "Placez 1 marqueur de dégâts sur chacun des Pokémon de votre adversaire. Échangez ce Pokémon avec l'un de vos Pokémon de Banc.",
},
},{
cost: [
Type.COLORLESS
],
name: {
en: "Hopeless Scream",
fr: "Cri de Désespoir",
},
text: {
en: "This attack does 50 damage times the number of damage counters on this Pokémon.",
fr: "Cette attaque inflige 50 dégâts multipliés par le nombre de marqueurs de dégâts placés sur ce Pokémon.",
},
damage: 50
}],
retreat: 1,
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

74
cards/xy/xy6/110.ts Normal file
View File

@ -0,0 +1,74 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-110",
localId: 110,
// Card informations
name: {
en: "VS Seeker",
fr: "Cherche VS",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/110/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/110/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/110/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/110/high.png",
},
},
evolveFrom: {},
tags: [
Tag.ITEM,
],
illustrator: {
id: 4,
name: "5ban Graphics"
},
attacks: [{
name: {},
text: {
fr: "Ajoutez une carte Supporter de votre pile de défausse à votre main.",
},
}],
rarity: Rarity.RareHolo,
category: Category.TRAINER,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

101
cards/xy/xy6/12.ts Normal file
View File

@ -0,0 +1,101 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-12",
localId: 12,
// Card informations
name: {
en: "Tropius",
fr: "Tropius",
},
hp: 110,
type: [
Type.GRASS,
],
dexId: 357,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/12/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/12/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/12/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/12/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 25,
name: "Kyoko Umemoto"
},
attacks: [{
cost: [
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Stomp",
fr: "Écrasement",
},
text: {
en: "Flip a coin. If heads, this attack does 20 more damage.",
fr: "Lancez une pièce. Si c'est face, cette attaque inflige 20 dégâts supplémentaires.",
},
damage: 50
},{
cost: [
Type.GRASS,
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Solar Beam",
fr: "Lance-Soleil",
},
damage: 80
}],
weaknesses: [{
type: Type.FIRE,
value: "×2"
}],
retreat: 2,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

100
cards/xy/xy6/13.ts Normal file
View File

@ -0,0 +1,100 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-13",
localId: 13,
// Card informations
name: {
en: "Victini",
fr: "Victini",
},
hp: 70,
type: [
Type.FIRE,
],
dexId: 494,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/13/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/13/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/13/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/13/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 10,
name: "Kouki Saitou"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Me First",
fr: "Moi d'Abord",
},
text: {
en: "Draw a card.",
fr: "Piochez une carte.",
},
},{
cost: [
Type.FIRE,
Type.COLORLESS
],
name: {
en: "Psy Bolt",
fr: "Choc Mental",
},
text: {
en: "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed.",
fr: "Lancez une pièce. Si c'est face, le Pokémon Actif de votre adversaire est maintenant Paralysé.",
},
damage: 20
}],
weaknesses: [{
type: Type.WATER,
value: "×2"
}],
retreat: 1,
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

90
cards/xy/xy6/14.ts Normal file
View File

@ -0,0 +1,90 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-14",
localId: 14,
// Card informations
name: {
en: "Fletchinder",
fr: "Braisillon",
},
hp: 70,
type: [
Type.FIRE,
],
dexId: 662,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/14/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/14/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/14/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/14/high.png",
},
},
evolveFrom: {
en: "Fletchling",
fr: "Passerouge",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 23,
name: "Naoyo Kimura"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Peck Off",
fr: "Picpic Piqueur",
},
text: {
en: "Before doing damage, discard all Pokémon Tool cards attached to your opponent's Active Pokémon.",
fr: "Avant d'infliger des dégâts, défaussez toutes les cartes Outil Pokémon attachées au Pokémon Actif de votre adversaire.",
},
damage: 10
}],
weaknesses: [{
type: Type.WATER,
value: "×2"
}],
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

103
cards/xy/xy6/15.ts Normal file
View File

@ -0,0 +1,103 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-15",
localId: 15,
// Card informations
name: {
en: "Talonflame",
fr: "Flambusard",
},
hp: 130,
type: [
Type.FIRE,
],
dexId: 663,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/15/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/15/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/15/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/15/high.png",
},
},
evolveFrom: {
en: "Fletchinder",
fr: "Braisillon",
},
tags: [
Tag.STAGE2,
],
illustrator: {
id: 8,
name: "Masakazu Fukuda"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Grand Loop",
fr: "Grande Boucle",
},
text: {
en: "Draw 3 cards. You may switch this Pokémon with 1 of your Benched Pokémon.",
fr: "Piochez 3 cartes. Vous pouvez échanger ce Pokémon avec l'un de vos Pokémon de Banc.",
},
},{
cost: [
Type.FIRE,
Type.COLORLESS
],
name: {
en: "Brave Bird",
fr: "Rapace",
},
text: {
en: "This Pokémon does 20 damage to itself.",
fr: "Ce Pokémon s'inflige 20 dégâts.",
},
damage: 90
}],
weaknesses: [{
type: Type.WATER,
value: "×2"
}],
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

101
cards/xy/xy6/16.ts Normal file
View File

@ -0,0 +1,101 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-16",
localId: 16,
// Card informations
name: {
en: "Articuno",
fr: "Artikodin",
},
hp: 120,
type: [
Type.WATER,
],
dexId: 144,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/16/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/16/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/16/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/16/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 15,
name: "Naoki Saito"
},
attacks: [{
cost: [
Type.WATER
],
name: {
en: "Find Ice",
fr: "Chercheur de Glace",
},
text: {
en: "Search your deck for up to 3 Water Energy cards, reveal them, and put them into your hand. Shuffle your deck afterward.",
fr: "Cherchez jusqu'à 3 cartes Énergie Water dans votre deck, montrez-les, puis ajoutez-les à votre main. Mélangez ensuite votre deck.",
},
},{
cost: [
Type.WATER,
Type.WATER,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Freezing Wind",
fr: "Vent Glaçant",
},
damage: 100
}],
weaknesses: [{
type: Type.METAL,
value: "×2"
}],
resistances: [{
type: Type.FIGHTING,
value: "-20"
}],
retreat: 1,
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

113
cards/xy/xy6/17.ts Normal file
View File

@ -0,0 +1,113 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-17",
localId: 17,
// Card informations
name: {
en: "Articuno",
fr: "Artikodin",
},
hp: 120,
type: [
Type.WATER,
],
dexId: 144,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/17/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/17/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/17/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/17/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 4,
name: "5ban Graphics"
},
abilities: [{
id: -1,
type: AbilityType.ANCIENTTRAIT,
name: {
fr: "Plus Δ",
},
text: {
fr: "Si le Pokémon de votre adversaire est mis K.O. par les dégâts d'une attaque de ce Pokémon, récupérez une carte Récompense supplémentaire.",
}
}],
attacks: [{
cost: [
Type.WATER
],
name: {
en: "Chilling Sigh",
fr: "Soupir Polaire",
},
text: {
en: "Your opponent's Active Pokémon is now Asleep.",
fr: "Le Pokémon Actif de votre adversaire est maintenant Endormi.",
},
},{
cost: [
Type.WATER,
Type.WATER,
Type.COLORLESS
],
name: {
en: "Tri Edge",
fr: "Triple Tranchant",
},
text: {
en: "Flip 3 coins. This attack does 40 more damage for each heads.",
fr: "Lancez 3 pièces. Cette attaque inflige 40 dégâts supplémentaires pour chaque côté face.",
},
damage: 20
}],
weaknesses: [{
type: Type.METAL,
value: "×2"
}],
resistances: [{
type: Type.FIGHTING,
value: "-20"
}],
retreat: 2,
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

86
cards/xy/xy6/18.ts Normal file
View File

@ -0,0 +1,86 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-18",
localId: 18,
// Card informations
name: {
en: "Wingull",
fr: "Goélise",
},
hp: 60,
type: [
Type.WATER,
],
dexId: 278,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/18/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/18/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/18/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/18/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 46,
name: "MAHOU"
},
attacks: [{
cost: [
Type.WATER
],
name: {
en: "Water Gun",
fr: "Pistolet à O",
},
damage: 10
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "×2"
}],
resistances: [{
type: Type.FIGHTING,
value: "-20"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

110
cards/xy/xy6/19.ts Normal file
View File

@ -0,0 +1,110 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-19",
localId: 19,
// Card informations
name: {
en: "Pelipper",
fr: "Bekipan",
},
hp: 100,
type: [
Type.WATER,
],
dexId: 279,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/19/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/19/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/19/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/19/high.png",
},
},
evolveFrom: {
en: "Wingull",
fr: "Goélise",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 2,
name: "Midori Harada"
},
attacks: [{
cost: [
Type.WATER,
Type.COLORLESS
],
name: {
en: "Swallow",
fr: "Avale",
},
text: {
en: "Heal from this Pokémon the same amount of damage you did to your opponent's Active Pokémon.",
fr: "Soignez à ce Pokémon la même quantité de dégâts que vous avez infligée au Pokémon Actif de votre adversaire.",
},
damage: 30
},{
cost: [
Type.WATER,
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Water Pulse",
fr: "Vibraqua",
},
text: {
en: "Your opponent's Active Pokémon is now Asleep.",
fr: "Le Pokémon Actif de votre adversaire est maintenant Endormi.",
},
damage: 70
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "×2"
}],
resistances: [{
type: Type.FIGHTING,
value: "-20"
}],
retreat: 2,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

101
cards/xy/xy6/2.ts Normal file
View File

@ -0,0 +1,101 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-2",
localId: 2,
// Card informations
name: {
en: "Exeggutor",
fr: "Noadkoko",
},
hp: 120,
type: [
Type.GRASS,
],
dexId: 103,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/2/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/2/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/2/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/2/high.png",
},
},
evolveFrom: {
en: "Exeggcute",
fr: "Noeunoeuf",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 19,
name: "Shin Nagasawa"
},
attacks: [{
cost: [
Type.GRASS
],
name: {
en: "Shake It Off",
fr: "Bon Débarras",
},
text: {
en: "This attack does 20 damage times the number of Colorless Pokémon your opponent has in play.",
fr: "Cette attaque inflige 20 dégâts multipliés par le nombre de Pokémon Colorless que votre adversaire a en jeu.",
},
damage: 20
},{
cost: [
Type.GRASS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Seed Bomb",
fr: "Canon Graine",
},
damage: 80
}],
weaknesses: [{
type: Type.FIRE,
value: "×2"
}],
retreat: 3,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

99
cards/xy/xy6/20.ts Normal file
View File

@ -0,0 +1,99 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-20",
localId: 20,
// Card informations
name: {
en: "Pikachu",
fr: "Pikachu",
},
hp: 60,
type: [
Type.LIGHTNING,
],
dexId: 25,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/20/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/20/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/20/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/20/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 15,
name: "Naoki Saito"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Tail Whip",
fr: "Mimi-Queue",
},
text: {
en: "Flip a coin. If heads, the Defending Pokémon can't attack during your opponent's next turn.",
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur ne peut pas attaquer pendant le prochain tour de votre adversaire.",
},
},{
cost: [
Type.LIGHTNING,
Type.COLORLESS
],
name: {
en: "Electro Ball",
fr: "Boule Élek",
},
damage: 30
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
resistances: [{
type: Type.METAL,
value: "-20"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

103
cards/xy/xy6/21.ts Normal file
View File

@ -0,0 +1,103 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-21",
localId: 21,
// Card informations
name: {
en: "Voltorb",
fr: "Voltorbe",
},
hp: 60,
type: [
Type.LIGHTNING,
],
dexId: 100,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/21/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/21/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/21/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/21/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 29,
name: "Suwama Chiaki"
},
attacks: [{
cost: [
Type.LIGHTNING
],
name: {
en: "Thunder Wave",
fr: "Cage-Éclair",
},
text: {
en: "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed.",
fr: "Lancez une pièce. Si c'est face, le Pokémon Actif de votre adversaire est maintenant Paralysé.",
},
},{
cost: [
Type.LIGHTNING,
Type.COLORLESS
],
name: {
en: "Big Explosion",
fr: "Grosse Explosion",
},
text: {
en: "This Pokémon does 60 damage to itself.",
fr: "Ce Pokémon s'inflige 60 dégâts.",
},
damage: 60
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
resistances: [{
type: Type.METAL,
value: "-20"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

108
cards/xy/xy6/22.ts Normal file
View File

@ -0,0 +1,108 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-22",
localId: 22,
// Card informations
name: {
en: "Electrode",
fr: "Électrode",
},
hp: 90,
type: [
Type.LIGHTNING,
],
dexId: 101,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/22/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/22/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/22/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/22/high.png",
},
},
evolveFrom: {
en: "Voltorb",
fr: "Voltorbe",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 18,
name: "Tomokazu Komiya"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Continuous Tumble",
fr: "Roulade Continue",
},
text: {
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 que vous obteniez un côté pile. Cette attaque inflige 20 dégâts multipliés par le nombre de côtés face.",
},
damage: 20
},{
cost: [
Type.LIGHTNING,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Energy Bomb",
fr: "Bomb'Énergie",
},
text: {
en: "You may move all Energy from this Pokémon to your Benched Pokémon in any way you like.",
fr: "Vous pouvez déplacer toutes les Énergies de ce Pokémon vers vos Pokémon de Banc, de la manière que vous voulez.",
},
damage: 70
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
resistances: [{
type: Type.METAL,
value: "-20"
}],
retreat: 1,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

101
cards/xy/xy6/23.ts Normal file
View File

@ -0,0 +1,101 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-23",
localId: 23,
// Card informations
name: {
en: "Zapdos",
fr: "Électhor",
},
hp: 120,
type: [
Type.LIGHTNING,
],
dexId: 145,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/23/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/23/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/23/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/23/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 67,
name: "Hitoshi Ariga"
},
attacks: [{
cost: [
Type.LIGHTNING
],
name: {
en: "Drill Peck",
fr: "Bec Vrille",
},
damage: 20
},{
cost: [
Type.LIGHTNING,
Type.LIGHTNING,
Type.COLORLESS
],
name: {
en: "Raging Thunder",
fr: "Tonnerre Déchaîné",
},
text: {
en: "This attack does 40 damage to 1 of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
fr: "Cette attaque inflige 40 dégâts à l'un de vos Pokémon de Banc. (N'appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
},
damage: 120
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "×2"
}],
resistances: [{
type: Type.FIGHTING,
value: "-20"
}],
retreat: 2,
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

86
cards/xy/xy6/24.ts Normal file
View File

@ -0,0 +1,86 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-24",
localId: 24,
// Card informations
name: {
en: "Electrike",
fr: "Dynavolt",
},
hp: 60,
type: [
Type.LIGHTNING,
],
dexId: 309,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/24/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/24/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/24/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/24/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 48,
name: "Akira Komayama"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Bite",
fr: "Morsure",
},
damage: 10
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
resistances: [{
type: Type.METAL,
value: "-20"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

102
cards/xy/xy6/25.ts Normal file
View File

@ -0,0 +1,102 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-25",
localId: 25,
// Card informations
name: {
en: "Manectric",
fr: "Élecsprint",
},
hp: 90,
type: [
Type.LIGHTNING,
],
dexId: 310,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/25/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/25/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/25/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/25/high.png",
},
},
evolveFrom: {
en: "Electrike",
fr: "Dynavolt",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 28,
name: "match"
},
attacks: [{
cost: [
Type.LIGHTNING
],
name: {
en: "Random Spark",
fr: "Étincelle Surprise",
},
text: {
en: "This attack does 30 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
fr: "Cette attaque inflige 30 dégâts à l'un des Pokémon de votre adversaire. (N'appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
},
},{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Bite",
fr: "Morsure",
},
damage: 40
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
resistances: [{
type: Type.METAL,
value: "-20"
}],
retreat: 1,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

106
cards/xy/xy6/26.ts Normal file
View File

@ -0,0 +1,106 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-26",
localId: 26,
// Card informations
name: {
en: "Thundurus-EX",
fr: "Fulguris-EX",
},
hp: 170,
type: [
Type.LIGHTNING,
],
dexId: 642,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/26/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/26/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/26/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/26/high.png",
},
},
evolveFrom: {},
tags: [
Tag.EX,
],
illustrator: {
id: 38,
name: "Eske Yoshinob"
},
attacks: [{
cost: [
Type.LIGHTNING,
Type.COLORLESS
],
name: {
en: "Headlock",
fr: "Prise de Tête",
},
text: {
en: "Flip a coin. If heads, this attack does 30 more damage. If tails, your opponent's Active Pokémon is now Paralyzed.",
fr: "Lancez une pièce. Si c'est face, cette attaque inflige 30 dégâts supplémentaires. Si c'est pile, le Pokémon Actif de votre adversaire est maintenant Paralysé.",
},
damage: 30
},{
cost: [
Type.LIGHTNING,
Type.LIGHTNING,
Type.LIGHTNING
],
name: {
en: "Voltage Rush",
fr: "Charge Haute Tension",
},
text: {
en: "This Pokémon does 50 damage to itself.",
fr: "Ce Pokémon s'inflige 50 dégâts.",
},
damage: 150
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
resistances: [{
type: Type.METAL,
value: "-20"
}],
retreat: 2,
rarity: Rarity.RareHoloEX,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

83
cards/xy/xy6/27.ts Normal file
View File

@ -0,0 +1,83 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-27",
localId: 27,
// Card informations
name: {
en: "Natu",
fr: "Natu",
},
hp: 50,
type: [
Type.PSYCHIC,
],
dexId: 177,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/27/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/27/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/27/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/27/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 32,
name: "Atsuko Nishida"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Peck",
fr: "Picpic",
},
damage: 10
}],
weaknesses: [{
type: Type.PSYCHIC,
value: "×2"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

97
cards/xy/xy6/28.ts Normal file
View File

@ -0,0 +1,97 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-28",
localId: 28,
// Card informations
name: {
en: "Natu",
fr: "Natu",
},
hp: 40,
type: [
Type.PSYCHIC,
],
dexId: 177,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/28/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/28/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/28/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/28/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 0,
name: "Kagemaru Himeno"
},
abilities: [{
id: -1,
type: AbilityType.ANCIENTTRAIT,
name: {
fr: "Plus Δ",
},
text: {
fr: "Si le Pokémon de votre adversaire est mis K.O. par les dégâts d'une attaque de ce Pokémon, récupérez une carte Récompense supplémentaire.",
}
}],
attacks: [{
cost: [
Type.PSYCHIC,
Type.COLORLESS
],
name: {
en: "Psywave",
fr: "Vague Psy",
},
text: {
en: "This attack does 10 damage times the amount of Energy attached to your opponent's Active Pokémon.",
fr: "Cette attaque inflige 10 dégâts multipliés par le nombre d'Énergies attachées au Pokémon Actif de votre adversaire.",
},
damage: 10
}],
weaknesses: [{
type: Type.PSYCHIC,
value: "×2"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

103
cards/xy/xy6/29.ts Normal file
View File

@ -0,0 +1,103 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-29",
localId: 29,
// Card informations
name: {
en: "Xatu",
fr: "Xatu",
},
hp: 90,
type: [
Type.PSYCHIC,
],
dexId: 178,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/29/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/29/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/29/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/29/high.png",
},
},
evolveFrom: {
en: "Natu",
fr: "Natu",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 30,
name: "Hajime Kusajima"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Future Sight",
fr: "Prescience",
},
text: {
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 du deck de l'un des joueurs et replacez-les sur le dessus du deck de ce joueur dans l'ordre de votre choix.",
},
},{
cost: [
Type.PSYCHIC,
Type.COLORLESS
],
name: {
en: "Stressful Eye",
fr: "Regard Angoissant",
},
text: {
en: "Your opponent reveals his or her hand. Discard a Trainer card you find there.",
fr: "Votre adversaire montre sa main. Défaussez une carte Dresseur que vous y trouvez.",
},
damage: 30
}],
weaknesses: [{
type: Type.PSYCHIC,
value: "×2"
}],
retreat: 1,
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

96
cards/xy/xy6/3.ts Normal file
View File

@ -0,0 +1,96 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-3",
localId: 3,
// Card informations
name: {
en: "Wurmple",
fr: "Chenipotte",
},
hp: 60,
type: [
Type.GRASS,
],
dexId: 265,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/3/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/3/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/3/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/3/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 23,
name: "Naoyo Kimura"
},
attacks: [{
cost: [
Type.GRASS
],
name: {
en: "Flock",
fr: "Nuée",
},
text: {
en: "Search your deck for Wurmple and put it onto your Bench. Shuffle your deck afterward.",
fr: "Cherchez Chenipotte dans votre deck et placez-le sur votre Banc. Mélangez ensuite votre deck.",
},
},{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Tackle",
fr: "Charge",
},
damage: 20
}],
weaknesses: [{
type: Type.FIRE,
value: "×2"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

89
cards/xy/xy6/30.ts Normal file
View File

@ -0,0 +1,89 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-30",
localId: 30,
// Card informations
name: {
en: "Shuppet",
fr: "Polichombr",
},
hp: 60,
type: [
Type.PSYCHIC,
],
dexId: 353,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/30/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/30/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/30/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/30/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 22,
name: "Yukiko Baba"
},
attacks: [{
cost: [
Type.PSYCHIC
],
name: {
en: "Bleh",
fr: "Nananère",
},
text: {
en: "Discard a Special Energy attached to 1 of your opponent's Pokémon.",
fr: "Défaussez une Énergie spéciale attachée à l'un des Pokémon de votre adversaire.",
},
}],
weaknesses: [{
type: Type.DARKNESS,
value: "×2"
}],
resistances: [{
type: Type.FIGHTING,
value: "-20"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

102
cards/xy/xy6/31.ts Normal file
View File

@ -0,0 +1,102 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-31",
localId: 31,
// Card informations
name: {
en: "Banette",
fr: "Branette",
},
hp: 80,
type: [
Type.PSYCHIC,
],
dexId: 354,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/31/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/31/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/31/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/31/high.png",
},
},
evolveFrom: {
en: "Shuppet",
fr: "Polichombr",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 43,
name: "Aya Kusube"
},
abilities: [{
id: 400,
type: AbilityType.TALENT,
name: {
en: "Tool Concealment",
fr: "Outil Masqué",
},
text: {
en: "Each Pokémon Tool card in play has no effect.",
fr: "Chaque carte Outil Pokémon en jeu n'a aucun effet.",
}
}],
attacks: [{
cost: [
Type.PSYCHIC,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Psyshot",
fr: "Piqûre Psy",
},
damage: 60
}],
weaknesses: [{
type: Type.DARKNESS,
value: "×2"
}],
resistances: [{
type: Type.FIGHTING,
value: "-20"
}],
retreat: 1,
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

115
cards/xy/xy6/32.ts Normal file
View File

@ -0,0 +1,115 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-32",
localId: 32,
// Card informations
name: {
en: "Banette",
fr: "Branette",
},
hp: 90,
type: [
Type.PSYCHIC,
],
dexId: 354,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/32/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/32/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/32/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/32/high.png",
},
},
evolveFrom: {
en: "Shuppet",
fr: "Polichombr",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 19,
name: "Shin Nagasawa"
},
abilities: [{
id: -1,
type: AbilityType.ANCIENTTRAIT,
name: {
fr: "Évolution Δ",
},
text: {
fr: "Vous pouvez jouer cette carte de votre main pour faire évoluer un Pokémon pendant votre premier tour ou pendant le tour où vous le jouez.",
}
}],
attacks: [{
cost: [
Type.PSYCHIC
],
name: {
en: "Evolution Jammer",
fr: "Bloqueur d'Évolution",
},
text: {
en: "Your opponent can't play any Pokémon from his or her hand to evolve his or her Pokémon during his or her next turn.",
fr: "Aucun joueur ne peut jouer de Pokémon de sa main pour faire évoluer ses Pokémon pendant son prochain tour.",
},
damage: 20
},{
cost: [
Type.PSYCHIC,
Type.COLORLESS
],
name: {
en: "Curse Deeply",
fr: "Malédiction Intense",
},
text: {
en: "Put 5 damage counters on your opponent's Active Pokémon.",
fr: "Placez 5 marqueurs de dégâts sur le Pokémon Actif de votre adversaire.",
},
}],
weaknesses: [{
type: Type.DARKNESS,
value: "×2"
}],
resistances: [{
type: Type.FIGHTING,
value: "-20"
}],
retreat: 1,
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

100
cards/xy/xy6/33.ts Normal file
View File

@ -0,0 +1,100 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-33",
localId: 33,
// Card informations
name: {
en: "Deoxys",
fr: "Deoxys",
},
hp: 110,
type: [
Type.PSYCHIC,
],
dexId: 386,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/33/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/33/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/33/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/33/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 27,
name: "kawayoo"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Close Encounter",
fr: "Rencontre de l'Au-delà",
},
text: {
en: "If you go first, you can use this attack on your first turn. Draw 2 cards.",
fr: "Si vous jouez en premier, vous pouvez utiliser cette attaque lors de votre premier tour. Piochez 2 cartes.",
},
},{
cost: [
Type.PSYCHIC,
Type.COLORLESS
],
name: {
en: "Overdrive Smash",
fr: "Boost Atomisant",
},
text: {
en: "During your next turn, this Pokémon's Overdrive Smash attack does 60 more damage (before applying Weakness and Resistance).",
fr: "Pendant votre prochain tour, l'attaque Boost Atomisant de ce Pokémon inflige 60 dégâts supplémentaires (avant application de la Faiblesse et de la Résistance).",
},
damage: 30
}],
weaknesses: [{
type: Type.PSYCHIC,
value: "×2"
}],
retreat: 1,
rarity: Rarity.RareHolo,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

103
cards/xy/xy6/34.ts Normal file
View File

@ -0,0 +1,103 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-34",
localId: 34,
// Card informations
name: {
en: "Gallade-EX",
fr: "Gallame-EX",
},
hp: 170,
type: [
Type.PSYCHIC,
],
dexId: 475,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/34/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/34/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/34/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/34/high.png",
},
},
evolveFrom: {},
tags: [
Tag.EX,
],
illustrator: {
id: 38,
name: "Eske Yoshinob"
},
attacks: [{
cost: [
Type.PSYCHIC,
Type.COLORLESS
],
name: {
en: "Swift Lunge",
fr: "Estocade",
},
text: {
en: "You may have your opponent switch his or her Active Pokémon with 1 of his or her Benched Pokémon.",
fr: "Vous pouvez demander à votre adversaire d'échanger son Pokémon Actif avec l'un de ses Pokémon de Banc.",
},
damage: 30
},{
cost: [
Type.PSYCHIC,
Type.PSYCHIC,
Type.PSYCHIC
],
name: {
en: "Piercing Prizes",
fr: "Percée Récompense",
},
text: {
en: "This attack does 20 more damage for each of your remaining Prize cards.",
fr: "Cette attaque inflige 20 dégâts supplémentaires pour chacune des cartes Récompense qu'il vous reste.",
},
damage: 50
}],
weaknesses: [{
type: Type.PSYCHIC,
value: "×2"
}],
retreat: 2,
rarity: Rarity.RareHoloEX,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

104
cards/xy/xy6/35.ts Normal file
View File

@ -0,0 +1,104 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-35",
localId: 35,
// Card informations
name: {
en: "M Gallade-EX",
fr: "M Gallame-EX",
},
hp: 220,
type: [
Type.PSYCHIC,
],
dexId: 475,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/35/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/35/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/35/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/35/high.png",
},
},
evolveFrom: {
en: "Gallade-EX",
fr: "Gallame-EX",
},
tags: [
Tag.MEGA,
],
illustrator: {
id: 4,
name: "5ban Graphics"
},
attacks: [{
cost: [
Type.PSYCHIC,
Type.PSYCHIC,
Type.COLORLESS
],
name: {
en: "Unwavering Blade",
fr: "Règle des Méga-Évolutions",
},
text: {
en: "This attack does 30 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.)",
},
damage: 110
},{
cost: [
Type.PSYCHIC,
Type.PSYCHIC,
Type.COLORLESS
],
name: {
fr: "Lame Impitoyable",
},
text: {
fr: "Cette attaque inflige 30 dégâts à chacun des Pokémon de Banc de votre adversaire ayant au moins 1 marqueur de dégâts. (N'appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
},
damage: 110
}],
weaknesses: [{
type: Type.PSYCHIC,
value: "×2"
}],
retreat: 2,
rarity: Rarity.RareHoloEX,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

86
cards/xy/xy6/36.ts Normal file
View File

@ -0,0 +1,86 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-36",
localId: 36,
// Card informations
name: {
en: "Gligar",
fr: "Scorplane",
},
hp: 70,
type: [
Type.FIGHTING,
],
dexId: 207,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/36/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/36/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/36/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/36/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 29,
name: "Suwama Chiaki"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Stun Poison",
fr: "Poison Neural",
},
text: {
en: "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed and Poisoned.",
fr: "Lancez une pièce. Si c'est face, le Pokémon Actif de votre adversaire est maintenant Paralysé et Empoisonné.",
},
}],
weaknesses: [{
type: Type.WATER,
value: "×2"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

100
cards/xy/xy6/37.ts Normal file
View File

@ -0,0 +1,100 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-37",
localId: 37,
// Card informations
name: {
en: "Gliscor",
fr: "Scorvol",
},
hp: 90,
type: [
Type.FIGHTING,
],
dexId: 472,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/37/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/37/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/37/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/37/high.png",
},
},
evolveFrom: {
en: "Gligar",
fr: "Scorplane",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 30,
name: "Hajime Kusajima"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Rock Slide",
fr: "Éboulement",
},
text: {
en: "This attack does 20 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
fr: "Cette attaque inflige 20 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.)",
},
damage: 20
},{
cost: [
Type.FIGHTING,
Type.COLORLESS
],
name: {
en: "Slash",
fr: "Tranche",
},
damage: 40
}],
weaknesses: [{
type: Type.WATER,
value: "×2"
}],
retreat: 1,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

97
cards/xy/xy6/38.ts Normal file
View File

@ -0,0 +1,97 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-38",
localId: 38,
// Card informations
name: {
en: "Binacle",
fr: "Opermine",
},
hp: 60,
type: [
Type.FIGHTING,
],
dexId: 688,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/38/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/38/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/38/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/38/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 40,
name: "Kanako Eo"
},
attacks: [{
cost: [
Type.FIGHTING
],
name: {
en: "Sand Attack",
fr: "Jet de Sable",
},
text: {
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 cest pile, son attaque ne fait rien.",
},
},{
cost: [
Type.FIGHTING,
Type.FIGHTING,
Type.COLORLESS
],
name: {
en: "Mud-Slap",
fr: "Coud'Boue",
},
damage: 40
}],
weaknesses: [{
type: Type.GRASS,
value: "×2"
}],
retreat: 2,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

101
cards/xy/xy6/39.ts Normal file
View File

@ -0,0 +1,101 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-39",
localId: 39,
// Card informations
name: {
en: "Hawlucha",
fr: "Brutalibré",
},
hp: 80,
type: [
Type.FIGHTING,
],
dexId: 701,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/39/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/39/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/39/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/39/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 19,
name: "Shin Nagasawa"
},
attacks: [{
cost: [
Type.FIGHTING
],
name: {
en: "Tackle",
fr: "Charge",
},
damage: 10
},{
cost: [
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Midair Strike",
fr: "Coup en l'Air",
},
text: {
en: "Flip a coin. If heads, this attack does 40 more damage.",
fr: "Lancez une pièce. Si c'est face, cette attaque inflige 40 dégâts supplémentaires.",
},
damage: 40
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "×2"
}],
resistances: [{
type: Type.FIGHTING,
value: "-20"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

90
cards/xy/xy6/4.ts Normal file
View File

@ -0,0 +1,90 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-4",
localId: 4,
// Card informations
name: {
en: "Silcoon",
fr: "Armulys",
},
hp: 80,
type: [
Type.GRASS,
],
dexId: 266,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/4/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/4/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/4/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/4/high.png",
},
},
evolveFrom: {
en: "Wurmple",
fr: "Chenipotte",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 49,
name: "Shigenori Negishi"
},
attacks: [{
cost: [
Type.GRASS
],
name: {
en: "String Shot",
fr: "Sécrétion",
},
text: {
en: "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed.",
fr: "Lancez une pièce. Si c'est face, le Pokémon Actif de votre adversaire est maintenant Paralysé.",
},
damage: 10
}],
weaknesses: [{
type: Type.FIRE,
value: "×2"
}],
retreat: 3,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

102
cards/xy/xy6/40.ts Normal file
View File

@ -0,0 +1,102 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-40",
localId: 40,
// Card informations
name: {
en: "Absol",
fr: "Absol",
},
hp: 100,
type: [
Type.DARKNESS,
],
dexId: 359,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/40/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/40/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/40/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/40/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 0,
name: "Kagemaru Himeno"
},
abilities: [{
id: 31,
type: AbilityType.TALENT,
name: {
en: "Cursed Eyes",
fr: "Yeux Maléfiques",
},
text: {
en: "When you play this Pokémon from your hand onto your Bench, you may move 3 damage counters from 1 of your opponent's Pokémon to another of his or her Pokémon.",
fr: "Lorsque vous jouez ce Pokémon de votre main sur votre Banc, vous pouvez déplacer 3 marqueurs de dégâts de l'un des Pokémon de votre adversaire vers un autre de ses Pokémon.",
}
}],
attacks: [{
cost: [
Type.DARKNESS,
Type.COLORLESS
],
name: {
en: "Mach Claw",
fr: "Instagriffe",
},
text: {
en: "This attack's damage isn't affected by Resistance.",
fr: "Les dégâts de cette attaque ne sont pas affectés par la Résistance.",
},
damage: 30
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
resistances: [{
type: Type.PSYCHIC,
value: "-20"
}],
retreat: 1,
rarity: Rarity.RareHolo,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

103
cards/xy/xy6/41.ts Normal file
View File

@ -0,0 +1,103 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-41",
localId: 41,
// Card informations
name: {
en: "Inkay",
fr: "Sepiatop",
},
hp: 50,
type: [
Type.DARKNESS,
],
dexId: 686,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/41/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/41/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/41/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/41/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 48,
name: "Akira Komayama"
},
attacks: [{
cost: [
Type.DARKNESS
],
name: {
en: "Rip Off",
fr: "Arnaque",
},
text: {
en: "Choose a random card from your opponent's hand. Your opponent reveals that card and shuffles it into his or her deck.",
fr: "Choisissez une carte au hasard de la main de votre adversaire. Votre adversaire montre la carte choisie et la mélange avec son deck.",
},
},{
cost: [
Type.DARKNESS,
Type.COLORLESS
],
name: {
en: "Psybeam",
fr: "Rafale Psy",
},
text: {
en: "Flip a coin. If heads, your opponent's Active Pokémon is now Confused.",
fr: "Lancez une pièce. Si c'est face, le Pokémon Actif de votre adversaire est maintenant Confus.",
},
damage: 20
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
resistances: [{
type: Type.PSYCHIC,
value: "-20"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

102
cards/xy/xy6/42.ts Normal file
View File

@ -0,0 +1,102 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-42",
localId: 42,
// Card informations
name: {
en: "Jirachi",
fr: "Jirachi",
},
hp: 70,
type: [
Type.METAL,
],
dexId: 385,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/42/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/42/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/42/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/42/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 39,
name: "Sanosuke Sakuma"
},
attacks: [{
cost: [
Type.METAL
],
name: {
en: "Diminutive Desire",
fr: "Infimreket",
},
text: {
en: "Look at the top 7 cards of your deck and put 1 of them into your hand. Shuffle the other cards back into your deck.",
fr: "Regardez les 7 cartes du dessus de votre deck et ajoutez 1 d'entre elles à votre main. Mélangez les autres cartes avec votre deck.",
},
},{
cost: [
Type.METAL,
Type.COLORLESS
],
name: {
en: "Doom Desire",
fr: "Carnareket",
},
text: {
en: "Discard all Energy attached to this Pokémon. The Defending Pokémon is Knocked Out at the end of your opponent's next turn.",
fr: "Défaussez toutes les Énergies attachées à ce Pokémon. Le Pokémon Défenseur est mis K.O. à la fin du prochain tour de votre adversaire.",
},
}],
weaknesses: [{
type: Type.FIRE,
value: "×2"
}],
resistances: [{
type: Type.PSYCHIC,
value: "-20"
}],
retreat: 1,
rarity: Rarity.RareHolo,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

90
cards/xy/xy6/43.ts Normal file
View File

@ -0,0 +1,90 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-43",
localId: 43,
// Card informations
name: {
en: "Togepi",
fr: "Togepi",
},
hp: 40,
type: [
Type.FAIRY,
],
dexId: 175,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/43/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/43/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/43/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/43/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 105,
name: "HiRON"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Sweet Kiss",
fr: "Doux Baiser",
},
text: {
en: "Your opponent draws a card.",
fr: "Votre adversaire pioche une carte.",
},
damage: 10
}],
weaknesses: [{
type: Type.METAL,
value: "×2"
}],
resistances: [{
type: Type.DARKNESS,
value: "-20"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

103
cards/xy/xy6/44.ts Normal file
View File

@ -0,0 +1,103 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-44",
localId: 44,
// Card informations
name: {
en: "Togetic",
fr: "Togetic",
},
hp: 80,
type: [
Type.FAIRY,
],
dexId: 176,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/44/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/44/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/44/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/44/high.png",
},
},
evolveFrom: {
en: "Togepi",
fr: "Togepi",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 40,
name: "Kanako Eo"
},
attacks: [{
cost: [
Type.FAIRY
],
name: {
en: "Go Fetch",
fr: "Récup'",
},
text: {
en: "Shuffle 3 basic Energy cards from your discard pile into your deck.",
fr: "Mélangez 3 cartes Énergie de base de votre pile de défausse avec votre deck.",
},
},{
cost: [
Type.FAIRY,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Fairy Wind",
fr: "Vent Féérique",
},
damage: 40
}],
weaknesses: [{
type: Type.METAL,
value: "×2"
}],
resistances: [{
type: Type.DARKNESS,
value: "-20"
}],
retreat: 1,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

108
cards/xy/xy6/45.ts Normal file
View File

@ -0,0 +1,108 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-45",
localId: 45,
// Card informations
name: {
en: "Togekiss",
fr: "Togekiss",
},
hp: 140,
type: [
Type.FAIRY,
],
dexId: 468,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/45/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/45/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/45/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/45/high.png",
},
},
evolveFrom: {
en: "Togetic",
fr: "Togetic",
},
tags: [
Tag.STAGE2,
],
illustrator: {
id: 7,
name: "Sumiyoshi Kizuki"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Powerful Slap",
fr: "Grosse Baffe",
},
text: {
en: "Flip a coin for each Energy attached to this Pokémon. This attack does 50 damage times the number of heads.",
fr: "Lancez une pièce pour chaque Énergie attachée à ce Pokémon. Cette attaque inflige 50 dégâts multipliés par le nombre de côtés face.",
},
damage: 50
},{
cost: [
Type.FAIRY,
Type.FAIRY,
Type.COLORLESS
],
name: {
en: "Aura Sphere",
fr: "Aurasphère",
},
text: {
en: "This attack does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
fr: "Cette attaque inflige 20 dégâts à l'un des Pokémon de Banc de votre adversaire. (N'appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
},
damage: 70
}],
weaknesses: [{
type: Type.METAL,
value: "×2"
}],
resistances: [{
type: Type.DARKNESS,
value: "-20"
}],
retreat: 2,
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

102
cards/xy/xy6/46.ts Normal file
View File

@ -0,0 +1,102 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-46",
localId: 46,
// Card informations
name: {
en: "Togekiss",
fr: "Togekiss",
},
hp: 130,
type: [
Type.FAIRY,
],
dexId: 468,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/46/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/46/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/46/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/46/high.png",
},
},
evolveFrom: {
en: "Togetic",
fr: "Togetic",
},
tags: [
Tag.STAGE2,
],
illustrator: {
id: 116,
name: "PLANETA"
},
abilities: [{
id: 200,
type: AbilityType.TALENT,
name: {
en: "Serene Grace",
fr: "Évolution Δ",
},
text: {
en: "When you play this Pokémon from your hand to evolve 1 of your Pokémon, you may look at the top 8 cards of your deck. Choose any basic Energy cards you find there and attach them to your Pokémon in any way you like. Shuffle the other cards back into your deck.",
fr: "Vous pouvez jouer cette carte de votre main pour faire évoluer un Pokémon pendant votre premier tour ou pendant le tour où vous le jouez.",
}
}],
attacks: [{
cost: [
Type.FAIRY,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Fairy Wind",
fr: "Vent Féérique",
},
damage: 60
}],
weaknesses: [{
type: Type.METAL,
value: "×2"
}],
resistances: [{
type: Type.DARKNESS,
value: "-20"
}],
retreat: 1,
rarity: Rarity.RareHolo,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

103
cards/xy/xy6/47.ts Normal file
View File

@ -0,0 +1,103 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-47",
localId: 47,
// Card informations
name: {
en: "Carbink",
fr: "Strassie",
},
hp: 70,
type: [
Type.FAIRY,
],
dexId: 703,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/47/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/47/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/47/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/47/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 48,
name: "Akira Komayama"
},
abilities: [{
id: 736,
type: AbilityType.TALENT,
name: {
en: "Jewel Armor",
fr: "Armure Joyau",
},
text: {
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 opponent's).",
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: [{
cost: [
Type.FAIRY,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Spin Tackle",
fr: "Charge Tournoyante",
},
text: {
en: "Flip a coin. If tails, this Pokémon does 20 damage to itself.",
fr: "Lancez une pièce. Si c'est pile, ce Pokémon s'inflige 20 dégâts.",
},
damage: 60
}],
weaknesses: [{
type: Type.METAL,
value: "×2"
}],
resistances: [{
type: Type.DARKNESS,
value: "-20"
}],
retreat: 2,
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

103
cards/xy/xy6/48.ts Normal file
View File

@ -0,0 +1,103 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-48",
localId: 48,
// Card informations
name: {
en: "Klefki",
fr: "Trousselin",
},
hp: 60,
type: [
Type.FAIRY,
],
dexId: 707,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/48/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/48/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/48/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/48/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 0,
name: "Kagemaru Himeno"
},
attacks: [{
cost: [
Type.FAIRY
],
name: {
en: "Look for Keys",
fr: "Recherch'Clés",
},
text: {
en: "Reveal cards from the top of your deck until you reveal an Item card. Put it into your hand. Shuffle the other cards back into your deck.",
fr: "Montrez des cartes du dessus de votre deck jusqu'à ce que vous montriez une carte Objet. Ajoutez-la à votre main. Mélangez les autres cartes avec votre deck.",
},
},{
cost: [
Type.FAIRY,
Type.COLORLESS
],
name: {
en: "Play Rough",
fr: "Câlinerie",
},
text: {
en: "Flip a coin. If heads, this attack does 20 more damage.",
fr: "Lancez une pièce. Si c'est face, cette attaque inflige 20 dégâts supplémentaires.",
},
damage: 20
}],
weaknesses: [{
type: Type.METAL,
value: "×2"
}],
resistances: [{
type: Type.DARKNESS,
value: "-20"
}],
retreat: 1,
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

97
cards/xy/xy6/49.ts Normal file
View File

@ -0,0 +1,97 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-49",
localId: 49,
// Card informations
name: {
en: "Dratini",
fr: "Minidraco",
},
hp: 50,
type: [
Type.DRAGON,
],
dexId: 147,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/49/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/49/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/49/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/49/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 37,
name: "Miki Tanaka"
},
attacks: [{
cost: [
Type.GRASS
],
name: {
en: "Hook",
fr: "Crochet",
},
damage: 10
},{
cost: [
Type.LIGHTNING,
Type.COLORLESS
],
name: {
en: "Slam",
fr: "Souplesse",
},
text: {
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
}],
weaknesses: [{
type: Type.FAIRY,
value: "×2"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

103
cards/xy/xy6/5.ts Normal file
View File

@ -0,0 +1,103 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-5",
localId: 5,
// Card informations
name: {
en: "Beautifly",
fr: "Charmillon",
},
hp: 130,
type: [
Type.GRASS,
],
dexId: 267,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/5/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/5/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/5/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/5/high.png",
},
},
evolveFrom: {
en: "Silcoon",
fr: "Armulys",
},
tags: [
Tag.STAGE2,
],
illustrator: {
id: 2,
name: "Midori Harada"
},
abilities: [{
id: 758,
type: AbilityType.TALENT,
name: {
en: "Miraculous Scales",
fr: "Écailles Miraculeuses",
},
text: {
en: "Prevent all damage done to this Pokémon by attacks from your opponent's Pokémon-EX.",
fr: "Évitez tous les dégâts infligés à ce Pokémon par des attaques des Pokémon-EX de votre adversaire.",
}
}],
attacks: [{
cost: [
Type.GRASS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Whirlwind",
fr: "Cyclone",
},
text: {
en: "You may have your opponent switch his or her Active Pokémon with 1 of his or her Benched Pokémon.",
fr: "Vous pouvez demander à votre adversaire d'échanger son Pokémon Actif avec l'un de ses Pokémon de Banc.",
},
damage: 80
}],
weaknesses: [{
type: Type.FIRE,
value: "×2"
}],
rarity: Rarity.RareHolo,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

104
cards/xy/xy6/50.ts Normal file
View File

@ -0,0 +1,104 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-50",
localId: 50,
// Card informations
name: {
en: "Dragonair",
fr: "Draco",
},
hp: 80,
type: [
Type.DRAGON,
],
dexId: 148,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/50/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/50/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/50/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/50/high.png",
},
},
evolveFrom: {
en: "Dratini",
fr: "Minidraco",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 3,
name: "Mizue"
},
attacks: [{
cost: [
Type.GRASS
],
name: {
en: "Shed Skin",
fr: "Mue",
},
text: {
en: "Heal 30 damage from this Pokémon.",
fr: "Soignez 30 dégâts à ce Pokémon.",
},
},{
cost: [
Type.GRASS,
Type.LIGHTNING,
Type.COLORLESS
],
name: {
en: "Slam",
fr: "Souplesse",
},
text: {
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
}],
weaknesses: [{
type: Type.FAIRY,
value: "×2"
}],
retreat: 2,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

103
cards/xy/xy6/51.ts Normal file
View File

@ -0,0 +1,103 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-51",
localId: 51,
// Card informations
name: {
en: "Dragonite",
fr: "Dracolosse",
},
hp: 150,
type: [
Type.DRAGON,
],
dexId: 149,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/51/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/51/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/51/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/51/high.png",
},
},
evolveFrom: {
en: "Dragonair",
fr: "Draco",
},
tags: [
Tag.STAGE2,
],
illustrator: {
id: 27,
name: "kawayoo"
},
abilities: [{
id: 774,
type: AbilityType.TALENT,
name: {
en: "Max Wind",
fr: "Vent Max",
},
text: {
en: "When you play this Pokémon from your hand to evolve 1 of your Pokémon, you may heal all damage from 1 of your Pokémon.",
fr: "Lorsque vous jouez ce Pokémon de votre main pour faire évoluer l'un de vos Pokémon, vous pouvez soigner tous les dégâts de l'un de vos Pokémon.",
}
}],
attacks: [{
cost: [
Type.GRASS,
Type.LIGHTNING,
Type.COLORLESS
],
name: {
en: "Mach Press",
fr: "Mach Press",
},
text: {
en: "Flip 2 coins. If both of them are heads, your opponent's Active Pokémon is now Paralyzed.",
fr: "Lancez 2 pièces. Si vous obtenez 2 côtés face, le Pokémon Actif de votre adversaire est maintenant Paralysé.",
},
damage: 80
}],
weaknesses: [{
type: Type.FAIRY,
value: "×2"
}],
retreat: 3,
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

111
cards/xy/xy6/52.ts Normal file
View File

@ -0,0 +1,111 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-52",
localId: 52,
// Card informations
name: {
en: "Dragonite",
fr: "Dracolosse",
},
hp: 160,
type: [
Type.DRAGON,
],
dexId: 149,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/52/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/52/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/52/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/52/high.png",
},
},
evolveFrom: {
en: "Dragonair",
fr: "Draco",
},
tags: [
Tag.STAGE2,
],
illustrator: {
id: 138,
name: "hatachu"
},
abilities: [{
id: -1,
type: AbilityType.ANCIENTTRAIT,
name: {
fr: "Plus Δ",
},
text: {
fr: "Si le Pokémon de votre adversaire est mis K.O. par les dégâts d'une attaque de ce Pokémon, récupérez une carte Récompense supplémentaire.",
}
}],
attacks: [{
cost: [
Type.LIGHTNING
],
name: {
en: "Wrapped in Wind",
fr: "Enveloppement Éolien",
},
text: {
en: "Attach up to 2 basic Energy cards from your hand to this Pokémon.",
fr: "Attachez jusqu'à 2 cartes Énergie de base de votre main à ce Pokémon.",
},
},{
cost: [
Type.GRASS,
Type.GRASS,
Type.GRASS,
Type.LIGHTNING,
Type.COLORLESS
],
name: {
en: "Heavy Impact",
fr: "Gros Impact",
},
damage: 150
}],
weaknesses: [{
type: Type.FAIRY,
value: "×2"
}],
retreat: 4,
rarity: Rarity.RareHolo,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

103
cards/xy/xy6/53.ts Normal file
View File

@ -0,0 +1,103 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-53",
localId: 53,
// Card informations
name: {
en: "Altaria",
fr: "Altaria",
},
hp: 80,
type: [
Type.DRAGON,
],
dexId: 334,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/53/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/53/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/53/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/53/high.png",
},
},
evolveFrom: {
en: "Swablu",
fr: "Tylton",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 9,
name: "Mitsuhiro Arita"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Song of Echoes",
fr: "Écho Mélodique",
},
text: {
en: "Shuffle your hand into your deck. Then, draw a number of cards equal to the number of Benched Pokémon (both yours and your opponent's).",
fr: "Mélangez votre main avec votre deck. Ensuite, piochez un nombre de cartes égal au nombre de Pokémon de Banc (les vôtres et ceux de votre adversaire).",
},
},{
cost: [
Type.WATER,
Type.METAL
],
name: {
en: "Midnight Eyes",
fr: "Yeux de Minuit",
},
text: {
en: "Your opponent's Active Pokémon is now Asleep.",
fr: "Le Pokémon Actif de votre adversaire est maintenant Endormi.",
},
damage: 30
}],
weaknesses: [{
type: Type.FAIRY,
value: "×2"
}],
retreat: 1,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

88
cards/xy/xy6/54.ts Normal file
View File

@ -0,0 +1,88 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-54",
localId: 54,
// Card informations
name: {
en: "Bagon",
fr: "Draby",
},
hp: 60,
type: [
Type.DRAGON,
],
dexId: 371,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/54/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/54/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/54/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/54/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 0,
name: "Kagemaru Himeno"
},
attacks: [{
cost: [
Type.FIRE,
Type.COLORLESS
],
name: {
en: "Continuous Headbutt",
fr: "Coup d'Boule Sans Fin",
},
text: {
en: "Flip a coin until you get tails. This attack does 30 damage times the number of heads.",
fr: "Lancez une pièce jusqu'à ce que vous obteniez un côté pile. Cette attaque inflige 30 dégâts multipliés par le nombre de côtés face.",
},
damage: 30
}],
weaknesses: [{
type: Type.FAIRY,
value: "×2"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

100
cards/xy/xy6/55.ts Normal file
View File

@ -0,0 +1,100 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-55",
localId: 55,
// Card informations
name: {
en: "Bagon",
fr: "Draby",
},
hp: 60,
type: [
Type.DRAGON,
],
dexId: 371,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/55/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/55/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/55/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/55/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 95,
name: "kirisAki"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Leer",
fr: "Groz'Yeux",
},
text: {
en: "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed.",
fr: "Lancez une pièce. Si c'est face, le Pokémon Actif de votre adversaire est maintenant Paralysé.",
},
},{
cost: [
Type.FIRE,
Type.WATER
],
name: {
en: "Almost Flight",
fr: "Tentative d'Envol",
},
text: {
en: "This Pokémon does 10 damage to itself.",
fr: "Ce Pokémon s'inflige 10 dégâts.",
},
damage: 30
}],
weaknesses: [{
type: Type.FAIRY,
value: "×2"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

99
cards/xy/xy6/56.ts Normal file
View File

@ -0,0 +1,99 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-56",
localId: 56,
// Card informations
name: {
en: "Shelgon",
fr: "Drackhaus",
},
hp: 80,
type: [
Type.DRAGON,
],
dexId: 372,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/56/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/56/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/56/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/56/high.png",
},
},
evolveFrom: {
en: "Bagon",
fr: "Draby",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 24,
name: "sui"
},
abilities: [{
id: 276,
type: AbilityType.TALENT,
name: {
en: "Exoskeleton",
fr: "Exosquelette",
},
text: {
en: "Any damage done to this Pokémon by attacks is reduced by 10 (after applying Weakness and Resistance).",
fr: "Tous les dégâts infligés à ce Pokémon par des attaques sont réduits de 10 (après application de la Faiblesse et de la Résistance).",
}
}],
attacks: [{
cost: [
Type.FIRE,
Type.WATER,
Type.COLORLESS
],
name: {
en: "Rolling Tackle",
fr: "Roulé-Boulé",
},
damage: 60
}],
weaknesses: [{
type: Type.FAIRY,
value: "×2"
}],
retreat: 3,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

121
cards/xy/xy6/57.ts Normal file
View File

@ -0,0 +1,121 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-57",
localId: 57,
// Card informations
name: {
en: "Salamence",
fr: "Drattak",
},
hp: 160,
type: [
Type.DRAGON,
],
dexId: 373,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/57/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/57/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/57/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/57/high.png",
},
},
evolveFrom: {
en: "Shelgon",
fr: "Drackhaus",
},
tags: [
Tag.STAGE2,
],
illustrator: {
id: 20,
name: "TOKIYA"
},
attacks: [{
cost: [
Type.FIRE
],
name: {
en: "Shatter",
fr: "Fracas",
},
text: {
en: "Discard any Stadium card in play.",
fr: "Défaussez toute carte Stade en jeu.",
},
damage: 60
},{
cost: [
Type.WATER,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Power Howl",
fr: "Hurlement Puissant",
},
text: {
en: "This attack does 20 damage times the number of cards in your opponent's hand.",
fr: "Cette attaque inflige 20 dégâts multipliés par le nombre de cartes dans la main de votre adversaire.",
},
damage: 20
},{
cost: [
Type.FIRE,
Type.FIRE,
Type.WATER,
Type.COLORLESS
],
name: {
en: "Steam Blast",
fr: "Geyser de Vapeur",
},
text: {
en: "Discard 3 Energy attached to this Pokémon.",
fr: "Défaussez 3 Énergies attachées à ce Pokémon.",
},
damage: 170
}],
weaknesses: [{
type: Type.FAIRY,
value: "×2"
}],
retreat: 4,
rarity: Rarity.RareHolo,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

103
cards/xy/xy6/58.ts Normal file
View File

@ -0,0 +1,103 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-58",
localId: 58,
// Card informations
name: {
en: "Latios-EX",
fr: "Latios-EX",
},
hp: 170,
type: [
Type.DRAGON,
],
dexId: 381,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/58/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/58/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/58/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/58/high.png",
},
},
evolveFrom: {},
tags: [
Tag.EX,
],
illustrator: {
id: 6,
name: "Ayaka Yoshida"
},
attacks: [{
cost: [
Type.PSYCHIC
],
name: {
en: "Fast Raid",
fr: "Raid Éclair",
},
text: {
en: "If you go first, you can use this attack on your first turn.",
fr: "Si vous jouez en premier, vous pouvez utiliser cette attaque lors de votre premier tour.",
},
damage: 40
},{
cost: [
Type.WATER,
Type.PSYCHIC,
Type.PSYCHIC,
Type.COLORLESS
],
name: {
en: "Light Pulse",
fr: "Vibrumineuse",
},
text: {
en: "Prevent all effects of your opponent's attacks, except damage, done to this Pokémon during your opponent's next turn.",
fr: "Évitez tous les effets des attaques de votre adversaire, excepté les dégâts, infligés à ce Pokémon pendant le prochain tour de votre adversaire.",
},
damage: 110
}],
weaknesses: [{
type: Type.FAIRY,
value: "×2"
}],
retreat: 2,
rarity: Rarity.RareHoloEX,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

102
cards/xy/xy6/59.ts Normal file
View File

@ -0,0 +1,102 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-59",
localId: 59,
// Card informations
name: {
en: "M Latios-EX",
fr: "M Latios-EX",
},
hp: 220,
type: [
Type.DRAGON,
],
dexId: 381,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/59/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/59/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/59/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/59/high.png",
},
},
evolveFrom: {
en: "Latios-EX",
fr: "Latios-EX",
},
tags: [
Tag.MEGA,
],
illustrator: {
id: 4,
name: "5ban Graphics"
},
attacks: [{
cost: [
Type.WATER,
Type.PSYCHIC,
Type.COLORLESS
],
name: {
en: "Sonic Ace",
fr: "Règle des Méga-Évolutions",
},
text: {
en: "Discard 2 Energy attached to this Pokémon. This attack does 120 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
},
},{
cost: [
Type.WATER,
Type.PSYCHIC,
Type.COLORLESS
],
name: {
fr: "Prodige Sonique",
},
text: {
fr: "Défaussez 2 Énergies attachées à ce Pokémon. Cette attaque inflige 120 dégâts à l'un des Pokémon de votre adversaire. (N'appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
},
}],
weaknesses: [{
type: Type.FAIRY,
value: "×2"
}],
rarity: Rarity.RareHoloEX,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

102
cards/xy/xy6/6.ts Normal file
View File

@ -0,0 +1,102 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-6",
localId: 6,
// Card informations
name: {
en: "Cascoon",
fr: "Blindalys",
},
hp: 80,
type: [
Type.GRASS,
],
dexId: 268,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/6/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/6/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/6/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/6/high.png",
},
},
evolveFrom: {
en: "Wurmple",
fr: "Chenipotte",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 46,
name: "MAHOU"
},
attacks: [{
cost: [
Type.GRASS
],
name: {
en: "Poison Sting",
fr: "Dard-Venin",
},
text: {
en: "Your opponent's Active Pokémon is now Poisoned.",
fr: "Le Pokémon Actif de votre adversaire est maintenant Empoisonné.",
},
},{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Iron Defense",
fr: "Mur de Fer",
},
text: {
en: "Flip a coin. If heads, prevent all damage done to this Pokémon by attacks during your opponent's next turn.",
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 adversaire.",
},
}],
weaknesses: [{
type: Type.FIRE,
value: "×2"
}],
retreat: 3,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

100
cards/xy/xy6/60.ts Normal file
View File

@ -0,0 +1,100 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-60",
localId: 60,
// Card informations
name: {
en: "Rayquaza-EX",
fr: "Rayquaza-EX",
},
hp: 180,
type: [
Type.DRAGON,
],
dexId: 384,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/60/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/60/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/60/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/60/high.png",
},
},
evolveFrom: {},
tags: [
Tag.EX,
],
illustrator: {
id: 116,
name: "PLANETA"
},
attacks: [{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Dragon Claw",
fr: "Dracogriffe",
},
damage: 30
},{
cost: [
Type.FIRE,
Type.FIRE,
Type.LIGHTNING,
Type.COLORLESS
],
name: {
en: "Dragon Strike",
fr: "Frappe du Dragon",
},
text: {
en: "Flip a coin. If tails, this Pokémon can't use Dragon Strike during your next turn.",
fr: "Lancez une pièce. Si c'est pile, ce Pokémon ne peut pas utiliser Frappe du Dragon pendant votre prochain tour.",
},
damage: 130
}],
weaknesses: [{
type: Type.FAIRY,
value: "×2"
}],
retreat: 2,
rarity: Rarity.RareHoloEX,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

117
cards/xy/xy6/61.ts Normal file
View File

@ -0,0 +1,117 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-61",
localId: 61,
// Card informations
name: {
en: "M Rayquaza-EX",
fr: "M Rayquaza-EX",
},
hp: 230,
type: [
Type.DRAGON,
],
dexId: 384,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/61/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/61/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/61/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/61/high.png",
},
},
evolveFrom: {
en: "Rayquaza-EX",
fr: "Rayquaza-EX",
},
tags: [
Tag.MEGA,
],
illustrator: {
id: 4,
name: "5ban Graphics"
},
abilities: [{
id: -1,
type: AbilityType.ANCIENTTRAIT,
name: {
fr: "Jungle Δ",
},
text: {
fr: "Tous les dégâts infligés à ce Pokémon par des attaques des Pokémon Grass, Fire, Water ou Lightning de votre adversaire sont réduits de 20 (après application de la Faiblesse et de la Résistance).",
}
}],
attacks: [{
cost: [
Type.FIRE,
Type.FIRE,
Type.FIRE,
Type.LIGHTNING,
Type.COLORLESS
],
name: {
en: "Dragon Ascent",
fr: "Règle des Méga-Évolutions",
},
text: {
en: "Discard 2 Energy attached to this Pokémon.",
},
damage: 300
},{
cost: [
Type.FIRE,
Type.FIRE,
Type.FIRE,
Type.LIGHTNING,
Type.COLORLESS
],
name: {
fr: "Draco Ascension",
},
text: {
fr: "Défaussez 2 Énergies attachées à ce Pokémon.",
},
damage: 300
}],
weaknesses: [{
type: Type.FAIRY,
value: "×2"
}],
retreat: 2,
rarity: Rarity.RareHoloEX,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

100
cards/xy/xy6/62.ts Normal file
View File

@ -0,0 +1,100 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-62",
localId: 62,
// Card informations
name: {
en: "Hydreigon-EX",
fr: "Trioxhydre-EX",
},
hp: 180,
type: [
Type.DRAGON,
],
dexId: 635,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/62/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/62/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/62/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/62/high.png",
},
},
evolveFrom: {},
tags: [
Tag.EX,
],
illustrator: {
id: 38,
name: "Eske Yoshinob"
},
abilities: [{
id: 219,
type: AbilityType.TALENT,
name: {
en: "Dragon Road",
fr: "Voie du Dragon",
},
text: {
en: "If there is any Stadium card in play, the Retreat Cost of each of your Dragon Pokémon in play is ColorlessColorless less.",
fr: "S'il y a une carte Stade en jeu, le Coût de Retraite de chacun de vos Pokémon Dragon en jeu est diminué de ColorlessColorless.",
}
}],
attacks: [{
cost: [
Type.PSYCHIC,
Type.DARKNESS,
Type.COLORLESS
],
name: {
en: "Shred",
fr: "Déchiquetage",
},
text: {
en: "This attack's damage isn't affected by any effects on your opponent's Active Pokémon.",
fr: "Les dégâts de cette attaque ne sont affectés par aucun effet en action sur le Pokémon Actif de votre adversaire.",
},
damage: 80
}],
weaknesses: [{
type: Type.FAIRY,
value: "×2"
}],
retreat: 3,
rarity: Rarity.RareHoloEX,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

101
cards/xy/xy6/63.ts Normal file
View File

@ -0,0 +1,101 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-63",
localId: 63,
// Card informations
name: {
en: "Reshiram",
fr: "Reshiram",
},
hp: 130,
type: [
Type.DRAGON,
],
dexId: 643,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/63/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/63/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/63/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/63/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 10,
name: "Kouki Saitou"
},
abilities: [{
id: 211,
type: AbilityType.TALENT,
name: {
en: "Turboblaze",
fr: "TurboBrasier",
},
text: {
en: "Once during your turn (before your attack), if this Pokémon is your Active Pokémon, you may attach a Fire Energy card from your hand to 1 of your Dragon Pokémon.",
fr: "Une seule fois pendant votre tour (avant votre attaque), si ce Pokémon est votre Pokémon Actif, vous pouvez attacher une carte Énergie Fire de votre main à l'un de vos Pokémon Dragon.",
}
}],
attacks: [{
cost: [
Type.FIRE,
Type.FIRE,
Type.LIGHTNING,
Type.COLORLESS
],
name: {
en: "Bright Wing",
fr: "Ailes Lumineuses",
},
text: {
en: "Discard a Fire Energy attached to this Pokémon.",
fr: "Défaussez une Énergie Fire attachée à ce Pokémon.",
},
damage: 110
}],
weaknesses: [{
type: Type.FAIRY,
value: "×2"
}],
retreat: 2,
rarity: Rarity.RareHolo,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

99
cards/xy/xy6/64.ts Normal file
View File

@ -0,0 +1,99 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-64",
localId: 64,
// Card informations
name: {
en: "Zekrom",
fr: "Zekrom",
},
hp: 130,
type: [
Type.DRAGON,
],
dexId: 644,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/64/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/64/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/64/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/64/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 27,
name: "kawayoo"
},
attacks: [{
cost: [
Type.LIGHTNING
],
name: {
en: "Energy Stream",
fr: "Courant d'Énergie",
},
text: {
en: "Attach a basic Energy card from your discard pile to this Pokémon.",
fr: "Attachez une carte Énergie de base de votre pile de défausse à ce Pokémon.",
},
damage: 30
},{
cost: [
Type.FIRE,
Type.LIGHTNING,
Type.LIGHTNING,
Type.COLORLESS
],
name: {
en: "Electric Ball",
fr: "Boule de Foudre",
},
damage: 100
}],
weaknesses: [{
type: Type.FAIRY,
value: "×2"
}],
retreat: 2,
rarity: Rarity.RareHolo,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

87
cards/xy/xy6/65.ts Normal file
View File

@ -0,0 +1,87 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-65",
localId: 65,
// Card informations
name: {
en: "Spearow",
fr: "Piafabec",
},
hp: 60,
type: [
Type.COLORLESS,
],
dexId: 21,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/65/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/65/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/65/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/65/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 8,
name: "Masakazu Fukuda"
},
attacks: [{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Peck",
fr: "Picpic",
},
damage: 30
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "×2"
}],
resistances: [{
type: Type.FIGHTING,
value: "-20"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

105
cards/xy/xy6/66.ts Normal file
View File

@ -0,0 +1,105 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-66",
localId: 66,
// Card informations
name: {
en: "Fearow",
fr: "Rapasdepic",
},
hp: 100,
type: [
Type.COLORLESS,
],
dexId: 22,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/66/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/66/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/66/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/66/high.png",
},
},
evolveFrom: {
en: "Spearow",
fr: "Piafabec",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 77,
name: "Satoshi Shirai"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Peck",
fr: "Picpic",
},
damage: 30
},{
cost: [
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Drill Run",
fr: "Tunnelier",
},
text: {
en: "Flip a coin. If heads, discard an Energy attached to your opponent's Active Pokémon.",
fr: "Lancez une pièce. Si c'est face, défaussez une Énergie attachée au Pokémon Actif de votre adversaire.",
},
damage: 70
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "×2"
}],
resistances: [{
type: Type.FIGHTING,
value: "-20"
}],
retreat: 1,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

101
cards/xy/xy6/67.ts Normal file
View File

@ -0,0 +1,101 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-67",
localId: 67,
// Card informations
name: {
en: "Meowth",
fr: "Miaouss",
},
hp: 60,
type: [
Type.COLORLESS,
],
dexId: 52,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/67/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/67/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/67/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/67/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 48,
name: "Akira Komayama"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Feelin' Fine",
fr: "Mode Cool",
},
text: {
en: "Draw a card.",
fr: "Piochez une carte.",
},
},{
cost: [
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Fury Swipes",
fr: "Combo-Griffe",
},
text: {
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
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

95
cards/xy/xy6/68.ts Normal file
View File

@ -0,0 +1,95 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-68",
localId: 68,
// Card informations
name: {
en: "Dunsparce",
fr: "Insolourdo",
},
hp: 60,
type: [
Type.COLORLESS,
],
dexId: 206,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/68/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/68/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/68/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/68/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 45,
name: "Yuka Morii"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Burrow",
fr: "Terrier",
},
text: {
en: "Discard the top card of your opponent's deck.",
fr: "Défaussez la carte du dessus du deck de votre adversaire.",
},
},{
cost: [
Type.COLORLESS
],
name: {
en: "Rollout",
fr: "Roulade",
},
damage: 20
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

103
cards/xy/xy6/69.ts Normal file
View File

@ -0,0 +1,103 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-69",
localId: 69,
// Card informations
name: {
en: "Skarmory",
fr: "Airmure",
},
hp: 100,
type: [
Type.COLORLESS,
],
dexId: 227,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/69/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/69/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/69/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/69/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 67,
name: "Hitoshi Ariga"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Call for Family",
fr: "Appel à la Famille",
},
text: {
en: "Search your deck for up to 2 Basic Pokémon and put them onto your Bench. Shuffle your deck afterward.",
fr: "Cherchez jusqu'à 2 Pokémon de base dans votre deck et placez-les sur votre Banc. Mélangez ensuite votre deck.",
},
},{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Blow Through",
fr: "Grosse Bourrasque",
},
text: {
en: "If there is any Stadium card in play, this attack does 30 more damage.",
fr: "S'il y a une carte Stade en jeu, cette attaque inflige 30 dégâts supplémentaires.",
},
damage: 30
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "×2"
}],
resistances: [{
type: Type.FIGHTING,
value: "-20"
}],
retreat: 1,
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

107
cards/xy/xy6/7.ts Normal file
View File

@ -0,0 +1,107 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-7",
localId: 7,
// Card informations
name: {
en: "Dustox",
fr: "Papinox",
},
hp: 140,
type: [
Type.GRASS,
],
dexId: 269,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/7/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/7/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/7/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/7/high.png",
},
},
evolveFrom: {
en: "Cascoon",
fr: "Blindalys",
},
tags: [
Tag.STAGE2,
],
illustrator: {
id: 48,
name: "Akira Komayama"
},
attacks: [{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Psybeam",
fr: "Rafale Psy",
},
text: {
en: "Your opponent's Active Pokémon is now Confused.",
fr: "Le Pokémon Actif de votre adversaire est maintenant Confus.",
},
damage: 30
},{
cost: [
Type.GRASS,
Type.GRASS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Twilight Poison",
fr: "Poison Nocturne",
},
text: {
en: "Your opponent's Active Pokémon is now Asleep and Poisoned.",
fr: "Le Pokémon Actif de votre adversaire est maintenant Endormi et Empoisonné.",
},
damage: 80
}],
weaknesses: [{
type: Type.FIRE,
value: "×2"
}],
retreat: 2,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

90
cards/xy/xy6/70.ts Normal file
View File

@ -0,0 +1,90 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-70",
localId: 70,
// Card informations
name: {
en: "Taillow",
fr: "Nirondelle",
},
hp: 50,
type: [
Type.COLORLESS,
],
dexId: 276,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/70/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/70/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/70/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/70/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 32,
name: "Atsuko Nishida"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Double Peck",
fr: "Double Picpic",
},
text: {
en: "Flip 2 coins. This attack does 10 damage times the number of heads.",
fr: "Lancez 2 pièces. Cette attaque inflige 10 dégâts multipliés par le nombre de côtés face.",
},
damage: 10
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "×2"
}],
resistances: [{
type: Type.FIGHTING,
value: "-20"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

108
cards/xy/xy6/71.ts Normal file
View File

@ -0,0 +1,108 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-71",
localId: 71,
// Card informations
name: {
en: "Swellow",
fr: "Hélédelle",
},
hp: 90,
type: [
Type.COLORLESS,
],
dexId: 277,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/71/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/71/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/71/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/71/high.png",
},
},
evolveFrom: {
en: "Taillow",
fr: "Nirondelle",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 39,
name: "Sanosuke Sakuma"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Clutch",
fr: "Serre",
},
text: {
en: "The Defending Pokémon can't retreat during your opponent's next turn.",
fr: "Le Pokémon Défenseur ne peut pas battre en retraite pendant le prochain tour de votre adversaire.",
},
damage: 20
},{
cost: [
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Aerial Ace",
fr: "Aéropique",
},
text: {
en: "Flip a coin. If heads, this attack does 30 more damage.",
fr: "Lancez une pièce. Si c'est face, cette attaque inflige 30 dégâts supplémentaires.",
},
damage: 60
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "×2"
}],
resistances: [{
type: Type.FIGHTING,
value: "-20"
}],
retreat: 1,
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

110
cards/xy/xy6/72.ts Normal file
View File

@ -0,0 +1,110 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-72",
localId: 72,
// Card informations
name: {
en: "Swellow",
fr: "Hélédelle",
},
hp: 90,
type: [
Type.COLORLESS,
],
dexId: 277,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/72/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/72/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/72/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/72/high.png",
},
},
evolveFrom: {
en: "Taillow",
fr: "Nirondelle",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 9,
name: "Mitsuhiro Arita"
},
abilities: [{
id: -1,
type: AbilityType.ANCIENTTRAIT,
name: {
fr: "Plus Δ",
},
text: {
fr: "Si le Pokémon de votre adversaire est mis K.O. par les dégâts d'une attaque de ce Pokémon, récupérez une carte Récompense supplémentaire.",
}
}],
attacks: [{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Peck",
fr: "Picpic",
},
damage: 30
},{
cost: [
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Wing Attack",
fr: "Cru-Aile",
},
damage: 50
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "×2"
}],
resistances: [{
type: Type.FIGHTING,
value: "-20"
}],
retreat: 1,
rarity: Rarity.RareHolo,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

89
cards/xy/xy6/73.ts Normal file
View File

@ -0,0 +1,89 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-73",
localId: 73,
// Card informations
name: {
en: "Swablu",
fr: "Tylton",
},
hp: 40,
type: [
Type.COLORLESS,
],
dexId: 333,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/73/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/73/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/73/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/73/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 3,
name: "Mizue"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Bind Wound",
fr: "Blessure Pansée",
},
text: {
en: "Heal 20 damage from 1 of your Pokémon.",
fr: "Soignez 20 dégâts à l'un de vos Pokémon.",
},
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "×2"
}],
resistances: [{
type: Type.FIGHTING,
value: "-20"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

101
cards/xy/xy6/74.ts Normal file
View File

@ -0,0 +1,101 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-74",
localId: 74,
// Card informations
name: {
en: "Altaria",
fr: "Altaria",
},
hp: 90,
type: [
Type.COLORLESS,
],
dexId: 334,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/74/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/74/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/74/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/74/high.png",
},
},
evolveFrom: {
en: "Swablu",
fr: "Tylton",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 15,
name: "Naoki Saito"
},
abilities: [{
id: 404,
type: AbilityType.TALENT,
name: {
en: "Clear Humming",
fr: "Évolution Δ",
},
text: {
en: "Each of your Colorless Pokémon has no Weakness.",
fr: "Vous pouvez jouer cette carte de votre main pour faire évoluer un Pokémon pendant votre premier tour ou pendant le tour où vous le jouez.",
}
}],
attacks: [{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Wing Attack",
fr: "Cru-Aile",
},
damage: 30
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "×2"
}],
resistances: [{
type: Type.FIGHTING,
value: "-20"
}],
retreat: 1,
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

105
cards/xy/xy6/75.ts Normal file
View File

@ -0,0 +1,105 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-75",
localId: 75,
// Card informations
name: {
en: "Rayquaza-EX",
fr: "Rayquaza-EX",
},
hp: 170,
type: [
Type.COLORLESS,
],
dexId: 384,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/75/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/75/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/75/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/75/high.png",
},
},
evolveFrom: {},
tags: [
Tag.EX,
],
illustrator: {
id: 161,
name: "Ryota Murayama"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Intensifying Burn",
fr: "Rage Brûlante",
},
text: {
en: "If your opponent's Active Pokémon is a Pokémon-EX, this attack does 50 more damage.",
fr: "Si le Pokémon Actif de votre adversaire est un Pokémon-EX, cette attaque inflige 50 dégâts supplémentaires.",
},
damage: 10
},{
cost: [
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Dragon Pulse",
fr: "Dracochoc",
},
text: {
en: "Discard the top 3 cards of your deck.",
fr: "Défaussez les 3 cartes du dessus de votre deck.",
},
damage: 100
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "×2"
}],
resistances: [{
type: Type.FIGHTING,
value: "-20"
}],
retreat: 2,
rarity: Rarity.RareHoloEX,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

116
cards/xy/xy6/76.ts Normal file
View File

@ -0,0 +1,116 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-76",
localId: 76,
// Card informations
name: {
en: "M Rayquaza-EX",
fr: "M Rayquaza-EX",
},
hp: 220,
type: [
Type.COLORLESS,
],
dexId: 384,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/76/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/76/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/76/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/76/high.png",
},
},
evolveFrom: {
en: "Rayquaza-EX",
fr: "Rayquaza-EX",
},
tags: [
Tag.MEGA,
],
illustrator: {
id: 4,
name: "5ban Graphics"
},
abilities: [{
id: -1,
type: AbilityType.ANCIENTTRAIT,
name: {
fr: "Évolution Δ",
},
text: {
fr: "Vous pouvez jouer cette carte de votre main pour faire évoluer un Pokémon pendant votre premier tour ou pendant le tour où vous le jouez.",
}
}],
attacks: [{
cost: [
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Emerald Break",
fr: "Règle des Méga-Évolutions",
},
text: {
en: "This attack does 30 damage times the number of your Benched Pokémon.",
},
damage: 30
},{
cost: [
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
fr: "Bris'Émeraude",
},
text: {
fr: "Cette attaque inflige 30 dégâts multipliés par le nombre de vos Pokémon de Banc.",
},
damage: "30×"
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "×2"
}],
resistances: [{
type: Type.FIGHTING,
value: "-20"
}],
retreat: 1,
rarity: Rarity.RareHoloEX,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

102
cards/xy/xy6/77.ts Normal file
View File

@ -0,0 +1,102 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-77",
localId: 77,
// Card informations
name: {
en: "Shaymin-EX",
fr: "Shaymin-EX",
},
hp: 110,
type: [
Type.COLORLESS,
],
dexId: 492,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/77/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/77/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/77/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/77/high.png",
},
},
evolveFrom: {},
tags: [
Tag.EX,
],
illustrator: {
id: 6,
name: "Ayaka Yoshida"
},
abilities: [{
id: 395,
type: AbilityType.TALENT,
name: {
en: "Set Up",
fr: "Mise en Place",
},
text: {
en: "When you play this Pokémon from your hand onto your Bench, you may draw cards until you have 6 cards in your hand.",
fr: "Lorsque vous jouez ce Pokémon de votre main sur votre Banc, vous pouvez piocher des cartes jusqu'à ce que vous ayez 6 cartes en main.",
}
}],
attacks: [{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Sky Return",
fr: "Retour Aérien",
},
text: {
en: "Return this Pokémon and all cards attached to it to your hand.",
fr: "Reprenez ce Pokémon et toutes les cartes qui lui sont attachées dans votre main.",
},
damage: 30
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "×2"
}],
resistances: [{
type: Type.FIGHTING,
value: "-20"
}],
retreat: 1,
rarity: Rarity.RareHoloEX,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

95
cards/xy/xy6/77a.ts Normal file
View File

@ -0,0 +1,95 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-77",
localId: 77,
// Card informations
name: {
en: "Shaymin-EX",
},
hp: 110,
type: [
Type.COLORLESS,
],
dexId: 492,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/77a/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/77a/high.png",
},
},
evolveFrom: {},
tags: [
Tag.EX,
],
illustrator: {
id: 6,
name: "Ayaka Yoshida"
},
abilities: [{
id: 395,
type: AbilityType.TALENT,
name: {
en: "Set Up",
},
text: {
en: "When you play this Pokémon from your hand onto your Bench, you may draw cards until you have 6 cards in your hand.",
}
}],
attacks: [{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Sky Return",
},
text: {
en: "Return this Pokémon and all cards attached to it to your hand.",
},
damage: 30
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "×2"
}],
resistances: [{
type: Type.FIGHTING,
value: "-20"
}],
rarity: Rarity.RareHoloEX,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

99
cards/xy/xy6/78.ts Normal file
View File

@ -0,0 +1,99 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-78",
localId: 78,
// Card informations
name: {
en: "Pidove",
fr: "Poichigeon",
},
hp: 60,
type: [
Type.COLORLESS,
],
dexId: 519,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/78/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/78/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/78/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/78/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 95,
name: "kirisAki"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Homing Pidove",
fr: "Poichigeon Voyageur",
},
text: {
en: "Look at the top card of your deck. Then, you may shuffle your deck.",
fr: "Regardez la carte du dessus de votre deck. Ensuite, vous pouvez mélanger votre deck.",
},
},{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Gust",
fr: "Tornade",
},
damage: 20
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "×2"
}],
resistances: [{
type: Type.FIGHTING,
value: "-20"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

94
cards/xy/xy6/79.ts Normal file
View File

@ -0,0 +1,94 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-79",
localId: 79,
// Card informations
name: {
en: "Tranquill",
fr: "Colombeau",
},
hp: 80,
type: [
Type.COLORLESS,
],
dexId: 520,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/79/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/79/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/79/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/79/high.png",
},
},
evolveFrom: {
en: "Pidove",
fr: "Poichigeon",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 24,
name: "sui"
},
attacks: [{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Fly",
fr: "Vol",
},
text: {
en: "Flip a coin. If tails, this attack does nothing. If heads, prevent all effects of attacks, including damage, done to this Pokémon during your opponent's next turn.",
fr: "Lancez une pièce. Si c'est pile, cette attaque ne fait rien. Si c'est face, évitez tous les effets d'attaques, y compris les dégâts, infligés à ce Pokémon pendant le prochain tour de votre adversaire.",
},
damage: 40
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "×2"
}],
resistances: [{
type: Type.FIGHTING,
value: "-20"
}],
retreat: 1,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

109
cards/xy/xy6/8.ts Normal file
View File

@ -0,0 +1,109 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-8",
localId: 8,
// Card informations
name: {
en: "Dustox",
fr: "Papinox",
},
hp: 130,
type: [
Type.GRASS,
],
dexId: 269,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/8/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/8/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/8/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/8/high.png",
},
},
evolveFrom: {
en: "Cascoon",
fr: "Blindalys",
},
tags: [
Tag.STAGE2,
],
illustrator: {
id: 28,
name: "match"
},
abilities: [{
id: -1,
type: AbilityType.ANCIENTTRAIT,
name: {
fr: "Plus Δ",
},
text: {
fr: "Si le Pokémon de votre adversaire est mis K.O. par les dégâts d'une attaque de ce Pokémon, récupérez une carte Récompense supplémentaire.",
}
}],
attacks: [{
cost: [
Type.GRASS
],
name: {
en: "Flap",
fr: "Battement",
},
damage: 20
},{
cost: [
Type.GRASS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Wind Shard",
fr: "Éclat Volant",
},
text: {
en: "This attack does 50 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
fr: "Cette attaque inflige 50 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.)",
},
}],
weaknesses: [{
type: Type.FIRE,
value: "×2"
}],
retreat: 1,
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

107
cards/xy/xy6/80.ts Normal file
View File

@ -0,0 +1,107 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-80",
localId: 80,
// Card informations
name: {
en: "Unfezant",
fr: "Déflaisan",
},
hp: 130,
type: [
Type.COLORLESS,
],
dexId: 521,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/80/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/80/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/80/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/80/high.png",
},
},
evolveFrom: {
en: "Tranquill",
fr: "Colombeau",
},
tags: [
Tag.STAGE2,
],
illustrator: {
id: 49,
name: "Shigenori Negishi"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Quick Attack",
fr: "Vive-Attaque",
},
text: {
en: "Flip a coin. If heads, this attack does 30 more damage.",
fr: "Lancez une pièce. Si c'est face, cette attaque inflige 30 dégâts supplémentaires.",
},
damage: 30
},{
cost: [
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Strong Winds",
fr: "Vents Tourbillonnants",
},
text: {
en: "Shuffle all cards attached to each player's Pokémon into that player's deck.",
fr: "Mélangez toutes les cartes attachées aux Pokémon de chaque joueur au deck de ce joueur.",
},
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "×2"
}],
resistances: [{
type: Type.FIGHTING,
value: "-20"
}],
retreat: 1,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

117
cards/xy/xy6/81.ts Normal file
View File

@ -0,0 +1,117 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-81",
localId: 81,
// Card informations
name: {
en: "Unfezant",
fr: "Déflaisan",
},
hp: 140,
type: [
Type.COLORLESS,
],
dexId: 521,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/81/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/81/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/81/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/81/high.png",
},
},
evolveFrom: {
en: "Tranquill",
fr: "Colombeau",
},
tags: [
Tag.STAGE2,
],
illustrator: {
id: 20,
name: "TOKIYA"
},
abilities: [{
id: -1,
type: AbilityType.ANCIENTTRAIT,
name: {
fr: "Évolution Δ",
},
text: {
fr: "Vous pouvez jouer cette carte de votre main pour faire évoluer un Pokémon pendant votre premier tour ou pendant le tour où vous le jouez.",
}
}],
attacks: [{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Feather Dance",
fr: "Danse-Plume",
},
text: {
en: "During your next turn, each of this Pokémon's attacks does 80 more damage (before applying Weakness and Resistance).",
fr: "Pendant votre prochain tour, chaque attaque de ce Pokémon inflige 80 dégâts supplémentaires (avant application de la Faiblesse et de la Résistance).",
},
},{
cost: [
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Sky Attack",
fr: "Piqué",
},
text: {
en: "Flip a coin. If tails, this attack does nothing.",
fr: "Lancez une pièce. Si c'est pile, cette attaque ne fait rien.",
},
damage: 120
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "×2"
}],
resistances: [{
type: Type.FIGHTING,
value: "-20"
}],
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

90
cards/xy/xy6/82.ts Normal file
View File

@ -0,0 +1,90 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-82",
localId: 82,
// Card informations
name: {
en: "Fletchling",
fr: "Passerouge",
},
hp: 40,
type: [
Type.COLORLESS,
],
dexId: 661,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/82/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/82/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/82/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/82/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 40,
name: "Kanako Eo"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Acrobatics",
fr: "Acrobatie",
},
text: {
en: "Flip 2 coins. This attack does 10 more damage for each heads.",
fr: "Lancez 2 pièces. Cette attaque inflige 10 dégâts supplémentaires pour chaque côté face.",
},
damage: 10
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "×2"
}],
resistances: [{
type: Type.FIGHTING,
value: "-20"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

74
cards/xy/xy6/83.ts Normal file
View File

@ -0,0 +1,74 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-83",
localId: 83,
// Card informations
name: {
en: "Gallade Spirit Link",
fr: "Lien Spirituel Gallame",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/83/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/83/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/83/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/83/high.png",
},
},
evolveFrom: {},
tags: [
Tag.TOOL,
],
illustrator: {
id: 4,
name: "5ban Graphics"
},
attacks: [{
name: {},
text: {
fr: "Votre tour ne se termine pas si le Pokémon auquel cette carte est attachée devient M-Gallame-EX.",
},
}],
rarity: Rarity.Uncommon,
category: Category.TRAINER,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

74
cards/xy/xy6/84.ts Normal file
View File

@ -0,0 +1,74 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-84",
localId: 84,
// Card informations
name: {
en: "Healing Scarf",
fr: "Foulard Apaisant",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/84/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/84/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/84/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/84/high.png",
},
},
evolveFrom: {},
tags: [
Tag.TOOL,
],
illustrator: {
id: 13,
name: "Toyste Beach"
},
attacks: [{
name: {},
text: {
fr: "Chaque fois que vous attachez une carte Énergie de votre main au Pokémon auquel cette carte est attachée, soignez 20 dégâts à ce Pokémon.",
},
}],
rarity: Rarity.Uncommon,
category: Category.TRAINER,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

74
cards/xy/xy6/85.ts Normal file
View File

@ -0,0 +1,74 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-85",
localId: 85,
// Card informations
name: {
en: "Latios Spirit Link",
fr: "Lien Spirituel Latios",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/85/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/85/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/85/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/85/high.png",
},
},
evolveFrom: {},
tags: [
Tag.TOOL,
],
illustrator: {
id: 4,
name: "5ban Graphics"
},
attacks: [{
name: {},
text: {
fr: "Votre tour ne se termine pas si le Pokémon auquel cette carte est attachée devient M-Latios-EX.",
},
}],
rarity: Rarity.Uncommon,
category: Category.TRAINER,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

74
cards/xy/xy6/86.ts Normal file
View File

@ -0,0 +1,74 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-86",
localId: 86,
// Card informations
name: {
en: "Mega Turbo",
fr: "Méga-Turbo",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/86/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/86/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/86/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/86/high.png",
},
},
evolveFrom: {},
tags: [
Tag.ITEM,
],
illustrator: {
id: 13,
name: "Toyste Beach"
},
attacks: [{
name: {},
text: {
fr: "Attachez une carte Énergie de base de votre pile de défausse à l'un de vos Pokémon Méga-Évolution.",
},
}],
rarity: Rarity.Uncommon,
category: Category.TRAINER,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

74
cards/xy/xy6/87.ts Normal file
View File

@ -0,0 +1,74 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-87",
localId: 87,
// Card informations
name: {
en: "Rayquaza Spirit Link",
fr: "Lien Spirituel Rayquaza",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/87/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/87/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/87/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/87/high.png",
},
},
evolveFrom: {},
tags: [
Tag.TOOL,
],
illustrator: {
id: 4,
name: "5ban Graphics"
},
attacks: [{
name: {},
text: {
fr: "Votre tour ne se termine pas si le Pokémon auquel cette carte est attachée devient M-Rayquaza-EX.",
},
}],
rarity: Rarity.Uncommon,
category: Category.TRAINER,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

74
cards/xy/xy6/88.ts Normal file
View File

@ -0,0 +1,74 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-88",
localId: 88,
// Card informations
name: {
en: "Revive",
fr: "Rappel",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/88/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/88/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/88/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/88/high.png",
},
},
evolveFrom: {},
tags: [
Tag.ITEM,
],
illustrator: {
id: 13,
name: "Toyste Beach"
},
attacks: [{
name: {},
text: {
fr: "Prenez un Pokémon de base dans votre pile de défausse et placez-le sur votre Banc.",
},
}],
rarity: Rarity.Uncommon,
category: Category.TRAINER,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

74
cards/xy/xy6/89.ts Normal file
View File

@ -0,0 +1,74 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "xy6-89",
localId: 89,
// Card informations
name: {
en: "Sky Field",
fr: "Zone Aérienne",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy6/89/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/89/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy6/89/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy6/89/high.png",
},
},
evolveFrom: {},
tags: [
Tag.STADIUM,
],
illustrator: {
id: 6,
name: "Ayaka Yoshida"
},
attacks: [{
name: {},
text: {
fr: "Chaque joueur peut avoir 8 Pokémon sur son Banc.\n\n(Lorsque cette carte nest plus en jeu, chaque joueur défausse des Pokémon de Banc jusqu'à en avoir 5 sur le Banc. Le propriétaire de cette carte défausse en premier.)",
},
}],
rarity: Rarity.Uncommon,
category: Category.TRAINER,
set: {
name: "Roaring Skies",
code: "xy6"
}
}
export default card

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