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

Initial Database

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2020-02-19 16:19:09 +01:00
commit be94e712b8
12302 changed files with 1142705 additions and 0 deletions

100
cards/xy/xy10/1.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: "xy10-1",
localId: 1,
// Card informations
name: {
en: "Shuckle",
fr: "Caratroc",
},
hp: 80,
type: [
Type.GRASS,
],
dexId: 213,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/1/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/1/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/1/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/1/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 24,
name: "sui"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Hide a Berry",
fr: "Cache Baie",
},
text: {
en: "Draw 2 cards. Then, put a card from your hand on the bottom of your deck.",
fr: "Piochez 2 cartes. Ensuite, mettez une carte de votre main en dessous de votre deck.",
},
},{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Wrap",
fr: "Ligotage",
},
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: 30
}],
weaknesses: [{
type: Type.FIRE,
value: "×2"
}],
retreat: 1,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

96
cards/xy/xy10/10.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: "xy10-10",
localId: 10,
// Card informations
name: {
en: "Fennekin",
fr: "Feunnec",
},
hp: 60,
type: [
Type.FIRE,
],
dexId: 653,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/10/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/10/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/10/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/10/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 48,
name: "Akira Komayama"
},
attacks: [{
cost: [
Type.FIRE
],
name: {
en: "Will-O-Wisp",
fr: "Feu Follet",
},
damage: 10
},{
cost: [
Type.COLORLESS,
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.",
},
}],
weaknesses: [{
type: Type.WATER,
value: "×2"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

74
cards/xy/xy10/100.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: "xy10-100",
localId: 100,
// Card informations
name: {
en: "Fairy Garden",
fr: "Jardin des Fées",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/100/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/100/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/100/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/100/high.png",
},
},
evolveFrom: {},
tags: [
Tag.STADIUM,
],
illustrator: {
id: 1,
name: "Ryo Ueda"
},
attacks: [{
name: {},
text: {
fr: "Chacun des Pokémon auquel de l'Énergie Fairy est attachée (les vôtres et ceux de votre adversaire) n'a pas de Coût de Retraite.",
},
}],
rarity: Rarity.Uncommon,
category: Category.TRAINER,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

74
cards/xy/xy10/101.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: "xy10-101",
localId: 101,
// Card informations
name: {
en: "Fossil Excavation Kit",
fr: "Kit d'Excavation de Fossiles",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/101/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/101/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/101/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/101/high.png",
},
},
evolveFrom: {},
tags: [
Tag.ITEM,
],
illustrator: {
id: 13,
name: "Toyste Beach"
},
attacks: [{
name: {},
text: {
fr: "Ajoutez de votre pile de défausse à votre main une combinaison de 2 cartes choisies parmi Fossile Nautile Amonita, Fossile Dôme Kabuto et Vieil Ambre Ptéra.",
},
}],
rarity: Rarity.Uncommon,
category: Category.TRAINER,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

74
cards/xy/xy10/102.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: "xy10-102",
localId: 102,
// Card informations
name: {
en: "Helix Fossil Omanyte",
fr: "Fossile Nautile Amonita",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/102/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/102/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/102/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/102/high.png",
},
},
evolveFrom: {},
tags: [
Tag.ITEM,
],
illustrator: {
id: 13,
name: "Toyste Beach"
},
attacks: [{
name: {},
text: {
fr: "Regardez les 7 cartes du dessous de votre deck. Vous pouvez montrer un Amonita que vous y trouvez et le placer sur votre Banc. Mélangez les autres cartes avec votre deck.",
},
}],
rarity: Rarity.Uncommon,
category: Category.TRAINER,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

74
cards/xy/xy10/103.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: "xy10-103",
localId: 103,
// Card informations
name: {
en: "Lass's Special",
fr: "Spécialité de Fillette",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/103/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/103/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/103/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/103/high.png",
},
},
evolveFrom: {},
tags: [
Tag.SUPPORTER,
],
illustrator: {
id: 26,
name: "Yusuke Ohmura"
},
attacks: [{
name: {},
text: {
fr: "Piochez une carte pour chaque Pokémon de base du Banc de votre adversaire.",
},
}],
rarity: Rarity.Uncommon,
category: Category.TRAINER,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

74
cards/xy/xy10/104.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: "xy10-104",
localId: 104,
// Card informations
name: {
en: "Mega Catcher",
fr: "Attrape Méga",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/104/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/104/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/104/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/104/high.png",
},
},
evolveFrom: {},
tags: [
Tag.ITEM,
],
illustrator: {
id: 13,
name: "Toyste Beach"
},
attacks: [{
name: {},
text: {
fr: "Échangez l'un des Pokémon Méga-Évolution du Banc de votre adversaire avec son Pokémon Actif.",
},
}],
rarity: Rarity.Uncommon,
category: Category.TRAINER,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

74
cards/xy/xy10/105.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: "xy10-105",
localId: 105,
// Card informations
name: {
en: "N",
fr: "N",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/105/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/105/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/105/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/105/high.png",
},
},
evolveFrom: {},
tags: [
Tag.SUPPORTER,
],
illustrator: {
id: 64,
name: "Megumi Mizutani"
},
attacks: [{
name: {},
text: {
fr: "Chaque joueur mélange sa main avec son deck. Ensuite, chaque joueur pioche une carte pour chacune des cartes Récompense qu'il lui reste.",
},
}],
rarity: Rarity.Uncommon,
category: Category.TRAINER,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

66
cards/xy/xy10/105a.ts Normal file
View File

@ -0,0 +1,66 @@
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: "xy10-105",
localId: 105,
// Card informations
name: {
en: "N",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/105a/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/105a/high.png",
},
},
evolveFrom: {},
tags: [
Tag.SUPPORTER,
],
illustrator: {
id: 64,
name: "Megumi Mizutani"
},
rarity: Rarity.RareUltra,
category: Category.TRAINER,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

74
cards/xy/xy10/106.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: "xy10-106",
localId: 106,
// Card informations
name: {
en: "Old Amber Aerodactyl",
fr: "Vieil Ambre Ptéra",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/106/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/106/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/106/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/106/high.png",
},
},
evolveFrom: {},
tags: [
Tag.ITEM,
],
illustrator: {
id: 13,
name: "Toyste Beach"
},
attacks: [{
name: {},
text: {
fr: "Regardez les 7 cartes du dessous de votre deck. Vous pouvez montrer un Ptéra que vous y trouvez et le placer sur votre Banc. Mélangez les autres cartes avec votre deck.",
},
}],
rarity: Rarity.Uncommon,
category: Category.TRAINER,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

74
cards/xy/xy10/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: "xy10-107",
localId: 107,
// Card informations
name: {
en: "Pokémon Fan Club",
fr: "Fan Club Pokémon",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/107/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/107/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/107/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/107/high.png",
},
},
evolveFrom: {},
tags: [
Tag.SUPPORTER,
],
illustrator: {
id: 26,
name: "Yusuke Ohmura"
},
attacks: [{
name: {},
text: {
fr: "Cherchez jusqu'à 2 Pokémon de base dans votre deck, montrez-les, puis ajoutez-les à votre main. Mélangez ensuite votre deck.",
},
}],
rarity: Rarity.Uncommon,
category: Category.TRAINER,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

74
cards/xy/xy10/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: "xy10-108",
localId: 108,
// Card informations
name: {
en: "Power Memory",
fr: "Puissante Mémoire",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/108/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/108/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/108/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/108/high.png",
},
},
evolveFrom: {},
tags: [
Tag.TOOL,
],
illustrator: {
id: 4,
name: "5ban Graphics"
},
attacks: [{
name: {},
text: {
fr: "Le Zygarde-EX auquel cette carte est attachée peut aussi utiliser l'attaque sur cette carte. (Vous avez toujours besoin de l'Énergie nécessaire pour utiliser cette attaque.)\n\nBrûlure Polycellule FightingFightingColorless 200\nDéfaussez 3 Énergies attachées à ce Pokémon.",
},
}],
rarity: Rarity.Uncommon,
category: Category.TRAINER,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

74
cards/xy/xy10/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: "xy10-109",
localId: 109,
// Card informations
name: {
en: "Random Receiver",
fr: "Récepteur Aléatoire",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/109/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/109/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/109/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/109/high.png",
},
},
evolveFrom: {},
tags: [
Tag.ITEM,
],
illustrator: {
id: 13,
name: "Toyste Beach"
},
attacks: [{
name: {},
text: {
fr: "Montrez des cartes du dessus de votre deck jusqu'à ce que vous montriez une carte Supporter. Ajoutez-la à votre main. Mélangez les autres cartes avec votre deck.",
},
}],
rarity: Rarity.Uncommon,
category: Category.TRAINER,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

86
cards/xy/xy10/11.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: "xy10-11",
localId: 11,
// Card informations
name: {
en: "Fennekin",
fr: "Feunnec",
},
hp: 50,
type: [
Type.FIRE,
],
dexId: 653,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/11/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/11/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/11/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/11/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 95,
name: "kirisAki"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Invite Out",
fr: "Invitation à Sortir",
},
text: {
en: "Flip a coin. If heads, switch 1 of your opponent's Benched Pokémon with his or her Active Pokémon.",
fr: "Lancez une pièce. Si c'est face, échangez l'un des Pokémon de Banc de votre adversaire avec son Pokémon Actif.",
},
}],
weaknesses: [{
type: Type.WATER,
value: "×2"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

74
cards/xy/xy10/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: "xy10-110",
localId: 110,
// Card informations
name: {
en: "Scorched Earth",
fr: "Terre Brûlée",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/110/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/110/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/110/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/110/high.png",
},
},
evolveFrom: {},
tags: [
Tag.STADIUM,
],
illustrator: {
id: 1,
name: "Ryo Ueda"
},
attacks: [{
name: {},
text: {
fr: "Une seule fois pendant le tour de chaque joueur, ce joueur peut défausser une carte Énergie Fire ou Fighting de sa main. Dans ce cas, le joueur pioche 2 cartes.",
},
}],
rarity: Rarity.Uncommon,
category: Category.TRAINER,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

74
cards/xy/xy10/111.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: "xy10-111",
localId: 111,
// Card informations
name: {
en: "Shauna",
fr: "Sannah",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/111/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/111/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/111/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/111/high.png",
},
},
evolveFrom: {},
tags: [
Tag.SUPPORTER,
],
illustrator: {
id: 5,
name: "Ken Sugimori"
},
attacks: [{
name: {},
text: {
fr: "Mélangez votre main avec votre deck. Ensuite, piochez 5 cartes.",
},
}],
rarity: Rarity.Uncommon,
category: Category.TRAINER,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

66
cards/xy/xy10/111a.ts Normal file
View File

@ -0,0 +1,66 @@
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: "xy10-111",
localId: 111,
// Card informations
name: {
en: "Shauna",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/111a/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/111a/high.png",
},
},
evolveFrom: {},
tags: [
Tag.SUPPORTER,
],
illustrator: {
id: 5,
name: "Ken Sugimori"
},
rarity: Rarity.Uncommon,
category: Category.TRAINER,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

74
cards/xy/xy10/112.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: "xy10-112",
localId: 112,
// Card informations
name: {
en: "Team Rocket's Handiwork",
fr: "Méfaits de la Team Rocket",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/112/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/112/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/112/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/112/high.png",
},
},
evolveFrom: {},
tags: [
Tag.SUPPORTER,
],
illustrator: {
id: 67,
name: "Hitoshi Ariga"
},
attacks: [{
name: {},
text: {
fr: "Lancez 2 pièces. Pour chaque côté face, défaussez 2 cartes du dessus du deck de votre adversaire.",
},
}],
rarity: Rarity.Uncommon,
category: Category.TRAINER,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

74
cards/xy/xy10/113.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: "xy10-113",
localId: 113,
// Card informations
name: {
en: "Ultra Ball",
fr: "Hyper Ball",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/113/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/113/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/113/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/113/high.png",
},
},
evolveFrom: {},
tags: [
Tag.ITEM,
],
illustrator: {
id: 4,
name: "5ban Graphics"
},
attacks: [{
name: {},
text: {
fr: "Défaussez 2 cartes de votre main. (Si vous ne pouvez pas défausser 2 cartes, vous ne pouvez pas jouer cette carte.) Cherchez un Pokémon dans votre deck, montrez-le, puis ajoutez-le à votre main. Mélangez ensuite votre deck.",
},
}],
rarity: Rarity.Uncommon,
category: Category.TRAINER,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

