1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-08-09 15:31:59 +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

125
cards/sm/sm11/1.ts Normal file
View File

@@ -0,0 +1,125 @@
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: "sm11-1",
localId: 1,
// Card informations
name: {
en: "Rowlet & Alolan Exeggutor-GX",
fr: "Brindibou et Noadkoko dAlola-GX",
},
hp: 270,
type: [
Type.GRASS,
],
dexId: 103,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/1/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/1/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/1/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/1/high.png",
},
},
evolveFrom: {},
tags: [
Tag.TAGTEAM,
],
illustrator: {
id: 9,
name: "Mitsuhiro Arita"
},
attacks: [{
name: {
en: "Super Growth",
fr: "Règle des ESCOUADES",
},
text: {
en: "Search your deck for a card that evolves from 1 of your Grass Pokémon and put it onto that Pokémon to evolve it. If that Pokémon is now a Stage 1 Pokémon, search your deck for a Stage 2 Pokémon that evolves from that Pokémon and put it onto that Pokémon to evolve it. Then, shuffle your deck.",
},
},{
cost: [
Type.GRASS,
Type.GRASS,
Type.COLORLESS
],
name: {
en: "Calming Hurricane",
fr: "Super Croissance",
},
text: {
en: "Heal 30 damage from this Pokémon.",
fr: "Cherchez dans votre deck une carte Évolution de lun de vos Pokémon Grass et placez-la sur ce dernier pour le faire évoluer. Si ce Pokémon est maintenant un Pokémon de Niveau 1, cherchez dans votre deck un Pokémon de Niveau 2 qui est lÉvolution de ce Pokémon et placez-le sur ce Pokémon pour le faire évoluer. Mélangez ensuite votre deck.",
},
damage: 150
},{
cost: [
Type.GRASS,
Type.GRASS,
Type.GRASS
],
name: {
en: "Tropical Hour-GX",
fr: "Ouragan Apaisant",
},
text: {
en: "If this Pokémon has at least 3 extra Energy attached to it (in addition to this attack's cost), your opponent shuffles all Energy from all of their Pokémon into their deck. (You can't use more than 1 GX attack in a game.)",
fr: "Soignez 30 dégâts à ce Pokémon.",
},
damage: 200
},{
cost: [
Type.GRASS,
Type.GRASS,
Type.GRASS
],
name: {
fr: "Pause Tropicale-GX",
},
text: {
fr: "Si au moins 3 Énergies supplémentaires sont attachées à ce Pokémon (en plus du coût de cette attaque), votre adversaire mélange toutes les Énergies de tous ses Pokémon avec son deck. (Vous ne pouvez utiliser quune attaque GX par partie.)",
},
damage: 200
}],
weaknesses: [{
type: Type.FIRE,
value: "×2"
}],
retreat: 3,
rarity: Rarity.RareHoloGX,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

83
cards/sm/sm11/10.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: "sm11-10",
localId: 10,
// Card informations
name: {
en: "Dwebble",
fr: "Crabicoque",
},
hp: 70,
type: [
Type.GRASS,
],
dexId: 557,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/10/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/10/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/10/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/10/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 27,
name: "kawayoo"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Dig Claws",
fr: "Creusogriffes",
},
damage: 10
}],
weaknesses: [{
type: Type.FIRE,
value: "×2"
}],
retreat: 2,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

83
cards/sm/sm11/100.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: "sm11-100",
localId: 100,
// Card informations
name: {
en: "Cosmog",
fr: "Cosmog",
},
hp: 40,
type: [
Type.PSYCHIC,
],
dexId: 789,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/100/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/100/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/100/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/100/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 48,
name: "Akira Komayama"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Splash",
fr: "Trempette",
},
damage: 10
}],
weaknesses: [{
type: Type.PSYCHIC,
value: "×2"
}],
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

103
cards/sm/sm11/101.ts Normal file
View File

@@ -0,0 +1,103 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "sm11-101",
localId: 101,
// Card informations
name: {
en: "Necrozma",
fr: "Necrozma",
},
hp: 130,
type: [
Type.PSYCHIC,
],
dexId: 800,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/101/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/101/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/101/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/101/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 8,
name: "Masakazu Fukuda"
},
attacks: [{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Barrier Attack",
fr: "Attaque dObstacle",
},
text: {
en: "During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance).",
fr: "Pendant le prochain tour de votre adversaire, ce Pokémon subit 30 dégâts de moins provenant des attaques (après application de la Faiblesse et de la Résistance).",
},
damage: 30
},{
cost: [
Type.PSYCHIC,
Type.PSYCHIC,
Type.COLORLESS
],
name: {
en: "Special Laser",
fr: "Laser Spécial",
},
text: {
en: "If this Pokémon has any Special Energy attached to it, this attack does 60 more damage.",
fr: "Si de lÉnergie spéciale est attachée à ce Pokémon, cette attaque inflige 60 dégâts supplémentaires.",
},
damage: 100
}],
weaknesses: [{
type: Type.PSYCHIC,
value: "×2"
}],
retreat: 2,
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

98
cards/sm/sm11/102.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: "sm11-102",
localId: 102,
// Card informations
name: {
en: "Poipole",
fr: "Vémini",
},
hp: 70,
type: [
Type.PSYCHIC,
],
dexId: 803,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/102/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/102/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/102/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/102/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 19,
name: "Shin Nagasawa"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Belt",
fr: "Taloche",
},
damage: 10
},{
cost: [
Type.PSYCHIC,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Last Scene",
fr: "Dernière Scène",
},
text: {
en: "If each player has exactly 1 Prize card remaining, this attack does 130 more damage.",
fr: "Sil reste exactement une carte Récompense à chaque joueur, cette attaque inflige 130 dégâts supplémentaires.",
},
damage: 50
}],
weaknesses: [{
type: Type.PSYCHIC,
value: "×2"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

87
cards/sm/sm11/103.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: "sm11-103",
localId: 103,
// Card informations
name: {
en: "Onix",
fr: "Onix",
},
hp: 110,
type: [
Type.FIGHTING,
],
dexId: 95,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/103/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/103/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/103/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/103/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 67,
name: "Hitoshi Ariga"
},
attacks: [{
cost: [
Type.FIGHTING
],
name: {
en: "Bedrock Press",
fr: "Charge Substrat",
},
text: {
en: "During your opponent's next turn, this Pokémon takes 20 less damage from attacks (after applying Weakness and Resistance).",
fr: "Pendant le prochain tour de votre adversaire, ce Pokémon subit 20 dégâts de moins provenant des attaques (après application de la Faiblesse et de la Résistance).",
},
damage: 20
}],
weaknesses: [{
type: Type.GRASS,
value: "×2"
}],
retreat: 4,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

107
cards/sm/sm11/104.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: "sm11-104",
localId: 104,
// Card informations
name: {
en: "Steelix",
fr: "Steelix",
},
hp: 170,
type: [
Type.FIGHTING,
],
dexId: 208,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/104/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/104/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/104/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/104/high.png",
},
},
evolveFrom: {
en: "Onix",
fr: "Onix",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 6,
name: "Ayaka Yoshida"
},
attacks: [{
cost: [
Type.FIGHTING
],
name: {
en: "Ground Stream",
fr: "Ruisseau Terrestre",
},
text: {
en: "Attach 2 Fighting Energy cards from your discard pile to this Pokémon.",
fr: "Attachez 2 cartes Énergie Fighting de votre pile de défausse à ce Pokémon.",
},
damage: 20
},{
cost: [
Type.FIGHTING,
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Gigaton Shake",
fr: "Secousse Gigatonne",
},
text: {
en: "During your next turn, your Pokémon can't attack. (This includes Pokémon that come into play on that turn.)",
fr: "Pendant votre prochain tour, vos Pokémon ne peuvent pas attaquer. (Cela comprend les Pokémon qui sont mis en jeu pendant ce tour.)",
},
damage: 220
}],
weaknesses: [{
type: Type.GRASS,
value: "×2"
}],
retreat: 4,
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

100
cards/sm/sm11/105.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: "sm11-105",
localId: 105,
// Card informations
name: {
en: "Cubone",
fr: "Osselait",
},
hp: 60,
type: [
Type.FIGHTING,
],
dexId: 104,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/105/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/105/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/105/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/105/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 136,
name: "otumami"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Growl",
fr: "Rugissement",
},
text: {
en: "During your opponent's next turn, the Defending Pokémon's attacks do 20 less damage (before applying Weakness and Resistance).",
fr: "Pendant le prochain tour de votre adversaire, les attaques du Pokémon Défenseur infligent 20 dégâts de moins (avant application de la Faiblesse et de la Résistance).",
},
},{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Bonemerang",
fr: "Osmerang",
},
text: {
en: "Flip 2 coins. This attack does 20 damage for each heads.",
fr: "Lancez 2 pièces. Cette attaque inflige 20 dégâts pour chaque côté face.",
},
damage: 20
}],
weaknesses: [{
type: Type.GRASS,
value: "×2"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

112
cards/sm/sm11/106.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: "sm11-106",
localId: 106,
// Card informations
name: {
en: "Aerodactyl-GX",
fr: "Ptéra-GX",
},
hp: 210,
type: [
Type.FIGHTING,
],
dexId: 142,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/106/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/106/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/106/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/106/high.png",
},
},
evolveFrom: {
en: "Unidentified Fossil",
fr: "Fossile Inconnu",
},
tags: [
Tag.GX,
],
illustrator: {
id: 141,
name: "PLANETA Igarashi"
},
abilities: [{
id: 924,
type: AbilityType.TALENT,
name: {
en: "Primal Winds",
fr: "Vents Primaires",
},
text: {
en: "As long as this Pokémon is your Active Pokémon, your opponent's Basic Pokémon's attacks cost Colorless more.",
fr: "Tant que ce Pokémon est votre Pokémon Actif, les attaques des Pokémon de base de votre adversaire coûtent Colorless de plus.",
}
}],
attacks: [{
cost: [
Type.FIGHTING,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Boulder Crush",
fr: "Rocher Écrasant",
},
damage: 120
},{
cost: [
Type.FIGHTING
],
name: {
en: "Wild Dive-GX",
fr: "Piqué Fou-GX",
},
text: {
en: "This attack does 50 damage times the amount of Energy attached to your opponent's Active Pokémon. (You can't use more than 1 GX attack in a game.)",
fr: "Cette attaque inflige 50 dégâts multipliés par le nombre dÉnergies attachées au Pokémon Actif de votre adversaire. (Vous ne pouvez utiliser quune attaque GX par partie.)",
},
damage: 50
}],
weaknesses: [{
type: Type.GRASS,
value: "×2"
}],
rarity: Rarity.RareHoloGX,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

97
cards/sm/sm11/107.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: "sm11-107",
localId: 107,
// Card informations
name: {
en: "Heracross",
fr: "Scarhino",
},
hp: 100,
type: [
Type.FIGHTING,
],
dexId: 214,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/107/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/107/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/107/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/107/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 39,
name: "Sanosuke Sakuma"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Turn the Tables",
fr: "Retournement de Situation",
},
text: {
en: "If 1 of your opponent's Pokémon used a GX attack during their last turn, your opponent shuffles their Active Pokémon and all cards attached to it into their deck.",
fr: "Si lun des Pokémon de votre adversaire a utilisé une attaque GX pendant son dernier tour, votre adversaire mélange son Pokémon Actif et toutes les cartes qui lui sont attachées avec son deck.",
},
},{
cost: [
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Tackle",
fr: "Charge",
},
damage: 70
}],
weaknesses: [{
type: Type.PSYCHIC,
value: "×2"
}],
retreat: 1,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

102
cards/sm/sm11/108.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: "sm11-108",
localId: 108,
// Card informations
name: {
en: "Breloom",
fr: "Chapignon",
},
hp: 120,
type: [
Type.FIGHTING,
],
dexId: 286,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/108/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/108/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/108/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/108/high.png",
},
},
evolveFrom: {
en: "Shroomish",
fr: "Balignon",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 32,
name: "Atsuko Nishida"
},
attacks: [{
cost: [
Type.GRASS
],
name: {
en: "Spore",
fr: "Spore",
},
text: {
en: "Your opponent's Active Pokémon is now Asleep.",
fr: "Le Pokémon Actif de votre adversaire est maintenant Endormi.",
},
},{
cost: [
Type.GRASS
],
name: {
en: "Pre-Dawn Strike",
fr: "Frappe Matinale",
},
text: {
en: "If your opponent's Active Pokémon is Asleep, this attack does 90 more damage.",
fr: "Si le Pokémon Actif de votre adversaire est Endormi, cette attaque inflige 90 dégâts supplémentaires.",
},
damage: 30
}],
weaknesses: [{
type: Type.PSYCHIC,
value: "×2"
}],
retreat: 2,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

