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

125
cards/sm/sm10/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: "sm10-1",
localId: 1,
// Card informations
name: {
en: "Pheromosa & Buzzwole-GX",
fr: "Cancrelove et Mouscoto-GX",
},
hp: 260,
type: [
Type.GRASS,
],
dexId: 794,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/1/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/1/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/1/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/1/high.png",
},
},
evolveFrom: {},
tags: [
Tag.TAGTEAM,
],
illustrator: {
id: 9,
name: "Mitsuhiro Arita"
},
attacks: [{
cost: [
Type.GRASS
],
name: {
en: "Jet Punch",
fr: "Règle des ESCOUADES",
},
text: {
en: "This attack does 30 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
},
damage: 30
},{
cost: [
Type.GRASS,
Type.GRASS,
Type.COLORLESS
],
name: {
en: "Elegant Sole",
fr: "Coup Rapide",
},
text: {
en: "During your next turn, this Pokémon's Elegant Sole attack's base damage is 60.",
fr: "Cette attaque inflige 30 dégâts à lun des Pokémon de Banc de votre adversaire. (Nappliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
},
damage: 190
},{
cost: [
Type.GRASS
],
name: {
en: "Beast Game-GX",
fr: "Semelle Élégante",
},
text: {
en: "If your opponent's Pokémon is Knocked Out by damage from this attack, take 1 more Prize card. If this Pokémon has at least 7 extra Energy attached to it (in addition to this attack's cost), take 3 more Prize cards instead. (You can't use more than 1 GX attack in a game.)",
fr: "Pendant votre prochain tour, les dégâts de base de lattaque Semelle Élégante de ce Pokémon sont de 60.",
},
damage: 50
},{
cost: [
Type.GRASS
],
name: {
fr: "Jeu Chimérique-GX",
},
text: {
fr: "Si le Pokémon de votre adversaire est mis K.O. par les dégâts de cette attaque, récupérez une carte Récompense supplémentaire. Si au moins 7 Énergies supplémentaires sont attachées à ce Pokémon (en plus du coût de cette attaque), récupérez 3 cartes Récompense supplémentaires au lieu dune. (Vous ne pouvez utiliser quune attaque GX par partie.)",
},
damage: 50
}],
weaknesses: [{
type: Type.FIRE,
value: "×2"
}],
retreat: 2,
rarity: Rarity.RareHoloGX,
category: Category.POKEMON,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

87
cards/sm/sm10/10.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: "sm10-10",
localId: 10,
// Card informations
name: {
en: "Venonat",
fr: "Mimitoss",
},
hp: 60,
type: [
Type.GRASS,
],
dexId: 48,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/10/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/10/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/10/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/10/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 45,
name: "Yuka Morii"
},
attacks: [{
cost: [
Type.GRASS
],
name: {
en: "Psybeam",
fr: "Rafale Psy",
},
text: {
en: "Your opponent's Active Pokémon is now Confused.",
fr: "Le Pokémon Actif de votre adversaire est maintenant Confus.",
},
damage: 10
}],
weaknesses: [{
type: Type.FIRE,
value: "×2"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

82
cards/sm/sm10/100.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: "sm10-100",
localId: 100,
// Card informations
name: {
en: "Tyrogue",
fr: "Debugant",
},
hp: 60,
type: [
Type.FIGHTING,
],
dexId: 236,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/100/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/100/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/100/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/100/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 59,
name: "Mina Nakai"
},
abilities: [{
id: 460,
type: AbilityType.TALENT,
name: {
en: "Bratty Kick",
fr: "Frappe Friponne",
},
text: {
en: "Once during your turn (before your attack), you may flip a coin. If heads, put 3 damage counters on 1 of your opponent's Pokémon. 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 3 marqueurs de dégâts sur lun des Pokémon de votre adversaire. Si vous utilisez ce talent, votre tour se termine.",
}
}],
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

96
cards/sm/sm10/101.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: "sm10-101",
localId: 101,
// Card informations
name: {
en: "Hitmontop",
fr: "Kapoera",
},
hp: 90,
type: [
Type.FIGHTING,
],
dexId: 237,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/101/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/101/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/101/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/101/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 18,
name: "Tomokazu Komiya"
},
attacks: [{
cost: [
Type.FIGHTING
],
name: {
en: "Finishing Combo",
fr: "Combo Finale",
},
text: {
en: "You can use this attack only if your Hitmonlee used Special Combo during your last turn. This attack does 60 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
fr: "Vous ne pouvez utiliser cette attaque que si votre Kicklee a utilisé Combo Spéciale lors de votre dernier tour. Cette attaque inflige 60 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.COLORLESS,
Type.COLORLESS
],
name: {
en: "Spinning Attack",
fr: "Attaque Tournante",
},
damage: 50
}],
weaknesses: [{
type: Type.PSYCHIC,
value: "×2"
}],
retreat: 1,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

87
cards/sm/sm10/102.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: "sm10-102",
localId: 102,
// Card informations
name: {
en: "Riolu",
fr: "Riolu",
},
hp: 70,
type: [
Type.FIGHTING,
],
dexId: 447,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/102/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/102/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/102/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/102/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 3,
name: "Mizue"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Feint",
fr: "Ruse",
},
text: {
en: "This attack's damage isn't affected by Resistance.",
fr: "Les dégâts de cette attaque ne sont pas affectés par la Résistance.",
},
damage: 10
}],
weaknesses: [{
type: Type.PSYCHIC,
value: "×2"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

100
cards/sm/sm10/103.ts Normal file
View File

@ -0,0 +1,100 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "sm10-103",
localId: 103,
// Card informations
name: {
en: "Landorus",
fr: "Démétéros",
},
hp: 120,
type: [
Type.FIGHTING,
],
dexId: 645,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/103/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/103/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/103/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/103/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 80,
name: "Hasuno"
},
attacks: [{
cost: [
Type.FIGHTING
],
name: {
en: "Linear Attack",
fr: "Attaque Linéaire",
},
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.FIGHTING,
Type.COLORLESS
],
name: {
en: "Power Cyclone",
fr: "Cyclone dÉnergie",
},
text: {
en: "Move an Energy from this Pokémon to 1 of your Benched Pokémon.",
fr: "Déplacez une Énergie de ce Pokémon vers lun de vos Pokémon de Banc.",
},
damage: 60
}],
weaknesses: [{
type: Type.GRASS,
value: "×2"
}],
retreat: 1,
rarity: Rarity.RareHolo,
category: Category.POKEMON,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

99
cards/sm/sm10/104.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: "sm10-104",
localId: 104,
// Card informations
name: {
en: "Crabrawler",
fr: "Crabagarre",
},
hp: 80,
type: [
Type.FIGHTING,
],
dexId: 739,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/104/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/104/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/104/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/104/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 48,
name: "Akira Komayama"
},
attacks: [{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Corkscrew Punch",
fr: "Poing Tire-Bouchon",
},
damage: 20
},{
cost: [
Type.FIGHTING,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Knuckle Blast",
fr: "Explosion de Poings",
},
text: {
en: "If you have more Prize cards remaining than your opponent, this attack does 60 more damage.",
fr: "Sil vous reste plus de cartes Récompense quà votre adversaire, cette attaque inflige 60 dégâts supplémentaires.",
},
damage: 30
}],
weaknesses: [{
type: Type.PSYCHIC,
value: "×2"
}],
retreat: 2,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

102
cards/sm/sm10/105.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: "sm10-105",
localId: 105,
// Card informations
name: {
en: "Crabominable",
fr: "Crabominable",
},
hp: 140,
type: [
Type.FIGHTING,
],
dexId: 740,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/105/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/105/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/105/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/105/high.png",
},
},
evolveFrom: {
en: "Crabrawler",
fr: "Crabagarre",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 18,
name: "Tomokazu Komiya"
},
attacks: [{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Fight Alone",
fr: "Combat Solitaire",
},
text: {
en: "If you have fewer Pokémon in play than your opponent, this attack does 50 more damage for each Pokémon fewer you have in play.",
fr: "Si vous avez moins de Pokémon en jeu que votre adversaire, cette attaque inflige 50 dégâts supplémentaires pour chaque Pokémon de moins que vous avez en jeu.",
},
damage: 30
},{
cost: [
Type.FIGHTING,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Magnum Punch",
fr: "Poing Magnum",
},
damage: 80
}],
weaknesses: [{
type: Type.PSYCHIC,
value: "×2"
}],
retreat: 4,
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

100
cards/sm/sm10/106.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: "sm10-106",
localId: 106,
// Card informations
name: {
en: "Stakataka",
fr: "Ama-Ama",
},
hp: 120,
type: [
Type.FIGHTING,
],
dexId: 805,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/106/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/106/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/106/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/106/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 65,
name: "nagimiso"
},
abilities: [{
id: 139,
type: AbilityType.TALENT,
name: {
en: "Wall of Stone",
fr: "Mur de Pierres",
},
text: {
en: "If your opponent has 3 or fewer Prize cards remaining, this Pokémon's maximum HP is 200.",
fr: "Sil reste 3 cartes Récompense ou moins à votre adversaire, les PV maximum de ce Pokémon sont de 200.",
}
}],
attacks: [{
cost: [
Type.FIGHTING,
Type.FIGHTING,
Type.COLORLESS
],
name: {
en: "Top Down",
fr: "ÉcrasMontagne",
},
text: {
en: "Flip a coin until you get tails. For each heads, discard the top card of your opponent's deck.",
fr: "Lancez une pièce jusquà ce que vous obteniez un côté pile. Pour chaque côté face, défaussez la carte du dessus du deck de votre adversaire.",
},
damage: 110
}],
weaknesses: [{
type: Type.GRASS,
value: "×2"
}],
retreat: 4,
rarity: Rarity.RareHolo,
category: Category.POKEMON,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

115
cards/sm/sm10/107.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: "sm10-107",
localId: 107,
// Card informations
name: {
en: "Greninja & Zoroark-GX",
fr: "Amphinobi et Zoroark-GX",
},
hp: 250,
type: [
Type.DARKNESS,
],
dexId: 571,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/107/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/107/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/107/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/107/high.png",
},
},
evolveFrom: {},
tags: [
Tag.TAGTEAM,
],
illustrator: {
id: 9,
name: "Mitsuhiro Arita"
},
attacks: [{
cost: [
Type.DARKNESS,
Type.COLORLESS
],
name: {
en: "Dark Pulse",
fr: "Règle des ESCOUADES",
},
text: {
en: "This attack does 30 more damage times the amount of Darkness Energy attached to all of your Pokémon.",
},
damage: 30
},{
cost: [
Type.DARKNESS,
Type.COLORLESS
],
name: {
en: "Dark Union-GX",
fr: "Vibrobscur",
},
text: {
en: "Put 2 in any combination of Darkness Pokémon-GX and Darkness Pokémon-EX from your discard pile onto your Bench. If this Pokémon has at least 1 extra Energy attached to it (in addition to this attack's cost), attach 2 Energy cards from your discard pile to each Pokémon that you put onto your Bench in this way. (You can't use more than 1 GX attack in a game.)",
fr: "Cette attaque inflige 30 dégâts supplémentaires multipliés par le nombre dÉnergies Darkness attachées à tous vos Pokémon.",
},
damage: "30+"
},{
cost: [
Type.DARKNESS,
Type.COLORLESS
],
name: {
fr: "Union Ténébreuse-GX",
},
text: {
fr: "Ajoutez de votre pile de défausse à votre Banc une combinaison de 2 cartes choisies parmi des Pokémon-GX Darkness et des Pokémon-EX Darkness. Si au moins une Énergie supplémentaire est attachée à ce Pokémon (en plus du coût de cette attaque), attachez 2 cartes Énergie de votre pile de défausse à chacun des Pokémon que vous avez placés sur votre Banc de cette façon. (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: "Unbroken Bonds",
code: "sm10"
}
}
export default card

89
cards/sm/sm10/108.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: "sm10-108",
localId: 108,
// Card informations
name: {
en: "Murkrow",
fr: "Cornèbre",
},
hp: 70,
type: [
Type.DARKNESS,
],
dexId: 198,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/108/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/108/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/108/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/108/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 112,
name: "0313"
},
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: "Unbroken Bonds",
code: "sm10"
}
}
export default card

119
cards/sm/sm10/109.ts Normal file
View File