74
cards/xy/xy10/114.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: "xy10-114",
localId: 114,
// Card informations
name: {
en: "Double Colorless Energy",
fr: "Double Énergie Incolore",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/114/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/114/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/114/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/114/high.png",
},
},
evolveFrom: {},
tags: [
Tag.SPECIAL,
],
illustrator: {
id: 4,
name: "5ban Graphics"
},
attacks: [{
name: {},
text: {
fr: "Double Énergie Incolore fournit de l'Énergie ColorlessColorless.",
},
}],
rarity: Rarity.Uncommon,
category: Category.ENERGY,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

74
cards/xy/xy10/115.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: "xy10-115",
localId: 115,
// Card informations
name: {
en: "Strong Energy",
fr: "Énergie Renforcée",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/115/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/115/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/115/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/115/high.png",
},
},
evolveFrom: {},
tags: [
Tag.SPECIAL,
],
illustrator: {
id: 4,
name: "5ban Graphics"
},
attacks: [{
name: {},
text: {
fr: "Cette carte ne peut être attachée qu'à un Pokémon Fighting. Cette carte ne fournit de l'Énergie Fighting que pendant qu'elle est attachée à un Pokémon Fighting.\n\nLes attaques du Pokémon Fighting auquel cette carte est attachée infligent 20 dégâts supplémentaires au Pokémon Actif de votre adversaire (avant application de la Faiblesse et de la Résistance).\n\n(Si cette carte est attachée à autre chose qu'un Pokémon Fighting, défaussez cette carte.)",
},
}],
rarity: Rarity.Uncommon,
category: Category.ENERGY,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

103
cards/xy/xy10/116.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: "xy10-116",
localId: 116,
// Card informations
name: {
en: "Glaceon-EX",
fr: "Givrali-EX",
},
hp: 170,
type: [
Type.WATER,
],
dexId: 471,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/116/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/116/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/116/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/116/high.png",
},
},
evolveFrom: {},
tags: [
Tag.EX,
],
illustrator: {
id: 1,
name: "Ryo Ueda"
},
attacks: [{
cost: [
Type.WATER,
Type.COLORLESS
],
name: {
en: "Second Bite",
fr: "Double Morsure",
},
text: {
en: "This attack does 10 more damage for each damage counter on your opponent's Active Pokémon.",
fr: "Cette attaque inflige 10 dégâts supplémentaires pour chaque marqueur de dégâts placé sur le Pokémon Actif de votre adversaire.",
},
damage: 20
},{
cost: [
Type.WATER,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Crystal Ray",
fr: "Rayon de Cristal",
},
text: {
en: "During your opponent's next turn, prevent all damage done to this Pokémon by attacks from Evolution Pokémon.",
fr: "Pendant le prochain tour de votre adversaire, évitez tous les dégâts infligés à ce Pokémon par des attaques de Pokémon Évolutifs.",
},
damage: 70
}],
weaknesses: [{
type: Type.METAL,
value: "×2"
}],
retreat: 2,
rarity: Rarity.RareUltra,
category: Category.POKEMON,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

98
cards/xy/xy10/117.ts Normal file
View File

@ -0,0 +1,98 @@
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: "xy10-117",
localId: 117,
// Card informations
name: {
en: "Alakazam-EX",
fr: "Alakazam-EX",
},
hp: 160,
type: [
Type.PSYCHIC,
],
dexId: 65,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/117/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/117/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/117/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/117/high.png",
},
},
evolveFrom: {},
tags: [
Tag.EX,
],
illustrator: {
id: 1,
name: "Ryo Ueda"
},
abilities: [{
id: 412,
type: AbilityType.TALENT,
name: {
en: "Kinesis",
fr: "Télékinésie",
},
text: {
en: "When you play M Alakazam-EX from your hand to evolve this Pokémon, before it evolves, you may put 2 damage counters on your opponent's Active Pokémon and 3 damage counters on 1 of your opponent's Benched Pokémon.",
fr: "Lorsque vous jouez M-Alakazam-EX de votre main pour faire évoluer ce Pokémon, avant qu'il n'évolue, vous pouvez placer 2 marqueurs de dégâts sur le Pokémon Actif de votre adversaire et 3 marqueurs de dégâts sur l'un des Pokémon de Banc de votre adversaire.",
}
}],
attacks: [{
cost: [
Type.PSYCHIC,
Type.COLORLESS
],
name: {
en: "Suppression",
fr: "Suppression",
},
text: {
en: "Put 3 damage counters on each of your opponent's Pokémon that has any Energy attached to it.",
fr: "Placez 3 marqueurs de dégâts sur chacun des Pokémon de votre adversaire auquel de l'Énergie est attachée.",
},
}],
weaknesses: [{
type: Type.PSYCHIC,
value: "×2"
}],
retreat: 2,
rarity: Rarity.RareUltra,
category: Category.POKEMON,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

91
cards/xy/xy10/118.ts Normal file
View File

@ -0,0 +1,91 @@
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: "xy10-118",
localId: 118,
// Card informations
name: {
en: "M Alakazam-EX",
fr: "M-Alakazam-EX",
},
hp: 210,
type: [
Type.PSYCHIC,
],
dexId: 65,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/118/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/118/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/118/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/118/high.png",
},
},
evolveFrom: {
en: "Alakazam-EX",
fr: "Alakazam-EX",
},
tags: [
Tag.MEGA,
],
illustrator: {
id: 4,
name: "5ban Graphics"
},
attacks: [{
cost: [
Type.PSYCHIC,
Type.COLORLESS
],
name: {
en: "Zen Force",
fr: "Force Zen",
},
text: {
en: "This attack does 30 more damage for each damage counter on your opponent's Active Pokémon.",
fr: "Cette attaque inflige 30 dégâts supplémentaires pour chaque marqueur de dégâts placé sur le Pokémon Actif de votre adversaire.",
},
damage: 10
}],
weaknesses: [{
type: Type.PSYCHIC,
value: "×2"
}],
retreat: 1,
rarity: Rarity.RareUltra,
category: Category.POKEMON,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

105
cards/xy/xy10/119.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: "xy10-119",
localId: 119,
// Card informations
name: {
en: "Umbreon-EX",
fr: "Noctali-EX",
},
hp: 170,
type: [
Type.DARKNESS,
],
dexId: 197,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/119/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/119/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/119/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/119/high.png",
},
},
evolveFrom: {},
tags: [
Tag.EX,
],
illustrator: {
id: 1,
name: "Ryo Ueda"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Veil of Darkness",
fr: "Voile des Ténèbres",
},
text: {
en: "Discard as many cards as you like from your hand. Then, draw that many cards.",
fr: "Défaussez autant de cartes que vous voulez de votre main. Ensuite, piochez autant de cartes.",
},
damage: 20
},{
cost: [
Type.DARKNESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Endgame",
fr: "Phase Finale",
},
text: {
en: "If your opponent's Mega Evolution Pokémon is Knocked Out by damage from this attack, take 2 more Prize cards.",
fr: "Si le Pokémon Méga-Évolution de votre adversaire est mis K.O. par les dégâts de cette attaque, récupérez 2 cartes Récompense supplémentaires.",
},
damage: 70
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
resistances: [{
type: Type.PSYCHIC,
value: "-20"
}],
retreat: 1,
rarity: Rarity.RareUltra,
category: Category.POKEMON,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

100
cards/xy/xy10/12.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: "xy10-12",
localId: 12,
// Card informations
name: {
en: "Braixen",
fr: "Roussil",
},
hp: 80,
type: [
Type.FIRE,
],
dexId: 654,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/12/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/12/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/12/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/12/high.png",
},
},
evolveFrom: {
en: "Fennekin",
fr: "Feunnec",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 95,
name: "kirisAki"
},
attacks: [{
cost: [
Type.FIRE
],
name: {
en: "Destructive Flame",
fr: "Flamme Destructrice",
},
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: 20
},{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Crackling Ribbon",
fr: "Ruban Crépitant",
},
damage: 30
}],
weaknesses: [{
type: Type.WATER,
value: "×2"
}],
retreat: 1,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

103
cards/xy/xy10/120.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: "xy10-120",
localId: 120,
// Card informations
name: {
en: "Genesect-EX",
fr: "Genesect-EX",
},
hp: 180,
type: [
Type.METAL,
],
dexId: 649,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/120/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/120/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/120/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/120/high.png",
},
},
evolveFrom: {},
tags: [
Tag.EX,
],
illustrator: {
id: 1,
name: "Ryo Ueda"
},
abilities: [{
id: 1420,
type: AbilityType.TALENT,
name: {
en: "Drive Change",
fr: "Change Module",
},
text: {
en: "Once during your turn (before your attack), you may put a Pokémon Tool card attached to this Pokémon into your hand.",
fr: "Une seule fois pendant votre tour (avant votre attaque), vous pouvez placer une carte Outil Pokémon attachée à ce Pokémon dans votre main.",
}
}],
attacks: [{
cost: [
Type.METAL,
Type.METAL,
Type.METAL
],
name: {
en: "Rapid Blaster",
fr: "Canon Rapide",
},
text: {
en: "Discard as many Metal Energy attached to this Pokémon as you like. This attack does 20 more damage for each Energy card discarded in this way.",
fr: "Défaussez autant d'Énergies Metal attachées à ce Pokémon que vous voulez. Cette attaque inflige 20 dégâts supplémentaires pour chaque carte Énergie défaussée de cette façon.",
},
damage: 100
}],
weaknesses: [{
type: Type.FIRE,
value: "×2"
}],
resistances: [{
type: Type.PSYCHIC,
value: "-20"
}],
retreat: 2,
rarity: Rarity.RareUltra,
category: Category.POKEMON,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

95
cards/xy/xy10/121.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: "xy10-121",
localId: 121,
// Card informations
name: {
en: "M Altaria-EX",
fr: "M-Altaria-EX",
},
hp: 220,
type: [
Type.FAIRY,
],
dexId: 334,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/121/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/121/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/121/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/121/high.png",
},
},
evolveFrom: {
en: "Altaria-EX",
fr: "Altaria-EX",
},
tags: [
Tag.MEGA,
],
illustrator: {
id: 4,
name: "5ban Graphics"
},
attacks: [{
cost: [
Type.FAIRY,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Mist Purge",
fr: "Nettoyage Brumeux",
},
text: {
en: "If this Pokémon has any Special Energy attached to it, this attack does 30 more damage and heal 30 damage from each of your Pokémon.",
fr: "Si de l'Énergie spéciale est attachée à ce Pokémon, cette attaque inflige 30 dégâts supplémentaires et soigne 30 dégâts à chacun de vos Pokémon.",
},
damage: 100
}],
weaknesses: [{
type: Type.METAL,
value: "×2"
}],
resistances: [{
type: Type.DARKNESS,
value: "-20"
}],
retreat: 2,
rarity: Rarity.RareUltra,
category: Category.POKEMON,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

103
cards/xy/xy10/122.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: "xy10-122",
localId: 122,
// Card informations
name: {
en: "Kingdra-EX",
fr: "Hyporoi-EX",
},
hp: 170,
type: [
Type.DRAGON,
],
dexId: 230,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/122/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/122/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/122/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/122/high.png",
},
},
evolveFrom: {},
tags: [
Tag.EX,
],
illustrator: {
id: 1,
name: "Ryo Ueda"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Big Storm",
fr: "Forte Tempête",
},
text: {
en: "Discard any Stadium card in play.",
fr: "Défaussez toute carte Stade en jeu.",
},
damage: 20
},{
cost: [
Type.WATER,
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Dragon Trail",
fr: "Draco-Traînée",
},
text: {
en: "This attack does 30 more damage for each basic Lightning Energy attached to this Pokémon.",
fr: "Cette attaque inflige 30 dégâts supplémentaires pour chaque Énergie Lightning de base attachée à ce Pokémon.",
},
damage: 60
}],
weaknesses: [{
type: Type.FAIRY,
value: "×2"
}],
retreat: 1,
rarity: Rarity.RareUltra,
category: Category.POKEMON,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