87
cards/sm/sm11/109.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: "sm11-109",
localId: 109,
// Card informations
name: {
en: "Meditite",
fr: "Méditikka",
},
hp: 60,
type: [
Type.FIGHTING,
],
dexId: 307,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/109/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/109/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/109/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/109/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 59,
name: "Mina Nakai"
},
attacks: [{
cost: [
Type.FIGHTING
],
name: {
en: "Spirited Headbutt",
fr: "Coup dBoule Emporté",
},
text: {
en: "This Pokémon can't use Spirited Headbutt during your next turn.",
fr: "Ce Pokémon ne peut pas utiliser Coup dBoule Emporté pendant votre prochain tour.",
},
damage: 40
}],
weaknesses: [{
type: Type.PSYCHIC,
value: "×2"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

103
cards/sm/sm11/11.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: "sm11-11",
localId: 11,
// Card informations
name: {
en: "Crustle",
fr: "Crabaraque",
},
hp: 120,
type: [
Type.GRASS,
],
dexId: 558,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/11/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/11/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/11/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/11/high.png",
},
},
evolveFrom: {
en: "Dwebble",
fr: "Crabicoque",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 18,
name: "Tomokazu Komiya"
},
abilities: [{
id: 142,
type: AbilityType.TALENT,
name: {
en: "Shell Armor",
fr: "Coque Armure",
},
text: {
en: "This Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance).",
fr: "Ce Pokémon subit 30 dégâts de moins provenant des attaques (après application de la Faiblesse et de la Résistance).",
}
}],
attacks: [{
cost: [
Type.GRASS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Fury Cutter",
fr: "Taillade",
},
text: {
en: "Flip 3 coins. If 1 of them is heads, this attack does 40 more damage. If 2 of them are heads, this attack does 80 more damage. If all of them are heads, this attack does 150 more damage.",
fr: "Lancez 3 pièces. Sil ny a quun côté face, cette attaque inflige 40 dégâts supplémentaires. Sil y a 2 côtés face, cette attaque inflige 80 dégâts supplémentaires. Sil y a 3 côtés face, cette attaque inflige 150 dégâts supplémentaires.",
},
damage: 50
}],
weaknesses: [{
type: Type.FIRE,
value: "×2"
}],
retreat: 3,
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

103
cards/sm/sm11/110.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: "sm11-110",
localId: 110,
// Card informations
name: {
en: "Medicham",
fr: "Charmina",
},
hp: 110,
type: [
Type.FIGHTING,
],
dexId: 308,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/110/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/110/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/110/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/110/high.png",
},
},
evolveFrom: {
en: "Meditite",
fr: "Méditikka",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 49,
name: "Shigenori Negishi"
},
attacks: [{
cost: [
Type.FIGHTING
],
name: {
en: "Pure Power",
fr: "Force Pure",
},
text: {
en: "Put 4 damage counters on your opponent's Pokémon in any way you like.",
fr: "Placez 4 marqueurs de dégâts sur les Pokémon de votre adversaire, de la manière que vous voulez.",
},
},{
cost: [
Type.FIGHTING,
Type.FIGHTING
],
name: {
en: "Master Strike",
fr: "Coup de Maître",
},
text: {
en: "If this Pokémon has a Karate Belt card attached to it, this attack does 60 more damage.",
fr: "Si une carte Ceinture de Karaté est attachée à ce Pokémon, cette attaque inflige 60 dégâts supplémentaires.",
},
damage: 60
}],
weaknesses: [{
type: Type.PSYCHIC,
value: "×2"
}],
retreat: 1,
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

100
cards/sm/sm11/111.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: "sm11-111",
localId: 111,
// Card informations
name: {
en: "Relicanth",
fr: "Relicanth",
},
hp: 90,
type: [
Type.FIGHTING,
],
dexId: 369,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/111/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/111/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/111/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/111/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 45,
name: "Yuka Morii"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Deep Sea Boring",
fr: "Forage Abyssal",
},
text: {
en: "Search your deck for a Trainer card, reveal it, and put it into your hand. Then, shuffle your deck.",
fr: "Cherchez une carte Dresseur dans votre deck, montrez-la, puis ajoutez-la à votre main. Mélangez ensuite votre deck.",
},
},{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Water Pulse",
fr: "Vibraqua",
},
text: {
en: "Your opponent's Active Pokémon is now Asleep.",
fr: "Le Pokémon Actif de votre adversaire est maintenant Endormi.",
},
damage: 30
}],
weaknesses: [{
type: Type.GRASS,
value: "×2"
}],
retreat: 1,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

93
cards/sm/sm11/112.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: "sm11-112",
localId: 112,
// Card informations
name: {
en: "Gible",
fr: "Griknot",
},
hp: 60,
type: [
Type.FIGHTING,
],
dexId: 443,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/112/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/112/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/112/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/112/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 115,
name: "Asako Ito"
},
attacks: [{
cost: [
Type.FIGHTING
],
name: {
en: "Stampede",
fr: "Ruée",
},
damage: 10
},{
cost: [
Type.FIGHTING,
Type.COLORLESS
],
name: {
en: "Headbutt Bounce",
fr: "Culbute Surprise",
},
damage: 30
}],
weaknesses: [{
type: Type.GRASS,
value: "×2"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

96
cards/sm/sm11/113.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: "sm11-113",
localId: 113,
// Card informations
name: {
en: "Gabite",
fr: "Carmache",
},
hp: 90,
type: [
Type.FIGHTING,
],
dexId: 444,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/113/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/113/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/113/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/113/high.png",
},
},
evolveFrom: {
en: "Gible",
fr: "Griknot",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 102,
name: "SATOSHI NAKAI"
},
attacks: [{
cost: [
Type.FIGHTING
],
name: {
en: "Corkscrew Punch",
fr: "Poing Tire-Bouchon",
},
damage: 20
},{
cost: [
Type.FIGHTING,
Type.COLORLESS
],
name: {
en: "Sharp Scythe",
fr: "Faucille Acérée",
},
damage: 40
}],
weaknesses: [{
type: Type.GRASS,
value: "×2"
}],
retreat: 1,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

102
cards/sm/sm11/114.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: "sm11-114",
localId: 114,
// Card informations
name: {
en: "Garchomp",
fr: "Carchacrok",
},
hp: 150,
type: [
Type.FIGHTING,
],
dexId: 445,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/114/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/114/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/114/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/114/high.png",
},
},
evolveFrom: {
en: "Gabite",
fr: "Carmache",
},
tags: [
Tag.STAGE2,
],
illustrator: {
id: 48,
name: "Akira Komayama"
},
abilities: [{
id: 928,
type: AbilityType.TALENT,
name: {
en: "Avenging Aura",
fr: "Aura Vengeresse",
},
text: {
en: "If you have more Prize cards remaining than your opponent, this Pokémon's attacks do 80 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance).",
fr: "Sil vous reste plus de cartes Récompense quà votre adversaire, les attaques de ce Pokémon infligent 80 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.COLORLESS
],
name: {
en: "Over Slice",
fr: "Coupure Excessive",
},
text: {
en: "You may discard an Energy from this Pokémon. If you do, this attack does 40 more damage.",
fr: "Vous pouvez défausser une Énergie attachée à ce Pokémon. Dans ce cas, cette attaque inflige 40 dégâts supplémentaires.",
},
damage: 80
}],
weaknesses: [{
type: Type.GRASS,
value: "×2"
}],
rarity: Rarity.RareHolo,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

83
cards/sm/sm11/115.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: "sm11-115",
localId: 115,
// Card informations
name: {
en: "Riolu",
fr: "Riolu",
},
hp: 60,
type: [
Type.FIGHTING,
],
dexId: 447,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/115/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/115/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/115/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/115/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 95,
name: "kirisAki"
},
attacks: [{
cost: [
Type.FIGHTING
],
name: {
en: "Kick",
fr: "KoudPied",
},
damage: 20
}],
weaknesses: [{
type: Type.PSYCHIC,
value: "×2"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

83
cards/sm/sm11/116.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: "sm11-116",
localId: 116,
// Card informations
name: {
en: "Riolu",
fr: "Riolu",
},
hp: 60,
type: [
Type.FIGHTING,
],
dexId: 447,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/116/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/116/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/116/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/116/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 164,
name: "AKIRA EGAWA"
},
attacks: [{
cost: [
Type.FIGHTING
],
name: {
en: "Kick",
fr: "KoudPied",
},
damage: 20
}],
weaknesses: [{
type: Type.PSYCHIC,
value: "×2"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

99
cards/sm/sm11/117.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: "sm11-117",
localId: 117,
// Card informations
name: {
en: "Lucario",
fr: "Lucario",
},
hp: 120,
type: [
Type.FIGHTING,
],
dexId: 448,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/117/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/117/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/117/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/117/high.png",
},
},
evolveFrom: {
en: "Riolu",
fr: "Riolu",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 95,
name: "kirisAki"
},
abilities: [{
id: 1396,
type: AbilityType.TALENT,
name: {
en: "Tag Coach",
fr: "Coaching dEscouade",
},
text: {
en: "Your TAG TEAM Pokémon take 20 less damage from your opponent's attacks (after applying Weakness and Resistance).",
fr: "Vos Pokémon ESCOUADE subissent 20 dégâts de moins provenant des attaques de votre adversaire (après application de la Faiblesse et de la Résistance).",
}
}],
attacks: [{
cost: [
Type.FIGHTING,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Mach Cross",
fr: "Passage Éclair",
},
damage: 90
}],
weaknesses: [{
type: Type.PSYCHIC,
value: "×2"
}],
retreat: 2,
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

83
cards/sm/sm11/118.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: "sm11-118",
localId: 118,
// Card informations
name: {
en: "Drilbur",
fr: "Rototaupe",
},
hp: 70,
type: [
Type.FIGHTING,
],
dexId: 529,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/118/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/118/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/118/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/118/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 5,
name: "Ken Sugimori"
},
attacks: [{
cost: [
Type.FIGHTING
],
name: {
en: "Dig Claws",
fr: "Creusogriffes",
},
damage: 20
}],
weaknesses: [{
type: Type.GRASS,
value: "×2"
}],
retreat: 2,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

100
cards/sm/sm11/119.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: "sm11-119",
localId: 119,
// Card informations
name: {
en: "Excadrill",
fr: "Minotaupe",
},
hp: 120,
type: [
Type.FIGHTING,
],
dexId: 530,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/119/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/119/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/119/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/119/high.png",
},
},
evolveFrom: {
en: "Drilbur",
fr: "Rototaupe",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 25,
name: "Kyoko Umemoto"
},
attacks: [{
cost: [
Type.FIGHTING
],
name: {
en: "Rototiller",
fr: "Fertilisation",
},
text: {
en: "Shuffle 4 cards from your discard pile into your deck.",
fr: "Mélangez 4 cartes de votre pile de défausse avec votre deck.",
},
},{
cost: [
Type.FIGHTING,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Slash",
fr: "Tranche",
},
damage: 90
}],
weaknesses: [{
type: Type.GRASS,
value: "×2"
}],
retreat: 2,
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

87
cards/sm/sm11/12.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: "sm11-12",
localId: 12,
// Card informations
name: {
en: "Karrablast",
fr: "Carabing",
},
hp: 70,
type: [
Type.GRASS,
],
dexId: 588,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/12/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/12/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/12/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/12/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 5,
name: "Ken Sugimori"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Take Down",
fr: "Bélier",
},
text: {
en: "This Pokémon does 10 damage to itself.",
fr: "Ce Pokémon sinflige 10 dégâts.",
},
damage: 20
}],
weaknesses: [{
type: Type.FIRE,
value: "×2"
}],
retreat: 2,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

93
cards/sm/sm11/120.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: "sm11-120",
localId: 120,
// Card informations
name: {
en: "Archen",
fr: "Arkéapti",
},
hp: 80,
type: [
Type.FIGHTING,
],
dexId: 566,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/120/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/120/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/120/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/120/high.png",
},
},
evolveFrom: {
en: "Unidentified Fossil",
fr: "Fossile Inconnu",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 112,
name: "0313"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Endeavor",
fr: "Effort",
},
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: 20
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "×2"
}],
resistances: [{
type: Type.FIGHTING,
value: "-20"
}],
retreat: 1,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