@ -0,0 +1,119 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "sm10-109",
localId: 109,
// Card informations
name: {
en: "Honchkrow-GX",
fr: "Corboss-GX",
},
hp: 210,
type: [
Type.DARKNESS,
],
dexId: 430,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/109/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/109/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/109/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/109/high.png",
},
},
evolveFrom: {
en: "Murkrow",
fr: "Cornèbre",
},
tags: [
Tag.GX,
],
illustrator: {
id: 140,
name: "sadaji"
},
abilities: [{
id: 464,
type: AbilityType.TALENT,
name: {
en: "Ruler of the Night",
fr: "Maître de la Nuit",
},
text: {
en: "As long as this Pokémon is your Active Pokémon, your opponent can't play any Pokémon Tool, Special Energy, or Stadium cards from their hand.",
fr: "Tant que ce Pokémon est votre Pokémon Actif, votre adversaire ne peut pas jouer de cartes Outil Pokémon, de cartes Énergie spéciale ou de cartes Stade de sa main.",
}
}],
attacks: [{
cost: [
Type.DARKNESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Feather Storm",
fr: "Volée de Plumes",
},
text: {
en: "This attack does 30 damage to 2 of your opponent's Benched Pokémon-GX and Pokémon-EX. (Don't apply Weakness and Resistance for Benched Pokémon.)",
fr: "Cette attaque inflige 30 dégâts à 2 des Pokémon-GX et Pokémon-EX de Banc de votre adversaire. (Nappliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
},
damage: 90
},{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Unfair-GX",
fr: "Injuste-GX",
},
text: {
en: "Your opponent reveals their hand. Discard 2 cards from it. (You can't use more than 1 GX attack in a game.)",
fr: "Votre adversaire dévoile sa main. Défaussez-en 2 cartes. (Vous ne pouvez utiliser quune attaque GX par partie.)",
},
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "×2"
}],
resistances: [{
type: Type.FIGHTING,
value: "-20"
}],
retreat: 2,
rarity: Rarity.RareHoloGX,
category: Category.POKEMON,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

102
cards/sm/sm10/11.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: "sm10-11",
localId: 11,
// Card informations
name: {
en: "Venomoth",
fr: "Aéromite",
},
hp: 90,
type: [
Type.GRASS,
],
dexId: 49,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/11/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/11/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/11/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/11/high.png",
},
},
evolveFrom: {
en: "Venonat",
fr: "Mimitoss",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 59,
name: "Mina Nakai"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Assassin Flight",
fr: "Vol Assassin",
},
text: {
en: "You can use this attack only if your opponent's Active Pokémon is affected by a Special Condition. This attack does 90 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
fr: "Vous ne pouvez utiliser cette attaque que si le Pokémon Actif de votre adversaire est affecté par un État Spécial. Cette attaque inflige 90 dégâts à lun des Pokémon de Banc de votre adversaire. (Nappliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
},
},{
cost: [
Type.GRASS
],
name: {
en: "Poison Powder",
fr: "Poudre Toxik",
},
text: {
en: "Your opponent's Active Pokémon is now Poisoned.",
fr: "Le Pokémon Actif de votre adversaire est maintenant Empoisonné.",
},
damage: 30
}],
weaknesses: [{
type: Type.FIRE,
value: "×2"
}],
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

86
cards/sm/sm10/110.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: "sm10-110",
localId: 110,
// Card informations
name: {
en: "Carvanha",
fr: "Carvanha",
},
hp: 60,
type: [
Type.DARKNESS,
],
dexId: 318,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/110/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/110/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/110/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/110/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 102,
name: "SATOSHI NAKAI"
},
attacks: [{
cost: [
Type.DARKNESS
],
name: {
en: "Gnaw",
fr: "Ronge",
},
damage: 10
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
resistances: [{
type: Type.PSYCHIC,
value: "-20"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

106
cards/sm/sm10/111.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: "sm10-111",
localId: 111,
// Card informations
name: {
en: "Sharpedo",
fr: "Sharpedo",
},
hp: 110,
type: [
Type.DARKNESS,
],
dexId: 319,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/111/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/111/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/111/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/111/high.png",
},
},
evolveFrom: {
en: "Carvanha",
fr: "Carvanha",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 18,
name: "Tomokazu Komiya"
},
abilities: [{
id: 465,
type: AbilityType.TALENT,
name: {
en: "Greedy Evolution",
fr: "Évolution Cupide",
},
text: {
en: "When you play this Pokémon from your hand to evolve 1 of your Pokémon during your turn, you may look at the top 6 cards of your deck and attach any number of Darkness Energy cards you find there to this Pokémon. Shuffle the other cards back into 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 regarder les 6 cartes du dessus de votre deck, et attacher le nombre désiré de cartes Énergie Darkness trouvées à ce Pokémon. Mélangez les autres cartes avec votre deck.",
}
}],
attacks: [{
cost: [
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Bad Fangs",
fr: "Mauvais Crocs",
},
text: {
en: "This attack does 20 more damage times the amount of Darkness Energy attached to this Pokémon.",
fr: "Cette attaque inflige 20 dégâts supplémentaires multipliés par le nombre dÉnergies Darkness attachées à ce Pokémon.",
},
damage: 60
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
resistances: [{
type: Type.PSYCHIC,
value: "-20"
}],
retreat: 1,
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

95
cards/sm/sm10/112.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: "sm10-112",
localId: 112,
// Card informations
name: {
en: "Spiritomb",
fr: "Spiritomb",
},
hp: 60,
type: [
Type.DARKNESS,
],
dexId: 442,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/112/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/112/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/112/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/112/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 0,
name: "Kagemaru Himeno"
},
abilities: [{
id: 467,
type: AbilityType.TALENT,
name: {
en: "Building Spite",
fr: "Mépris Grandissant",
},
text: {
en: "Once during your turn (before your attack), you may put 1 damage counter on this Pokémon.",
fr: "Une seule fois pendant votre tour (avant votre attaque), vous pouvez placer un marqueur de dégâts sur ce Pokémon.",
}
}],
attacks: [{
cost: [
Type.DARKNESS
],
name: {
en: "Anguish Cry",
fr: "Cri Angoissé",
},
text: {
en: "This attack does 30 more damage for each damage counter on this Pokémon.",
fr: "Cette attaque inflige 30 dégâts supplémentaires pour chaque marqueur de dégâts placé sur ce Pokémon.",
},
damage: 10
}],
retreat: 1,
rarity: Rarity.RareHolo,
category: Category.POKEMON,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

97
cards/sm/sm10/113.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: "sm10-113",
localId: 113,
// Card informations
name: {
en: "Sandile",
fr: "Mascaïman",
},
hp: 60,
type: [
Type.DARKNESS,
],
dexId: 551,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/113/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/113/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/113/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/113/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 45,
name: "Yuka Morii"
},
abilities: [{
id: 111,
type: AbilityType.TALENT,
name: {
en: "Intimidating Fang",
fr: "Croc Intimidant",
},
text: {
en: "As long as this Pokémon is your Active Pokémon, your opponent's Active Pokémon's attacks do 20 less damage (before applying Weakness and Resistance).",
fr: "Tant que ce Pokémon est votre Pokémon Actif, les attaques du Pokémon Actif de votre adversaire infligent 20 dégâts de moins (avant application de la Faiblesse et de la Résistance).",
}
}],
attacks: [{
cost: [
Type.DARKNESS
],
name: {
en: "Gnaw",
fr: "Ronge",
},
damage: 10
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
resistances: [{
type: Type.PSYCHIC,
value: "-20"
}],
retreat: 2,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

92
cards/sm/sm10/114.ts Normal file
View File

@ -0,0 +1,92 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "sm10-114",
localId: 114,
// Card informations
name: {
en: "Sandile",
fr: "Mascaïman",
},
hp: 70,
type: [
Type.DARKNESS,
],
dexId: 551,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/114/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/114/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/114/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/114/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 48,
name: "Akira Komayama"
},
attacks: [{
cost: [
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Grandiose Fangs",
fr: "Crocs Grandioses",
},
text: {
en: "If your opponent's Pokémon is Knocked Out by damage from this attack, this Pokémon's attacks do 120 more damage to your opponent's Active Pokémon during your next turn (before applying Weakness and Resistance).",
fr: "Si le Pokémon de votre adversaire est mis K.O. par les dégâts de cette attaque, les attaques de ce Pokémon infligent 120 dégâts supplémentaires au Pokémon Actif de votre adversaire pendant votre prochain tour (avant application de la Faiblesse et de la Résistance).",
},
damage: 30
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
resistances: [{
type: Type.PSYCHIC,
value: "-20"
}],
retreat: 2,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

104
cards/sm/sm10/115.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: "sm10-115",
localId: 115,
// Card informations
name: {
en: "Krokorok",
fr: "Escroco",
},
hp: 90,
type: [
Type.DARKNESS,
],
dexId: 552,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/115/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/115/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/115/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/115/high.png",
},
},
evolveFrom: {
en: "Sandile",
fr: "Mascaïman",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 102,
name: "SATOSHI NAKAI"
},
attacks: [{
cost: [
Type.DARKNESS
],
name: {
en: "Bite",
fr: "Morsure",
},
damage: 20
},{
cost: [
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Corner",
fr: "Coinçage",
},
text: {
en: "The Defending Pokémon can't retreat during your opponent's next turn.",
fr: "Le Pokémon Défenseur ne peut pas battre en retraite pendant le prochain tour de votre adversaire.",
},
damage: 50
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
resistances: [{
type: Type.PSYCHIC,
value: "-20"
}],
retreat: 2,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

111
cards/sm/sm10/116.ts Normal file
View File

@ -0,0 +1,111 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "sm10-116",
localId: 116,
// Card informations
name: {
en: "Krookodile",
fr: "Crocorible",
},
hp: 150,
type: [
Type.DARKNESS,
],
dexId: 553,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/116/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/116/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/116/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/116/high.png",
},
},
evolveFrom: {
en: "Krokorok",
fr: "Escroco",
},
tags: [
Tag.STAGE2,
],
illustrator: {
id: 50,
name: "Anesaki Dynamic"
},
attacks: [{
cost: [
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Chomp Chomp Panic",
fr: "Panique Mangeouille",
},
text: {
en: "This attack does 50 damage for each Colorless in your opponent's Active Pokémon's Retreat Cost.",
fr: "Cette attaque inflige 50 dégâts pour chaque Colorless dans le Coût de Retraite du Pokémon Actif de votre adversaire.",
},
damage: 50
},{
cost: [
Type.DARKNESS,
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Crunch",
fr: "Mâchouille",
},
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: 100
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
resistances: [{
type: Type.PSYCHIC,
value: "-20"
}],
retreat: 3,
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

107
cards/sm/sm10/117.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: "sm10-117",
localId: 117,
// Card informations
name: {
en: "Greninja",
fr: "Amphinobi",
},
hp: 130,
type: [
Type.DARKNESS,
],
dexId: 658,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/117/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/117/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/117/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/117/high.png",
},
},
evolveFrom: {
en: "Frogadier",
fr: "Croâporal",
},
tags: [
Tag.STAGE2,
],
illustrator: {
id: 26,
name: "Yusuke Ohmura"
},
attacks: [{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Bring Down",
fr: "Réduire à Rien",
},
text: {
en: "The Pokémon that has the least HP remaining, except for this Pokémon, is Knocked Out. (If multiple Pokémon are tied, choose one.)",
fr: "Le Pokémon qui a le moins de PV restants, à lexception de ce Pokémon, est mis K.O. (Si plusieurs Pokémon sont à égalité, choisissez-en un.)",
},
},{
cost: [
Type.DARKNESS,
Type.DARKNESS
],
name: {
en: "Mist Slash",
fr: "Tranche-Brume",
},
text: {
en: "This attack's damage isn't affected by Weakness, Resistance, or any other effects on your opponent's Active Pokémon.",
fr: "Les dégâts de cette attaque ne sont pas affectés par la Faiblesse, la Résistance ou tout autre effet en action sur le Pokémon Actif de votre adversaire.",
},
damage: 70
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
resistances: [{
type: Type.PSYCHIC,
value: "-20"
}],
rarity: Rarity.RareHolo,
category: Category.POKEMON,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

89
cards/sm/sm10/118.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: "sm10-118",
localId: 118,
// Card informations
name: {
en: "Inkay",
fr: "Sepiatop",
},
hp: 60,
type: [
Type.DARKNESS,
],
dexId: 686,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/118/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/118/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/118/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/118/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 23,
name: "Naoyo Kimura"
},
attacks: [{
cost: [
Type.DARKNESS
],
name: {
en: "Perplex",
fr: "Affolement",
},
text: {
en: "Your opponent's Active Pokémon is now Confused.",
fr: "Le Pokémon Actif de votre adversaire est maintenant Confus.",
},
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
resistances: [{
type: Type.PSYCHIC,
value: "-20"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

107
cards/sm/sm10/119.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: "sm10-119",
localId: 119,
// Card informations
name: {
en: "Malamar",
fr: "Sepiatroce",
},
hp: 100,
type: [
Type.DARKNESS,
],
dexId: 687,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/119/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/119/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/119/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/119/high.png",
},
},
evolveFrom: {
en: "Inkay",
fr: "Sepiatop",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 26,
name: "Yusuke Ohmura"
},
attacks: [{
cost: [
Type.DARKNESS
],
name: {
en: "Hypnotic Reign",
fr: "Règne Hypnotique",
},
text: {
en: "Your opponent reveals their hand. You may discard a Pokémon you find there and use one of that Pokémon's non-GX attacks as this attack.",
fr: "Votre adversaire dévoile sa main. Vous pouvez défausser un Pokémon que vous y trouvez et utiliser lune des attaques non GX de ce Pokémon en tant que cette attaque.",
},
},{
cost: [
Type.DARKNESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Dark Pressure",
fr: "Pression Ténébreuse",
},
text: {
en: "Discard the top card of your opponent's deck.",
fr: "Défaussez la carte du dessus du deck de votre adversaire.",
},
damage: 80
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
resistances: [{
type: Type.PSYCHIC,
value: "-20"
}],
retreat: 1,
rarity: Rarity.RareHolo,
category: Category.POKEMON,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

105
cards/sm/sm10/12.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: "sm10-12",
localId: 12,
// Card informations
name: {
en: "Venomoth-GX",
fr: "Aéromite-GX",
},
hp: 200,
type: [
Type.GRASS,
],
dexId: 49,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/12/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/12/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/12/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/12/high.png",
},
},
evolveFrom: {
en: "Venonat",
fr: "Mimitoss",
},
tags: [
Tag.GX,
],
illustrator: {
id: 4,
name: "5ban Graphics"
},
attacks: [{
cost: [
Type.GRASS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Shinobi Mastery",
fr: "Maîtrise Shinobi",
},
text: {
en: "If you played Koga's Trap from your hand during this turn, this attack does 90 more damage. If you played Janine from your hand during this turn, prevent all damage done to this Pokémon by attacks from Basic Pokémon during your opponent's next turn.",
fr: "Si vous avez joué Piège de Koga de votre main pendant ce tour, cette attaque inflige 90 dégâts supplémentaires. Si vous avez joué Jeannine de votre main pendant ce tour, évitez tous les dégâts infligés à ce Pokémon par des attaques de Pokémon de base pendant le prochain tour de votre adversaire.",
},
damage: 110
},{
cost: [
Type.COLORLESS
],
name: {
en: "Ten-Card Return-GX",
fr: "Dix Cartes Retrouvées-GX",
},
text: {
en: "Shuffle your hand into your deck. Then, draw 10 cards. (You can't use more than 1 GX attack in a game.)",
fr: "Mélangez votre main avec votre deck. Ensuite, piochez 10 cartes. (Vous ne pouvez utiliser quune attaque GX par partie.)",
},
damage: 60
}],
weaknesses: [{
type: Type.FIRE,
value: "×2"
}],
retreat: 1,
rarity: Rarity.RareHoloGX,
category: Category.POKEMON,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

127
cards/sm/sm10/120.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: "sm10-120",
localId: 120,
// Card informations
name: {
en: "Lucario & Melmetal-GX",
fr: "Lucario et Melmetal-GX",
},
hp: 260,
type: [
Type.METAL,
],
dexId: 448,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/120/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/120/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/120/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/120/high.png",
},
},
evolveFrom: {},
tags: [
Tag.TAGTEAM,
],
illustrator: {
id: 9,
name: "Mitsuhiro Arita"
},
attacks: [{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Steel Fist",
fr: "Règle des ESCOUADES",
},
text: {
en: "Search your deck for a Metal Energy card and attach it to this Pokémon. Then, shuffle your deck.",
},
damage: 50
},{
cost: [
Type.METAL,
Type.METAL,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Heavy Impact",
fr: "Poing dAcier",
},
text: {
fr: "Cherchez une carte Énergie Metal dans votre deck et attachez-la à ce Pokémon. Mélangez ensuite votre deck.",
},
damage: 150
},{
cost: [
Type.COLORLESS
],
name: {
en: "Full Metal Wall-GX",
fr: "Gros Impact",
},
text: {
en: "For the rest of this game, your Metal Pokémon take 30 less damage from your opponent's attacks (after applying Weakness and Resistance). If this Pokémon has at least 1 extra Energy attached to it (in addition to this attack's cost), discard all Energy from your opponent's Active Pokémon. (You can't use more than 1 GX attack in a game.)",
},
damage: 150
},{
cost: [
Type.COLORLESS
],
name: {
fr: "Mur Métal Plein-GX",
},
text: {
fr: "Pour le reste de cette partie, vos Pokémon Metal subissent 30 dégâts de moins provenant des attaques de votre adversaire (après application de la Faiblesse et de la Résistance). Si au moins une Énergie supplémentaire est attachée à ce Pokémon (en plus du coût de cette attaque), défaussez toute lÉnergie du Pokémon Actif de votre adversaire. (Vous ne pouvez utiliser quune attaque GX par partie.)",
},
}],
weaknesses: [{
type: Type.FIRE,
value: "×2"
}],
resistances: [{
type: Type.PSYCHIC,
value: "-20"
}],
retreat: 3,
rarity: Rarity.RareHoloGX,
category: Category.POKEMON,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

83
cards/sm/sm10/121.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: "sm10-121",
localId: 121,
// Card informations
name: {
en: "Alolan Diglett",
fr: "Taupiqueur dAlola",
},
hp: 50,
type: [
Type.METAL,
],
dexId: 50,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/121/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/121/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/121/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/121/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 32,
name: "Atsuko Nishida"
},
attacks: [{
name: {
en: "Ram",
fr: "Collision",
},
damage: 10
}],
weaknesses: [{
type: Type.FIRE,
value: "×2"
}],
resistances: [{
type: Type.PSYCHIC,
value: "-20"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

101
cards/sm/sm10/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: "sm10-122",
localId: 122,
// Card informations
name: {
en: "Alolan Dugtrio",
fr: "Triopikeur dAlola",
},
hp: 80,
type: [
Type.METAL,
],
dexId: 51,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/122/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/122/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/122/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/122/high.png",
},
},
evolveFrom: {
en: "Alolan Diglett",
fr: "Taupiqueur dAlola",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 102,
name: "SATOSHI NAKAI"
},
abilities: [{
id: 476,
type: AbilityType.TALENT,
name: {
en: "Hair Wall",
fr: "Mur Capillaire",
},
text: {
en: "Your Metal Pokémon take 10 less damage from your opponent's attacks (after applying Weakness and Resistance).",
fr: "Vos Pokémon Metal subissent 10 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.METAL,
Type.COLORLESS
],
name: {
en: "Hammer In",
fr: "Enfoncement",
},
damage: 40
}],
weaknesses: [{
type: Type.FIRE,
value: "×2"
}],
resistances: [{
type: Type.PSYCHIC,
value: "-20"
}],
retreat: 1,
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

99
cards/sm/sm10/123.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: "sm10-123",
localId: 123,
// Card informations
name: {
en: "Aron",
fr: "Galekid",
},
hp: 60,
type: [
Type.METAL,
],
dexId: 304,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/123/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/123/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/123/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/123/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 5,
name: "Ken Sugimori"
},
attacks: [{
cost: [
Type.METAL
],
name: {
en: "Rigidify",
fr: "Solidification",
},
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).",
},
},{
cost: [
Type.METAL,
Type.COLORLESS
],
name: {
en: "Metal Claw",
fr: "Griffe Acier",
},
damage: 20
}],
weaknesses: [{
type: Type.FIRE,
value: "×2"
}],
resistances: [{
type: Type.PSYCHIC,
value: "-20"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

103
cards/sm/sm10/124.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: "sm10-124",
localId: 124,
// Card informations
name: {
en: "Lairon",
fr: "Galegon",
},
hp: 90,
type: [
Type.METAL,
],
dexId: 305,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/124/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/124/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/124/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/124/high.png",
},
},
evolveFrom: {
en: "Aron",
fr: "Galekid",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 29,
name: "Suwama Chiaki"
},
attacks: [{
cost: [
Type.METAL
],
name: {
en: "Rigidify",
fr: "Solidification",
},
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).",
},
},{
cost: [
Type.METAL,
Type.METAL,
Type.COLORLESS
],
name: {
en: "Headbutt",
fr: "Coup dBoule",
},
damage: 70
}],
weaknesses: [{
type: Type.FIRE,
value: "×2"
}],
resistances: [{
type: Type.PSYCHIC,
value: "-20"
}],
retreat: 3,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