106
cards/xy/xy10/123.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: "xy10-123",
localId: 123,
// Card informations
name: {
en: "Altaria-EX",
fr: "Altaria-EX",
},
hp: 170,
type: [
Type.COLORLESS,
],
dexId: 334,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/123/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/123/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/123/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/123/high.png",
},
},
evolveFrom: {},
tags: [
Tag.EX,
],
illustrator: {
id: 1,
name: "Ryo Ueda"
},
attacks: [{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Powerful Gain",
fr: "Gain Puissant",
},
text: {
en: "If this Pokémon was healed during this turn, this attack does 60 more damage and heal 30 damage from this Pokémon.",
fr: "Si ce Pokémon a été soigné pendant ce tour, cette attaque inflige 60 dégâts supplémentaires et vous soignez 30 dégâts à ce Pokémon.",
},
damage: 30
},{
cost: [
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Shining Wind",
fr: "Vent Étincelant",
},
text: {
en: "During your opponent's next turn, this Pokémon has no Weakness.",
fr: "Pendant le prochain tour de votre adversaire, ce Pokémon n'a pas de Faiblesse.",
},
damage: 80
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "×2"
}],
resistances: [{
type: Type.FIGHTING,
value: "-20"
}],
retreat: 1,
rarity: Rarity.RareUltra,
category: Category.POKEMON,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

74
cards/xy/xy10/124.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: "xy10-124",
localId: 124,
// Card informations
name: {
en: "Team Rocket's Handiwork",
fr: "Méfaits de la Team Rocket",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/124/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/124/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/124/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/124/high.png",
},
},
evolveFrom: {},
tags: [
Tag.SUPPORTER,
],
illustrator: {
id: 67,
name: "Hitoshi Ariga"
},
attacks: [{
name: {},
text: {
fr: "Lancez 2 pièces. Pour chaque côté face, défaussez 2 cartes du dessus du deck de votre adversaire.",
},
}],
rarity: Rarity.RareUltra,
category: Category.TRAINER,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

91
cards/xy/xy10/125.ts Normal file
View File

@ -0,0 +1,91 @@
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: "xy10-125",
localId: 125,
// Card informations
name: {
en: "Alakazam-EX",
},
hp: 160,
type: [
Type.PSYCHIC,
],
dexId: 65,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/125/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/125/high.png",
},
},
evolveFrom: {},
tags: [
Tag.EX,
],
illustrator: {
id: 1,
name: "Ryo Ueda"
},
abilities: [{
id: 412,
type: AbilityType.TALENT,
name: {
en: "Kinesis",
},
text: {
en: "When you play M Alakazam-EX from your hand to evolve this Pokémon, before it evolves, you may put 2 damage counters on your opponent's Active Pokémon and 3 damage counters on 1 of your opponent's Benched Pokémon.",
}
}],
attacks: [{
cost: [
Type.PSYCHIC,
Type.COLORLESS
],
name: {
en: "Suppression",
},
text: {
en: "Put 3 damage counters on each of your opponent's Pokémon that has any Energy attached to it.",
},
}],
weaknesses: [{
type: Type.PSYCHIC,
value: "×2"
}],
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

105
cards/xy/xy10/13.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: "xy10-13",
localId: 13,
// Card informations
name: {
en: "Delphox",
fr: "Goupelin",
},
hp: 140,
type: [
Type.FIRE,
],
dexId: 655,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/13/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/13/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/13/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/13/high.png",
},
},
evolveFrom: {
en: "Braixen",
fr: "Roussil",
},
tags: [
Tag.STAGE2,
],
illustrator: {
id: 0,
name: "Kagemaru Himeno"
},
attacks: [{
cost: [
Type.FIRE
],
name: {
en: "Flickering Flames",
fr: "Flammes Vacillantes",
},
text: {
en: "Your opponent's Active Pokémon is now Asleep.",
fr: "Le Pokémon Actif de votre adversaire est maintenant Endormi.",
},
damage: 40
},{
cost: [
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Psystorm",
fr: "Tempête Psy",
},
text: {
en: "This attack does 20 damage times the amount of Energy attached to all Pokémon in play.",
fr: "Cette attaque inflige 20 dégâts multipliés par le nombre d'Énergies attachées à tous les Pokémon en jeu.",
},
damage: 20
}],
weaknesses: [{
type: Type.WATER,
value: "×2"
}],
retreat: 2,
rarity: Rarity.RareHolo,
category: Category.POKEMON,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

89
cards/xy/xy10/14.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: "xy10-14",
localId: 14,
// Card informations
name: {
en: "Delphox BREAK",
fr: "Goupelin TURBO",
},
hp: 180,
type: [
Type.FIRE,
],
dexId: 655,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/14/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/14/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/14/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/14/high.png",
},
},
evolveFrom: {
en: "Delphox",
fr: "Goupelin",
},
tags: [
Tag.BREAK,
],
illustrator: {
id: 4,
name: "5ban Graphics"
},
abilities: [{
id: 652,
type: AbilityType.TALENT,
name: {
en: "Flare Witch",
fr: "Sorcier Flamboyant",
},
text: {
en: "Once during your turn (before your attack), you may search your deck for a Fire Energy card and attach it to 1 of your Pokémon. Shuffle your deck afterward.",
fr: "Une seule fois pendant votre tour (avant votre attaque), vous pouvez chercher une carte Énergie Fire dans votre deck et l'attacher à l'un de vos Pokémon. Mélangez ensuite votre deck.",
}
}],
attacks: [{
name: {
fr: "Règle des Évolutions TURBO",
},
}],
rarity: Rarity.RareBREAK,
category: Category.POKEMON,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

83
cards/xy/xy10/15.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: "xy10-15",
localId: 15,
// Card informations
name: {
en: "Seel",
fr: "Otaria",
},
hp: 80,
type: [
Type.WATER,
],
dexId: 86,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/15/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/15/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/15/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/15/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 80,
name: "Hasuno"
},
attacks: [{
cost: [
Type.WATER
],
name: {
en: "Icy Snow",
fr: "Verglas",
},
damage: 10
}],
weaknesses: [{
type: Type.METAL,
value: "×2"
}],
retreat: 2,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

102
cards/xy/xy10/16.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: "xy10-16",
localId: 16,
// Card informations
name: {
en: "Dewgong",
fr: "Lamantine",
},
hp: 120,
type: [
Type.WATER,
],
dexId: 87,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/16/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/16/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/16/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/16/high.png",
},
},
evolveFrom: {
en: "Seel",
fr: "Otaria",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 23,
name: "Naoyo Kimura"
},
attacks: [{
cost: [
Type.WATER
],
name: {
en: "Freezing Breath",
fr: "Souffle Glacial",
},
text: {
en: "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed. If tails, your opponent's Active Pokémon is now Asleep.",
fr: "Lancez une pièce. Si c'est face, le Pokémon Actif de votre adversaire est maintenant Paralysé. Si c'est pile, le Pokémon Actif de votre adversaire est maintenant Endormi.",
},
damage: 20
},{
cost: [
Type.WATER,
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Aurora Beam",
fr: "Onde Boréale",
},
damage: 100
}],
weaknesses: [{
type: Type.METAL,
value: "×2"
}],
retreat: 3,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

83
cards/xy/xy10/17.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: "xy10-17",
localId: 17,
// Card informations
name: {
en: "Omanyte",
fr: "Amonita",
},
hp: 80,
type: [
Type.WATER,
],
dexId: 138,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/17/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/17/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/17/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/17/high.png",
},
},
evolveFrom: {},
tags: [
Tag.RESTORED,
],
illustrator: {
id: 49,
name: "Shigenori Negishi"
},
attacks: [{
cost: [
Type.WATER
],
name: {
en: "Water Gun",
fr: "Pistolet à O",
},
damage: 30
}],
weaknesses: [{
type: Type.GRASS,
value: "×2"
}],
retreat: 2,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

98
cards/xy/xy10/18.ts Normal file
View File

@ -0,0 +1,98 @@
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: "xy10-18",
localId: 18,
// Card informations
name: {
en: "Omastar",
fr: "Amonistar",
},
hp: 120,
type: [
Type.WATER,
],
dexId: 139,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/18/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/18/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/18/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/18/high.png",
},
},
evolveFrom: {
en: "Omanyte",
fr: "Amonita",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 80,
name: "Hasuno"
},
abilities: [{
id: 407,
type: AbilityType.TALENT,
name: {
en: "Restoring Beam",
fr: "Rayon Réparateur",
},
text: {
en: "Once during your turn (before your attack), you may search your deck for a Restored Pokémon and put it onto your Bench. Shuffle your deck afterward.",
fr: "Une seule fois pendant votre tour (avant votre attaque), vous pouvez chercher un Pokémon Recréé dans votre deck et le placer sur votre Banc. Mélangez ensuite votre deck.",
}
}],
attacks: [{
cost: [
Type.WATER,
Type.COLORLESS
],
name: {
en: "Spinning Attack",
fr: "Attaque Tournante",
},
damage: 60
}],
weaknesses: [{
type: Type.GRASS,
value: "×2"
}],
retreat: 2,
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

89
cards/xy/xy10/19.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: "xy10-19",
localId: 19,
// Card informations
name: {
en: "Omastar BREAK",
fr: "Amonistar TURBO",
},
hp: 140,
type: [
Type.WATER,
],
dexId: 139,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/19/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/19/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/19/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/19/high.png",
},
},
evolveFrom: {
en: "Omastar",
fr: "Amonistar",
},
tags: [
Tag.BREAK,
],
illustrator: {
id: 4,
name: "5ban Graphics"
},
abilities: [{
id: 408,
type: AbilityType.TALENT,
name: {
en: "Dangerous Tentacle",
fr: "Tentacule Dangereux",
},
text: {
en: "Once during your turn (before your attack), you may switch 1 of your opponent's Benched Pokémon-EX with his or her Active Pokémon.",
fr: "Une seule fois pendant votre tour(avant votre attaque), vous pouvez échanger l'un des Pokémon-EX de Banc de votre adversaire avec son Pokémon Actif.",
}
}],
attacks: [{
name: {
fr: "Règle des Évolutions TURBO",
},
}],
rarity: Rarity.RareBREAK,
category: Category.POKEMON,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

83
cards/xy/xy10/2.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: "xy10-2",
localId: 2,
// Card informations
name: {
en: "Burmy",
fr: "Cheniti",
},
hp: 60,
type: [
Type.GRASS,
],
dexId: 412,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/2/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/2/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/2/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/2/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 10,
name: "Kouki Saitou"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Hang Down",
fr: "Suspension",
},
damage: 10
}],
weaknesses: [{
type: Type.FIRE,
value: "×2"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

103
cards/xy/xy10/20.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: "xy10-20",
localId: 20,
// Card informations
name: {
en: "Glaceon-EX",
fr: "Givrali-EX",
},
hp: 170,
type: [
Type.WATER,
],
dexId: 471,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/20/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/20/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/20/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/20/high.png",
},
},
evolveFrom: {},
tags: [
Tag.EX,
],
illustrator: {
id: 6,
name: "Ayaka Yoshida"
},
attacks: [{
cost: [
Type.WATER,
Type.COLORLESS
],
name: {
en: "Second Bite",
fr: "Double Morsure",
},
text: {
en: "This attack does 10 more damage for each damage counter on your opponent's Active Pokémon.",
fr: "Cette attaque inflige 10 dégâts supplémentaires pour chaque marqueur de dégâts placé sur le Pokémon Actif de votre adversaire.",
},
damage: 20
},{
cost: [
Type.WATER,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Crystal Ray",
fr: "Rayon de Cristal",
},
text: {
en: "During your opponent's next turn, prevent all damage done to this Pokémon by attacks from Evolution Pokémon.",
fr: "Pendant le prochain tour de votre adversaire, évitez tous les dégâts infligés à ce Pokémon par des attaques de Pokémon Évolutifs.",
},
damage: 70
}],
weaknesses: [{
type: Type.METAL,
value: "×2"
}],
retreat: 2,
rarity: Rarity.RareHoloEX,
category: Category.POKEMON,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