106
cards/sm/sm11/121.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: "sm11-121",
localId: 121,
// Card informations
name: {
en: "Archeops",
fr: "Aéroptéryx",
},
hp: 130,
type: [
Type.FIGHTING,
],
dexId: 567,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/121/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/121/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/121/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/121/high.png",
},
},
evolveFrom: {
en: "Archen",
fr: "Arkéapti",
},
tags: [
Tag.STAGE2,
],
illustrator: {
id: 80,
name: "Hasuno"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "U-turn",
fr: "Demi-Tour",
},
text: {
en: "Switch this Pokémon with 1 of your Benched Pokémon.",
fr: "Échangez ce Pokémon avec lun de vos Pokémon de Banc.",
},
damage: 40
},{
cost: [
Type.COLORLESS
],
name: {
en: "Hyper Beam",
fr: "Ultralaser",
},
text: {
en: "Discard an Energy from your opponent's Active Pokémon.",
fr: "Défaussez une Énergie du Pokémon Actif de votre adversaire.",
},
damage: 80
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "×2"
}],
resistances: [{
type: Type.FIGHTING,
value: "-20"
}],
retreat: 1,
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

101
cards/sm/sm11/122.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: "sm11-122",
localId: 122,
// Card informations
name: {
en: "Terrakion",
fr: "Terrakium",
},
hp: 140,
type: [
Type.FIGHTING,
],
dexId: 639,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/122/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/122/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/122/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/122/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 50,
name: "Anesaki Dynamic"
},
attacks: [{
cost: [
Type.FIGHTING,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Cavern Counter",
fr: "Marqueur des Grottes",
},
text: {
en: "If all of your Benched Pokémon have at least 1 damage counter on them, this attack does 150 more damage.",
fr: "Si tous vos Pokémon de Banc ont au moins un marqueur de dégâts, cette attaque inflige 150 dégâts supplémentaires.",
},
damage: 50
},{
cost: [
Type.FIGHTING,
Type.FIGHTING,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Boulder Crush",
fr: "Rocher Écrasant",
},
damage: 110
}],
weaknesses: [{
type: Type.GRASS,
value: "×2"
}],
retreat: 4,
rarity: Rarity.RareHolo,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

100
cards/sm/sm11/123.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: "sm11-123",
localId: 123,
// Card informations
name: {
en: "Meloetta",
fr: "Meloetta",
},
hp: 90,
type: [
Type.FIGHTING,
],
dexId: 648,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/123/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/123/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/123/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/123/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 10,
name: "Kouki Saitou"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Tag Cheer",
fr: "Éloges dEscouade",
},
text: {
en: "Attach an Energy card from your hand to 1 of your TAG TEAM Pokémon.",
fr: "Attachez une carte Énergie de votre main à lun de vos Pokémon ESCOUADE.",
},
},{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Shooting Star Pirouette",
fr: "Pirouette Comète",
},
text: {
en: "Flip a coin until you get tails. This attack does 30 more damage for each heads.",
fr: "Lancez une pièce jusquà ce que vous obteniez un côté pile. Cette attaque inflige 30 dégâts supplémentaires pour chaque côté face.",
},
damage: 30
}],
weaknesses: [{
type: Type.PSYCHIC,
value: "×2"
}],
retreat: 1,
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

98
cards/sm/sm11/124.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: "sm11-124",
localId: 124,
// Card informations
name: {
en: "Zygarde",
fr: "Zygarde",
},
hp: 90,
type: [
Type.FIGHTING,
],
dexId: 718,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/124/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/124/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/124/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/124/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 49,
name: "Shigenori Negishi"
},
abilities: [{
id: 632,
type: AbilityType.TALENT,
name: {
en: "Cellular Companions",
fr: "Compères Cellulaires",
},
text: {
en: "As long as this Pokémon is on your Bench, your Zygarde's and Zygarde-GX's attacks do 20 more damage to your opponent's Active Pokémon (before applying Weakness and Resistance).",
fr: "Tant que ce Pokémon est sur votre Banc, les attaques de vos Zygarde et Zygarde-GX infligent 20 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
],
name: {
en: "Boost Fang",
fr: "Croc Boosté",
},
text: {
en: "Attach a Fighting Energy card from your discard pile to 1 of your Benched Pokémon.",
fr: "Attachez une carte Énergie Fighting de votre pile de défausse à lun de vos Pokémon de Banc.",
},
damage: 20
}],
weaknesses: [{
type: Type.GRASS,
value: "×2"
}],
retreat: 1,
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

114
cards/sm/sm11/125.ts Normal file
View File

@@ -0,0 +1,114 @@
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: "sm11-125",
localId: 125,
// Card informations
name: {
en: "Umbreon & Darkrai-GX",
fr: "Noctali et Darkrai-GX",
},
hp: 270,
type: [
Type.DARKNESS,
],
dexId: 197,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/125/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/125/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/125/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/125/high.png",
},
},
evolveFrom: {},
tags: [
Tag.TAGTEAM,
],
illustrator: {
id: 9,
name: "Mitsuhiro Arita"
},
attacks: [{
cost: [
Type.DARKNESS,
Type.DARKNESS,
Type.COLORLESS
],
name: {
en: "Black Lance",
fr: "Règle des ESCOUADES",
},
text: {
en: "This attack does 60 damage to 1 of your opponent's Benched Pokémon-GX or Benched Pokémon-EX. (Don't apply Weakness and Resistance for Benched Pokémon.)",
},
damage: 150
},{
cost: [
Type.COLORLESS
],
name: {
en: "Dark Moon-GX",
fr: "Lance Noire",
},
text: {
en: "Your opponent can't play any Trainer cards from their hand during their next turn. If this Pokémon has at least 5 extra Darkness Energy attached to it (in addition to this attack's cost), your opponent's Active Pokémon is Knocked Out. (You can't use more than 1 GX attack in a game.)",
fr: "Cette attaque inflige 60 dégâts à lun des Pokémon-GX ou Pokémon-EX de Banc de votre adversaire. (Nappliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
},
damage: 150
},{
cost: [
Type.COLORLESS
],
name: {
fr: "Lune Sombre-GX",
},
text: {
fr: "Votre adversaire ne peut pas jouer de carte Dresseur de sa main pendant son prochain tour. Si au moins 5 Énergies Darkness supplémentaires sont attachées à ce Pokémon (en plus du coût de cette attaque), le Pokémon Actif de votre adversaire est mis K.O. (Vous ne pouvez utiliser quune attaque GX par partie.)",
},
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
resistances: [{
type: Type.PSYCHIC,
value: "-20"
}],
retreat: 2,
rarity: Rarity.RareHoloGX,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

125
cards/sm/sm11/126.ts Normal file
View File

@@ -0,0 +1,125 @@
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: "sm11-126",
localId: 126,
// Card informations
name: {
en: "Mega Sableye & Tyranitar-GX",
fr: "Méga-Ténéfix et Tyranocif-GX",
},
hp: 280,
type: [
Type.DARKNESS,
],
dexId: 248,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/126/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/126/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/126/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/126/high.png",
},
},
evolveFrom: {},
tags: [
Tag.TAGTEAM,
],
illustrator: {
id: 9,
name: "Mitsuhiro Arita"
},
attacks: [{
cost: [
Type.DARKNESS,
Type.DARKNESS,
Type.DARKNESS,
Type.DARKNESS,
Type.COLORLESS
],
name: {
en: "Greedy Crush",
fr: "Règle des ESCOUADES",
},
text: {
en: "If your opponent's Pokémon-GX or Pokémon-EX is Knocked Out by damage from this attack, take 1 more Prize card.",
},
damage: 210
},{
cost: [
Type.DARKNESS,
Type.DARKNESS,
Type.DARKNESS,
Type.DARKNESS,
Type.COLORLESS
],
name: {
en: "Gigafall-GX",
fr: "Écrasement Avare",
},
text: {
en: "If this Pokémon has at least 5 extra Energy attached to it (in addition to this attack's cost), discard the top 15 cards of your opponent's deck. (You can't use more than 1 GX attack in a game.)",
fr: "Si le Pokémon-GX ou Pokémon-EX de votre adversaire est mis K.O. par les dégâts de cette attaque, récupérez une carte Récompense supplémentaire.",
},
damage: 250
},{
cost: [
Type.DARKNESS,
Type.DARKNESS,
Type.DARKNESS,
Type.DARKNESS,
Type.COLORLESS
],
name: {
fr: "Chute Giga-GX",
},
text: {
fr: "Si au moins 5 Énergies supplémentaires sont attachées à ce Pokémon (en plus du coût de cette attaque), défaussez les 15 cartes du dessus du deck de votre adversaire. (Vous ne pouvez utiliser quune attaque GX par partie.)",
},
damage: 250
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
resistances: [{
type: Type.PSYCHIC,
value: "-20"
}],
retreat: 4,
rarity: Rarity.RareHoloGX,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

97
cards/sm/sm11/127.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: "sm11-127",
localId: 127,
// Card informations
name: {
en: "Alolan Grimer",
fr: "Tadmorv dAlola",
},
hp: 80,
type: [
Type.DARKNESS,
],
dexId: 88,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/127/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/127/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/127/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/127/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 27,
name: "kawayoo"
},
attacks: [{
name: {
en: "Collect",
fr: "Collecte",
},
text: {
en: "Draw 2 cards.",
fr: "Piochez 2 cartes.",
},
},{
cost: [
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Sludge Bomb",
fr: "Bomb-Beurk",
},
damage: 30
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
resistances: [{
type: Type.PSYCHIC,
value: "-20"
}],
retreat: 2,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

89
cards/sm/sm11/128.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: "sm11-128",
localId: 128,
// Card informations
name: {
en: "Murkrow",
fr: "Cornèbre",
},
hp: 70,
type: [
Type.DARKNESS,
],
dexId: 198,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/128/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/128/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/128/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/128/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 65,
name: "nagimiso"
},
attacks: [{
cost: [
Type.DARKNESS
],
name: {
en: "Astonish",
fr: "Étonnement",
},
text: {
en: "Choose a random card from your opponent's hand. Your opponent reveals that card and shuffles it into their deck.",
fr: "Choisissez une carte au hasard de la main de votre adversaire. Votre adversaire montre la carte choisie et la mélange avec son deck.",
},
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "×2"
}],
resistances: [{
type: Type.FIGHTING,
value: "-20"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

86
cards/sm/sm11/129.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: "sm11-129",
localId: 129,
// Card informations
name: {
en: "Murkrow",
fr: "Cornèbre",
},
hp: 70,
type: [
Type.DARKNESS,
],
dexId: 198,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/129/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/129/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/129/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/129/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 61,
name: "tetsuya koizumi"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Peck",
fr: "Picpic",
},
damage: 10
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "×2"
}],
resistances: [{
type: Type.FIGHTING,
value: "-20"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

86
cards/sm/sm11/13.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: "sm11-13",
localId: 13,
// Card informations
name: {
en: "Foongus",
fr: "Trompignon",
},
hp: 40,
type: [
Type.GRASS,
],
dexId: 590,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/13/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/13/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/13/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/13/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 5,
name: "Ken Sugimori"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Spore",
fr: "Spore",
},
text: {
en: "Your opponent's Active Pokémon is now Asleep.",
fr: "Le Pokémon Actif de votre adversaire est maintenant Endormi.",
},
}],
weaknesses: [{
type: Type.FIRE,
value: "×2"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

101
cards/sm/sm11/130.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: "sm11-130",
localId: 130,
// Card informations
name: {
en: "Honchkrow",
fr: "Corboss",
},
hp: 110,
type: [
Type.DARKNESS,
],
dexId: 430,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/130/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/130/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/130/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/130/high.png",
},
},
evolveFrom: {
en: "Murkrow",
fr: "Cornèbre",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 18,
name: "Tomokazu Komiya"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Sharpshooting",
fr: "Tir de Précision",
},
text: {
en: "This attack does 30 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
fr: "Cette attaque inflige 30 dégâts à lun des Pokémon de votre adversaire. (Nappliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
},
},{
cost: [
Type.DARKNESS
],
name: {
en: "Dark Cutter",
fr: "TranchObscur",
},
damage: 60
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "×2"
}],
resistances: [{
type: Type.FIGHTING,
value: "-20"
}],
retreat: 1,
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