111
cards/sm/sm10/125.ts Normal file
View File

@ -0,0 +1,111 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "sm10-125",
localId: 125,
// Card informations
name: {
en: "Aggron",
fr: "Galeking",
},
hp: 170,
type: [
Type.METAL,
],
dexId: 306,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/125/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/125/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/125/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/125/high.png",
},
},
evolveFrom: {
en: "Lairon",
fr: "Galegon",
},
tags: [
Tag.STAGE2,
],
illustrator: {
id: 77,
name: "Satoshi Shirai"
},
attacks: [{
cost: [
Type.METAL,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Extra-Tight Press",
fr: "Pression Super Serrée",
},
text: {
en: "During your opponent's next turn, if this Pokémon is damaged by an attack (even if this Pokémon 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 si ce Pokémon est mis K.O.), placez 8 marqueurs de dégâts sur le Pokémon Attaquant.",
},
damage: 80
},{
cost: [
Type.METAL,
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Giga Impact",
fr: "Giga Impact",
},
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: 160
}],
weaknesses: [{
type: Type.FIRE,
value: "×2"
}],
resistances: [{
type: Type.PSYCHIC,
value: "-20"
}],
retreat: 4,
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

103
cards/sm/sm10/126.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: "sm10-126",
localId: 126,
// Card informations
name: {
en: "Lucario",
fr: "Lucario",
},
hp: 130,
type: [
Type.METAL,
],
dexId: 448,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/126/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/126/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/126/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/126/high.png",
},
},
evolveFrom: {
en: "Riolu",
fr: "Riolu",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 2,
name: "Midori Harada"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Low Sweep",
fr: "Balayette",
},
damage: 40
},{
cost: [
Type.METAL,
Type.METAL
],
name: {
en: "Rush Up",
fr: "En Toute Hâte",
},
text: {
en: "If you attached a Pokémon Tool card from your hand to this Pokémon during this turn, this attack does 70 more damage.",
fr: "Si vous avez attaché une carte Outil Pokémon de votre main à ce Pokémon pendant ce tour, cette attaque inflige 70 dégâts supplémentaires.",
},
damage: 60
}],
weaknesses: [{
type: Type.FIRE,
value: "×2"
}],
resistances: [{
type: Type.PSYCHIC,
value: "-20"
}],
retreat: 2,
rarity: Rarity.RareHolo,
category: Category.POKEMON,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

103
cards/sm/sm10/127.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: "sm10-127",
localId: 127,
// Card informations
name: {
en: "Genesect",
fr: "Genesect",
},
hp: 130,
type: [
Type.METAL,
],
dexId: 649,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/127/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/127/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/127/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/127/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 50,
name: "Anesaki Dynamic"
},
abilities: [{
id: 481,
type: AbilityType.TALENT,
name: {
en: "Fast-Flight Configuration",
fr: "Configuration Vol Rapide",
},
text: {
en: "If your opponent has any Pokémon-GX or Pokémon-EX in play, this Pokémon has no Retreat Cost.",
fr: "Si votre adversaire a au moins un Pokémon-GX ou Pokémon-EX en jeu, ce Pokémon na pas de Coût de Retraite.",
}
}],
attacks: [{
cost: [
Type.METAL,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Splitting Beam",
fr: "Rayon Divergent",
},
text: {
en: "This attack does 30 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
fr: "Cette attaque inflige 30 dégâts à 2 des Pokémon de Banc de votre adversaire. (Nappliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
},
damage: 30
}],
weaknesses: [{
type: Type.FIRE,
value: "×2"
}],
resistances: [{
type: Type.PSYCHIC,
value: "-20"
}],
retreat: 2,
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