103
cards/xy/xy10/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: "xy10-21",
localId: 21,
// Card informations
name: {
en: "White Kyurem",
fr: "Kyurem Blanc",
},
hp: 130,
type: [
Type.WATER,
],
dexId: 646,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/21/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/21/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/21/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/21/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 27,
name: "kawayoo"
},
attacks: [{
cost: [
Type.WATER,
Type.COLORLESS
],
name: {
en: "Burning Icicles",
fr: "Stalactites Brûlantes",
},
text: {
en: "If this Pokémon has any Fire Energy attached to it, 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: "Si de l'Énergie Fire est attachée à ce Pokémon, 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: 40
},{
cost: [
Type.WATER,
Type.WATER,
Type.COLORLESS
],
name: {
en: "Blizzard Burn",
fr: "Blizzard Étourdissant",
},
text: {
en: "This Pokémon can't attack during your next turn.",
fr: "Ce Pokémon ne peut pas attaquer pendant votre prochain tour.",
},
damage: 130
}],
weaknesses: [{
type: Type.METAL,
value: "×2"
}],
retreat: 3,
rarity: Rarity.RareHolo,
category: Category.POKEMON,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

88
cards/xy/xy10/22.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: "xy10-22",
localId: 22,
// Card informations
name: {
en: "Binacle",
fr: "Opermine",
},
hp: 60,
type: [
Type.WATER,
],
dexId: 688,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/22/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/22/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/22/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/22/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 18,
name: "Tomokazu Komiya"
},
attacks: [{
cost: [
Type.WATER,
Type.COLORLESS
],
name: {
en: "Swing Around",
fr: "Balançoire",
},
text: {
en: "Flip 2 coins. This attack does 20 more damage for each heads.",
fr: "Lancez 2 pièces. Cette attaque inflige 20 dégâts supplémentaires pour chaque côté face.",
},
damage: 10
}],
weaknesses: [{
type: Type.GRASS,
value: "×2"
}],
retreat: 2,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

99
cards/xy/xy10/23.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: "xy10-23",
localId: 23,
// Card informations
name: {
en: "Barbaracle",
fr: "Golgopathe",
},
hp: 100,
type: [
Type.WATER,
],
dexId: 689,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/23/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/23/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/23/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/23/high.png",
},
},
evolveFrom: {
en: "Binacle",
fr: "Opermine",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 19,
name: "Shin Nagasawa"
},
abilities: [{
id: 1417,
type: AbilityType.TALENT,
name: {
en: "Hand Block",
fr: "Blocage Manuel",
},
text: {
en: "If you have a Stadium card in play, your opponent can't attach any Special Energy cards from his or her hand to his or her Pokémon.",
fr: "Si vous avez une carte Stade en jeu, votre adversaire ne peut pas attacher de carte Énergie spéciale de sa main à ses Pokémon.",
}
}],
attacks: [{
cost: [
Type.WATER,
Type.WATER,
Type.COLORLESS
],
name: {
en: "Claw Slash",
fr: "Tranch'Griffe",
},
damage: 70
}],
weaknesses: [{
type: Type.GRASS,
value: "×2"
}],
retreat: 3,
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

102
cards/xy/xy10/24.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: "xy10-24",
localId: 24,
// Card informations
name: {
en: "Rotom",
fr: "Motisma",
},
hp: 70,
type: [
Type.LIGHTNING,
],
dexId: 479,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/24/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/24/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/24/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/24/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 18,
name: "Tomokazu Komiya"
},
attacks: [{
cost: [
Type.LIGHTNING
],
name: {
en: "Energy Extract",
fr: "Extraction d'Énergie",
},
text: {
en: "Search your deck for a basic Energy card and attach it to this Pokémon. Shuffle your deck afterward.",
fr: "Cherchez une carte Énergie de base dans votre deck et attachez-la à ce Pokémon. Mélangez ensuite votre deck.",
},
},{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Plasmagic",
fr: "Plasmagie",
},
text: {
en: "Move 2 damage counters from each of your Pokémon to your opponent's Active Pokémon.",
fr: "Déplacez 2 marqueurs de dégâts de chacun de vos Pokémon vers le Pokémon Actif de votre adversaire.",
},
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
resistances: [{
type: Type.METAL,
value: "-20"
}],
retreat: 1,
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

98
cards/xy/xy10/25.ts Normal file
View File

@ -0,0 +1,98 @@
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: "xy10-25",
localId: 25,
// Card informations
name: {
en: "Alakazam-EX",
fr: "Alakazam-EX",
},
hp: 160,
type: [
Type.PSYCHIC,
],
dexId: 65,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/25/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/25/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/25/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/25/high.png",
},
},
evolveFrom: {},
tags: [
Tag.EX,
],
illustrator: {
id: 116,
name: "PLANETA"
},
abilities: [{
id: 412,
type: AbilityType.TALENT,
name: {
en: "Kinesis",
fr: "Télékinésie",
},
text: {
en: "When you play M Alakazam-EX from your hand to evolve this Pokémon, before it evolves, you may put 2 damage counters on your opponent's Active Pokémon and 3 damage counters on 1 of your opponent's Benched Pokémon.",
fr: "Lorsque vous jouez M-Alakazam-EX de votre main pour faire évoluer ce Pokémon, avant qu'il n'évolue, vous pouvez placer 2 marqueurs de dégâts sur le Pokémon Actif de votre adversaire et 3 marqueurs de dégâts sur l'un des Pokémon de Banc de votre adversaire.",
}
}],
attacks: [{
cost: [
Type.PSYCHIC,
Type.COLORLESS
],
name: {
en: "Suppression",
fr: "Suppression",
},
text: {
en: "Put 3 damage counters on each of your opponent's Pokémon that has any Energy attached to it.",
fr: "Placez 3 marqueurs de dégâts sur chacun des Pokémon de votre adversaire auquel de l'Énergie est attachée.",
},
}],
weaknesses: [{
type: Type.PSYCHIC,
value: "×2"
}],
retreat: 2,
rarity: Rarity.RareHoloEX,
category: Category.POKEMON,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

91
cards/xy/xy10/26.ts Normal file
View File

@ -0,0 +1,91 @@
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: "xy10-26",
localId: 26,
// Card informations
name: {
en: "M Alakazam-EX",
fr: "M-Alakazam-EX",
},
hp: 210,
type: [
Type.PSYCHIC,
],
dexId: 65,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/26/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/26/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/26/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/26/high.png",
},
},
evolveFrom: {
en: "Alakazam-EX",
fr: "Alakazam-EX",
},
tags: [
Tag.MEGA,
],
illustrator: {
id: 4,
name: "5ban Graphics"
},
attacks: [{
cost: [
Type.PSYCHIC,
Type.COLORLESS
],
name: {
en: "Zen Force",
fr: "Force Zen",
},
text: {
en: "This attack does 30 more damage for each damage counter on your opponent's Active Pokémon.",
fr: "Cette attaque inflige 30 dégâts supplémentaires pour chaque marqueur de dégâts placé sur le Pokémon Actif de votre adversaire.",
},
damage: 10
}],
weaknesses: [{
type: Type.PSYCHIC,
value: "×2"
}],
retreat: 1,
rarity: Rarity.RareHoloEX,
category: Category.POKEMON,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

86
cards/xy/xy10/27.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: "xy10-27",
localId: 27,
// Card informations
name: {
en: "Koffing",
fr: "Smogo",
},
hp: 60,
type: [
Type.PSYCHIC,
],
dexId: 109,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/27/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/27/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/27/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/27/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 24,
name: "sui"
},
attacks: [{
cost: [
Type.PSYCHIC
],
name: {
en: "Division",
fr: "Division",
},
text: {
en: "Search your deck for up to 2 Koffing and put them onto your Bench. Shuffle your deck afterward.",
fr: "Cherchez jusqu'à 2 Smogo dans votre deck et placez-les sur votre Banc. Mélangez ensuite votre deck.",
},
}],
weaknesses: [{
type: Type.PSYCHIC,
value: "×2"
}],
retreat: 2,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

105
cards/xy/xy10/28.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: "xy10-28",
localId: 28,
// Card informations
name: {
en: "Weezing",
fr: "Smogogo",
},
hp: 110,
type: [
Type.PSYCHIC,
],
dexId: 110,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/28/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/28/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/28/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/28/high.png",
},
},
evolveFrom: {
en: "Koffing",
fr: "Smogo",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 19,
name: "Shin Nagasawa"
},
attacks: [{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Balloon Bomb",
fr: "Bombe Ballon",
},
text: {
en: "Flip 2 coins. For each heads, discard 2 cards from the top of your opponent's deck.",
fr: "Lancez 2 pièces. Pour chaque côté face, défaussez 2 cartes du dessus du deck de votre adversaire.",
},
},{
cost: [
Type.PSYCHIC,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Thick Liquid",
fr: "Liquide Épais",
},
text: {
en: "Both Active Pokémon are now Confused and Poisoned.",
fr: "Les deux Pokémon Actifs sont maintenant Confus et Empoisonnés.",
},
damage: 80
}],
weaknesses: [{
type: Type.PSYCHIC,
value: "×2"
}],
retreat: 3,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

97
cards/xy/xy10/29.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: "xy10-29",
localId: 29,
// Card informations
name: {
en: "Mew",
fr: "Mew",
},
hp: 50,
type: [
Type.PSYCHIC,
],
dexId: 151,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/29/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/29/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/29/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/29/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 9,
name: "Mitsuhiro Arita"
},
abilities: [{
id: 1418,
type: AbilityType.TALENT,
name: {
en: "Memories of Dawn",
fr: "Souvenirs Originels",
},
text: {
en: "This Pokémon can use the attacks of any of your Basic Pokémon in play. (You still need the necessary Energy to use each attack.)",
fr: "Ce Pokémon peut utiliser les attaques de n'importe lequel de vos Pokémon de base en jeu. (Vous avez toujours besoin de l'Énergie nécessaire pour utiliser chaque attaque.)",
}
}],
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Encounter",
fr: "Rencontre",
},
text: {
en: "Search your deck for a Pokémon, reveal it, and put it into your hand. Shuffle your deck afterward.",
fr: "Cherchez un Pokémon dans votre deck, montrez-le, puis ajoutez-le à votre main. Mélangez ensuite votre deck.",
},
}],
weaknesses: [{
type: Type.PSYCHIC,
value: "×2"
}],
rarity: Rarity.RareHolo,
category: Category.POKEMON,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

105
cards/xy/xy10/3.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: "xy10-3",
localId: 3,
// Card informations
name: {
en: "Wormadam",
fr: "Cheniselle",
},
hp: 120,
type: [
Type.GRASS,
],
dexId: 413,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/3/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/3/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/3/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/3/high.png",
},
},
evolveFrom: {
en: "Burmy",
fr: "Cheniti",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 27,
name: "kawayoo"
},
attacks: [{
cost: [
Type.GRASS
],
name: {
en: "Solar Ray",
fr: "Rayonnement Solaire",
},
text: {
en: "Heal 20 damage from each of your Pokémon.",
fr: "Soignez 20 dégâts à chacun de vos Pokémon.",
},
damage: 20
},{
cost: [
Type.GRASS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Leaf Cutter",
fr: "Coupe Feuille",
},
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.FIRE,
value: "×2"
}],
retreat: 2,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