87
cards/sm/sm11/131.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: "sm11-131",
localId: 131,
// Card informations
name: {
en: "Sneasel",
fr: "Farfuret",
},
hp: 70,
type: [
Type.DARKNESS,
],
dexId: 215,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/131/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/131/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/131/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/131/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 24,
name: "sui"
},
attacks: [{
cost: [
Type.DARKNESS,
Type.COLORLESS
],
name: {
en: "Slash",
fr: "Tranche",
},
damage: 30
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
resistances: [{
type: Type.PSYCHIC,
value: "-20"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

114
cards/sm/sm11/132.ts Normal file
View File

@@ -0,0 +1,114 @@
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: "sm11-132",
localId: 132,
// Card informations
name: {
en: "Weavile-GX",
fr: "Dimoret-GX",
},
hp: 200,
type: [
Type.DARKNESS,
],
dexId: 461,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/132/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/132/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/132/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/132/high.png",
},
},
evolveFrom: {
en: "Sneasel",
fr: "Farfuret",
},
tags: [
Tag.GX,
],
illustrator: {
id: 149,
name: "aky CG Works"
},
abilities: [{
id: 1397,
type: AbilityType.TALENT,
name: {
en: "Shadow Connection",
fr: "Connexion Ténébreuse",
},
text: {
en: "As often as you like during your turn (before your attack), you may move a basic Darkness Energy from 1 of your Pokémon to another of your Pokémon.",
fr: "Autant de fois que vous le voulez pendant votre tour (avant votre attaque), vous pouvez déplacer une Énergie Darkness de base de lun de vos Pokémon vers un autre de vos Pokémon.",
}
}],
attacks: [{
cost: [
Type.DARKNESS,
Type.DARKNESS,
Type.COLORLESS
],
name: {
en: "Claw Slash",
fr: "TranchGriffe",
},
damage: 130
},{
cost: [
Type.COLORLESS
],
name: {
en: "Nocturnal Maneuvers-GX",
fr: "Manœuvres Nocturnes-GX",
},
text: {
en: "Search your deck for any number of Basic Pokémon and put them onto your Bench. Then, shuffle your deck. (You can't use more than 1 GX attack in a game.)",
fr: "Cherchez autant de Pokémon de base que vous le voulez dans votre deck et placez-les sur votre Banc. Mélangez ensuite votre deck. (Vous ne pouvez utiliser quune attaque GX par partie.)",
},
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
resistances: [{
type: Type.PSYCHIC,
value: "-20"
}],
retreat: 1,
rarity: Rarity.RareHoloGX,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

84
cards/sm/sm11/133.ts Normal file
View File

@@ -0,0 +1,84 @@
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: "sm11-133",
localId: 133,
// Card informations
name: {
en: "Sableye",
fr: "Ténéfix",
},
hp: 80,
type: [
Type.DARKNESS,
],
dexId: 302,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/133/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/133/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/133/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/133/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 29,
name: "Suwama Chiaki"
},
attacks: [{
cost: [
Type.DARKNESS
],
name: {
en: "Mirror Gem",
fr: "Gemme Miroir",
},
text: {
en: "During your opponent's next turn, if this Pokémon is damaged by an attack (even if it is Knocked Out), put 8 damage counters on the Attacking Pokémon.",
fr: "Pendant le prochain tour de votre adversaire, si ce Pokémon subit les dégâts dune attaque (même sil est mis K.O.), placez 8 marqueurs de dégâts sur le Pokémon Attaquant.",
},
damage: 10
}],
retreat: 1,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

107
cards/sm/sm11/134.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: "sm11-134",
localId: 134,
// Card informations
name: {
en: "Drapion",
fr: "Drascore",
},
hp: 140,
type: [
Type.DARKNESS,
],
dexId: 452,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/134/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/134/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/134/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/134/high.png",
},
},
evolveFrom: {
en: "Skorupi",
fr: "Rapion",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 102,
name: "SATOSHI NAKAI"
},
attacks: [{
cost: [
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Cross Poison",
fr: "Poison-Croix",
},
text: {
en: "Flip 4 coins. This attack does 50 damage for each heads. If at least 2 of them are heads, your opponent's Active Pokémon is now Poisoned.",
fr: "Lancez 4 pièces. Cette attaque inflige 50 dégâts pour chaque côté face. Si vous obtenez au moins 2 côtés face, le Pokémon Actif de votre adversaire est maintenant Empoisonné.",
},
damage: 50
},{
cost: [
Type.DARKNESS,
Type.DARKNESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Slicing Blade",
fr: "Lame Tranchante",
},
damage: 120
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
resistances: [{
type: Type.PSYCHIC,
value: "-20"
}],
retreat: 4,
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

89
cards/sm/sm11/135.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: "sm11-135",
localId: 135,
// Card informations
name: {
en: "Purrloin",
fr: "Chacripan",
},
hp: 70,
type: [
Type.DARKNESS,
],
dexId: 509,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/135/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/135/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/135/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/135/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 7,
name: "Sumiyoshi Kizuki"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Cleaning Up",
fr: "Nettoyage",
},
text: {
en: "Discard a Pokémon Tool card from 1 of your opponent's Pokémon.",
fr: "Défaussez une carte Outil Pokémon de lun des Pokémon de votre adversaire.",
},
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
resistances: [{
type: Type.PSYCHIC,
value: "-20"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

104
cards/sm/sm11/136.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: "sm11-136",
localId: 136,
// Card informations
name: {
en: "Liepard",
fr: "Léopardus",
},
hp: 100,
type: [
Type.DARKNESS,
],
dexId: 510,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/136/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/136/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/136/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/136/high.png",
},
},
evolveFrom: {
en: "Purrloin",
fr: "Chacripan",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 24,
name: "sui"
},
attacks: [{
cost: [
Type.DARKNESS
],
name: {
en: "Scratch",
fr: "Griffe",
},
damage: 40
},{
cost: [
Type.DARKNESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Shadow Scratch",
fr: "Griffure Ténébreuse",
},
text: {
en: "If the Defending Pokémon is a Basic Pokémon, it can't attack during your opponent's next turn.",
fr: "Si le Pokémon Défenseur est un Pokémon de base, il ne peut pas attaquer pendant le prochain tour de votre adversaire.",
},
damage: 90
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
resistances: [{
type: Type.PSYCHIC,
value: "-20"
}],
retreat: 1,
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

100
cards/sm/sm11/137.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: "sm11-137",
localId: 137,
// Card informations
name: {
en: "Scraggy",
fr: "Baggiguane",
},
hp: 70,
type: [
Type.DARKNESS,
],
dexId: 559,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/137/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/137/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/137/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/137/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 58,
name: "Yumi"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Swagger",
fr: "Vantardise",
},
text: {
en: "Flip a coin. If heads, discard an Energy from your opponent's Active Pokémon.",
fr: "Lancez une pièce. Si cest face, défaussez une Énergie du Pokémon Actif de votre adversaire.",
},
},{
cost: [
Type.DARKNESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Whap Down",
fr: "Assommer",
},
damage: 50
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
resistances: [{
type: Type.PSYCHIC,
value: "-20"
}],
retreat: 2,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

105
cards/sm/sm11/138.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: "sm11-138",
localId: 138,
// Card informations
name: {
en: "Scrafty",
fr: "Baggaïd",
},
hp: 110,
type: [
Type.DARKNESS,
],
dexId: 560,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/138/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/138/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/138/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/138/high.png",
},
},
evolveFrom: {
en: "Scraggy",
fr: "Baggiguane",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 48,
name: "Akira Komayama"
},
attacks: [{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Turf Raid",
fr: "Raid Territorial",
},
text: {
en: "This attack does 20 more damage for each of your remaining Prize cards.",
fr: "Cette attaque inflige 20 dégâts supplémentaires pour chacune des cartes Récompense quil vous reste.",
},
damage: 20
},{
cost: [
Type.DARKNESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Headbang",
fr: "Frappe de Tête",
},
damage: 70
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
resistances: [{
type: Type.PSYCHIC,
value: "-20"
}],
retreat: 2,
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

105
cards/sm/sm11/139.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: "sm11-139",
localId: 139,
// Card informations
name: {
en: "Yveltal",
fr: "Yveltal",
},
hp: 130,
type: [
Type.DARKNESS,
],
dexId: 717,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/139/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/139/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/139/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/139/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 24,
name: "sui"
},
attacks: [{
cost: [
Type.DARKNESS
],
name: {
en: "Blow Through",
fr: "Grosse Bourrasque",
},
text: {
en: "If there is any Stadium card in play, this attack does 20 more damage.",
fr: "Sil y a une carte Stade en jeu, cette attaque inflige 20 dégâts supplémentaires.",
},
damage: 20
},{
cost: [
Type.DARKNESS,
Type.DARKNESS,
Type.COLORLESS
],
name: {
en: "Shadow Impact",
fr: "Impact Lugubre",
},
text: {
en: "Put 3 damage counters on 1 of your Pokémon.",
fr: "Placez 3 marqueurs de dégâts sur lun de vos Pokémon.",
},
damage: 120
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "×2"
}],
resistances: [{
type: Type.FIGHTING,
value: "-20"
}],
retreat: 2,
rarity: Rarity.RareHolo,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

102
cards/sm/sm11/14.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: "sm11-14",
localId: 14,
// Card informations
name: {
en: "Amoonguss",
fr: "Gaulet",
},
hp: 100,
type: [
Type.GRASS,
],
dexId: 591,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/14/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/14/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/14/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/14/high.png",
},
},
evolveFrom: {
en: "Foongus",
fr: "Trompignon",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 2,
name: "Midori Harada"
},
abilities: [{
id: 851,
type: AbilityType.TALENT,
name: {
en: "Bursting Spores",
fr: "Nuée de Spores",
},
text: {
en: "Whenever you play a Pokémon that has the Spore attack from your hand during your turn, you may leave your opponent's Active Pokémon Asleep and Poisoned.",
fr: "Chaque fois que vous jouez un Pokémon qui a lattaque Spore de votre main pendant votre tour, vous pouvez laisser le Pokémon Actif de votre adversaire Endormi et Empoisonné.",
}
}],
attacks: [{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Venoshock",
fr: "Choc Venin",
},
text: {
en: "If your opponent's Active Pokémon is Poisoned, this attack does 70 more damage.",
fr: "Si le Pokémon Actif de votre adversaire est Empoisonné, cette attaque inflige 70 dégâts supplémentaires.",
},
damage: 20
}],
weaknesses: [{
type: Type.FIRE,
value: "×2"
}],
retreat: 2,
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

105
cards/sm/sm11/140.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: "sm11-140",
localId: 140,
// Card informations
name: {
en: "Hoopa",
fr: "Hoopa",
},
hp: 130,
type: [
Type.DARKNESS,
],
dexId: 720,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/140/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/140/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/140/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/140/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 6,
name: "Ayaka Yoshida"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Evil Admonition",
fr: "Réprimande Maléfique",
},
text: {
en: "This attack does 20 more damage for each of your opponent's Pokémon that has an Ability.",
fr: "Cette attaque inflige 20 dégâts supplémentaires pour chaque Pokémon de votre adversaire ayant un talent.",
},
damage: 10
},{
cost: [
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Mind Shock",
fr: "Choc Cérébral",
},
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: 80
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
resistances: [{
type: Type.PSYCHIC,
value: "-20"
}],
retreat: 2,
rarity: Rarity.RareHolo,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

115
cards/sm/sm11/141.ts Normal file
View File

@@ -0,0 +1,115 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "sm11-141",
localId: 141,
// Card informations
name: {
en: "Mawile-GX",
fr: "Mysdibule-GX",
},
hp: 170,
type: [
Type.METAL,
],
dexId: 303,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/141/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/141/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/141/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/141/high.png",
},
},
evolveFrom: {},
tags: [
Tag.GX,
],
illustrator: {
id: 4,
name: "5ban Graphics"
},
abilities: [{
id: 1398,
type: AbilityType.TALENT,
name: {
en: "Captivating Wink",
fr: "Œillade Envoûtante",
},
text: {
en: "When you play this Pokémon from your hand onto your Bench during your turn, you may have your opponent reveal their hand and put any number of Basic Pokémon you find there onto their Bench.",
fr: "Lorsque vous jouez ce Pokémon de votre main sur votre Banc pendant votre tour, vous pouvez demander à votre adversaire de dévoiler sa main et de placer autant de Pokémon de base trouvés que vous voulez sur son Banc.",
}
}],
attacks: [{
cost: [
Type.METAL,
Type.COLORLESS
],
name: {
en: "Wily Bite",
fr: "Morsure Maligne",
},
text: {
en: "This attack does 30 more damage for each of your opponent's Benched Pokémon.",
fr: "Cette attaque inflige 30 dégâts supplémentaires pour chaque Pokémon de Banc de votre adversaire.",
},
damage: 10
},{
cost: [
Type.METAL,
Type.COLORLESS
],
name: {
en: "Big Eater-GX",
fr: "Gros Mangeur-GX",
},
text: {
en: "Your opponent reveals their hand. Discard all Supporter cards you find there. (You can't use more than 1 GX attack in a game.)",
fr: "Votre adversaire dévoile sa main. Défaussez toutes les cartes Supporter que vous y trouvez. (Vous ne pouvez utiliser quune attaque GX par partie.)",
},
}],
weaknesses: [{
type: Type.FIRE,
value: "×2"
}],
resistances: [{
type: Type.PSYCHIC,
value: "-20"
}],
retreat: 1,
rarity: Rarity.RareHoloGX,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