90
cards/sm/sm10/128.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: "sm10-128",
localId: 128,
// Card informations
name: {
en: "Meltan",
fr: "Meltan",
},
hp: 70,
type: [
Type.METAL,
],
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/128/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/128/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/128/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/128/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 10,
name: "Kouki Saitou"
},
attacks: [{
cost: [
Type.METAL
],
name: {
en: "Steel Melt",
fr: "Fonte dAcier",
},
text: {
en: "If your opponent's Active Pokémon is a Metal Pokémon, this attack does 40 more damage.",
fr: "Si le Pokémon Actif de votre adversaire est un Pokémon Metal, cette attaque inflige 40 dégâts supplémentaires.",
},
damage: 10
}],
weaknesses: [{
type: Type.FIRE,
value: "×2"
}],
resistances: [{
type: Type.PSYCHIC,
value: "-20"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

103
cards/sm/sm10/129.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: "sm10-129",
localId: 129,
// Card informations
name: {
en: "Melmetal",
fr: "Melmetal",
},
hp: 150,
type: [
Type.METAL,
],
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/129/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/129/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/129/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/129/high.png",
},
},
evolveFrom: {
en: "Meltan",
fr: "Meltan",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 10,
name: "Kouki Saitou"
},
abilities: [{
id: 484,
type: AbilityType.TALENT,
name: {
en: "Metal Eater",
fr: "Mange Métal",
},
text: {
en: "Once during your turn (before your attack), you may discard a Metal Pokémon from your hand. If you do, heal 100 damage from this Pokémon.",
fr: "Une seule fois pendant votre tour (avant votre attaque), vous pouvez défausser un Pokémon Metal de votre main. Dans ce cas, soignez 100 dégâts à ce Pokémon.",
}
}],
attacks: [{
cost: [
Type.METAL,
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Heavy Impact",
fr: "Gros Impact",
},
damage: 130
}],
weaknesses: [{
type: Type.FIRE,
value: "×2"
}],
resistances: [{
type: Type.PSYCHIC,
value: "-20"
}],
retreat: 4,
rarity: Rarity.RareHolo,
category: Category.POKEMON,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

83
cards/sm/sm10/13.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: "sm10-13",
localId: 13,
// Card informations
name: {
en: "Bellsprout",
fr: "Chétiflor",
},
hp: 50,
type: [
Type.GRASS,
],
dexId: 69,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/13/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/13/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/13/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/13/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 5,
name: "Ken Sugimori"
},
attacks: [{
cost: [
Type.GRASS
],
name: {
en: "Razor Leaf",
fr: "TranchHerbe",
},
damage: 20
}],
weaknesses: [{
type: Type.FIRE,
value: "×2"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

131
cards/sm/sm10/130.ts Normal file
View File

@ -0,0 +1,131 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "sm10-130",
localId: 130,
// Card informations
name: {
en: "Gardevoir & Sylveon-GX",
fr: "Gardevoir et Nymphali-GX",
},
hp: 260,
type: [
Type.FAIRY,
],
dexId: 282,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/130/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/130/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/130/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/130/high.png",
},
},
evolveFrom: {},
tags: [
Tag.TAGTEAM,
],
illustrator: {
id: 9,
name: "Mitsuhiro Arita"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Fairy Song",
fr: "Règle des ESCOUADES",
},
text: {
en: "Search your deck for up to 2 Fairy Energy cards and attach them to your Benched Pokémon in any way you like. Then, shuffle your deck.",
},
},{
cost: [
Type.FAIRY,
Type.FAIRY,
Type.COLORLESS
],
name: {
en: "Kaleidostorm",
fr: "Chant Féérique",
},
text: {
en: "Move any number of Energy from your Pokémon to your other Pokémon in any way you like.",
fr: "Cherchez jusquà 2 cartes Énergie Fairy dans votre deck et attachez-les à vos Pokémon de Banc, de la manière que vous voulez. Mélangez ensuite votre deck.",
},
damage: 150
},{
cost: [
Type.FAIRY,
Type.FAIRY,
Type.FAIRY
],
name: {
en: "Magical Miracle-GX",
fr: "Kaléidouragan",
},
text: {
en: "If this Pokémon has at least 3 extra Fairy Energy attached to it (in addition to this attack's cost), your opponent shuffles their hand into their deck. (You can't use more than 1 GX attack in a game.)",
fr: "Déplacez autant de cartes Énergie attachées à vos Pokémon que vous le voulez vers vos autres Pokémon, de la manière que vous voulez.",
},
damage: 200
},{
cost: [
Type.FAIRY,
Type.FAIRY,
Type.FAIRY
],
name: {
fr: "Miracle Magique-GX",
},
text: {
fr: "Si au moins 3 Énergies Fairy supplémentaires sont attachées à ce Pokémon (en plus du coût de cette attaque), votre adversaire mélange sa main avec son deck. (Vous ne pouvez utiliser quune attaque GX par partie.)",
},
damage: 200
}],
weaknesses: [{
type: Type.METAL,
value: "×2"
}],
resistances: [{
type: Type.DARKNESS,
value: "-20"
}],
retreat: 2,
rarity: Rarity.RareHoloGX,
category: Category.POKEMON,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

82
cards/sm/sm10/131.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: "sm10-131",
localId: 131,
// Card informations
name: {
en: "Cleffa",
fr: "Mélo",
},
hp: 60,
type: [
Type.FAIRY,
],
dexId: 173,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/131/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/131/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/131/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/131/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 132,
name: "Shibuzoh."
},
abilities: [{
id: 487,
type: AbilityType.TALENT,
name: {
en: "Excitable Draw",
fr: "Pioche Émotive",
},
text: {
en: "Once during your turn (before your attack), you may flip a coin. If heads, shuffle your hand into your deck and then draw 6 cards. 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, mélangez votre main avec votre deck, puis piochez 6 cartes. Si vous utilisez ce talent, votre tour se termine.",
}
}],
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

90
cards/sm/sm10/132.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: "sm10-132",
localId: 132,
// Card informations
name: {
en: "Clefairy",
fr: "Mélofée",
},
hp: 60,
type: [
Type.FAIRY,
],
dexId: 35,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/132/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/132/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/132/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/132/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 112,
name: "0313"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Double Slap",
fr: "Torgnoles",
},
text: {
en: "Flip 2 coins. This attack does 10 damage for each heads.",
fr: "Lancez 2 pièces. Cette attaque inflige 10 dégâts pour chaque côté face.",
},
damage: 10
}],
weaknesses: [{
type: Type.METAL,
value: "×2"
}],
resistances: [{
type: Type.DARKNESS,
value: "-20"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

93
cards/sm/sm10/133.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: "sm10-133",
localId: 133,
// Card informations
name: {
en: "Clefable",
fr: "Mélodelfe",
},
hp: 110,
type: [
Type.FAIRY,
],
dexId: 36,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/133/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/133/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/133/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/133/high.png",
},
},
evolveFrom: {
en: "Clefairy",
fr: "Mélofée",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 29,
name: "Suwama Chiaki"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Moon-Watching Dance",
fr: "Danse au Clair de Lune",
},
text: {
en: "This attack does 30 more damage for each of your Pokémon that has any Fairy Energy attached to it.",
fr: "Cette attaque inflige 30 dégâts supplémentaires pour chacun de vos Pokémon auquel de lÉnergie Fairy est attachée.",
},
damage: 10
}],
weaknesses: [{
type: Type.METAL,
value: "×2"
}],
resistances: [{
type: Type.DARKNESS,
value: "-20"
}],
retreat: 1,
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

91
cards/sm/sm10/134.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: "sm10-134",
localId: 134,
// Card informations
name: {
en: "Jigglypuff",
fr: "Rondoudou",
},
hp: 70,
type: [
Type.FAIRY,
],
dexId: 39,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/134/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/134/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/134/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/134/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 58,
name: "Yumi"
},
attacks: [{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Ball Roll",
fr: "Boulé-Roulade",
},
text: {
en: "Flip a coin until you get tails. This attack does 20 damage for each heads.",
fr: "Lancez une pièce jusquà ce que vous obteniez un côté pile. Cette attaque inflige 20 dégâts pour chaque côté face.",
},
damage: 20
}],
weaknesses: [{
type: Type.METAL,
value: "×2"
}],
resistances: [{
type: Type.DARKNESS,
value: "-20"
}],
retreat: 2,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

107
cards/sm/sm10/135.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: "sm10-135",
localId: 135,
// Card informations
name: {
en: "Wigglytuff",
fr: "Grodoudou",
},
hp: 110,
type: [
Type.FAIRY,
],
dexId: 40,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/135/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/135/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/135/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/135/high.png",
},
},
evolveFrom: {
en: "Jigglypuff",
fr: "Rondoudou",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 146,
name: "miki kudo"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Orb Polish",
fr: "Orbe Lustré",
},
text: {
en: "Put 3 Energy cards from your discard pile into your hand.",
fr: "Ajoutez 3 cartes Énergie de votre pile de défausse à votre main.",
},
},{
cost: [
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Sleepy Ball",
fr: "Boule Dodo",
},
text: {
en: "Your opponent's Active Pokémon is now Asleep.",
fr: "Le Pokémon Actif de votre adversaire est maintenant Endormi.",
},
damage: 80
}],
weaknesses: [{
type: Type.METAL,
value: "×2"
}],
resistances: [{
type: Type.DARKNESS,
value: "-20"
}],
retreat: 1,
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

90
cards/sm/sm10/136.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: "sm10-136",
localId: 136,
// Card informations
name: {
en: "Togepi",
fr: "Togepi",
},
hp: 50,
type: [
Type.FAIRY,
],
dexId: 175,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/136/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/136/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/136/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/136/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 89,
name: "Sekio"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Daunt",
fr: "Découragement",
},
text: {
en: "During your opponent's next turn, the Defending Pokémon's attacks do 30 less damage (before applying Weakness and Resistance).",
fr: "Pendant le prochain tour de votre adversaire, les attaques du Pokémon Défenseur infligent 30 dégâts de moins (avant application de la Faiblesse et de la Résistance).",
},
damage: 10
}],
weaknesses: [{
type: Type.METAL,
value: "×2"
}],
resistances: [{
type: Type.DARKNESS,
value: "-20"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

102
cards/sm/sm10/137.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: "sm10-137",
localId: 137,
// Card informations
name: {
en: "Togetic",
fr: "Togetic",
},
hp: 80,
type: [
Type.FAIRY,
],
dexId: 176,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/137/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/137/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/137/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/137/high.png",
},
},
evolveFrom: {
en: "Togepi",
fr: "Togepi",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 24,
name: "sui"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Energy Present",
fr: "Cadeau dÉnergie",
},
text: {
en: "Attach an Energy card from your hand to 1 of your Benched Pokémon.",
fr: "Attachez une carte Énergie de votre main à lun de vos Pokémon de Banc.",
},
},{
cost: [
Type.FAIRY,
Type.COLORLESS
],
name: {
en: "Magical Shot",
fr: "Coup Magique",
},
damage: 30
}],
weaknesses: [{
type: Type.METAL,
value: "×2"
}],
resistances: [{
type: Type.DARKNESS,
value: "-20"
}],
retreat: 1,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

101
cards/sm/sm10/138.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: "sm10-138",
localId: 138,
// Card informations
name: {
en: "Togekiss",
fr: "Togekiss",
},
hp: 140,
type: [
Type.FAIRY,
],
dexId: 468,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/138/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/138/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/138/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/138/high.png",
},
},
evolveFrom: {
en: "Togetic",
fr: "Togetic",
},
tags: [
Tag.STAGE2,
],
illustrator: {
id: 0,
name: "Kagemaru Himeno"
},
abilities: [{
id: 490,
type: AbilityType.TALENT,
name: {
en: "Fairy Feast",
fr: "Festin Féérique",
},
text: {
en: "Once during your turn (before your attack), you may heal 30 damage from each of your Fairy Pokémon.",
fr: "Une seule fois pendant votre tour (avant votre attaque), vous pouvez soigner 30 dégâts à chacun de vos Pokémon Fairy.",
}
}],
attacks: [{
cost: [
Type.FAIRY,
Type.COLORLESS
],
name: {
en: "Magical Shot",
fr: "Coup Magique",
},
damage: 70
}],
weaknesses: [{
type: Type.METAL,
value: "×2"
}],
resistances: [{
type: Type.DARKNESS,
value: "-20"
}],
retreat: 1,
rarity: Rarity.RareHolo,
category: Category.POKEMON,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