87
cards/xy/xy10/30.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: "xy10-30",
localId: 30,
// Card informations
name: {
en: "Spoink",
fr: "Spoink",
},
hp: 60,
type: [
Type.PSYCHIC,
],
dexId: 325,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/30/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/30/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/30/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/30/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 20,
name: "TOKIYA"
},
attacks: [{
cost: [
Type.PSYCHIC
],
name: {
en: "Rocket Jump",
fr: "Saut Propulsé",
},
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: 30
}],
weaknesses: [{
type: Type.PSYCHIC,
value: "×2"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

103
cards/xy/xy10/31.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: "xy10-31",
localId: 31,
// Card informations
name: {
en: "Grumpig",
fr: "Groret",
},
hp: 100,
type: [
Type.PSYCHIC,
],
dexId: 326,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/31/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/31/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/31/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/31/high.png",
},
},
evolveFrom: {
en: "Spoink",
fr: "Spoink",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 39,
name: "Sanosuke Sakuma"
},
attacks: [{
cost: [
Type.PSYCHIC
],
name: {
en: "Head Walking",
fr: "Slammeur",
},
text: {
en: "Put a Basic Pokémon from your opponent's discard pile onto his or her Bench. Then, put 3 damage counters on that Pokémon.",
fr: "Prenez un Pokémon de base dans la pile de défausse de votre adversaire et placez-le sur son Banc. Ensuite, placez 3 marqueurs de dégâts sur le Pokémon.",
},
},{
cost: [
Type.PSYCHIC,
Type.PSYCHIC
],
name: {
en: "Knock Back",
fr: "Dégagement",
},
text: {
en: "Your opponent switches his or her Active Pokémon with 1 of his or her Benched Pokémon.",
fr: "Votre adversaire échange son Pokémon Actif avec l'un de ses Pokémon de Banc.",
},
damage: 50
}],
weaknesses: [{
type: Type.PSYCHIC,
value: "×2"
}],
retreat: 2,
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

88
cards/xy/xy10/32.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: "xy10-32",
localId: 32,
// Card informations
name: {
en: "Gothita",
fr: "Scrutella",
},
hp: 60,
type: [
Type.PSYCHIC,
],
dexId: 574,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/32/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/32/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/32/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/32/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 0,
name: "Kagemaru Himeno"
},
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: 20
}],
weaknesses: [{
type: Type.PSYCHIC,
value: "×2"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

88
cards/xy/xy10/33.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: "xy10-33",
localId: 33,
// Card informations
name: {
en: "Solosis",
fr: "Nucléos",
},
hp: 30,
type: [
Type.PSYCHIC,
],
dexId: 577,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/33/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/33/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/33/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/33/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 28,
name: "match"
},
attacks: [{
cost: [
Type.PSYCHIC,
Type.COLORLESS
],
name: {
en: "Mini Link",
fr: "Mini Lien",
},
text: {
en: "If Solosis is on your Bench, this attack does 30 more damage.",
fr: "Si Nucléos est sur votre Banc, cette attaque inflige 30 dégâts supplémentaires.",
},
damage: 10
}],
weaknesses: [{
type: Type.PSYCHIC,
value: "×2"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

91
cards/xy/xy10/34.ts Normal file
View File

@ -0,0 +1,91 @@
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: "xy10-34",
localId: 34,
// Card informations
name: {
en: "Duosion",
fr: "Méios",
},
hp: 60,
type: [
Type.PSYCHIC,
],
dexId: 578,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/34/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/34/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/34/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/34/high.png",
},
},
evolveFrom: {
en: "Solosis",
fr: "Nucléos",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 7,
name: "Sumiyoshi Kizuki"
},
attacks: [{
cost: [
Type.PSYCHIC,
Type.COLORLESS
],
name: {
en: "Double Link",
fr: "Double Lien",
},
text: {
en: "If Solosis is on your Bench, this attack does 30 more damage. If Duosion is on your Bench, this attack does 60 more damage.",
fr: "Si Nucléos est sur votre Banc, cette attaque inflige 30 dégâts supplémentaires. Si Méios est sur votre Banc, cette attaque inflige 60 dégâts supplémentaires.",
},
damage: 10
}],
weaknesses: [{
type: Type.PSYCHIC,
value: "×2"
}],
retreat: 1,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

91
cards/xy/xy10/35.ts Normal file
View File

@ -0,0 +1,91 @@
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: "xy10-35",
localId: 35,
// Card informations
name: {
en: "Reuniclus",
fr: "Symbios",
},
hp: 90,
type: [
Type.PSYCHIC,
],
dexId: 579,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/35/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/35/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/35/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/35/high.png",
},
},
evolveFrom: {
en: "Duosion",
fr: "Méios",
},
tags: [
Tag.STAGE2,
],
illustrator: {
id: 22,
name: "Yukiko Baba"
},
attacks: [{
cost: [
Type.PSYCHIC,
Type.COLORLESS
],
name: {
en: "Link Fusion",
fr: "Lien Fusion",
},
text: {
en: "If Solosis is on your Bench, this attack does 30 more damage. If Duosion is on your Bench, this attack does 60 more damage. If Reuniclus is on your Bench, this attack does 90 more damage.",
fr: "Si Nucléos est sur votre Banc, cette attaque inflige 30 dégâts supplémentaires. Si Méios est sur votre Banc, cette attaque inflige 60 dégâts supplémentaires. Si Symbios est sur votre Banc, cette attaque inflige 90 dégâts supplémentaires.",
},
damage: 10
}],
weaknesses: [{
type: Type.PSYCHIC,
value: "×2"
}],
retreat: 1,
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

83
cards/xy/xy10/36.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: "xy10-36",
localId: 36,
// Card informations
name: {
en: "Diglett",
fr: "Taupiqueur",
},
hp: 40,
type: [
Type.FIGHTING,
],
dexId: 50,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/36/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/36/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/36/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/36/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 20,
name: "TOKIYA"
},
attacks: [{
cost: [
Type.FIGHTING
],
name: {
en: "Ram",
fr: "Collision",
},
damage: 10
}],
weaknesses: [{
type: Type.GRASS,
value: "×2"
}],
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

102
cards/xy/xy10/37.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: "xy10-37",
localId: 37,
// Card informations
name: {
en: "Marowak",
fr: "Ossatueur",
},
hp: 100,
type: [
Type.FIGHTING,
],
dexId: 105,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/37/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/37/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/37/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/37/high.png",
},
},
evolveFrom: {
en: "Cubone",
fr: "Osselait",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 19,
name: "Shin Nagasawa"
},
abilities: [{
id: 880,
type: AbilityType.TALENT,
name: {
en: "Bodyguard",
fr: "Garde du Corps",
},
text: {
en: "Prevent all effects of attacks done to you or your hand by your opponent's Pokémon. Remove any existing effects.",
fr: "Évitez tous les effets d'attaques infligés à vous-même ou à votre main par les Pokémon de votre adversaire. Retirez tous les effets déjà en action.",
}
}],
attacks: [{
cost: [
Type.FIGHTING,
Type.COLORLESS
],
name: {
en: "Bonemerang",
fr: "Osmerang",
},
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.GRASS,
value: "×2"
}],
retreat: 2,
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

83
cards/xy/xy10/38.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: "xy10-38",
localId: 38,
// Card informations
name: {
en: "Kabuto",
fr: "Kabuto",
},
hp: 80,
type: [
Type.FIGHTING,
],
dexId: 140,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/38/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/38/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/38/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/38/high.png",
},
},
evolveFrom: {},
tags: [
Tag.RESTORED,
],
illustrator: {
id: 46,
name: "MAHOU"
},
attacks: [{
cost: [
Type.FIGHTING
],
name: {
en: "Mud Shot",
fr: "Tir de Boue",
},
damage: 30
}],
weaknesses: [{
type: Type.GRASS,
value: "×2"
}],
retreat: 1,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

106
cards/xy/xy10/39.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: "xy10-39",
localId: 39,
// Card informations
name: {
en: "Kabutops",
fr: "Kabutops",
},
hp: 150,
type: [
Type.FIGHTING,
],
dexId: 141,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/39/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/39/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/39/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/39/high.png",
},
},
evolveFrom: {
en: "Kabuto",
fr: "Kabuto",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 25,
name: "Kyoko Umemoto"
},
attacks: [{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Cling",
fr: "Corps à Corps",
},
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: 50
},{
cost: [
Type.FIGHTING,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "X-Scissor",
fr: "Plaie-Croix",
},
text: {
en: "Flip a coin. If heads, this attack does 60 more damage.",
fr: "Lancez une pièce. Si c'est face, cette attaque inflige 60 dégâts supplémentaires.",
},
damage: 80
}],
weaknesses: [{
type: Type.GRASS,
value: "×2"
}],
retreat: 2,
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

102
cards/xy/xy10/4.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: "xy10-4",
localId: 4,
// Card informations
name: {
en: "Mothim",
fr: "Papilord",
},
hp: 90,
type: [
Type.GRASS,
],
dexId: 414,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/4/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/4/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/4/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/4/high.png",
},
},
evolveFrom: {
en: "Burmy",
fr: "Cheniti",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 46,
name: "MAHOU"
},
abilities: [{
id: 401,
type: AbilityType.TALENT,
name: {
en: "Wormadam First",
fr: "Cheniselle d'Abord",
},
text: {
en: "As often as you like during your turn (before your attack), you may move 1 damage counter from 1 of your Wormadam to another of your Pokémon.",
fr: "Autant de fois que vous le voulez pendant votre tour (avant votre attaque), vous pouvez déplacer 1 marqueur de dégâts de l'un de vos Cheniselle vers un autre de vos Pokémon.",
}
}],
attacks: [{
cost: [
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Gust",
fr: "Tornade",
},
damage: 60
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "×2"
}],
resistances: [{
type: Type.FIGHTING,
value: "-20"
}],
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

87
cards/xy/xy10/40.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: "xy10-40",
localId: 40,
// Card informations
name: {
en: "Larvitar",
fr: "Embrylex",
},
hp: 60,
type: [
Type.FIGHTING,
],
dexId: 246,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/40/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/40/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/40/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/40/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 29,
name: "Suwama Chiaki"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Reckless Charge",
fr: "Attaque Imprudente",
},
text: {
en: "This Pokémon does 10 damage to itself.",
fr: "Ce Pokémon s'inflige 10 dégâts.",
},
damage: 20
}],
weaknesses: [{
type: Type.GRASS,
value: "×2"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

96
cards/xy/xy10/41.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: "xy10-41",
localId: 41,
// Card informations
name: {
en: "Larvitar",
fr: "Embrylex",
},
hp: 50,
type: [
Type.FIGHTING,
],
dexId: 246,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/41/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/41/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/41/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/41/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 8,
name: "Masakazu Fukuda"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Mountain Munch",
fr: "Dévore-Montagne",
},
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,
Type.COLORLESS
],
name: {
en: "Corkscrew Punch",
fr: "Poing Tire-Bouchon",
},
damage: 20
}],
weaknesses: [{
type: Type.GRASS,
value: "×2"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

90
cards/xy/xy10/42.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: "xy10-42",
localId: 42,
// Card informations
name: {
en: "Pupitar",
fr: "Ymphect",
},
hp: 80,
type: [
Type.FIGHTING,
],
dexId: 247,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/42/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/42/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/42/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/42/high.png",
},
},
evolveFrom: {
en: "Larvitar",
fr: "Embrylex",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 28,
name: "match"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Thrash",
fr: "Mania",
},
text: {
en: "Flip a coin. If heads, this attack does 20 more damage. If tails, this Pokémon does 20 damage to itself.",
fr: "Lancez une pièce. Si c'est face, cette attaque inflige 20 dégâts supplémentaires. Si c'est pile, ce Pokémon s'inflige 20 dégâts.",
},
damage: 20
}],
weaknesses: [{
type: Type.GRASS,
value: "×2"
}],
retreat: 1,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

100
cards/xy/xy10/43.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: "xy10-43",
localId: 43,
// Card informations
name: {
en: "Regirock-EX",
fr: "Regirock-EX",
},
hp: 180,
type: [
Type.FIGHTING,
],
dexId: 377,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/43/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/43/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/43/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/43/high.png",
},
},
evolveFrom: {},
tags: [
Tag.EX,
],
illustrator: {
id: 116,
name: "PLANETA"
},
abilities: [{
id: 881,
type: AbilityType.TALENT,
name: {
en: "Regi Power",
fr: "Regi-Pouvoir",
},
text: {
en: "The attacks of your Fighting Pokémon (excluding Regirock-EX) do 10 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance).",
fr: "Les attaques de vos Pokémon Fighting (excepté Regirock-EX) infligent 10 dégâts supplémentaires au Pokémon Actif de votre adversaire (avant application de la Faiblesse et de la Résistance).",
}
}],
attacks: [{
cost: [
Type.FIGHTING,
Type.FIGHTING,
Type.FIGHTING
],
name: {
en: "Bedrock Press",
fr: "Charge Substrat",
},
text: {
en: "During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 20 (after applying Weakness and Resistance).",
fr: "Pendant le prochain tour de votre adversaire, tous les dégâts infligés à ce Pokémon par des attaques sont réduits de 20 (après application de la Faiblesse et de la Résistance).",
},
damage: 100
}],
weaknesses: [{
type: Type.GRASS,
value: "×2"
}],
retreat: 3,
rarity: Rarity.RareHoloEX,
category: Category.POKEMON,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