104
cards/sm/sm11/142.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: "sm11-142",
localId: 142,
// Card informations
name: {
en: "Escavalier",
fr: "Lançargot",
},
hp: 130,
type: [
Type.METAL,
],
dexId: 589,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/142/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/142/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/142/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/142/high.png",
},
},
evolveFrom: {
en: "Karrablast",
fr: "Carabing",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 77,
name: "Satoshi Shirai"
},
attacks: [{
cost: [
Type.METAL
],
name: {
en: "Discerning Spear",
fr: "Épieu Distinct",
},
text: {
en: "If your opponent's Active Pokémon has no damage counters on it before this attack does damage, this attack does nothing.",
fr: "Si le Pokémon Actif de votre adversaire na aucun marqueur de dégâts avant que cette attaque ninflige des dégâts, cette attaque ne fait rien.",
},
damage: 80
},{
cost: [
Type.METAL,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Iron Lance",
fr: "Lance de Fer",
},
damage: 90
}],
weaknesses: [{
type: Type.FIRE,
value: "×2"
}],
resistances: [{
type: Type.PSYCHIC,
value: "-20"
}],
retreat: 3,
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

89
cards/sm/sm11/143.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: "sm11-143",
localId: 143,
// Card informations
name: {
en: "Cottonee",
fr: "Doudouvet",
},
hp: 60,
type: [
Type.FAIRY,
],
dexId: 546,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/143/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/143/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/143/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/143/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 115,
name: "Asako Ito"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Dust Gathering",
fr: "Ramasse Poussière",
},
text: {
en: "Draw a card.",
fr: "Piochez une carte.",
},
}],
weaknesses: [{
type: Type.METAL,
value: "×2"
}],
resistances: [{
type: Type.DARKNESS,
value: "-20"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

100
cards/sm/sm11/144.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: "sm11-144",
localId: 144,
// Card informations
name: {
en: "Whimsicott",
fr: "Farfaduvet",
},
hp: 80,
type: [
Type.FAIRY,
],
dexId: 547,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/144/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/144/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/144/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/144/high.png",
},
},
evolveFrom: {
en: "Cottonee",
fr: "Doudouvet",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 132,
name: "Shibuzoh."
},
abilities: [{
id: 77,
type: AbilityType.TALENT,
name: {
en: "Prowl",
fr: "Rôder",
},
text: {
en: "When you play this Pokémon from your hand to evolve 1 of your Pokémon during your turn, you may search your deck for a card and put it into your hand. Then, shuffle your deck.",
fr: "Lorsque vous jouez ce Pokémon de votre main pour faire évoluer lun de vos Pokémon pendant votre tour, vous pouvez chercher une carte dans votre deck, puis lajouter à votre main. Mélangez ensuite votre deck.",
}
}],
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Gust",
fr: "Tornade",
},
damage: 40
}],
weaknesses: [{
type: Type.METAL,
value: "×2"
}],
resistances: [{
type: Type.DARKNESS,
value: "-20"
}],
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

90
cards/sm/sm11/145.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: "sm11-145",
localId: 145,
// Card informations
name: {
en: "Dedenne",
fr: "Dedenne",
},
hp: 70,
type: [
Type.FAIRY,
],
dexId: 702,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/145/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/145/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/145/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/145/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 62,
name: "Saya Tsuruta"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Return",
fr: "Retour",
},
text: {
en: "You may draw cards until you have 6 cards in your hand.",
fr: "Vous pouvez piocher des cartes jusquà ce que vous ayez 6 cartes en main.",
},
damage: 20
}],
weaknesses: [{
type: Type.METAL,
value: "×2"
}],
resistances: [{
type: Type.DARKNESS,
value: "-20"
}],
retreat: 1,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

127
cards/sm/sm11/146.ts Normal file
View File

@@ -0,0 +1,127 @@
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: "sm11-146",
localId: 146,
// Card informations
name: {
en: "Garchomp & Giratina-GX",
fr: "Carchacrok et Giratina-GX",
},
hp: 270,
type: [
Type.DRAGON,
],
dexId: 445,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/146/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/146/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/146/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/146/high.png",
},
},
evolveFrom: {},
tags: [
Tag.TAGTEAM,
],
illustrator: {
id: 9,
name: "Mitsuhiro Arita"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Linear Attack",
fr: "Règle des ESCOUADES",
},
text: {
en: "This attack does 40 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
},
},{
cost: [
Type.PSYCHIC,
Type.FIGHTING,
Type.COLORLESS
],
name: {
en: "Calamitous Slash",
fr: "Attaque Linéaire",
},
text: {
en: "If your opponent's Active Pokémon already has any damage counters on it, this attack does 80 more damage.",
fr: "Cette attaque inflige 40 dégâts à lun des Pokémon de votre adversaire. (Nappliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
},
damage: 160
},{
cost: [
Type.PSYCHIC,
Type.PSYCHIC,
Type.FIGHTING
],
name: {
en: "GG End-GX",
fr: "CalamiTranche",
},
text: {
en: "Discard 1 of your opponent's Pokémon and all cards attached to it. If this Pokémon has at least 3 extra Fighting Energy attached to it (in addition to this attack's cost), discard 2 of your opponent's Pokémon instead. (You can't use more than 1 GX attack in a game.)",
fr: "Si le Pokémon Actif de votre adversaire a déjà des marqueurs de dégâts, cette attaque inflige 80 dégâts supplémentaires.",
},
damage: "160+"
},{
cost: [
Type.PSYCHIC,
Type.PSYCHIC,
Type.FIGHTING
],
name: {
fr: "GG Final-GX",
},
text: {
fr: "Défaussez lun des Pokémon de votre adversaire et toutes les cartes qui lui sont attachées. Si au moins 3 Énergies Fighting supplémentaires sont attachées à ce Pokémon (en plus du coût de cette attaque), défaussez 2 des Pokémon de votre adversaire au lieu dun. (Vous ne pouvez utiliser quune attaque GX par partie.)",
},
}],
weaknesses: [{
type: Type.FAIRY,
value: "×2"
}],
retreat: 3,
rarity: Rarity.RareHoloGX,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

87
cards/sm/sm11/147.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: "sm11-147",
localId: 147,
// Card informations
name: {
en: "Dratini",
fr: "Minidraco",
},
hp: 60,
type: [
Type.DRAGON,
],
dexId: 147,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/147/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/147/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/147/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/147/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 114,
name: "Motofumi Fujiwara"
},
attacks: [{
cost: [
Type.LIGHTNING
],
name: {
en: "Agility",
fr: "Hâte",
},
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 cest face, évitez tous les effets dattaques, y compris les dégâts, infligés à ce Pokémon pendant le prochain tour de votre adversaire.",
},
damage: 10
}],
weaknesses: [{
type: Type.FAIRY,
value: "×2"
}],
retreat: 2,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

99
cards/sm/sm11/148.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: "sm11-148",
localId: 148,
// Card informations
name: {
en: "Dratini",
fr: "Minidraco",
},
hp: 60,
type: [
Type.DRAGON,
],
dexId: 147,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/148/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/148/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/148/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/148/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 89,
name: "Sekio"
},
abilities: [{
id: 215,
type: AbilityType.TALENT,
name: {
en: "Aqua Lift",
fr: "Aqua-Élévation",
},
text: {
en: "If this Pokémon has any Water Energy attached to it, it has no Retreat Cost.",
fr: "Si de lÉnergie Water est attachée à ce Pokémon, il na pas de Coût de Retraite.",
}
}],
attacks: [{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Jump On",
fr: "Saut",
},
text: {
en: "Flip a coin. If heads, this attack does 30 more damage.",
fr: "Lancez une pièce. Si cest face, cette attaque inflige 30 dégâts supplémentaires.",
},
damage: 10
}],
weaknesses: [{
type: Type.FAIRY,
value: "×2"
}],
retreat: 2,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

91
cards/sm/sm11/149.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: "sm11-149",
localId: 149,
// Card informations
name: {
en: "Dragonair",
fr: "Draco",
},
hp: 90,
type: [
Type.DRAGON,
],
dexId: 148,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/149/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/149/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/149/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/149/high.png",
},
},
evolveFrom: {
en: "Dratini",
fr: "Minidraco",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 39,
name: "Sanosuke Sakuma"
},
attacks: [{
cost: [
Type.WATER,
Type.LIGHTNING
],
name: {
en: "Twister",
fr: "Ouragan",
},
text: {
en: "Flip 2 coins. For each heads, discard an Energy from your opponent's Active Pokémon. If both of them are tails, this attack does nothing.",
fr: "Lancez 2 pièces. Pour chaque côté face, défaussez une Énergie du Pokémon Actif de votre adversaire. Si vous obtenez 2 côtés pile, cette attaque ne fait rien.",
},
damage: 30
}],
weaknesses: [{
type: Type.FAIRY,
value: "×2"
}],
retreat: 2,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

95
cards/sm/sm11/15.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: "sm11-15",
localId: 15,
// Card informations
name: {
en: "Fomantis",
fr: "Mimantis",
},
hp: 70,
type: [
Type.GRASS,
],
dexId: 753,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/15/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/15/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/15/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/15/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 45,
name: "Yuka Morii"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Sweet Scent",
fr: "Doux Parfum",
},
text: {
en: "Heal 30 damage from 1 of your Pokémon.",
fr: "Soignez 30 dégâts à lun de vos Pokémon.",
},
},{
cost: [
Type.GRASS
],
name: {
en: "Leafage",
fr: "Feuillage",
},
damage: 10
}],
weaknesses: [{
type: Type.FIRE,
value: "×2"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

102
cards/sm/sm11/150.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: "sm11-150",
localId: 150,
// Card informations
name: {
en: "Dragonair",
fr: "Draco",
},
hp: 100,
type: [
Type.DRAGON,
],
dexId: 148,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/150/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/150/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/150/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/150/high.png",
},
},
evolveFrom: {
en: "Dratini",
fr: "Minidraco",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 96,
name: "sowsow"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Tail Whap",
fr: "Queue Battoir",
},
damage: 20
},{
cost: [
Type.WATER,
Type.LIGHTNING,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Destructive Whirlpool",
fr: "Siphon Destructeur",
},
text: {
en: "Discard an Energy from your opponent's Active Pokémon.",
fr: "Défaussez une Énergie du Pokémon Actif de votre adversaire.",
},
damage: 70
}],
weaknesses: [{
type: Type.FAIRY,
value: "×2"
}],
retreat: 2,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

104
cards/sm/sm11/151.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: "sm11-151",
localId: 151,
// Card informations
name: {
en: "Dragonite",
fr: "Dracolosse",
},
hp: 160,
type: [
Type.DRAGON,
],
dexId: 149,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/151/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/151/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/151/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/151/high.png",
},
},
evolveFrom: {
en: "Dragonair",
fr: "Draco",
},
tags: [
Tag.STAGE2,
],
illustrator: {
id: 66,
name: "Misa Tsutsui"
},
abilities: [{
id: 972,
type: AbilityType.TALENT,
name: {
en: "Hurricane Charge",
fr: "Charge Ouragan",
},
text: {
en: "Once during your turn (before your attack), you may attach a Water Energy card, a Lightning Energy card, or 1 of each from your hand to your Pokémon in any way you like.",
fr: "Une seule fois pendant votre tour (avant votre attaque), vous pouvez attacher une carte Énergie Water, une carte Énergie Lightning, ou une de chaque de votre main à vos Pokémon, de la manière que vous voulez.",
}
}],
attacks: [{
cost: [
Type.WATER,
Type.LIGHTNING,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Dragon Impact",
fr: "Impact du Dragon",
},
text: {
en: "Discard 3 Energy from this Pokémon.",
fr: "Défaussez 3 Énergies de ce Pokémon.",
},
damage: 170
}],
weaknesses: [{
type: Type.FAIRY,
value: "×2"
}],
retreat: 2,
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

117
cards/sm/sm11/152.ts Normal file
View File