90
cards/sm/sm10/139.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: "sm10-139",
localId: 139,
// Card informations
name: {
en: "Cottonee",
fr: "Doudouvet",
},
hp: 50,
type: [
Type.FAIRY,
],
dexId: 546,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/139/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/139/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/139/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/139/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 5,
name: "Ken Sugimori"
},
attacks: [{
cost: [
Type.FAIRY
],
name: {
en: "Expand",
fr: "Expansion",
},
text: {
en: "During your opponent's next turn, this Pokémon takes 10 less damage from attacks (after applying Weakness and Resistance).",
fr: "Pendant le prochain tour de votre adversaire, ce Pokémon subit 10 dégâts de moins provenant des attaques (après application de la Faiblesse et de la Résistance).",
},
damage: 10
}],
weaknesses: [{
type: Type.METAL,
value: "×2"
}],
resistances: [{
type: Type.DARKNESS,
value: "-20"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

99
cards/sm/sm10/14.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: "sm10-14",
localId: 14,
// Card informations
name: {
en: "Weepinbell",
fr: "Boustiflor",
},
hp: 80,
type: [
Type.GRASS,
],
dexId: 70,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/14/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/14/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/14/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/14/high.png",
},
},
evolveFrom: {
en: "Bellsprout",
fr: "Chétiflor",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 136,
name: "otumami"
},
attacks: [{
cost: [
Type.GRASS
],
name: {
en: "Burning Venom",
fr: "Venin Brûlant",
},
text: {
en: "Your opponent's Active Pokémon is now Burned and Poisoned.",
fr: "Le Pokémon Actif de votre adversaire est maintenant Brûlé et Empoisonné.",
},
},{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Ram",
fr: "Collision",
},
damage: 30
}],
weaknesses: [{
type: Type.FIRE,
value: "×2"
}],
retreat: 2,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

116
cards/sm/sm10/140.ts Normal file
View File

@ -0,0 +1,116 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "sm10-140",
localId: 140,
// Card informations
name: {
en: "Whimsicott-GX",
fr: "Farfaduvet-GX",
},
hp: 190,
type: [
Type.FAIRY,
],
dexId: 547,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/140/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/140/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/140/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/140/high.png",
},
},
evolveFrom: {
en: "Cottonee",
fr: "Doudouvet",
},
tags: [
Tag.GX,
],
illustrator: {
id: 141,
name: "PLANETA Igarashi"
},
abilities: [{
id: 495,
type: AbilityType.TALENT,
name: {
en: "Fluffy Cotton",
fr: "Coton Douillet",
},
text: {
en: "If any damage is done to this Pokémon by attacks, flip a coin. If heads, prevent that damage.",
fr: "Si des dégâts sont infligés à ce Pokémon par des attaques, lancez une pièce. Si cest face, évitez ces dégâts.",
}
}],
attacks: [{
cost: [
Type.FAIRY
],
name: {
en: "Energy Blow",
fr: "Coup dÉnergie",
},
text: {
en: "This attack does 30 more damage times the amount of Energy attached to this Pokémon.",
fr: "Cette attaque inflige 30 dégâts supplémentaires multipliés par le nombre dÉnergies attachées à ce Pokémon.",
},
damage: 10
},{
cost: [
Type.FAIRY
],
name: {
en: "Toy Box-GX",
fr: "Coffre à Jouets-GX",
},
text: {
en: "Search your deck for up to 5 cards and put them into your hand. Then, shuffle your deck. (You can't use more than 1 GX attack in a game.)",
fr: "Cherchez jusquà 5 cartes dans votre deck, puis ajoutez-les à votre main. Mélangez ensuite votre deck. (Vous ne pouvez utiliser quune attaque GX par partie.)",
},
}],
weaknesses: [{
type: Type.METAL,
value: "×2"
}],
resistances: [{
type: Type.DARKNESS,
value: "-20"
}],
retreat: 1,
rarity: Rarity.RareHoloGX,
category: Category.POKEMON,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

98
cards/sm/sm10/141.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: "sm10-141",
localId: 141,
// Card informations
name: {
en: "Spritzee",
fr: "Fluvetin",
},
hp: 60,
type: [
Type.FAIRY,
],
dexId: 682,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/141/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/141/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/141/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/141/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 46,
name: "MAHOU"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Nap",
fr: "TitSieste",
},
text: {
en: "Heal 20 damage from this Pokémon.",
fr: "Soignez 20 dégâts à ce Pokémon.",
},
},{
cost: [
Type.FAIRY
],
name: {
en: "Fairy Wind",
fr: "Vent Féérique",
},
damage: 10
}],
weaknesses: [{
type: Type.METAL,
value: "×2"
}],
resistances: [{
type: Type.DARKNESS,
value: "-20"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

106
cards/sm/sm10/142.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: "sm10-142",
localId: 142,
// Card informations
name: {
en: "Aromatisse",
fr: "Cocotine",
},
hp: 90,
type: [
Type.FAIRY,
],
dexId: 683,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/142/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/142/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/142/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/142/high.png",
},
},
evolveFrom: {
en: "Spritzee",
fr: "Fluvetin",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 62,
name: "Saya Tsuruta"
},
attacks: [{
cost: [
Type.FAIRY
],
name: {
en: "Pungent Aroma",
fr: "Arôme Âcre",
},
text: {
en: "Flip 2 coins. If either of them is heads, your opponent reveals their hand. For each heads, choose a card you find there. Your opponent shuffles those cards into their deck.",
fr: "Lancez 2 pièces. Si vous obtenez au moins un côté face, votre adversaire dévoile sa main. Pour chaque côté face, choisissez une carte que vous y trouvez. Votre adversaire mélange ces cartes avec son deck.",
},
},{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Miraculous Cologne",
fr: "Parfum Miraculeux",
},
text: {
en: "Flip a coin. If heads, choose a Special Condition. Your opponent's Active Pokémon is now affected by that Special Condition.",
fr: "Lancez une pièce. Si cest face, choisissez un État Spécial. Le Pokémon Actif de votre adversaire est maintenant affecté par cet État Spécial.",
},
damage: 30
}],
weaknesses: [{
type: Type.METAL,
value: "×2"
}],
resistances: [{
type: Type.DARKNESS,
value: "-20"
}],
retreat: 1,
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

83
cards/sm/sm10/143.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: "sm10-143",
localId: 143,
// Card informations
name: {
en: "Rattata",
fr: "Rattata",
},
hp: 30,
type: [
Type.COLORLESS,
],
dexId: 19,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/143/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/143/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/143/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/143/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 147,
name: "Eri Yamaki"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Gnaw",
fr: "Ronge",
},
damage: 30
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

91
cards/sm/sm10/144.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: "sm10-144",
localId: 144,
// Card informations
name: {
en: "Raticate",
fr: "Rattatac",
},
hp: 70,
type: [
Type.COLORLESS,
],
dexId: 20,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/144/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/144/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/144/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/144/high.png",
},
},
evolveFrom: {
en: "Rattata",
fr: "Rattata",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 49,
name: "Shigenori Negishi"
},
attacks: [{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Escaping Incisors",
fr: "Incisives Fugueuses",
},
text: {
en: "If your opponent's Active Pokémon is an Evolution Pokémon, switch this Pokémon with 1 of your Benched Pokémon.",
fr: "Si le Pokémon Actif de votre adversaire est un Pokémon Évolutif, échangez ce Pokémon avec lun de vos Pokémon de Banc.",
},
damage: 70
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
retreat: 1,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

96
cards/sm/sm10/145.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: "sm10-145",
localId: 145,
// Card informations
name: {
en: "Spearow",
fr: "Piafabec",
},
hp: 60,
type: [
Type.COLORLESS,
],
dexId: 21,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/145/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/145/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/145/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/145/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 61,
name: "tetsuya koizumi"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Glide",
fr: "Glissement",
},
damage: 10
},{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Speed Dive",
fr: "Plongée Rapide",
},
damage: 20
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "×2"
}],
resistances: [{
type: Type.FIGHTING,
value: "-20"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

94
cards/sm/sm10/146.ts Normal file
View File

@ -0,0 +1,94 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "sm10-146",
localId: 146,
// Card informations
name: {
en: "Fearow",
fr: "Rapasdepic",
},
hp: 100,
type: [
Type.COLORLESS,
],
dexId: 22,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/146/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/146/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/146/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/146/high.png",
},
},
evolveFrom: {
en: "Spearow",
fr: "Piafabec",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 27,
name: "kawayoo"
},
attacks: [{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Drill Run Double",
fr: "Double Tunnelier",
},
text: {
en: "Flip a coin. If heads, discard 2 Energy from your opponent's Active Pokémon.",
fr: "Lancez une pièce. Si cest face, défaussez 2 Énergies du Pokémon Actif de votre adversaire.",
},
damage: 70
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "×2"
}],
resistances: [{
type: Type.FIGHTING,
value: "-20"
}],
retreat: 1,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

96
cards/sm/sm10/147.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: "sm10-147",
localId: 147,
// Card informations
name: {
en: "Meowth",
fr: "Miaouss",
},
hp: 60,
type: [
Type.COLORLESS,
],
dexId: 52,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/147/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/147/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/147/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/147/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 132,
name: "Shibuzoh."
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Caturday",
fr: "Chamedi",
},
text: {
en: "Draw 2 cards. If you do, this Pokémon is now Asleep.",
fr: "Piochez 2 cartes. Dans ce cas, ce Pokémon est maintenant Endormi.",
},
},{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Tail Whap",
fr: "Queue Battoir",
},
damage: 30
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

99
cards/sm/sm10/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: "sm10-148",
localId: 148,
// Card informations
name: {
en: "Persian",
fr: "Persian",
},
hp: 100,
type: [
Type.COLORLESS,
],
dexId: 53,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/148/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/148/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/148/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/148/high.png",
},
},
evolveFrom: {
en: "Meowth",
fr: "Miaouss",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 65,
name: "nagimiso"
},
abilities: [{
id: 502,
type: AbilityType.TALENT,
name: {
en: "Gathering of Cats",
fr: "Rassemblement de Chats",
},
text: {
en: "Ignore all Energy in the attack costs of each of your Pokémon in play that has the Caturday attack.",
fr: "Ignorez toutes les Énergies dans le coût dattaque de vos Pokémon en jeu qui ont lattaque Chamedi.",
}
}],
attacks: [{
cost: [
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Claw Slash",
fr: "TranchGriffe",
},
damage: 90
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

118
cards/sm/sm10/149.ts Normal file
View File

@ -0,0 +1,118 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "sm10-149",
localId: 149,
// Card informations
name: {
en: "Persian-GX",
fr: "Persian-GX",
},
hp: 200,
type: [
Type.COLORLESS,
],
dexId: 53,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/149/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/149/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/149/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/149/high.png",
},
},
evolveFrom: {
en: "Meowth",
fr: "Miaouss",
},
tags: [
Tag.GX,
],
illustrator: {
id: 141,
name: "PLANETA Igarashi"
},
abilities: [{
id: 506,
type: AbilityType.TALENT,
name: {
en: "Cat Walk",
fr: "Marche Féline",
},
text: {
en: "Once during your turn (before your attack), if 1 of your Pokémon-GX or Pokémon-EX was Knocked Out during your opponent's last turn, you may search your deck for up to 2 cards and put them into your hand. Then, shuffle your deck. You can't use more than 1 Cat Walk Ability each turn.",
fr: "Une seule fois pendant votre tour (avant votre attaque), si lun de vos Pokémon-GX ou Pokémon-EX a été mis K.O. pendant le dernier tour de votre adversaire, vous pouvez chercher jusquà 2 cartes dans votre deck, puis les ajouter à votre main. Mélangez ensuite votre deck. Vous ne pouvez utiliser plus dun talent Marche Féline par tour.",
}
}],
attacks: [{
cost: [
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Vengeance",
fr: "Rétorsion",
},
text: {
en: "This attack does 20 more damage for each Pokémon in your discard pile. You can't add more than 180 damage in this way.",
fr: "Cette attaque inflige 20 dégâts supplémentaires pour chaque Pokémon dans votre pile de défausse. Vous ne pouvez pas ajouter plus de 180 dégâts de cette façon.",
},
damage: 10
},{
cost: [
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Slash Back-GX",
fr: "Retour de Frappe-GX",
},
text: {
en: "Switch this Pokémon with 1 of your Benched Pokémon. (You can't use more than 1 GX attack in a game.)",
fr: "Échangez ce Pokémon avec lun de vos Pokémon de Banc. (Vous ne pouvez utiliser quune attaque GX par partie.)",
},
damage: 150
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
retreat: 2,
rarity: Rarity.RareHoloGX,
category: Category.POKEMON,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

105
cards/sm/sm10/15.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: "sm10-15",
localId: 15,
// Card informations
name: {
en: "Victreebel",
fr: "Empiflor",
},
hp: 140,
type: [
Type.GRASS,
],
dexId: 71,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/15/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/15/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/15/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/15/high.png",
},
},
evolveFrom: {
en: "Weepinbell",
fr: "Boustiflor",
},
tags: [
Tag.STAGE2,
],
illustrator: {
id: 50,
name: "Anesaki Dynamic"
},
attacks: [{
cost: [
Type.GRASS
],
name: {
en: "Reactive Poison",
fr: "Poison Réactif",
},
text: {
en: "This attack does 60 more damage for each Special Condition affecting your opponent's Active Pokémon.",
fr: "Cette attaque inflige 60 dégâts supplémentaires pour chaque État Spécial affectant le Pokémon Actif de votre adversaire.",
},
damage: 10
},{
cost: [
Type.GRASS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Gastro Acid",
fr: "Suc Digestif",
},
text: {
en: "The Defending Pokémon has no Abilities until the end of your next turn.",
fr: "Le Pokémon Défenseur na pas de talent jusquà la fin de votre prochain tour.",
},
damage: 90
}],
weaknesses: [{
type: Type.FIRE,
value: "×2"
}],
retreat: 2,
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