93
cards/xy/xy10/43a.ts Normal file
View File

@ -0,0 +1,93 @@
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: "xy10-43",
localId: 43,
// Card informations
name: {
en: "Regirock-EX",
},
hp: 180,
type: [
Type.FIGHTING,
],
dexId: 377,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/43a/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/43a/high.png",
},
},
evolveFrom: {},
tags: [
Tag.EX,
],
illustrator: {
id: 116,
name: "PLANETA"
},
abilities: [{
id: 881,
type: AbilityType.TALENT,
name: {
en: "Regi Power",
},
text: {
en: "The attacks of your Fighting Pokémon (excluding Regirock-EX) do 10 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance).",
}
}],
attacks: [{
cost: [
Type.FIGHTING,
Type.FIGHTING,
Type.FIGHTING
],
name: {
en: "Bedrock Press",
},
text: {
en: "During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 20 (after applying Weakness and Resistance).",
},
damage: 100
}],
weaknesses: [{
type: Type.GRASS,
value: "×2"
}],
rarity: Rarity.RareHoloEX,
category: Category.POKEMON,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

101
cards/xy/xy10/44.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: "xy10-44",
localId: 44,
// Card informations
name: {
en: "Wormadam",
fr: "Cheniselle",
},
hp: 110,
type: [
Type.FIGHTING,
],
dexId: 413,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/44/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/44/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/44/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/44/high.png",
},
},
evolveFrom: {
en: "Burmy",
fr: "Cheniti",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 30,
name: "Hajime Kusajima"
},
attacks: [{
cost: [
Type.FIGHTING
],
name: {
en: "Sand Spray",
fr: "Jet Sableux",
},
damage: 30
},{
cost: [
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Twin Bursts",
fr: "Explosions en Duo",
},
text: {
en: "If Mothim is on your Bench, this attack does 60 more damage.",
fr: "Si Papilord est sur votre Banc, cette attaque inflige 60 dégâts supplémentaires.",
},
damage: 60
}],
weaknesses: [{
type: Type.GRASS,
value: "×2"
}],
retreat: 2,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

87
cards/xy/xy10/45.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: "xy10-45",
localId: 45,
// Card informations
name: {
en: "Riolu",
fr: "Riolu",
},
hp: 70,
type: [
Type.FIGHTING,
],
dexId: 447,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/45/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/45/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/45/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/45/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 70,
name: "You Iribi"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Double Smash",
fr: "Double Broiement",
},
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.PSYCHIC,
value: "×2"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

87
cards/xy/xy10/46.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: "xy10-46",
localId: 46,
// Card informations
name: {
en: "Riolu",
fr: "Riolu",
},
hp: 60,
type: [
Type.FIGHTING,
],
dexId: 447,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/46/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/46/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/46/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/46/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 28,
name: "match"
},
attacks: [{
cost: [
Type.FIGHTING
],
name: {
en: "Smash Punch",
fr: "Poing Écrasant",
},
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: 30
}],
weaknesses: [{
type: Type.PSYCHIC,
value: "×2"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

97
cards/xy/xy10/47.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: "xy10-47",
localId: 47,
// Card informations
name: {
en: "Lucario",
fr: "Lucario",
},
hp: 110,
type: [
Type.FIGHTING,
],
dexId: 448,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/47/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/47/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/47/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/47/high.png",
},
},
evolveFrom: {
en: "Riolu",
fr: "Riolu",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 19,
name: "Shin Nagasawa"
},
attacks: [{
cost: [
Type.FIGHTING
],
name: {
en: "Beatdown",
fr: "Dérouillée",
},
damage: 40
},{
cost: [
Type.FIGHTING,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Magnum Kick",
fr: "Coup d'Pied Magnum",
},
damage: 70
}],
weaknesses: [{
type: Type.PSYCHIC,
value: "×2"
}],
retreat: 1,
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

103
cards/xy/xy10/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: "xy10-48",
localId: 48,
// Card informations
name: {
en: "Hawlucha",
fr: "Brutalibré",
},
hp: 70,
type: [
Type.FIGHTING,
],
dexId: 701,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/48/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/48/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/48/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/48/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 10,
name: "Kouki Saitou"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Backflip",
fr: "Salto Arrière",
},
text: {
en: "Draw a card.",
fr: "Piochez une carte.",
},
},{
cost: [
Type.FIGHTING,
Type.COLORLESS
],
name: {
en: "Wicked Jab",
fr: "Piqûre Infernale",
},
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: 30
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "×2"
}],
resistances: [{
type: Type.FIGHTING,
value: "-20"
}],
retreat: 1,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

100
cards/xy/xy10/49.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: "xy10-49",
localId: 49,
// Card informations
name: {
en: "Carbink",
fr: "Strassie",
},
hp: 80,
type: [
Type.FIGHTING,
],
dexId: 703,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/49/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/49/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/49/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/49/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 45,
name: "Yuka Morii"
},
abilities: [{
id: 1419,
type: AbilityType.TALENT,
name: {
en: "Energy Keeper",
fr: "Gardien d'Énergie",
},
text: {
en: "Basic Energy attached to your Basic Pokémon can't be discarded by effects of your opponent's attacks, Abilities, or Trainer cards.",
fr: "Les Énergies de base attachées à vos Pokémon de base ne peuvent pas être défaussées par les effets des attaques, des talents ou des cartes Dresseur de votre adversaire.",
}
}],
attacks: [{
cost: [
Type.FIGHTING,
Type.FIGHTING,
Type.COLORLESS
],
name: {
en: "Stone Edge",
fr: "Lame de Roc",
},
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.GRASS,
value: "×2"
}],
retreat: 1,
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

87
cards/xy/xy10/5.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: "xy10-5",
localId: 5,
// Card informations
name: {
en: "Snivy",
fr: "Vipélierre",
},
hp: 60,
type: [
Type.GRASS,
],
dexId: 495,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/5/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/5/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/5/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/5/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 32,
name: "Atsuko Nishida"
},
attacks: [{
cost: [
Type.GRASS
],
name: {
en: "Blot",
fr: "Pâté",
},
text: {
en: "Heal 10 damage from this Pokémon.",
fr: "Soignez 10 dégâts à ce Pokémon.",
},
damage: 10
}],
weaknesses: [{
type: Type.FIRE,
value: "×2"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

95
cards/xy/xy10/50.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: "xy10-50",
localId: 50,
// Card informations
name: {
en: "Carbink",
fr: "Strassie",
},
hp: 90,
type: [
Type.FIGHTING,
],
dexId: 703,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/50/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/50/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/50/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/50/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 27,
name: "kawayoo"
},
abilities: [{
id: 148,
type: AbilityType.TALENT,
name: {
en: "Safeguard",
fr: "Rune Protect",
},
text: {
en: "Prevent all effects of attacks, including damage, done to this Pokémon by your opponent's Pokémon-EX.",
fr: "Évitez tous les effets d'attaques, y compris les dégâts, infligés à ce Pokémon par les Pokémon-EX de votre adversaire.",
}
}],
attacks: [{
cost: [
Type.FIGHTING,
Type.COLORLESS
],
name: {
en: "Power Gem",
fr: "Rayon Gemme",
},
damage: 40
}],
weaknesses: [{
type: Type.GRASS,
value: "×2"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

97
cards/xy/xy10/51.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: "xy10-51",
localId: 51,
// Card informations
name: {
en: "Carbink BREAK",
fr: "Strassie TURBO",
},
hp: 110,
type: [
Type.FIGHTING,
],
dexId: 703,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/51/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/51/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/51/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/51/high.png",
},
},
evolveFrom: {
en: "Carbink",
fr: "Strassie",
},
tags: [
Tag.BREAK,
],
illustrator: {
id: 4,
name: "5ban Graphics"
},
attacks: [{
cost: [
Type.FIGHTING
],
name: {
en: "Diamond Gift",
fr: "Règle des Évolutions TURBO",
},
text: {
en: "Attach 2 Energy cards from your discard pile to 1 of your Fighting Pokémon.",
},
damage: 20
},{
cost: [
Type.FIGHTING
],
name: {
fr: "Cadeau de Diamant",
},
text: {
fr: "Attachez 2 cartes Énergie de votre pile de défausse à l'un de vos Pokémon Fighting.",
},
damage: 20
}],
rarity: Rarity.RareBREAK,
category: Category.POKEMON,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

101
cards/xy/xy10/52.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: "xy10-52",
localId: 52,
// Card informations
name: {
en: "Zygarde",
fr: "Zygarde",
},
hp: 90,
type: [
Type.FIGHTING,
],
dexId: 718,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/52/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/52/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/52/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/52/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 4,
name: "5ban Graphics"
},
attacks: [{
cost: [
Type.FIGHTING
],
name: {
en: "Lookout",
fr: "Surveillance",
},
text: {
en: "Switch 1 of your opponent's Benched Pokémon with his or her Active Pokémon.",
fr: "Échangez l'un des Pokémon de Banc de votre adversaire avec son Pokémon Actif.",
},
},{
cost: [
Type.FIGHTING,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Aura Break",
fr: "Aura Inversée",
},
text: {
en: "If the Defending Pokémon is a Darkness or Fairy Pokémon, it can't attack during your opponent's next turn.",
fr: "Si le Pokémon Défenseur est un Pokémon Darkness ou Fairy, il ne peut pas attaquer pendant le prochain tour de votre adversaire.",
},
damage: 70
}],
weaknesses: [{
type: Type.GRASS,
value: "×2"
}],
retreat: 1,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

103
cards/xy/xy10/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: "xy10-53",
localId: 53,
// Card informations
name: {
en: "Zygarde",
fr: "Zygarde",
},
hp: 120,
type: [
Type.FIGHTING,
],
dexId: 718,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/53/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/53/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/53/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/53/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 4,
name: "5ban Graphics"
},
attacks: [{
cost: [
Type.FIGHTING,
Type.COLORLESS
],
name: {
en: "Rumble",
fr: "Bagarre",
},
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: 30
},{
cost: [
Type.FIGHTING,
Type.FIGHTING,
Type.COLORLESS
],
name: {
en: "Geostrike",
fr: "Géofrappe",
},
text: {
en: "This attack does 10 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
fr: "Cette attaque inflige 10 dégâts à chacun de vos Pokémon de Banc. (N'appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
},
damage: 120
}],
weaknesses: [{
type: Type.GRASS,
value: "×2"
}],
retreat: 2,
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

112
cards/xy/xy10/54.ts Normal file
View File

@ -0,0 +1,112 @@
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: "xy10-54",
localId: 54,
// Card informations
name: {
en: "Zygarde-EX",
fr: "Zygarde-EX",
},
hp: 190,
type: [
Type.FIGHTING,
],
dexId: 718,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/54/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/54/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/54/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/54/high.png",
},
},
evolveFrom: {},
tags: [
Tag.EX,
],
illustrator: {
id: 4,
name: "5ban Graphics"
},
attacks: [{
cost: [
Type.FIGHTING
],
name: {
en: "Land's Pulse",
fr: "Vibration Terrestre",
},
text: {
en: "If there is any Stadium card in play, this attack does 20 more damage.",
fr: "S'il y a une carte Stade en jeu, cette attaque inflige 20 dégâts supplémentaires.",
},
damage: 20
},{
cost: [
Type.FIGHTING,
Type.COLORLESS
],
name: {
en: "Cell Storm",
fr: "Tempête Cellulaire",
},
text: {
en: "Heal 30 damage from this Pokémon.",
fr: "Soignez 30 dégâts à ce Pokémon.",
},
damage: 60
},{
cost: [
Type.FIGHTING,
Type.FIGHTING,
Type.COLORLESS
],
name: {
en: "Land's Wrath",
fr: "Force Chtonienne",
},
damage: 100
}],
weaknesses: [{
type: Type.GRASS,
value: "×2"
}],
retreat: 3,
rarity: Rarity.RareHoloEX,
category: Category.POKEMON,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