@@ -0,0 +1,117 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "sm11-152",
localId: 152,
// Card informations
name: {
en: "Dragonite-GX",
fr: "Dracolosse-GX",
},
hp: 250,
type: [
Type.DRAGON,
],
dexId: 149,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/152/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/152/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/152/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/152/high.png",
},
},
evolveFrom: {
en: "Dragonair",
fr: "Draco",
},
tags: [
Tag.GX,
],
illustrator: {
id: 141,
name: "PLANETA Igarashi"
},
attacks: [{
cost: [
Type.WATER,
Type.LIGHTNING,
Type.COLORLESS
],
name: {
en: "Dragon Claw",
fr: "Dracogriffe",
},
damage: 130
},{
cost: [
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Sky Judgment",
fr: "Jugement Céleste",
},
text: {
en: "Discard 3 Energy from this Pokémon.",
fr: "Défaussez 3 Énergies de ce Pokémon.",
},
damage: 270
},{
cost: [
Type.COLORLESS
],
name: {
en: "Mach Delivery-GX",
fr: "Livraison Flash-GX",
},
text: {
en: "You may discard any number of cards from your hand until you have 9 or fewer. Draw cards until you have 10 cards in your hand. (You can't use more than 1 GX attack in a game.)",
fr: "Vous pouvez défausser autant de cartes que vous voulez de votre main jusquà en avoir 9 ou moins. Piochez des cartes jusquà ce que vous ayez 10 cartes en main. (Vous ne pouvez utiliser quune attaque GX par partie.)",
},
}],
weaknesses: [{
type: Type.FAIRY,
value: "×2"
}],
retreat: 2,
rarity: Rarity.RareHoloGX,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

98
cards/sm/sm11/153.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: "sm11-153",
localId: 153,
// Card informations
name: {
en: "Latias",
fr: "Latias",
},
hp: 120,
type: [
Type.DRAGON,
],
dexId: 380,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/153/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/153/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/153/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/153/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 91,
name: "chibi"
},
attacks: [{
cost: [
Type.PSYCHIC
],
name: {
en: "Energy Arrow",
fr: "Flèche dÉnergie",
},
text: {
en: "This attack does 20 damage times the amount of Energy attached to 1 of your opponent's Pokémon to that Pokémon. This damage isn't affected by Weakness or Resistance.",
fr: "Cette attaque inflige 20 dégâts multipliés par le nombre dÉnergies attachées à lun des Pokémon de votre adversaire à ce Pokémon-là. Ces dégâts ne sont pas affectés par la Faiblesse ou la Résistance.",
},
damage: 20
},{
cost: [
Type.FIRE,
Type.FIRE,
Type.COLORLESS
],
name: {
en: "Speed Wing",
fr: "Ailes Vives",
},
damage: 100
}],
weaknesses: [{
type: Type.FAIRY,
value: "×2"
}],
retreat: 1,
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

95
cards/sm/sm11/154.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: "sm11-154",
localId: 154,
// Card informations
name: {
en: "Axew",
fr: "Coupenotte",
},
hp: 60,
type: [
Type.DRAGON,
],
dexId: 610,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/154/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/154/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/154/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/154/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 22,
name: "Yukiko Baba"
},
abilities: [{
id: 1141,
type: AbilityType.TALENT,
name: {
en: "Unnerve",
fr: "Tension",
},
text: {
en: "Whenever your opponent plays an Item or Supporter card from their hand, prevent all effects of that card done to this Pokémon.",
fr: "Chaque fois que votre adversaire joue une carte Objet ou une carte Supporter de sa main, évitez tous les effets de cette carte sur ce Pokémon.",
}
}],
attacks: [{
cost: [
Type.FIRE,
Type.METAL
],
name: {
en: "Gnaw",
fr: "Ronge",
},
damage: 20
}],
weaknesses: [{
type: Type.FAIRY,
value: "×2"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

102
cards/sm/sm11/155.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: "sm11-155",
localId: 155,
// Card informations
name: {
en: "Fraxure",
fr: "Incisache",
},
hp: 90,
type: [
Type.DRAGON,
],
dexId: 611,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/155/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/155/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/155/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/155/high.png",
},
},
evolveFrom: {
en: "Axew",
fr: "Coupenotte",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 61,
name: "tetsuya koizumi"
},
attacks: [{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Guard Press",
fr: "Pression de Garde",
},
text: {
en: "During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance).",
fr: "Pendant le prochain tour de votre adversaire, ce Pokémon subit 30 dégâts de moins provenant des attaques (après application de la Faiblesse et de la Résistance).",
},
damage: 30
},{
cost: [
Type.FIRE,
Type.METAL,
Type.COLORLESS
],
name: {
en: "Guillotine",
fr: "Guillotine",
},
damage: 70
}],
weaknesses: [{
type: Type.FAIRY,
value: "×2"
}],
retreat: 2,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

102
cards/sm/sm11/156.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: "sm11-156",
localId: 156,
// Card informations
name: {
en: "Haxorus",
fr: "Tranchodon",
},
hp: 150,
type: [
Type.DRAGON,
],
dexId: 612,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/156/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/156/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/156/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/156/high.png",
},
},
evolveFrom: {
en: "Fraxure",
fr: "Incisache",
},
tags: [
Tag.STAGE2,
],
illustrator: {
id: 50,
name: "Anesaki Dynamic"
},
abilities: [{
id: 1399,
type: AbilityType.TALENT,
name: {
en: "Grind Up",
fr: "Mouture",
},
text: {
en: "Once during your turn (before your attack), you may discard any Stadium card in play. If you do, attach up to 3 in any combination of Fire and Metal Energy cards from your hand to this Pokémon.",
fr: "Une seule fois pendant votre tour (avant votre attaque), vous pouvez défausser toute carte Stade en jeu. Dans ce cas, attachez une combinaison dun maximum de 3 cartes Énergie Fire ou Metal de votre main à ce Pokémon.",
}
}],
attacks: [{
cost: [
Type.FIRE,
Type.METAL
],
name: {
en: "Powerful Axe",
fr: "Hache Puissante",
},
text: {
en: "This attack does 40 more damage times the amount of basic Energy attached to this Pokémon.",
fr: "Cette attaque inflige 40 dégâts supplémentaires multipliés par le nombre dÉnergies de base attachées à ce Pokémon.",
},
damage: 10
}],
weaknesses: [{
type: Type.FAIRY,
value: "×2"
}],
retreat: 3,
rarity: Rarity.RareHolo,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

102
cards/sm/sm11/157.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: "sm11-157",
localId: 157,
// Card informations
name: {
en: "Druddigon",
fr: "Drakkarmin",
},
hp: 120,
type: [
Type.DRAGON,
],
dexId: 621,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/157/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/157/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/157/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/157/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 138,
name: "hatachu"
},
attacks: [{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Drag Off",
fr: "Traîne",
},
text: {
en: "Switch 1 of your opponent's Benched Pokémon with their Active Pokémon. This attack does 30 damage to the new Active Pokémon.",
fr: "Échangez lun des Pokémon de Banc de votre adversaire avec son Pokémon Actif. Cette attaque inflige 30 dégâts au nouveau Pokémon Actif.",
},
},{
cost: [
Type.FIRE,
Type.WATER,
Type.COLORLESS
],
name: {
en: "Dragon Tail",
fr: "Draco-Queue",
},
text: {
en: "Flip 2 coins. This attack does 100 damage for each heads.",
fr: "Lancez 2 pièces. Cette attaque inflige 100 dégâts pour chaque côté face.",
},
damage: 100
}],
weaknesses: [{
type: Type.FAIRY,
value: "×2"
}],
retreat: 2,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

88
cards/sm/sm11/158.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: "sm11-158",
localId: 158,
// Card informations
name: {
en: "Noibat",
fr: "Sonistrelle",
},
hp: 60,
type: [
Type.DRAGON,
],
dexId: 714,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/158/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/158/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/158/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/158/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 112,
name: "0313"
},
attacks: [{
cost: [
Type.PSYCHIC,
Type.DARKNESS
],
name: {
en: "Air Slash",
fr: "Lame dAir",
},
text: {
en: "Discard an Energy from this Pokémon.",
fr: "Défaussez une Énergie de ce Pokémon.",
},
damage: 50
}],
weaknesses: [{
type: Type.FAIRY,
value: "×2"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

104
cards/sm/sm11/159.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: "sm11-159",
localId: 159,
// Card informations
name: {
en: "Noivern",
fr: "Bruyverne",
},
hp: 120,
type: [
Type.DRAGON,
],
dexId: 715,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/159/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/159/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/159/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/159/high.png",
},
},
evolveFrom: {
en: "Noibat",
fr: "Sonistrelle",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 19,
name: "Shin Nagasawa"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Boomburst",
fr: "Bang Sonique",
},
text: {
en: "This attack does 20 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
fr: "Cette attaque inflige 20 dégâts à chacun des Pokémon de votre adversaire. (Nappliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
},
},{
cost: [
Type.PSYCHIC,
Type.DARKNESS,
Type.COLORLESS
],
name: {
en: "Dragon Pulse",
fr: "Dracochoc",
},
text: {
en: "Discard the top card of your deck.",
fr: "Défaussez la carte du dessus de votre deck.",
},
damage: 120
}],
weaknesses: [{
type: Type.FAIRY,
value: "×2"
}],
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

102
cards/sm/sm11/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: "sm11-16",
localId: 16,
// Card informations
name: {
en: "Lurantis",
fr: "Floramantis",
},
hp: 110,
type: [
Type.GRASS,
],
dexId: 754,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/16/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/16/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/16/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/16/high.png",
},
},
evolveFrom: {
en: "Fomantis",
fr: "Mimantis",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 164,
name: "AKIRA EGAWA"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Petal Blizzard",
fr: "Tempête Florale",
},
text: {
en: "This attack does 10 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
fr: "Cette attaque inflige 10 dégâts à chacun des Pokémon de votre adversaire. (Nappliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
},
},{
cost: [
Type.GRASS
],
name: {
en: "Sol Slice",
fr: "Tranche-Soleil",
},
text: {
en: "If this Pokémon has any Fire Energy attached to it, this attack does 50 more damage.",
fr: "Si de lÉnergie Fire est attachée à ce Pokémon, cette attaque inflige 50 dégâts supplémentaires.",
},
damage: 50
}],
weaknesses: [{
type: Type.FIRE,
value: "×2"
}],
retreat: 1,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

115
cards/sm/sm11/160.ts Normal file
View File

@@ -0,0 +1,115 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "sm11-160",
localId: 160,
// Card informations
name: {
en: "Naganadel-GX",
fr: "Mandrillon-GX",
},
hp: 210,
type: [
Type.DRAGON,
],
dexId: 804,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/160/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/160/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/160/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/160/high.png",
},
},
evolveFrom: {
en: "Poipole",
fr: "Vémini",
},
tags: [
Tag.GX,
],
illustrator: {
id: 172,
name: "PLANETA Tsuji"
},
abilities: [{
id: 1056,
type: AbilityType.TALENT,
name: {
en: "Ultra Conversion",
fr: "Ultra-Conversion",
},
text: {
en: "Once during your turn (before your attack), you may discard an Ultra Beast card from your hand. If you do, draw 3 cards.",
fr: "Une seule fois pendant votre tour (avant votre attaque), vous pouvez défausser une carte Ultra-Chimère de votre main. Dans ce cas, piochez 3 cartes.",
}
}],
attacks: [{
cost: [
Type.PSYCHIC,
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Venom Shot",
fr: "Tir Venin",
},
text: {
en: "Discard 2 Energy from this Pokémon. This attack does 170 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
fr: "Défaussez 2 Énergies de ce Pokémon. Cette attaque inflige 170 dégâts à lun des Pokémon de votre adversaire. (Nappliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
},
},{
cost: [
Type.LIGHTNING
],
name: {
en: "Injection-GX",
fr: "Injection-GX",
},
text: {
en: "Add a card from your opponent's discard pile to their Prize cards face down. (You can't use more than 1 GX attack in a game.)",
fr: "Ajoutez une carte de la pile de défausse de votre adversaire à ses cartes Récompense, face cachée. (Vous ne pouvez utiliser quune attaque GX par partie.)",
},
}],
weaknesses: [{
type: Type.FAIRY,
value: "×2"
}],
retreat: 1,
rarity: Rarity.RareHoloGX,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