100
cards/sm/sm10/150.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: "sm10-150",
localId: 150,
// Card informations
name: {
en: "Doduo",
fr: "Doduo",
},
hp: 70,
type: [
Type.COLORLESS,
],
dexId: 84,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/150/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/150/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/150/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/150/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 36,
name: "kodama"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Peck",
fr: "Picpic",
},
damage: 10
},{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Double Peck",
fr: "Double Picpic",
},
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.LIGHTNING,
value: "×2"
}],
resistances: [{
type: Type.FIGHTING,
value: "-20"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

108
cards/sm/sm10/151.ts Normal file
View File

@ -0,0 +1,108 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "sm10-151",
localId: 151,
// Card informations
name: {
en: "Dodrio",
fr: "Dodrio",
},
hp: 100,
type: [
Type.COLORLESS,
],
dexId: 85,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/151/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/151/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/151/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/151/high.png",
},
},
evolveFrom: {
en: "Doduo",
fr: "Doduo",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 66,
name: "Misa Tsutsui"
},
attacks: [{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Tri Attack",
fr: "Triplattaque",
},
text: {
en: "Flip 3 coins. This attack does 60 damage for each heads.",
fr: "Lancez 3 pièces. Cette attaque inflige 60 dégâts pour chaque côté face.",
},
damage: 60
},{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Accelerating Stab",
fr: "Poignard Accélérateur",
},
text: {
en: "This Pokémon can't use Accelerating Stab during your next turn.",
fr: "Ce Pokémon ne peut pas utiliser Poignard Accélérateur pendant votre prochain tour.",
},
damage: 90
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "×2"
}],
resistances: [{
type: Type.FIGHTING,
value: "-20"
}],
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

88
cards/sm/sm10/152.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: "sm10-152",
localId: 152,
// Card informations
name: {
en: "Lickitung",
fr: "Excelangue",
},
hp: 90,
type: [
Type.COLORLESS,
],
dexId: 108,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/152/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/152/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/152/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/152/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 22,
name: "Yukiko Baba"
},
attacks: [{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Lick",
fr: "Léchouille",
},
text: {
en: "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed.",
fr: "Lancez une pièce. Si cest face, le Pokémon Actif de votre adversaire est maintenant Paralysé.",
},
damage: 30
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
retreat: 2,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

106
cards/sm/sm10/153.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: "sm10-153",
localId: 153,
// Card informations
name: {
en: "Lickilicky",
fr: "Coudlangue",
},
hp: 130,
type: [
Type.COLORLESS,
],
dexId: 463,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/153/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/153/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/153/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/153/high.png",
},
},
evolveFrom: {
en: "Lickitung",
fr: "Excelangue",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 24,
name: "sui"
},
attacks: [{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Eat Up",
fr: "Dévorer",
},
text: {
en: "Before doing damage, discard all Pokémon Tool cards from your opponent's Active Pokémon. If you discarded a Pokémon Tool card in this way, heal all damage from this Pokémon.",
fr: "Avant dinfliger des dégâts, défaussez toutes les cartes Outil Pokémon du Pokémon Actif de votre adversaire. Si vous avez défaussé une carte Outil Pokémon de cette façon, soignez tous les dégâts de ce Pokémon.",
},
damage: 40
},{
cost: [
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Tonguenado",
fr: "Déferlante de Langues",
},
text: {
en: "Flip 4 coins. This attack does 60 damage for each heads.",
fr: "Lancez 4 pièces. Cette attaque inflige 60 dégâts pour chaque côté face.",
},
damage: 60
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
retreat: 4,
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

95
cards/sm/sm10/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: "sm10-154",
localId: 154,
// Card informations
name: {
en: "Porygon",
fr: "Porygon",
},
hp: 50,
type: [
Type.COLORLESS,
],
dexId: 137,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/154/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/154/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/154/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/154/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 6,
name: "Ayaka Yoshida"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Digicharge",
fr: "Charge Numérique",
},
text: {
en: "Flip 3 coins. For each heads, search your deck for an Energy card, reveal it, and put it into your hand. Then, shuffle your deck.",
fr: "Lancez 3 pièces. Pour chaque côté face, cherchez une carte Énergie dans votre deck, montrez-la, puis ajoutez-la à votre main. Mélangez ensuite votre deck.",
},
},{
cost: [
Type.COLORLESS
],
name: {
en: "Sharp Point",
fr: "Point-Pointu",
},
damage: 10
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

96
cards/sm/sm10/155.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: "sm10-155",
localId: 155,
// Card informations
name: {
en: "Porygon",
fr: "Porygon",
},
hp: 60,
type: [
Type.COLORLESS,
],
dexId: 137,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/155/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/155/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/155/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/155/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 29,
name: "Suwama Chiaki"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Quick Draw",
fr: "Pioche Rapide",
},
text: {
en: "Draw a card.",
fr: "Piochez une carte.",
},
},{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Ram",
fr: "Collision",
},
damage: 20
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

99
cards/sm/sm10/156.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: "sm10-156",
localId: 156,
// Card informations
name: {
en: "Porygon2",
fr: "Porygon2",
},
hp: 80,
type: [
Type.COLORLESS,
],
dexId: 233,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/156/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/156/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/156/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/156/high.png",
},
},
evolveFrom: {
en: "Porygon",
fr: "Porygon",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 96,
name: "sowsow"
},
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
],
name: {
en: "Spinning Attack",
fr: "Attaque Tournante",
},
damage: 30
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
retreat: 2,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

103
cards/sm/sm10/157.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: "sm10-157",
localId: 157,
// Card informations
name: {
en: "Porygon-Z",
fr: "Porygon-Z",
},
hp: 130,
type: [
Type.COLORLESS,
],
dexId: 474,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/157/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/157/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/157/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/157/high.png",
},
},
evolveFrom: {
en: "Porygon2",
fr: "Porygon2",
},
tags: [
Tag.STAGE2,
],
illustrator: {
id: 66,
name: "Misa Tsutsui"
},
abilities: [{
id: 514,
type: AbilityType.TALENT,
name: {
en: "Crazy Code",
fr: "Code Fou",
},
text: {
en: "As often as you like during your turn (before your attack), you may attach a Special Energy card from your hand to 1 of your Pokémon.",
fr: "Autant de fois que vous le voulez pendant votre tour (avant votre attaque), vous pouvez attacher une carte Énergie spéciale de votre main à lun de vos Pokémon.",
}
}],
attacks: [{
cost: [
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Tantrum",
fr: "Mauvaise Humeur",
},
text: {
en: "This Pokémon is now Confused.",
fr: "Ce Pokémon est maintenant Confus.",
},
damage: 120
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
retreat: 2,
rarity: Rarity.RareHolo,
category: Category.POKEMON,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

100
cards/sm/sm10/158.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: "sm10-158",
localId: 158,
// Card informations
name: {
en: "Snorlax",
fr: "Ronflex",
},
hp: 150,
type: [
Type.COLORLESS,
],
dexId: 143,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/158/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/158/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/158/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/158/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 144,
name: "kanahei"
},
abilities: [{
id: 515,
type: AbilityType.TALENT,
name: {
en: "Lazy Eating",
fr: "Repas Paresseux",
},
text: {
en: "Between turns, heal 10 damage from this Pokémon.",
fr: "Entre chaque tour, soignez 10 dégâts à ce Pokémon.",
}
}],
attacks: [{
cost: [
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Big Counter",
fr: "Forte Réplique",
},
text: {
en: "If your opponent's Active Pokémon is a TAG TEAM, this attack does 120 more damage.",
fr: "Si le Pokémon Actif de votre adversaire est une ESCOUADE, cette attaque inflige 120 dégâts supplémentaires.",
},
damage: 60
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
retreat: 4,
rarity: Rarity.RareHolo,
category: Category.POKEMON,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

100
cards/sm/sm10/159.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: "sm10-159",
localId: 159,
// Card informations
name: {
en: "Glameow",
fr: "Chaglam",
},
hp: 60,
type: [
Type.COLORLESS,
],
dexId: 431,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/159/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/159/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/159/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/159/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 96,
name: "sowsow"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Caturday",
fr: "Chamedi",
},
text: {
en: "Draw a card. If you do, this Pokémon is now Asleep.",
fr: "Piochez une carte. Dans ce cas, ce Pokémon est maintenant Endormi.",
},
},{
cost: [
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Boing Boing Tail",
fr: "Queue Ressort",
},
text: {
en: "This attack does 60 damage to 1 of your opponent's Pokémon-GX or Pokémon-EX. (Don't apply Weakness and Resistance for Benched Pokémon.)",
fr: "Cette attaque inflige 60 dégâts à lun des Pokémon-GX ou Pokémon-EX de votre adversaire. (Nappliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
},
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

96
cards/sm/sm10/16.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: "sm10-16",
localId: 16,
// Card informations
name: {
en: "Tangela",
fr: "Saquedeneu",
},
hp: 80,
type: [
Type.GRASS,
],
dexId: 114,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/16/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/16/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/16/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/16/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 23,
name: "Naoyo Kimura"
},
attacks: [{
cost: [
Type.GRASS
],
name: {
en: "Tangle Drag",
fr: "Lasso Piège",
},
text: {
en: "Switch 1 of your opponent's Benched Pokémon with their Active Pokémon.",
fr: "Échangez lun des Pokémon de Banc de votre adversaire avec son Pokémon Actif.",
},
},{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Gentle Slap",
fr: "Gifle Douce",
},
damage: 30
}],
weaknesses: [{
type: Type.FIRE,
value: "×2"
}],
retreat: 2,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