104
cards/xy/xy10/54a.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: "xy10-54",
localId: 54,
// Card informations
name: {
en: "Zygarde-EX",
},
hp: 190,
type: [
Type.FIGHTING,
],
dexId: 718,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/54a/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/54a/high.png",
},
},
evolveFrom: {},
tags: [
Tag.EX,
],
illustrator: {
id: 4,
name: "5ban Graphics"
},
attacks: [{
cost: [
Type.FIGHTING
],
name: {
en: "Land's Pulse",
},
text: {
en: "If there is any Stadium card in play, this attack does 20 more damage.",
},
damage: 20
},{
cost: [
Type.FIGHTING,
Type.COLORLESS
],
name: {
en: "Cell Storm",
},
text: {
en: "Heal 30 damage from this Pokémon.",
},
damage: 60
},{
cost: [
Type.FIGHTING,
Type.FIGHTING,
Type.COLORLESS
],
name: {
en: "Land's Wrath",
},
damage: 100
}],
weaknesses: [{
type: Type.GRASS,
value: "×2"
}],
rarity: Rarity.RareHoloEX,
category: Category.POKEMON,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

105
cards/xy/xy10/55.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: "xy10-55",
localId: 55,
// Card informations
name: {
en: "Umbreon-EX",
fr: "Noctali-EX",
},
hp: 170,
type: [
Type.DARKNESS,
],
dexId: 197,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/55/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/55/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/55/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/55/high.png",
},
},
evolveFrom: {},
tags: [
Tag.EX,
],
illustrator: {
id: 6,
name: "Ayaka Yoshida"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Veil of Darkness",
fr: "Voile des Ténèbres",
},
text: {
en: "Discard as many cards as you like from your hand. Then, draw that many cards.",
fr: "Défaussez autant de cartes que vous voulez de votre main. Ensuite, piochez autant de cartes.",
},
damage: 20
},{
cost: [
Type.DARKNESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Endgame",
fr: "Phase Finale",
},
text: {
en: "If your opponent's Mega Evolution Pokémon is Knocked Out by damage from this attack, take 2 more Prize cards.",
fr: "Si le Pokémon Méga-Évolution de votre adversaire est mis K.O. par les dégâts de cette attaque, récupérez 2 cartes Récompense supplémentaires.",
},
damage: 70
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
resistances: [{
type: Type.PSYCHIC,
value: "-20"
}],
retreat: 1,
rarity: Rarity.RareHoloEX,
category: Category.POKEMON,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

108
cards/xy/xy10/56.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: "xy10-56",
localId: 56,
// Card informations
name: {
en: "Tyranitar",
fr: "Tyranocif",
},
hp: 160,
type: [
Type.DARKNESS,
],
dexId: 248,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/56/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/56/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/56/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/56/high.png",
},
},
evolveFrom: {
en: "Pupitar",
fr: "Ymphect",
},
tags: [
Tag.STAGE2,
],
illustrator: {
id: 77,
name: "Satoshi Shirai"
},
abilities: [{
id: 1318,
type: AbilityType.TALENT,
name: {
en: "Raging Roar",
fr: "Rugissement Enragé",
},
text: {
en: "When you play this Pokémon from your hand to evolve 1 of your Pokémon, you may attach 1 Darkness Energy from your discard pile to this Pokémon for each Prize card your opponent has taken.",
fr: "Lorsque vous jouez ce Pokémon de votre main pour faire évoluer l'un de vos Pokémon, vous pouvez attacher 1 Énergie Darkness de votre pile de défausse à ce Pokémon pour chaque carte Récompense que votre adversaire a récupérée.",
}
}],
attacks: [{
cost: [
Type.DARKNESS,
Type.DARKNESS,
Type.DARKNESS,
Type.DARKNESS,
Type.DARKNESS
],
name: {
en: "Dark Mountain",
fr: "Montagne Obscure",
},
text: {
en: "Discard the top 2 cards of your deck. This attack does 50 more damage for each Supporter card discarded in this way.",
fr: "Défaussez les 2 cartes du dessus de votre deck. Cette attaque inflige 50 dégâts supplémentaires pour chaque carte Supporter défaussée de cette façon.",
},
damage: 150
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
resistances: [{
type: Type.PSYCHIC,
value: "-20"
}],
retreat: 4,
rarity: Rarity.RareHolo,
category: Category.POKEMON,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

100
cards/xy/xy10/57.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: "xy10-57",
localId: 57,
// Card informations
name: {
en: "Vullaby",
fr: "Vostourno",
},
hp: 60,
type: [
Type.DARKNESS,
],
dexId: 629,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/57/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/57/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/57/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/57/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 2,
name: "Midori Harada"
},
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.DARKNESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Cutting Wind",
fr: "Vent Glacial",
},
damage: 40
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "×2"
}],
resistances: [{
type: Type.FIGHTING,
value: "-20"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

103
cards/xy/xy10/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: "xy10-58",
localId: 58,
// Card informations
name: {
en: "Mandibuzz",
fr: "Vaututrice",
},
hp: 110,
type: [
Type.DARKNESS,
],
dexId: 630,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/58/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/58/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/58/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/58/high.png",
},
},
evolveFrom: {
en: "Vullaby",
fr: "Vostourno",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 8,
name: "Masakazu Fukuda"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Bone Drop",
fr: "Chute Osseuse",
},
text: {
en: "This attack does 60 damage to 1 of your opponent's Pokémon that has an Ability. (Don't apply Weakness and Resistance for Benched Pokémon.)",
fr: "Cette attaque inflige 60 dégâts à l'un des Pokémon de votre adversaire ayant un talent. (N'appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
},
},{
cost: [
Type.DARKNESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Cutting Wind",
fr: "Vent Glacial",
},
damage: 80
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "×2"
}],
resistances: [{
type: Type.FIGHTING,
value: "-20"
}],
retreat: 1,
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

108
cards/xy/xy10/59.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: "xy10-59",
localId: 59,
// Card informations
name: {
en: "Wormadam",
fr: "Cheniselle",
},
hp: 100,
type: [
Type.METAL,
],
dexId: 413,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/59/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/59/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/59/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/59/high.png",
},
},
evolveFrom: {
en: "Burmy",
fr: "Cheniti",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 25,
name: "Kyoko Umemoto"
},
attacks: [{
cost: [
Type.METAL
],
name: {
en: "Strike Back",
fr: "Vengeur",
},
text: {
en: "This attack does 20 damage times the number of damage counters on this Pokémon.",
fr: "Cette attaque inflige 20 dégâts multipliés par le nombre de marqueurs de dégâts placés sur ce Pokémon.",
},
damage: 20
},{
cost: [
Type.METAL,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Iron Head",
fr: "Tête de Fer",
},
text: {
en: "Flip a coin until you get tails. This attack does 20 more damage for each heads.",
fr: "Lancez une pièce jusqu'à ce que vous obteniez un côté pile. Cette attaque inflige 20 dégâts supplémentaires pour chaque côté face.",
},
damage: 60
}],
weaknesses: [{
type: Type.FIRE,
value: "×2"
}],
resistances: [{
type: Type.PSYCHIC,
value: "-20"
}],
retreat: 2,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

97
cards/xy/xy10/6.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: "xy10-6",
localId: 6,
// Card informations
name: {
en: "Servine",
fr: "Lianaja",
},
hp: 70,
type: [
Type.GRASS,
],
dexId: 496,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/6/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/6/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/6/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/6/high.png",
},
},
evolveFrom: {
en: "Snivy",
fr: "Vipélierre",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 7,
name: "Sumiyoshi Kizuki"
},
abilities: [{
id: 879,
type: AbilityType.TALENT,
name: {
en: "Serpentine Strangle",
fr: "Étranglement Serpentin",
},
text: {
en: "When you play this Pokémon from your hand to evolve 1 of your Pokémon, you may flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed.",
fr: "Lorsque vous jouez ce Pokémon de votre main pour faire évoluer l'un de vos Pokémon, vous pouvez lancer une pièce. Si c'est face, le Pokémon Actif de votre adversaire est maintenant Paralysé.",
}
}],
attacks: [{
cost: [
Type.GRASS
],
name: {
en: "Vine Whip",
fr: "Fouet Lianes",
},
damage: 20
}],
weaknesses: [{
type: Type.FIRE,
value: "×2"
}],
retreat: 1,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

99
cards/xy/xy10/60.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: "xy10-60",
localId: 60,
// Card informations
name: {
en: "Bronzor",
fr: "Archéomire",
},
hp: 60,
type: [
Type.METAL,
],
dexId: 436,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/60/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/60/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/60/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/60/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 30,
name: "Hajime Kusajima"
},
attacks: [{
cost: [
Type.METAL
],
name: {
en: "Iron Defense",
fr: "Mur de Fer",
},
text: {
en: "Flip a coin. 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 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.",
},
},{
cost: [
Type.METAL,
Type.COLORLESS
],
name: {
en: "Hammer In",
fr: "Enfoncement",
},
damage: 20
}],
weaknesses: [{
type: Type.FIRE,
value: "×2"
}],
resistances: [{
type: Type.PSYCHIC,
value: "-20"
}],
retreat: 2,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

106
cards/xy/xy10/61.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: "xy10-61",
localId: 61,
// Card informations
name: {
en: "Bronzong",
fr: "Archéodong",
},
hp: 100,
type: [
Type.METAL,
],
dexId: 437,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/61/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/61/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/61/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/61/high.png",
},
},
evolveFrom: {
en: "Bronzor",
fr: "Archéomire",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 15,
name: "Naoki Saito"
},
abilities: [{
id: 524,
type: AbilityType.TALENT,
name: {
en: "Metal Fortress",
fr: "Forteresse Métallique",
},
text: {
en: "Prevent all effects of your opponent's attacks, including damage, done to your Benched Pokémon.",
fr: "Évitez tous les effets des attaques de votre adversaire, y compris les dégâts, infligés à vos Pokémon de Banc.",
}
}],
attacks: [{
cost: [
Type.METAL,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Guard Press",
fr: "Pression de Garde",
},
text: {
en: "During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 20 (after applying Weakness and Resistance).",
fr: "Pendant le prochain tour de votre adversaire, tous les dégâts infligés à ce Pokémon par des attaques sont réduits de 20 (après application de la Faiblesse et de la Résistance).",
},
damage: 60
}],
weaknesses: [{
type: Type.FIRE,
value: "×2"
}],
resistances: [{
type: Type.PSYCHIC,
value: "-20"
}],
retreat: 3,
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

97
cards/xy/xy10/62.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: "xy10-62",
localId: 62,
// Card informations
name: {
en: "Bronzong BREAK",
fr: "Archéodong TURBO",
},
hp: 130,
type: [
Type.METAL,
],
dexId: 437,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/62/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/62/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/62/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/62/high.png",
},
},
evolveFrom: {
en: "Bronzong",
fr: "Archéodong",
},
tags: [
Tag.BREAK,
],
illustrator: {
id: 4,
name: "5ban Graphics"
},
attacks: [{
cost: [
Type.METAL,
Type.COLORLESS
],
name: {
en: "Metal Rain",
fr: "Règle des Évolutions TURBO",
},
text: {
en: "Discard as many Metal Energy attached to this Pokémon as you like. For each Energy card discarded in this way, choose 1 of your opponent's Pokémon and do 30 damage to it. Don't apply Weakness and Resistance. (You may choose the same Pokémon more than once.)",
},
},{
cost: [
Type.METAL,
Type.COLORLESS
],
name: {
fr: "Pluie Dorée",
},
text: {
fr: "Défaussez autant d'Énergies Metal attachées à ce Pokémon que vous voulez. Pour chaque carte Énergie défaussée de cette façon, choisissez l'un des Pokémon de votre adversaire et infligez-lui 30 dégâts. N'appliquez ni la Faiblesse ni la Résistance. (Vous pouvez choisir plusieurs fois le même Pokémon.)",
},
}],
rarity: Rarity.RareBREAK,
category: Category.POKEMON,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