97
cards/sm/sm11/161.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: "sm11-161",
localId: 161,
// Card informations
name: {
en: "Lickitung",
fr: "Excelangue",
},
hp: 100,
type: [
Type.COLORLESS,
],
dexId: 108,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/161/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/161/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/161/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/161/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 61,
name: "tetsuya koizumi"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Heavy Draw",
fr: "Pioche Massive",
},
text: {
en: "Draw a card for each of your Pokémon in play that has a Retreat Cost of exactly 4.",
fr: "Piochez une carte pour chacun de vos Pokémon en jeu qui a un Coût de Retraite de 4.",
},
},{
cost: [
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Tongue Slap",
fr: "Gros Coup de Langue",
},
damage: 40
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
retreat: 4,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

101
cards/sm/sm11/162.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: "sm11-162",
localId: 162,
// Card informations
name: {
en: "Lickilicky",
fr: "Coudlangue",
},
hp: 130,
type: [
Type.COLORLESS,
],
dexId: 463,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/162/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/162/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/162/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/162/high.png",
},
},
evolveFrom: {
en: "Lickitung",
fr: "Excelangue",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 29,
name: "Suwama Chiaki"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Rollout",
fr: "Roulade",
},
damage: 40
},{
cost: [
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Licks Go Crazy",
fr: "Langue Acérée",
},
text: {
en: "Discard a random card from your opponent's hand, discard the top card of your opponent's deck, and discard an Energy from your opponent's Active Pokémon.",
fr: "Défaussez au hasard une carte de la main de votre adversaire, défaussez la carte du dessus du deck de votre adversaire, et défaussez une Énergie du Pokémon Actif de votre adversaire.",
},
damage: 90
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
retreat: 4,
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

102
cards/sm/sm11/163.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: "sm11-163",
localId: 163,
// Card informations
name: {
en: "Kangaskhan",
fr: "Kangourex",
},
hp: 130,
type: [
Type.COLORLESS,
],
dexId: 115,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/163/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/163/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/163/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/163/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 39,
name: "Sanosuke Sakuma"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Double Draw",
fr: "Double Pioche",
},
text: {
en: "Draw 2 cards.",
fr: "Piochez 2 cartes.",
},
},{
cost: [
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Tag Impact",
fr: "Impact dEscouade",
},
text: {
en: "This attack does 50 damage for each of your TAG TEAM Pokémon in play.",
fr: "Cette attaque inflige 50 dégâts pour chacun de vos Pokémon ESCOUADE en jeu.",
},
damage: 50
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
retreat: 2,
rarity: Rarity.RareHolo,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

100
cards/sm/sm11/164.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: "sm11-164",
localId: 164,
// Card informations
name: {
en: "Tauros",
fr: "Tauros",
},
hp: 110,
type: [
Type.COLORLESS,
],
dexId: 128,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/164/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/164/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/164/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/164/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 182,
name: "KEIICHIRO ITO"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Call for Family",
fr: "Appel à la Famille",
},
text: {
en: "Search your deck for a Basic Pokémon and put it onto your Bench. Then, shuffle your deck.",
fr: "Cherchez un Pokémon de base dans votre deck, puis placez-le sur votre Banc. Mélangez ensuite votre deck.",
},
},{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Berserker Tackle",
fr: "Charge Folle",
},
text: {
en: "This Pokémon does 10 damage to itself.",
fr: "Ce Pokémon sinflige 10 dégâts.",
},
damage: 60
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
retreat: 1,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

91
cards/sm/sm11/165.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: "sm11-165",
localId: 165,
// Card informations
name: {
en: "Hoothoot",
fr: "Hoothoot",
},
hp: 60,
type: [
Type.COLORLESS,
],
dexId: 163,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/165/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/165/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/165/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/165/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 66,
name: "Misa Tsutsui"
},
attacks: [{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Air Slash",
fr: "Lame dAir",
},
text: {
en: "Discard an Energy from this Pokémon.",
fr: "Défaussez une Énergie de ce Pokémon.",
},
damage: 30
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "×2"
}],
resistances: [{
type: Type.FIGHTING,
value: "-20"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

103
cards/sm/sm11/166.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: "sm11-166",
localId: 166,
// Card informations
name: {
en: "Noctowl",
fr: "Noarfang",
},
hp: 90,
type: [
Type.COLORLESS,
],
dexId: 164,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/166/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/166/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/166/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/166/high.png",
},
},
evolveFrom: {
en: "Hoothoot",
fr: "Hoothoot",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 18,
name: "Tomokazu Komiya"
},
attacks: [{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Blindside",
fr: "Angle Mort",
},
text: {
en: "This attack does 60 damage to 1 of your opponent's Pokémon that has any damage counters on it. (Don't apply Weakness and Resistance for Benched Pokémon.)",
fr: "Cette attaque inflige 60 dégâts à lun des Pokémon de votre adversaire ayant au moins un marqueur de dégâts. (Nappliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
},
},{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Slashing Claw",
fr: "Griffe Taillante",
},
damage: 60
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "×2"
}],
resistances: [{
type: Type.FIGHTING,
value: "-20"
}],
retreat: 1,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

96
cards/sm/sm11/167.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: "sm11-167",
localId: 167,
// Card informations
name: {
en: "Slakoth",
fr: "Parecool",
},
hp: 50,
type: [
Type.COLORLESS,
],
dexId: 287,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/167/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/167/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/167/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/167/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 146,
name: "miki kudo"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Lazy Howl",
fr: "Hurlement Paresseux",
},
text: {
en: "During your opponent's next turn, if they attach an Energy card from their hand to the Defending Pokémon, their turn ends.",
fr: "Pendant le prochain tour de votre adversaire, sil attache une carte Énergie de sa main au Pokémon Défenseur, son tour se termine.",
},
},{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Hang Down",
fr: "Suspension",
},
damage: 20
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
retreat: 2,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

99
cards/sm/sm11/168.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: "sm11-168",
localId: 168,
// Card informations
name: {
en: "Slakoth",
fr: "Parecool",
},
hp: 70,
type: [
Type.COLORLESS,
],
dexId: 287,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/168/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/168/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/168/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/168/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 61,
name: "tetsuya koizumi"
},
attacks: [{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Scratch",
fr: "Griffe",
},
damage: 30
},{
cost: [
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Boundless Power",
fr: "Puissance Illimitée",
},
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: 60
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
retreat: 3,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

100
cards/sm/sm11/169.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: "sm11-169",
localId: 169,
// Card informations
name: {
en: "Vigoroth",
fr: "Vigoroth",
},
hp: 90,
type: [
Type.COLORLESS,
],
dexId: 288,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/169/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/169/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/169/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/169/high.png",
},
},
evolveFrom: {
en: "Slakoth",
fr: "Parecool",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 2,
name: "Midori Harada"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Roar",
fr: "Hurlement",
},
text: {
en: "Your opponent switches their Active Pokémon with 1 of their Benched Pokémon.",
fr: "Votre adversaire échange son Pokémon Actif avec lun de ses Pokémon de Banc.",
},
},{
cost: [
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Slash",
fr: "Tranche",
},
damage: 70
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
retreat: 1,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

93
cards/sm/sm11/17.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: "sm11-17",
localId: 17,
// Card informations
name: {
en: "Bounsweet",
fr: "Croquine",
},
hp: 60,
type: [
Type.GRASS,
],
dexId: 761,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/17/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/17/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/17/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/17/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 3,
name: "Mizue"
},
attacks: [{
cost: [
Type.GRASS
],
name: {
en: "Splash",
fr: "Trempette",
},
damage: 10
},{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Spinning Attack",
fr: "Attaque Tournante",
},
damage: 20
}],
weaknesses: [{
type: Type.FIRE,
value: "×2"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

104
cards/sm/sm11/170.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: "sm11-170",
localId: 170,
// Card informations
name: {
en: "Slaking",
fr: "Monaflèmit",
},
hp: 180,
type: [
Type.COLORLESS,
],
dexId: 289,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/170/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/170/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/170/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/170/high.png",
},
},
evolveFrom: {
en: "Vigoroth",
fr: "Vigoroth",
},
tags: [
Tag.STAGE2,
],
illustrator: {
id: 48,
name: "Akira Komayama"
},
abilities: [{
id: 622,
type: AbilityType.TALENT,
name: {
en: "Counterattack",
fr: "Contre-Attaque",
},
text: {
en: "If this Pokémon is your Active Pokémon and is damaged by an opponent's attack (even if this Pokémon is Knocked Out), put 4 damage counters on the Attacking Pokémon.",
fr: "Si ce Pokémon est votre Pokémon Actif et quil subit les dégâts dune attaque de votre adversaire (même si ce Pokémon est mis K.O.), placez 4 marqueurs de dégâts sur le Pokémon Attaquant.",
}
}],
attacks: [{
cost: [
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Dynamic Swing",
fr: "Retour Dynamique",
},
text: {
en: "You may do 100 more damage. If you do, during your opponent's next turn, this Pokémon takes 100 more damage from attacks (after applying Weakness and Resistance).",
fr: "Vous pouvez infliger 100 dégâts supplémentaires. Dans ce cas, pendant le prochain tour de votre adversaire, ce Pokémon subit 100 dégâts supplémentaires provenant des attaques (après application de la Faiblesse et de la Résistance).",
},
damage: 100
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
retreat: 4,
rarity: Rarity.RareHolo,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

98
cards/sm/sm11/171.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: "sm11-171",
localId: 171,
// Card informations
name: {
en: "Bidoof",
fr: "Keunotor",
},
hp: 70,
type: [
Type.COLORLESS,
],
dexId: 399,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/171/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/171/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/171/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/171/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 89,
name: "Sekio"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Tackle",
fr: "Charge",
},
damage: 10
},{
cost: [
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Hyper Fang",
fr: "Croc de Mort",
},
text: {
en: "Flip a coin. If tails, this attack does nothing.",
fr: "Lancez une pièce. Si cest pile, cette attaque ne fait rien.",
},
damage: 60
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
retreat: 2,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

103
cards/sm/sm11/172.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: "sm11-172",
localId: 172,
// Card informations
name: {
en: "Bibarel",
fr: "Castorno",
},
hp: 120,
type: [
Type.COLORLESS,
],
dexId: 400,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/172/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/172/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/172/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/172/high.png",
},
},
evolveFrom: {
en: "Bidoof",
fr: "Keunotor",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 0,
name: "Kagemaru Himeno"
},
abilities: [{
id: 1071,
type: AbilityType.TALENT,
name: {
en: "Unaware",
fr: "Inconscient",
},
text: {
en: "Prevent all effects of your opponent's attacks, except damage, done to this Pokémon.",
fr: "Évitez tous les effets des attaques de votre adversaire, à lexception des dégâts, infligés à ce Pokémon.",
}
}],
attacks: [{
cost: [
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Amnesia",
fr: "Amnésie",
},
text: {
en: "Choose 1 of your opponent's Active Pokémon's attacks. That Pokémon can't use that attack during your opponent's next turn.",
fr: "Choisissez lune des attaques du Pokémon Actif de votre adversaire. Ce Pokémon ne peut pas utiliser cette attaque pendant le prochain tour de votre adversaire.",
},
damage: 60
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
retreat: 2,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

82
cards/sm/sm11/173.ts Normal file
View File

@@ -0,0 +1,82 @@
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: "sm11-173",
localId: 173,
// Card informations
name: {
en: "Munchlax",
fr: "Goinfrex",
},
hp: 60,
type: [
Type.COLORLESS,
],
dexId: 446,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/173/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/173/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/173/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/173/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 96,
name: "sowsow"
},
abilities: [{
id: 982,
type: AbilityType.TALENT,
name: {
en: "Snack Search",
fr: "Le Quatre-Heures",
},
text: {
en: "Once during your turn (before your attack), you may flip a coin. If heads, put a card from your discard pile on top of your deck. If you use this Ability, your turn ends.",
fr: "Une seule fois pendant votre tour (avant votre attaque), vous pouvez lancer une pièce. Si cest face, placez une carte de votre pile de défausse sur le dessus de votre deck. Si vous utilisez ce talent, votre tour se termine.",
}
}],
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

96
cards/sm/sm11/174.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: "sm11-174",
localId: 174,
// Card informations
name: {
en: "Pidove",
fr: "Poichigeon",
},
hp: 60,
type: [
Type.COLORLESS,
],
dexId: 519,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/174/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/174/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/174/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/174/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 98,
name: "ryoma uratsuka"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Glide",
fr: "Glissement",
},
damage: 10
},{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Flap",
fr: "Battement",
},
damage: 20
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "×2"
}],
resistances: [{
type: Type.FIGHTING,
value: "-20"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

103
cards/sm/sm11/175.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: "sm11-175",
localId: 175,
// Card informations
name: {
en: "Tranquill",
fr: "Colombeau",
},
hp: 80,
type: [
Type.COLORLESS,
],
dexId: 520,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/175/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/175/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/175/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/175/high.png",
},
},
evolveFrom: {
en: "Pidove",
fr: "Poichigeon",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 89,
name: "Sekio"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Glide",
fr: "Glissement",
},
damage: 20
},{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Air Slash",
fr: "Lame dAir",
},
text: {
en: "Discard an Energy from this Pokémon.",
fr: "Défaussez une Énergie de ce Pokémon.",
},
damage: 40
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "×2"
}],
resistances: [{
type: Type.FIGHTING,
value: "-20"
}],
retreat: 1,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