102
cards/sm/sm10/160.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: "sm10-160",
localId: 160,
// Card informations
name: {
en: "Purugly",
fr: "Chaffreux",
},
hp: 120,
type: [
Type.COLORLESS,
],
dexId: 432,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/160/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/160/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/160/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/160/high.png",
},
},
evolveFrom: {
en: "Glameow",
fr: "Chaglam",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 18,
name: "Tomokazu Komiya"
},
attacks: [{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Stray Cat Dash",
fr: "Fuite du Chat Perdu",
},
text: {
en: "Discard a random card from your opponent's hand. If this Pokémon evolved from Glameow during this turn, discard 2 cards instead of 1.",
fr: "Défaussez au hasard une carte de la main de votre adversaire. Si ce Pokémon a évolué de Chaglam pendant ce tour, défaussez 2 cartes au lieu dune.",
},
damage: 30
},{
cost: [
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Lunge Out",
fr: "Allonger",
},
damage: 80
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
retreat: 3,
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

82
cards/sm/sm10/161.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: "sm10-161",
localId: 161,
// Card informations
name: {
en: "Happiny",
fr: "Ptiravi",
},
hp: 60,
type: [
Type.COLORLESS,
],
dexId: 440,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/161/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/161/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/161/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/161/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 147,
name: "Eri Yamaki"
},
abilities: [{
id: 516,
type: AbilityType.TALENT,
name: {
en: "Playhouse Heal",
fr: "Soins Maisonjouet",
},
text: {
en: "Once during your turn (before your attack), you may flip a coin. If heads, heal 60 damage from 1 of your Pokémon. 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, soignez 60 dégâts à lun de vos Pokémon. Si vous utilisez ce talent, votre tour se termine.",
}
}],
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

102
cards/sm/sm10/162.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: "sm10-162",
localId: 162,
// Card informations
name: {
en: "Chatot",
fr: "Pijako",
},
hp: 70,
type: [
Type.COLORLESS,
],
dexId: 441,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/162/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/162/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/162/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/162/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 92,
name: "HYOGONOSUKE"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Mimic",
fr: "Copie",
},
text: {
en: "Shuffle your hand into your deck. Then, draw a card for each card in your opponent's hand.",
fr: "Mélangez votre main avec votre deck. Ensuite, piochez une carte pour chaque carte dans la main de votre adversaire.",
},
},{
cost: [
Type.COLORLESS
],
name: {
en: "Tone-Deaf",
fr: "Dur dOreille",
},
text: {
en: "Your opponent's Active Pokémon is now Confused.",
fr: "Le Pokémon Actif de votre adversaire est maintenant Confus.",
},
damage: 10
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "×2"
}],
resistances: [{
type: Type.FIGHTING,
value: "-20"
}],
retreat: 1,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

115
cards/sm/sm10/163.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: "sm10-163",
localId: 163,
// Card informations
name: {
en: "Celesteela-GX",
fr: "Bamboiselle-GX",
},
hp: 200,
type: [
Type.COLORLESS,
],
dexId: 797,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/163/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/163/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/163/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/163/high.png",
},
},
evolveFrom: {},
tags: [
Tag.GX,
],
illustrator: {
id: 141,
name: "PLANETA Igarashi"
},
abilities: [{
id: 520,
type: AbilityType.TALENT,
name: {
en: "Force Canceler",
fr: "Annule Force",
},
text: {
en: "As long as this Pokémon is your Active Pokémon, prevent all effects of your opponent's GX attacks, including damage, done to your Pokémon.",
fr: "Tant que ce Pokémon est votre Pokémon Actif, évitez tous les effets des attaques GX de votre adversaire, y compris les dégâts, infligés à vos Pokémon.",
}
}],
attacks: [{
cost: [
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Power Cyclone",
fr: "Cyclone dÉnergie",
},
text: {
en: "Move an Energy from this Pokémon to 1 of your Benched Pokémon.",
fr: "Déplacez une Énergie de ce Pokémon vers lun de vos Pokémon de Banc.",
},
damage: 110
},{
cost: [
Type.COLORLESS
],
name: {
en: "Discovery-GX",
fr: "Découverte-GX",
},
text: {
en: "Count your Prize cards and put them into your hand. Then, take that many cards from the top of your deck and put them face down as your Prize cards. If you don't have that many cards in your deck, this attack does nothing. (You can't use more than 1 GX attack in a game.)",
fr: "Comptez vos cartes Récompense, puis ajoutez-les à votre main. Prenez alors ce nombre de cartes du dessus de votre deck et placez-les faces cachées comme cartes Récompense. Si vous navez pas assez de cartes dans votre deck, cette attaque ne fait rien. (Vous ne pouvez utiliser quune attaque GX par partie.)",
},
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "×2"
}],
resistances: [{
type: Type.FIGHTING,
value: "-20"
}],
retreat: 4,
rarity: Rarity.RareHoloGX,
category: Category.POKEMON,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

74
cards/sm/sm10/164.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: "sm10-164",
localId: 164,
// Card informations
name: {
en: "Beast Bringer",
fr: "Appel aux Chimères",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/164/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/164/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/164/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/164/high.png",
},
},
evolveFrom: {},
tags: [
Tag.TOOL,
],
illustrator: {
id: 6,
name: "Ayaka Yoshida"
},
attacks: [{
name: {},
text: {
fr: "Sil vous reste exactement 6 cartes Récompense et si le Pokémon-GX ou le Pokémon-EX Actif de votre adversaire est mis K.O. par les dégâts dune attaque de lUltra-Chimère à laquelle cette carte est attachée, récupérez une carte Récompense supplémentaire.",
},
}],
rarity: Rarity.Uncommon,
category: Category.TRAINER,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

74
cards/sm/sm10/165.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: "sm10-165",
localId: 165,
// Card informations
name: {
en: "Chip-Chip Ice Axe",
fr: "Pic Qui Pique",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/165/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/165/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/165/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/165/high.png",
},
},
evolveFrom: {},
tags: [
Tag.ITEM,
],
illustrator: {
id: 71,
name: "Yoshinobu Saito"
},
attacks: [{
name: {},
text: {
fr: "Regardez les 3 cartes du dessus du deck de votre adversaire et choisissez-en une. Votre adversaire mélange les autres cartes avec son deck. Ensuite, placez la carte choisie sur le dessus de son deck.",
},
}],
rarity: Rarity.Uncommon,
category: Category.TRAINER,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

74
cards/sm/sm10/166.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: "sm10-166",
localId: 166,
// Card informations
name: {
en: "Devolution Spray Z",
fr: "Spray Dés-Évoluant Z",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/166/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/166/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/166/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/166/high.png",
},
},
evolveFrom: {},
tags: [
Tag.ITEM,
],
illustrator: {
id: 13,
name: "Toyste Beach"
},
attacks: [{
name: {},
text: {
fr: "Faites dés-évoluer lun de vos Pokémon évolués en mélangeant le nombre voulu de cartes Évolution placées dessus avec votre deck. (Ce Pokémon ne peut pas évoluer pendant ce tour.)",
},
}],
rarity: Rarity.Uncommon,
category: Category.TRAINER,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

74
cards/sm/sm10/167.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: "sm10-167",
localId: 167,
// Card informations
name: {
en: "Dusk Stone",
fr: "Pierre Nuit",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/167/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/167/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/167/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/167/high.png",
},
},
evolveFrom: {},
tags: [
Tag.ITEM,
],
illustrator: {
id: 1,
name: "Ryo Ueda"
},
attacks: [{
name: {},
text: {
fr: "Cherchez dans votre deck, y compris parmi les Pokémon-GX, un Magirêve, Corboss, Lugulabre ou Exagide qui évolue de lun de vos Pokémon en jeu, puis placez-le sur ce Pokémon pour le faire évoluer. Mélangez ensuite votre deck. Vous pouvez utiliser cette carte pendant votre premier tour ou sur un Pokémon qui a été joué pendant ce tour.",
},
}],
rarity: Rarity.Uncommon,
category: Category.TRAINER,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

74
cards/sm/sm10/168.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: "sm10-168",
localId: 168,
// Card informations
name: {
en: "Dust Island",
fr: "Île Poussière",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/168/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/168/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/168/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/168/high.png",
},
},
evolveFrom: {},
tags: [
Tag.STADIUM,
],
illustrator: {
id: 1,
name: "Ryo Ueda"
},
attacks: [{
name: {},
text: {
fr: "Lorsque leffet dune carte Dresseur amène lun des joueurs à échanger son Pokémon Actif Empoisonné avec lun de ses Pokémon de Banc, le nouveau Pokémon Actif est affecté par cet État Spécial.",
},
}],
rarity: Rarity.Uncommon,
category: Category.TRAINER,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

74
cards/sm/sm10/169.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: "sm10-169",
localId: 169,
// Card informations
name: {
en: "Electromagnetic Radar",
fr: "Radar Électromagnétique",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/169/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/169/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/169/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/169/high.png",
},
},
evolveFrom: {},
tags: [
Tag.ITEM,
],
illustrator: {
id: 71,
name: "Yoshinobu Saito"
},
attacks: [{
name: {},
text: {
fr: "Vous ne pouvez jouer cette carte que si vous défaussez 2 autres cartes de votre main.\n\nCherchez une combinaison dun maximum de 2 Pokémon-GX Lightning et Pokémon-EX Lightning, montrez-les, puis ajoutez-les à votre main. Mélangez ensuite votre deck.",
},
}],
rarity: Rarity.Uncommon,
category: Category.TRAINER,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

105
cards/sm/sm10/17.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: "sm10-17",
localId: 17,
// Card informations
name: {
en: "Tangrowth",
fr: "Bouldeneu",
},
hp: 130,
type: [
Type.GRASS,
],
dexId: 465,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/17/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/17/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/17/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/17/high.png",
},
},
evolveFrom: {
en: "Tangela",
fr: "Saquedeneu",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 36,
name: "kodama"
},
attacks: [{
cost: [
Type.GRASS
],
name: {
en: "Bind Down",
fr: "Astreinte",
},
text: {
en: "The Defending Pokémon can't retreat during your opponent's next turn.",
fr: "Le Pokémon Défenseur ne peut pas battre en retraite pendant le prochain tour de votre adversaire.",
},
damage: 30
},{
cost: [
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Chlorowhip",
fr: "Chlorofouet",
},
text: {
en: "If this Pokémon has at least 2 Grass Energy attached to it, heal 60 damage from this Pokémon.",
fr: "Si au moins 2 Énergies Grass sont attachées à ce Pokémon, soignez-lui 60 dégâts.",
},
damage: 90
}],
weaknesses: [{
type: Type.FIRE,
value: "×2"
}],
retreat: 3,
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

74
cards/sm/sm10/170.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: "sm10-170",
localId: 170,
// Card informations
name: {
en: "Energy Spinner",
fr: "Spinner dÉnergie",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/170/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/170/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/170/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/170/high.png",
},
},
evolveFrom: {},
tags: [
Tag.ITEM,
],
illustrator: {
id: 1,
name: "Ryo Ueda"
},
attacks: [{
name: {},
text: {
fr: "Cherchez une carte Énergie de base dans votre deck, montrez-la, puis ajoutez-la à votre main. Si vous jouez en second et que cest votre premier tour, cherchez jusquà 3 cartes Énergie de base au lieu dune. Mélangez ensuite votre deck.",
},
}],
rarity: Rarity.Uncommon,
category: Category.TRAINER,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

74
cards/sm/sm10/171.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: "sm10-171",
localId: 171,
// Card informations
name: {
en: "Fairy Charm Ability",
fr: "Amulette Féerique Talent",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/171/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/171/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/171/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/171/high.png",
},
},
evolveFrom: {},
tags: [
Tag.TOOL,
],
illustrator: {
id: 13,
name: "Toyste Beach"
},
attacks: [{
name: {},
text: {
fr: "Évitez tous les dégâts infligés au Pokémon Fairy auquel cette carte est attachée par les attaques des Pokémon-GX ou Pokémon-EX de votre adversaire qui ont un talent.",
},
}],
rarity: Rarity.Uncommon,
category: Category.TRAINER,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

74
cards/sm/sm10/172.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: "sm10-172",
localId: 172,
// Card informations
name: {
en: "Fairy Charm Lightning",
fr: "Amulette Féerique Lightning",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/172/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/172/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/172/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/172/high.png",
},
},
evolveFrom: {},
tags: [
Tag.TOOL,
],
illustrator: {
id: 13,
name: "Toyste Beach"
},
attacks: [{
name: {},
text: {
fr: "Évitez tous les dégâts infligés au Pokémon Fairy auquel cette carte est attachée par les attaques des Pokémon-GX Lightning ou Pokémon-EX Lightning de votre adversaire.",
},
}],
rarity: Rarity.Uncommon,
category: Category.TRAINER,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