107
cards/xy/xy10/63.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: "xy10-63",
localId: 63,
// Card informations
name: {
en: "Lucario",
fr: "Lucario",
},
hp: 110,
type: [
Type.METAL,
],
dexId: 448,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/63/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/63/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/63/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/63/high.png",
},
},
evolveFrom: {
en: "Riolu",
fr: "Riolu",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 67,
name: "Hitoshi Ariga"
},
attacks: [{
cost: [
Type.METAL
],
name: {
en: "Vacuum Wave",
fr: "Onde Vide",
},
text: {
en: "This attack's damage isn't affected by Weakness or Resistance.",
fr: "Les dégâts de cette attaque ne sont pas affectés par la Faiblesse ou la Résistance.",
},
damage: 50
},{
cost: [
Type.METAL,
Type.COLORLESS
],
name: {
en: "Fight Alone",
fr: "Combat Solitaire",
},
text: {
en: "If you have fewer Pokémon in play than your opponent, this attack does 60 more damage for each Pokémon fewer you have in play.",
fr: "Si vous avez moins de Pokémon en jeu que votre adversaire, cette attaque inflige 60 dégâts supplémentaires pour chaque Pokémon de moins que vous avez en jeu.",
},
damage: 30
}],
weaknesses: [{
type: Type.FIRE,
value: "×2"
}],
resistances: [{
type: Type.PSYCHIC,
value: "-20"
}],
retreat: 2,
rarity: Rarity.RareHolo,
category: Category.POKEMON,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

103
cards/xy/xy10/64.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: "xy10-64",
localId: 64,
// Card informations
name: {
en: "Genesect-EX",
fr: "Genesect-EX",
},
hp: 180,
type: [
Type.METAL,
],
dexId: 649,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/64/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/64/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/64/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/64/high.png",
},
},
evolveFrom: {},
tags: [
Tag.EX,
],
illustrator: {
id: 38,
name: "Eske Yoshinob"
},
abilities: [{
id: 1420,
type: AbilityType.TALENT,
name: {
en: "Drive Change",
fr: "Change Module",
},
text: {
en: "Once during your turn (before your attack), you may put a Pokémon Tool card attached to this Pokémon into your hand.",
fr: "Une seule fois pendant votre tour (avant votre attaque), vous pouvez placer une carte Outil Pokémon attachée à ce Pokémon dans votre main.",
}
}],
attacks: [{
cost: [
Type.METAL,
Type.METAL,
Type.METAL
],
name: {
en: "Rapid Blaster",
fr: "Canon Rapide",
},
text: {
en: "Discard as many Metal Energy attached to this Pokémon as you like. This attack does 20 more damage for each Energy card discarded in this way.",
fr: "Défaussez autant d'Énergies Metal attachées à ce Pokémon que vous voulez. Cette attaque inflige 20 dégâts supplémentaires pour chaque carte Énergie défaussée de cette façon.",
},
damage: 100
}],
weaknesses: [{
type: Type.FIRE,
value: "×2"
}],
resistances: [{
type: Type.PSYCHIC,
value: "-20"
}],
retreat: 2,
rarity: Rarity.RareHoloEX,
category: Category.POKEMON,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

96
cards/xy/xy10/65.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: "xy10-65",
localId: 65,
// Card informations
name: {
en: "Jigglypuff",
fr: "Rondoudou",
},
hp: 70,
type: [
Type.FAIRY,
],
dexId: 39,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/65/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/65/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/65/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/65/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 2,
name: "Midori Harada"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Pound",
fr: "Écras'Face",
},
damage: 10
},{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Rollout",
fr: "Roulade",
},
damage: 20
}],
weaknesses: [{
type: Type.METAL,
value: "×2"
}],
resistances: [{
type: Type.DARKNESS,
value: "-20"
}],
retreat: 2,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

109
cards/xy/xy10/66.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: "xy10-66",
localId: 66,
// Card informations
name: {
en: "Wigglytuff",
fr: "Grodoudou",
},
hp: 100,
type: [
Type.FAIRY,
],
dexId: 40,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/66/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/66/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/66/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/66/high.png",
},
},
evolveFrom: {
en: "Jigglypuff",
fr: "Rondoudou",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 3,
name: "Mizue"
},
attacks: [{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Expand",
fr: "Expansion",
},
text: {
en: "During your opponent's next turn, any damage done to this Pokémon by attacks is reduced by 30 (after applying Weakness and Resistance).",
fr: "Pendant le prochain tour de votre adversaire, tous les dégâts infligés à ce Pokémon par des attaques sont réduits de 30 (après application de la Faiblesse et de la Résistance).",
},
damage: 30
},{
cost: [
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Double Slap",
fr: "Torgnoles",
},
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.METAL,
value: "×2"
}],
resistances: [{
type: Type.DARKNESS,
value: "-20"
}],
retreat: 2,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

103
cards/xy/xy10/67.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: "xy10-67",
localId: 67,
// Card informations
name: {
en: "Mr. Mime",
fr: "M. Mime",
},
hp: 80,
type: [
Type.FAIRY,
],
dexId: 122,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/67/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/67/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/67/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/67/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 7,
name: "Sumiyoshi Kizuki"
},
attacks: [{
cost: [
Type.FAIRY
],
name: {
en: "Mimic",
fr: "Copie",
},
text: {
en: "Shuffle your hand into your deck. Then, draw a number of cards equal to the number of cards in your opponent's hand.",
fr: "Mélangez votre main avec votre deck. Ensuite, piochez un nombre de cartes égal au nombre de cartes dans la main de votre adversaire.",
},
},{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Juggling",
fr: "Jonglerie",
},
text: {
en: "Flip 4 coins. This attack does 20 damage times the number of heads.",
fr: "Lancez 4 pièces. Cette attaque inflige 20 dégâts multipliés par le nombre de côtés face.",
},
damage: 20
}],
weaknesses: [{
type: Type.METAL,
value: "×2"
}],
resistances: [{
type: Type.DARKNESS,
value: "-20"
}],
retreat: 1,
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

91
cards/xy/xy10/68.ts Normal file
View File

@ -0,0 +1,91 @@
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: "xy10-68",
localId: 68,
// Card informations
name: {
en: "Snubbull",
fr: "Snubbull",
},
hp: 70,
type: [
Type.FAIRY,
],
dexId: 209,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/68/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/68/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/68/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/68/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 43,
name: "Aya Kusube"
},
attacks: [{
cost: [
Type.FAIRY,
Type.COLORLESS
],
name: {
en: "Ruckus",
fr: "Chahut",
},
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: 50
}],
weaknesses: [{
type: Type.METAL,
value: "×2"
}],
resistances: [{
type: Type.DARKNESS,
value: "-20"
}],
retreat: 2,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

95
cards/xy/xy10/69.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: "xy10-69",
localId: 69,
// Card informations
name: {
en: "M Altaria-EX",
fr: "M-Altaria-EX",
},
hp: 220,
type: [
Type.FAIRY,
],
dexId: 334,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/69/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/69/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/69/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/69/high.png",
},
},
evolveFrom: {
en: "Altaria-EX",
fr: "Altaria-EX",
},
tags: [
Tag.MEGA,
],
illustrator: {
id: 4,
name: "5ban Graphics"
},
attacks: [{
cost: [
Type.FAIRY,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Mist Purge",
fr: "Nettoyage Brumeux",
},
text: {
en: "If this Pokémon has any Special Energy attached to it, this attack does 30 more damage and heal 30 damage from each of your Pokémon.",
fr: "Si de l'Énergie spéciale est attachée à ce Pokémon, cette attaque inflige 30 dégâts supplémentaires et soigne 30 dégâts à chacun de vos Pokémon.",
},
damage: 100
}],
weaknesses: [{
type: Type.METAL,
value: "×2"
}],
resistances: [{
type: Type.DARKNESS,
value: "-20"
}],
retreat: 2,
rarity: Rarity.RareHoloEX,
category: Category.POKEMON,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

103
cards/xy/xy10/7.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: "xy10-7",
localId: 7,
// Card informations
name: {
en: "Serperior",
fr: "Majaspic",
},
hp: 140,
type: [
Type.GRASS,
],
dexId: 497,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/7/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/7/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/7/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/7/high.png",
},
},
evolveFrom: {
en: "Servine",
fr: "Lianaja",
},
tags: [
Tag.STAGE2,
],
illustrator: {
id: 70,
name: "You Iribi"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Coil",
fr: "Enroulement",
},
text: {
en: "During your next turn, this Pokémon's attacks do 60 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance).",
fr: "Pendant votre prochain tour, les attaques de ce Pokémon infligent 60 dégâts supplémentaires au Pokémon Actif de votre adversaire (avant application de la Faiblesse et de la Résistance).",
},
damage: 40
},{
cost: [
Type.GRASS
],
name: {
en: "Slashing Strike",
fr: "Coup Déchirant",
},
text: {
en: "This Pokémon can't use Slashing Strike during your next turn.",
fr: "Ce Pokémon ne peut pas utiliser Coup Déchirant pendant votre prochain tour.",
},
damage: 80
}],
weaknesses: [{
type: Type.FIRE,
value: "×2"
}],
retreat: 2,
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

86
cards/xy/xy10/70.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: "xy10-70",
localId: 70,
// Card informations
name: {
en: "Cottonee",
fr: "Doudouvet",
},
hp: 50,
type: [
Type.FAIRY,
],
dexId: 546,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/70/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/70/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/70/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/70/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 46,
name: "MAHOU"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Fairy Wind",
fr: "Vent Féérique",
},
damage: 10
}],
weaknesses: [{
type: Type.METAL,
value: "×2"
}],
resistances: [{
type: Type.DARKNESS,
value: "-20"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

93
cards/xy/xy10/71.ts Normal file
View File

@ -0,0 +1,93 @@
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: "xy10-71",
localId: 71,
// Card informations
name: {
en: "Whimsicott",
fr: "Farfaduvet",
},
hp: 90,
type: [
Type.FAIRY,
],
dexId: 547,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/71/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/71/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/71/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/71/high.png",
},
},
evolveFrom: {
en: "Cottonee",
fr: "Doudouvet",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 24,
name: "sui"
},
attacks: [{
cost: [
Type.FAIRY
],
name: {
en: "Light Steps",
fr: "Pas Légers",
},
text: {
en: "Move an Energy from this Pokémon to 1 of your Benched Pokémon.",
fr: "Déplacez une Énergie de ce Pokémon vers l'un de vos Pokémon de Banc.",
},
damage: 40
}],
weaknesses: [{
type: Type.METAL,
value: "×2"
}],
resistances: [{
type: Type.DARKNESS,
value: "-20"
}],
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

103
cards/xy/xy10/72.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: "xy10-72",
localId: 72,
// Card informations
name: {
en: "Diancie-EX",
fr: "Diancie-EX",
},
hp: 150,
type: [
Type.FAIRY,
],
dexId: 719,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/xy10/72/low.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/72/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/xy10/72/high.png",
fr: "https://assets.tcgdex.net/fr/xy/xy10/72/high.png",
},
},
evolveFrom: {},
tags: [
Tag.EX,
],
illustrator: {
id: 38,
name: "Eske Yoshinob"
},
abilities: [{
id: 1421,
type: AbilityType.TALENT,
name: {
en: "Sparkle Veil",
fr: "Voile Étincelant",
},
text: {
en: "As long as this Pokémon is your Active Pokémon, any damage done to your Pokémon by an opponent's attack is reduced by 30 (after applying Weakness and Resistance).",
fr: "Tant que ce Pokémon est votre Pokémon Actif, tous les dégâts infligés à vos Pokémon par une attaque de votre adversaire sont réduits de 30 (après application de la Faiblesse et de la Résistance).",
}
}],
attacks: [{
cost: [
Type.FAIRY,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Wonder Stage",
fr: "Scène Miracle",
},
text: {
en: "If there is any Stadium card in play, this attack does 50 more damage.",
fr: "S'il y a une carte Stade en jeu, cette attaque inflige 50 dégâts supplémentaires.",
},
damage: 60
}],
weaknesses: [{
type: Type.METAL,
value: "×2"
}],
resistances: [{
type: Type.DARKNESS,
value: "-20"
}],
retreat: 2,
rarity: Rarity.RareHoloEX,
category: Category.POKEMON,
set: {
name: "Fates Collide",
code: "xy10"
}
}
export default card

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