104
cards/sm/sm11/176.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: "sm11-176",
localId: 176,
// Card informations
name: {
en: "Unfezant",
fr: "Déflaisan",
},
hp: 140,
type: [
Type.COLORLESS,
],
dexId: 521,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/176/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/176/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/176/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/176/high.png",
},
},
evolveFrom: {
en: "Tranquill",
fr: "Colombeau",
},
tags: [
Tag.STAGE2,
],
illustrator: {
id: 19,
name: "Shin Nagasawa"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Gust",
fr: "Tornade",
},
damage: 40
},{
cost: [
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Downburst",
fr: "Rafale Descendante",
},
text: {
en: "You may have each player shuffle all cards attached to their Active Pokémon into their deck.",
fr: "Vous pouvez demander à chaque joueur de mélanger toutes les cartes attachées à son Pokémon Actif avec son deck.",
},
damage: 90
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "×2"
}],
resistances: [{
type: Type.FIGHTING,
value: "-20"
}],
retreat: 1,
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

99
cards/sm/sm11/177.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: "sm11-177",
localId: 177,
// Card informations
name: {
en: "Audino",
fr: "Nanméouïe",
},
hp: 90,
type: [
Type.COLORLESS,
],
dexId: 531,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/177/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/177/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/177/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/177/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 24,
name: "sui"
},
abilities: [{
id: 742,
type: AbilityType.TALENT,
name: {
en: "Hearing",
fr: "Audition",
},
text: {
en: "Once during your turn (before your attack), if this Pokémon is your Active Pokémon, you may draw a card.",
fr: "Une seule fois pendant votre tour (avant votre attaque), si ce Pokémon est votre Pokémon Actif, vous pouvez piocher une carte.",
}
}],
attacks: [{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Drain Slap",
fr: "Baffe Sangsue",
},
text: {
en: "Heal 30 damage from this Pokémon.",
fr: "Soignez 30 dégâts à ce Pokémon.",
},
damage: 30
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
retreat: 1,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

101
cards/sm/sm11/178.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: "sm11-178",
localId: 178,
// Card informations
name: {
en: "Tornadus",
fr: "Boréas",
},
hp: 120,
type: [
Type.COLORLESS,
],
dexId: 641,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/178/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/178/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/178/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/178/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 50,
name: "Anesaki Dynamic"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Knuckle Punch",
fr: "CoudPhalange",
},
damage: 20
},{
cost: [
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Thunderous Tornado",
fr: "Tornade Fulgurante",
},
text: {
en: "If Thundurus is on your Bench, this attack does 20 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
fr: "Si Fulguris est sur votre Banc, cette attaque inflige 20 dégâts à chacun des Pokémon de Banc de votre adversaire. (Nappliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
},
damage: 80
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "×2"
}],
resistances: [{
type: Type.FIGHTING,
value: "-20"
}],
retreat: 1,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

86
cards/sm/sm11/179.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: "sm11-179",
localId: 179,
// Card informations
name: {
en: "Fletchling",
fr: "Passerouge",
},
hp: 60,
type: [
Type.COLORLESS,
],
dexId: 661,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/179/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/179/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/179/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/179/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 62,
name: "Saya Tsuruta"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Flap",
fr: "Battement",
},
damage: 10
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "×2"
}],
resistances: [{
type: Type.FIGHTING,
value: "-20"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

102
cards/sm/sm11/18.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: "sm11-18",
localId: 18,
// Card informations
name: {
en: "Steenee",
fr: "Candine",
},
hp: 90,
type: [
Type.GRASS,
],
dexId: 762,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/18/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/18/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/18/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/18/high.png",
},
},
evolveFrom: {
en: "Bounsweet",
fr: "Croquine",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 0,
name: "Kagemaru Himeno"
},
attacks: [{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Double Slap",
fr: "Torgnoles",
},
text: {
en: "Flip 2 coins. This attack does 30 damage for each heads.",
fr: "Lancez 2 pièces. Cette attaque inflige 30 dégâts pour chaque côté face.",
},
damage: 30
},{
cost: [
Type.GRASS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Leaf Step",
fr: "Enjambée de Feuillage",
},
damage: 60
}],
weaknesses: [{
type: Type.FIRE,
value: "×2"
}],
retreat: 2,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

84
cards/sm/sm11/180.ts Normal file
View File

@@ -0,0 +1,84 @@
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: "sm11-180",
localId: 180,
// Card informations
name: {
en: "Yungoos",
fr: "Manglouton",
},
hp: 70,
type: [
Type.COLORLESS,
],
dexId: 734,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/180/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/180/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/180/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/180/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 49,
name: "Shigenori Negishi"
},
attacks: [{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Cavernous Chomp",
fr: "Mâchoire Caverneuse",
},
damage: 30
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

91
cards/sm/sm11/181.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: "sm11-181",
localId: 181,
// Card informations
name: {
en: "Gumshoos",
fr: "Argouste",
},
hp: 100,
type: [
Type.COLORLESS,
],
dexId: 735,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/181/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/181/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/181/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/181/high.png",
},
},
evolveFrom: {
en: "Yungoos",
fr: "Manglouton",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 2,
name: "Midori Harada"
},
attacks: [{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Alert Headbutt",
fr: "Réveil Coup dBoule",
},
text: {
en: "If your opponent's Active Pokémon is a Pokémon-GX or Pokémon-EX, this attack's base damage is 30.",
fr: "Si le Pokémon Actif de votre adversaire est un Pokémon-GX ou un Pokémon-EX, les dégâts de base de cette attaque sont de 30.",
},
damage: 90
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
retreat: 1,
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

97
cards/sm/sm11/182.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: "sm11-182",
localId: 182,
// Card informations
name: {
en: "Oranguru",
fr: "Gouroutan",
},
hp: 120,
type: [
Type.COLORLESS,
],
dexId: 765,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/182/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/182/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/182/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/182/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 15,
name: "Naoki Saito"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Sage's Riddle",
fr: "Charade du Grand Sage",
},
text: {
en: "Put a Pokémon from your hand face down in front of you. Your opponent guesses the type of that Pokémon, and then you reveal it. If your opponent guessed right, they draw 4 cards. If they guessed wrong, you draw 4 cards. Return the Pokémon to your hand.",
fr: "Placez un Pokémon de votre main devant vous, face cachée. Votre adversaire devine le type de ce Pokémon, puis vous le retournez. Si votre adversaire a bien deviné, il pioche 4 cartes. Sil a mal deviné, vous piochez 4 cartes. Remettez ce Pokémon dans votre main.",
},
},{
cost: [
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Gentle Slap",
fr: "Gifle Douce",
},
damage: 80
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
retreat: 3,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

97
cards/sm/sm11/183.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: "sm11-183",
localId: 183,
// Card informations
name: {
en: "Type: Null",
fr: "Type:0",
},
hp: 100,
type: [
Type.COLORLESS,
],
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/183/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/183/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/183/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/183/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 61,
name: "tetsuya koizumi"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Smash Kick",
fr: "CoudPattes",
},
damage: 20
},{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Quick Blow",
fr: "Coup dPoing Éclair",
},
text: {
en: "Flip a coin. If heads, this attack does 30 more damage.",
fr: "Lancez une pièce. Si cest face, cette attaque inflige 30 dégâts supplémentaires.",
},
damage: 30
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
retreat: 1,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

106
cards/sm/sm11/184.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: "sm11-184",
localId: 184,
// Card informations
name: {
en: "Silvally",
fr: "Silvallié",
},
hp: 130,
type: [
Type.COLORLESS,
],
dexId: 773,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/184/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/184/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/184/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/184/high.png",
},
},
evolveFrom: {
en: "Type: Null",
fr: "Type:0",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 38,
name: "Eske Yoshinob"
},
attacks: [{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Avenging Heart",
fr: "Cœur Vengeur",
},
text: {
en: "This attack does 50 more damage for each Prize card your opponent took on their last turn.",
fr: "Cette attaque inflige 50 dégâts supplémentaires pour chaque carte Récompense que votre adversaire a récupérée lors de son dernier tour.",
},
damage: 30
},{
cost: [
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Air Slash",
fr: "Lame dAir",
},
text: {
en: "Discard an Energy from this Pokémon.",
fr: "Défaussez une Énergie de ce Pokémon.",
},
damage: 120
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
retreat: 2,
rarity: Rarity.RareHolo,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

97
cards/sm/sm11/185.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: "sm11-185",
localId: 185,
// Card informations
name: {
en: "Komala",
fr: "Dodoala",
},
hp: 90,
type: [
Type.COLORLESS,
],
dexId: 775,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/185/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/185/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/185/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/185/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 37,
name: "Miki Tanaka"
},
abilities: [{
id: 1400,
type: AbilityType.TALENT,
name: {
en: "Drowsing",
fr: "Rêveur",
},
text: {
en: "If this Pokémon remains Asleep between turns, put 6 damage counters on your opponent's Active Pokémon.",
fr: "Si ce Pokémon reste Endormi entre deux tours, placez 6 marqueurs de dégâts sur le Pokémon Actif de votre adversaire.",
}
}],
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Snooze",
fr: "Roupillon",
},
text: {
en: "This Pokémon is now Asleep.",
fr: "Ce Pokémon est maintenant Endormi.",
},
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
retreat: 1,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

74
cards/sm/sm11/186.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: "sm11-186",
localId: 186,
// Card informations
name: {
en: "Blaine's Quiz Show",
fr: "Série de Quiz dAuguste",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/186/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/186/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/186/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/186/high.png",
},
},
evolveFrom: {},
tags: [
Tag.SUPPORTER,
],
illustrator: {
id: 64,
name: "Megumi Mizutani"
},
attacks: [{
name: {},
text: {
fr: "Placez un Pokémon de votre main devant vous, face cachée, et dites à votre adversaire le nom de lune de ses attaques. Votre adversaire devine le nom de ce Pokémon, puis vous le retournez. Si votre adversaire a bien deviné, il pioche 4 cartes. Sil a mal deviné, vous piochez 4 cartes. Remettez ce Pokémon dans votre main.",
},
}],
rarity: Rarity.Uncommon,
category: Category.TRAINER,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

74
cards/sm/sm11/187.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: "sm11-187",
localId: 187,
// Card informations
name: {
en: "Blizzard Town",
fr: "Blizzarville",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/187/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/187/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/187/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/187/high.png",
},
},
evolveFrom: {},
tags: [
Tag.STADIUM,
],
illustrator: {
id: 1,
name: "Ryo Ueda"
},
attacks: [{
name: {},
text: {
fr: "Les Pokémon auxquels il reste 40 PV ou moins (les vôtres et ceux de votre adversaire) ne peuvent pas attaquer.",
},
}],
rarity: Rarity.Uncommon,
category: Category.TRAINER,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

74
cards/sm/sm11/188.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: "sm11-188",
localId: 188,
// Card informations
name: {
en: "Blue's Tactics",
fr: "Tactiques de Blue",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/188/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/188/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/188/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/188/high.png",
},
},
evolveFrom: {},
tags: [
Tag.SUPPORTER,
],
illustrator: {
id: 64,
name: "Megumi Mizutani"
},
attacks: [{
name: {},
text: {
fr: "À la fin de ce tour, piochez des cartes jusquà ce que vous ayez 8 cartes en main.",
},
}],
rarity: Rarity.Uncommon,
category: Category.TRAINER,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

74
cards/sm/sm11/189.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: "sm11-189",
localId: 189,
// Card informations
name: {
en: "Bug Catcher",
fr: "Scout",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm11/189/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/189/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm11/189/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm11/189/high.png",
},
},
evolveFrom: {},
tags: [
Tag.SUPPORTER,
],
illustrator: {
id: 95,
name: "kirisAki"
},
attacks: [{
name: {},
text: {
fr: "Piochez 2 cartes. Lancez une pièce. Si cest face, piochez 2 cartes supplémentaires.",
},
}],
rarity: Rarity.Uncommon,
category: Category.TRAINER,
set: {
name: "Unified Minds",
code: "sm11"
}
}
export default card

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