74
cards/sm/sm10/173.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: "sm10-173",
localId: 173,
// Card informations
name: {
en: "Fire Crystal",
fr: "Cristal Feu",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/173/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/173/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/173/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/173/high.png",
},
},
evolveFrom: {},
tags: [
Tag.ITEM,
],
illustrator: {
id: 71,
name: "Yoshinobu Saito"
},
attacks: [{
name: {},
text: {
fr: "Ajoutez 3 cartes Énergie Fire de votre pile de défausse à votre main.",
},
}],
rarity: Rarity.Uncommon,
category: Category.TRAINER,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

74
cards/sm/sm10/174.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: "sm10-174",
localId: 174,
// Card informations
name: {
en: "Giovanni's Exile",
fr: "Exil de Giovanni",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/174/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/174/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/174/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/174/high.png",
},
},
evolveFrom: {},
tags: [
Tag.SUPPORTER,
],
illustrator: {
id: 64,
name: "Megumi Mizutani"
},
attacks: [{
name: {},
text: {
fr: "Défaussez jusquà 2 de vos Pokémon de Banc qui nont pas de marqueurs de dégâts, ainsi que toutes les cartes qui leur sont attachées.",
},
}],
rarity: Rarity.Uncommon,
category: Category.TRAINER,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

74
cards/sm/sm10/175.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: "sm10-175",
localId: 175,
// Card informations
name: {
en: "Green's Exploration",
fr: "Exploration de Leaf",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/175/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/175/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/175/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/175/high.png",
},
},
evolveFrom: {},
tags: [
Tag.SUPPORTER,
],
illustrator: {
id: 15,
name: "Naoki Saito"
},
attacks: [{
name: {},
text: {
fr: "Vous ne pouvez jouer cette carte que si vos Pokémon en jeu nont pas de talents.\n\nCherchez jusquà 2 cartes Dresseur dans votre deck, montrez-les, puis ajoutez-les à votre main. Mélangez ensuite votre deck.",
},
}],
rarity: Rarity.Uncommon,
category: Category.TRAINER,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

74
cards/sm/sm10/176.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: "sm10-176",
localId: 176,
// Card informations
name: {
en: "Janine",
fr: "Jeannine",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/176/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/176/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/176/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/176/high.png",
},
},
evolveFrom: {},
tags: [
Tag.SUPPORTER,
],
illustrator: {
id: 5,
name: "Ken Sugimori"
},
attacks: [{
name: {},
text: {
fr: "Regardez les 4 cartes du dessus de votre deck, puis ajoutez 2 dentre elles à votre main. Mélangez les autres cartes avec votre deck.",
},
}],
rarity: Rarity.Uncommon,
category: Category.TRAINER,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

74
cards/sm/sm10/177.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: "sm10-177",
localId: 177,
// Card informations
name: {
en: "Koga's Trap",
fr: "Piège de Koga",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/177/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/177/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/177/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/177/high.png",
},
},
evolveFrom: {},
tags: [
Tag.SUPPORTER,
],
illustrator: {
id: 64,
name: "Megumi Mizutani"
},
attacks: [{
name: {},
text: {
fr: "Le Pokémon Actif de votre adversaire est maintenant Confus et Empoisonné.",
},
}],
rarity: Rarity.Uncommon,
category: Category.TRAINER,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

74
cards/sm/sm10/178.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: "sm10-178",
localId: 178,
// Card informations
name: {
en: "Lt. Surge's Strategy",
fr: "Stratégie de Major Bob",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/178/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/178/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/178/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/178/high.png",
},
},
evolveFrom: {},
tags: [
Tag.SUPPORTER,
],
illustrator: {
id: 64,
name: "Megumi Mizutani"
},
attacks: [{
name: {},
text: {
fr: "Vous ne pouvez jouer cette carte que sil vous reste plus de cartes Récompense quà votre adversaire.\n\nPendant ce tour, vous pouvez jouer 3 cartes Supporter (y compris cette carte).",
},
}],
rarity: Rarity.Uncommon,
category: Category.TRAINER,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

74
cards/sm/sm10/179.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: "sm10-179",
localId: 179,
// Card informations
name: {
en: "Martial Arts Dojo",
fr: "Dojo des Arts Martiaux",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/179/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/179/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/179/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/179/high.png",
},
},
evolveFrom: {},
tags: [
Tag.STADIUM,
],
illustrator: {
id: 4,
name: "5ban Graphics"
},
attacks: [{
name: {},
text: {
fr: "Les attaques des Pokémon non Ultra-Chimères auxquels est attachée de lÉnergie Fighting de base (les vôtres et ceux de votre adversaire) infligent 10 dégâts supplémentaires au Pokémon Actif de ladversaire (avant application de la Faiblesse et de la Résistance). Sil reste plus de cartes Récompense au joueur attaquant quà son adversaire, ces attaques infligent 40 dégâts supplémentaires au lieu de 10.",
},
}],
rarity: Rarity.Uncommon,
category: Category.TRAINER,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

97
cards/sm/sm10/18.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: "sm10-18",
localId: 18,
// Card informations
name: {
en: "Grubbin",
fr: "Larvibule",
},
hp: 60,
type: [
Type.GRASS,
],
dexId: 736,
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/18/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/18/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/18/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/18/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 45,
name: "Yuka Morii"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Electrical Signal",
fr: "Signal Électrique",
},
text: {
en: "Search your deck for up to 2 Lightning Pokémon, reveal them, and put them into your hand. Then, shuffle your deck.",
fr: "Cherchez jusquà 2 Pokémon Lightning dans votre deck, montrez-les, puis ajoutez-les à votre main. Mélangez ensuite votre deck.",
},
},{
cost: [
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Corkscrew Punch",
fr: "Poing Tire-Bouchon",
},
damage: 30
}],
weaknesses: [{
type: Type.FIRE,
value: "×2"
}],
retreat: 2,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

74
cards/sm/sm10/180.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: "sm10-180",
localId: 180,
// Card informations
name: {
en: "Metal Core Barrier",
fr: "Barrière de Métal Renforcé",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/180/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/180/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/180/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/180/high.png",
},
},
evolveFrom: {},
tags: [
Tag.TOOL,
],
illustrator: {
id: 121,
name: "Studio Bora Inc."
},
attacks: [{
name: {},
text: {
fr: "Si cette carte est attachée à lun de vos Pokémon, défaussez-la à la fin du tour de votre adversaire.\n\nLe Pokémon Metal auquel cette carte est attachée subit 70 dégâts de moins provenant des attaques de votre adversaire (après application de la Faiblesse et de la Résistance).",
},
}],
rarity: Rarity.Uncommon,
category: Category.TRAINER,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

74
cards/sm/sm10/181.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: "sm10-181",
localId: 181,
// Card informations
name: {
en: "Molayne",
fr: "Molène",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/181/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/181/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/181/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/181/high.png",
},
},
evolveFrom: {},
tags: [
Tag.SUPPORTER,
],
illustrator: {
id: 5,
name: "Ken Sugimori"
},
attacks: [{
name: {},
text: {
fr: "Vous ne pouvez jouer cette carte que si vous défaussez 2 cartes Énergie Metal de votre main.\n\nMélangez une carte Dresseur de votre pile de défausse avec votre deck.",
},
}],
rarity: Rarity.Uncommon,
category: Category.TRAINER,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

74
cards/sm/sm10/182.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: "sm10-182",
localId: 182,
// Card informations
name: {
en: "Pokégear 3.0",
fr: "Pokématos 3.0",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/182/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/182/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/182/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/182/high.png",
},
},
evolveFrom: {},
tags: [
Tag.ITEM,
],
illustrator: {
id: 121,
name: "Studio Bora Inc."
},
attacks: [{
name: {},
text: {
fr: "Regardez les 7 cartes du dessus de votre deck. Vous pouvez montrer une carte Supporter que vous y trouvez, puis lajouter à votre main. Mélangez les autres cartes avec votre deck.",
},
}],
rarity: Rarity.Uncommon,
category: Category.TRAINER,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

74
cards/sm/sm10/183.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: "sm10-183",
localId: 183,
// Card informations
name: {
en: "Power Plant",
fr: "Centrale dÉnergie",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/183/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/183/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/183/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/183/high.png",
},
},
evolveFrom: {},
tags: [
Tag.STADIUM,
],
illustrator: {
id: 149,
name: "aky CG Works"
},
attacks: [{
name: {},
text: {
fr: "Les Pokémon-GX et Pokémon-EX en jeu (les vôtres et ceux de votre adversaire) nont pas de talent.",
},
}],
rarity: Rarity.Uncommon,
category: Category.TRAINER,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

74
cards/sm/sm10/184.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: "sm10-184",
localId: 184,
// Card informations
name: {
en: "Red's Challenge",
fr: "Défi de Red",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/184/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/184/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/184/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/184/high.png",
},
},
evolveFrom: {},
tags: [
Tag.SUPPORTER,
],
illustrator: {
id: 64,
name: "Megumi Mizutani"
},
attacks: [{
name: {},
text: {
fr: "Vous ne pouvez jouer cette carte que si vous défaussez 2 autres cartes de votre main.\n\nCherchez une carte dans votre deck, puis ajoutez-la à votre main. Mélangez ensuite votre deck.",
},
}],
rarity: Rarity.RareHolo,
category: Category.TRAINER,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

74
cards/sm/sm10/185.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: "sm10-185",
localId: 185,
// Card informations
name: {
en: "Samson Oak",
fr: "Raphaël Chen",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/185/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/185/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/185/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/185/high.png",
},
},
evolveFrom: {},
tags: [
Tag.SUPPORTER,
],
illustrator: {
id: 8,
name: "Masakazu Fukuda"
},
attacks: [{
name: {},
text: {
fr: "Piochez 2 cartes. Si les deux Pokémon Actifs sont du même type, piochez 2 cartes supplémentaires.",
},
}],
rarity: Rarity.Uncommon,
category: Category.TRAINER,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

74
cards/sm/sm10/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: "sm10-186",
localId: 186,
// Card informations
name: {
en: "Stealthy Hood",
fr: "Capuche Furtive",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/186/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/186/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/186/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/186/high.png",
},
},
evolveFrom: {},
tags: [
Tag.TOOL,
],
illustrator: {
id: 1,
name: "Ryo Ueda"
},
attacks: [{
name: {},
text: {
fr: "Évitez tous les effets des talents de votre adversaire infligés au Pokémon auquel cette carte est attachée. Retirez tous les effets déjà en action.",
},
}],
rarity: Rarity.Uncommon,
category: Category.TRAINER,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

74
cards/sm/sm10/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: "sm10-187",
localId: 187,
// Card informations
name: {
en: "Surprise Box",
fr: "Boîte Surprise",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/187/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/187/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/187/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/187/high.png",
},
},
evolveFrom: {},
tags: [
Tag.ITEM,
],
illustrator: {
id: 1,
name: "Ryo Ueda"
},
attacks: [{
name: {},
text: {
fr: "Placez une carte de la pile de défausse de votre adversaire dans sa main.",
},
}],
rarity: Rarity.Uncommon,
category: Category.TRAINER,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

74
cards/sm/sm10/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: "sm10-188",
localId: 188,
// Card informations
name: {
en: "Ultra Forest Kartenvoy",
fr: "Kata-Sensei de lUltra-Forêt",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/188/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/188/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/188/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/188/high.png",
},
},
evolveFrom: {},
tags: [
Tag.SUPPORTER,
],
illustrator: {
id: 8,
name: "Masakazu Fukuda"
},
attacks: [{
name: {},
text: {
fr: "Pendant ce tour, les dégâts des attaques de vos Ultra-Chimères ne sont affectés par aucun effet en action sur le Pokémon Actif de votre adversaire.",
},
}],
rarity: Rarity.Uncommon,
category: Category.TRAINER,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

74
cards/sm/sm10/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: "sm10-189",
localId: 189,
// Card informations
name: {
en: "Welder",
fr: "Soudeuse",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/sm/sm10/189/low.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/189/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/sm/sm10/189/high.png",
fr: "https://assets.tcgdex.net/fr/sm/sm10/189/high.png",
},
},
evolveFrom: {},
tags: [
Tag.SUPPORTER,
],
illustrator: {
id: 67,
name: "Hitoshi Ariga"
},
attacks: [{
name: {},
text: {
fr: "Attachez jusquà 2 cartes Énergie Fire de votre main à lun de vos Pokémon. Dans ce cas, piochez 3 cartes.",
},
}],
rarity: Rarity.Uncommon,
category: Category.TRAINER,
set: {
name: "Unbroken Bonds",
code: "sm10"
}
}
export default card

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