1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-16 09:29: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

120
cards/pl/pl1/1.ts Normal file
View File

@ -0,0 +1,120 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "pl1-1",
localId: 1,
// Card informations
name: {
en: "Ampharos",
fr: "Pharamp",
},
hp: 130,
type: [
Type.LIGHTNING,
],
dexId: 181,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/1/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/1/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/1/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/1/high.png",
},
},
evolveFrom: {
en: "Flaaffy",
fr: "Lainergie",
},
tags: [
Tag.STAGE2,
],
illustrator: {
id: 32,
name: "Atsuko Nishida"
},
abilities: [{
id: 359,
type: AbilityType.POKEBODY,
name: {
en: "Damage Bind",
fr: "Attache-dégâts",
},
text: {
en: "Each Pokémon that has any damage counters on it (both yours and your opponent's) can't use any Poké-Powers.",
fr: "Chaque Pokémon possédant des marqueurs de dégâts (les vôtres et ceux de votre adversaire) ne peut pas utiliser de Poké-Powers.",
}
}],
attacks: [{
cost: [
Type.LIGHTNING,
Type.COLORLESS
],
name: {
en: "Gigavolt",
fr: "Gigavolt",
},
text: {
en: "Flip a coin. If heads, this attack does 30 damage plus 30 more damage. If tails, the Defending Pokémon is now Paralyzed.",
fr: "Lancez une pièce. Si c'est face, cette attaque inflige 30 dégâts plus 30 dégâts supplémentaires. Si c'est pile, le Pokémon Défenseur est maintenant Paralysé.",
},
damage: 30
},{
cost: [
Type.LIGHTNING,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Reflect Energy",
fr: "Renvoi d'énergie",
},
text: {
en: "Move an Energy card attached to Ampharos to 1 of your Benched Pokémon.",
fr: "Déplacez une carte Énergie attachée à Pharamp sur 1 des Pokémon de votre Banc.",
},
damage: 70
}],
weaknesses: [{
type: Type.FIGHTING,
value: "+30"
}],
resistances: [{
type: Type.METAL,
value: "-20"
}],
retreat: 2,
rarity: Rarity.RareHolo,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

115
cards/pl/pl1/10.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: "pl1-10",
localId: 10,
// Card informations
name: {
en: "Giratina",
fr: "Giratina",
},
hp: 100,
type: [
Type.PSYCHIC,
],
dexId: 487,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/10/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/10/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/10/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/10/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 30,
name: "Hajime Kusajima"
},
attacks: [{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Over Slash",
fr: "Sur-trancher",
},
text: {
en: "This attack does 10 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
fr: "Cette attaque inflige 10 dégâts à chacun des Pokémon de votre adversaire. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc).",
},
},{
cost: [
Type.PSYCHIC,
Type.PSYCHIC
],
name: {
en: "Dark Wing Flaps",
fr: "Battements d'ailes obscurs",
},
text: {
en: "Choose 1 card from your opponent's hand without looking. Look at the card you chose, then have your opponent shuffle that card into his or her deck.",
fr: "Choisissez sans regarder 1 carte de la main de votre adversaire. Regardez-la et demandez à votre adversaire de la mélanger à son deck.",
},
damage: 20
},{
cost: [
Type.PSYCHIC,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Wrack Down",
fr: "Réduire en poussière",
},
damage: 60
}],
weaknesses: [{
type: Type.DARKNESS,
value: "×2"
}],
resistances: [{
type: Type.COLORLESS,
value: "-20"
}],
retreat: 3,
rarity: Rarity.RareHolo,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

102
cards/pl/pl1/100.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: "pl1-100",
localId: 100,
// Card informations
name: {
en: "Torkoal",
fr: "Chartor",
},
hp: 80,
type: [
Type.FIRE,
],
dexId: 324,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/100/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/100/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/100/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/100/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 10,
name: "Kouki Saitou"
},
attacks: [{
cost: [
Type.FIRE
],
name: {
en: "Super Singe",
fr: "Ça sent le roussi!",
},
text: {
en: "Flip a coin. If heads, the Defending Pokémon is now Burned.",
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Brûlé.",
},
damage: 10
},{
cost: [
Type.FIRE,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Flame Ball",
fr: "Boule de feu",
},
text: {
en: "Move an Energy card attached to Torkoal to 1 of your Benched Pokémon.",
fr: "Déplacez une carte Énergie attachée à Charcor sur 1 des Pokémon de votre Banc.",
},
damage: 40
}],
weaknesses: [{
type: Type.WATER,
value: "+20"
}],
retreat: 2,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

100
cards/pl/pl1/101.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: "pl1-101",
localId: 101,
// Card informations
name: {
en: "Turtwig",
fr: "Tortipouss",
},
hp: 60,
type: [
Type.GRASS,
],
dexId: 387,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/101/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/101/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/101/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/101/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 0,
name: "Kagemaru Himeno"
},
attacks: [{
cost: [
Type.GRASS
],
name: {
en: "Ram",
fr: "Collision",
},
damage: 10
},{
cost: [
Type.GRASS,
Type.COLORLESS
],
name: {
en: "Body Slam",
fr: "Plaquage",
},
text: {
en: "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Paralysé.",
},
damage: 20
}],
weaknesses: [{
type: Type.FIRE,
value: "+10"
}],
resistances: [{
type: Type.WATER,
value: "-20"
}],
retreat: 2,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

97
cards/pl/pl1/102.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: "pl1-102",
localId: 102,
// Card informations
name: {
en: "Vulpix",
fr: "Goupix",
},
hp: 50,
type: [
Type.FIRE,
],
dexId: 37,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/102/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/102/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/102/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/102/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 9,
name: "Mitsuhiro Arita"
},
attacks: [{
name: {
en: "Reheat",
fr: "Réchauffer",
},
text: {
en: "Discard up to 2 Energy cards from your hand. For each card you discarded, draw 2 cards.",
fr: "Défaussez jusqu'à 2 cartes Énergie de votre main. Pour chaque carte défaussée, piochez 2 cartes.",
},
},{
cost: [
Type.FIRE,
Type.COLORLESS
],
name: {
en: "Confuse Ray",
fr: "Onde folie",
},
text: {
en: "Flip a coin. If heads, the Defending Pokémon is now Confused.",
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Confus.",
},
damage: 20
}],
weaknesses: [{
type: Type.WATER,
value: "+10"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

97
cards/pl/pl1/103.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: "pl1-103",
localId: 103,
// Card informations
name: {
en: "Wurmple",
fr: "Chenipotte",
},
hp: 50,
type: [
Type.GRASS,
],
dexId: 265,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/103/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/103/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/103/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/103/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 45,
name: "Yuka Morii"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Ram",
fr: "Collision",
},
damage: 10
},{
cost: [
Type.GRASS,
Type.COLORLESS
],
name: {
en: "Poison Sting",
fr: "Dard-venin",
},
text: {
en: "Flip a coin. If heads, the Defending Pokémon is now Poisoned.",
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Empoisonné.",
},
damage: 20
}],
weaknesses: [{
type: Type.FIRE,
value: "+10"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

79
cards/pl/pl1/104.ts Normal file
View File

@ -0,0 +1,79 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "pl1-104",
localId: 104,
// Card informations
name: {
en: "Broken Time-Space",
fr: "Espace-Temps brisé",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/104/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/104/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/104/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/104/high.png",
},
},
evolveFrom: {},
tags: [
Tag.STADIUM,
],
illustrator: {
id: 44,
name: "Kent Kanetsuna"
},
attacks: [{
name: {},
text: {
fr: "Chaque joueur peut faire évoluer un Pokémon qu'il ou elle a joué ou fait évolué ce tour-ci.",
},
},{
name: {},
text: {
fr: "Cette carte reste en jeu lorsque vous la jouez. Défaussez-la si une autre carte Stade est mise en jeu. Si une autre carte comportant le même nom est en jeu, vous ne pouvez pas jouer cette carte.",
},
}],
rarity: Rarity.Uncommon,
category: Category.TRAINER,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

79
cards/pl/pl1/105.ts Normal file
View File

@ -0,0 +1,79 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "pl1-105",
localId: 105,
// Card informations
name: {
en: "Cyrus's Conspiracy",
fr: "Le complot d'Hélio",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/105/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/105/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/105/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/105/high.png",
},
},
evolveFrom: {},
tags: [
Tag.SUPPORTER,
],
illustrator: {
id: 5,
name: "Ken Sugimori"
},
attacks: [{
name: {},
text: {
fr: "Vous ne pouvez jouer qu'une seule carte Supporter par tour. Lorsque vous la jouez, placez-la à côté de votre Pokémon Actif. À la fin du tour, défaussez-la.",
},
},{
name: {},
text: {
fr: "Choisissez dans votre deck une carte Supporter, une carte Énergie et une carte Dresseur dont le nom comporte Invention de Team Galaxie. Montrez-les à votre adversaire et placez-les dans votre main. Ensuite, mélangez votre deck.",
},
}],
rarity: Rarity.Uncommon,
category: Category.TRAINER,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

79
cards/pl/pl1/106.ts Normal file
View File

@ -0,0 +1,79 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "pl1-106",
localId: 106,
// Card informations
name: {
en: "Galactic HQ",
fr: "QG Galaxie",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/106/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/106/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/106/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/106/high.png",
},
},
evolveFrom: {},
tags: [
Tag.STADIUM,
],
illustrator: {
id: 84,
name: "Ryota Saito"
},
attacks: [{
name: {},
text: {
fr: "Lorsqu'1 des joueurs joue un Pokémon de sa main pour faire évoluer son Pokémon, placez 2 marqueurs de dégât sur ce Pokémon.",
},
},{
name: {},
text: {
fr: "Cette carte reste en jeu lorsque vous la jouez. Défaussez-la si une autre carte Stade est mise en jeu. Si une autre carte comportant le même nom est en jeu, vous ne pouvez pas jouer cette carte.",
},
}],
rarity: Rarity.Uncommon,
category: Category.TRAINER,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

74
cards/pl/pl1/107.ts Normal file
View File

@ -0,0 +1,74 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "pl1-107",
localId: 107,
// Card informations
name: {
en: "Level Max",
fr: "Niveau Max",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/107/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/107/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/107/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/107/high.png",
},
},
evolveFrom: {},
tags: [
Tag.ITEM,
],
illustrator: {
id: 1,
name: "Ryo Ueda"
},
attacks: [{
name: {},
text: {
fr: "Lancez une pièce. Si c'est face, choisissez dans votre deck un Pokémon NIV.X qui change de niveau à partir d'1 de vos Pokémon et placez-le sur ce Pokémon. (Vous le faites ainsi passer au niveau supérieur.) Ensuite, mélangez votre deck.",
},
}],
rarity: Rarity.Uncommon,
category: Category.TRAINER,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

74
cards/pl/pl1/108.ts Normal file
View File

@ -0,0 +1,74 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "pl1-108",
localId: 108,
// Card informations
name: {
en: "Life Herb",
fr: "Herbe sauveuse",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/108/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/108/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/108/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/108/high.png",
},
},
evolveFrom: {},
tags: [
Tag.ITEM,
],
illustrator: {
id: 1,
name: "Ryo Ueda"
},
attacks: [{
name: {},
text: {
fr: "Lancez une pièce. Si c'est face, choisissez 1 de vos Pokémon et retirez-lui tous ses États Spéciaux ainsi que 6 marqueurs de dégât (retirez-les lui tous s'il en a moins de 6).",
},
}],
rarity: Rarity.Uncommon,
category: Category.TRAINER,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

79
cards/pl/pl1/109.ts Normal file
View File

@ -0,0 +1,79 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "pl1-109",
localId: 109,
// Card informations
name: {
en: "Looker's Investigation",
fr: "L'enquête de Beladonis",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/109/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/109/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/109/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/109/high.png",
},
},
evolveFrom: {},
tags: [
Tag.SUPPORTER,
],
illustrator: {
id: 5,
name: "Ken Sugimori"
},
attacks: [{
name: {},
text: {
fr: "Vous ne pouvez jouer qu'une seule carte Supporter par tour. Lorsque vous la jouez, placez-la à côté de votre Pokémon Actif. À la fin du tour, défaussez-la.",
},
},{
name: {},
text: {
fr: "Regardez la main de votre adversaire puis choisissez entre vous et votre adversaire. Ce joueur mélange sa main avec son deck et pioche jusqu'à 5 cartes.",
},
}],
rarity: Rarity.Uncommon,
category: Category.TRAINER,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

117
cards/pl/pl1/11.ts Normal file
View File

@ -0,0 +1,117 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "pl1-11",
localId: 11,
// Card informations
name: {
en: "Manectric",
fr: "Élecsprint",
},
hp: 90,
type: [
Type.LIGHTNING,
],
dexId: 310,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/11/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/11/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/11/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/11/high.png",
},
},
evolveFrom: {
en: "Electrike",
fr: "Dynavolt",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 10,
name: "Kouki Saitou"
},
abilities: [{
id: 239,
type: AbilityType.POKEBODY,
name: {
en: "Electric Barrier",
fr: "Barrière électrique",
},
text: {
en: "Prevent all damage done to your Benched Pokémon (excluding any Manectric) by attacks.",
fr: "Prévenez tous les dégâts infligés par des attaques à vos Pokémon de Banc (Elecsprint exclus).",
}
}],
attacks: [{
cost: [
Type.LIGHTNING
],
name: {
en: "Power Wave",
fr: "Vague puissante",
},
text: {
en: "This attack does 30 damage to each Pokémon that has any Poké-Powers (both yours and your opponent's). (Don't apply Weakness and Resistance for Benched Pokémon.)",
fr: "Cette attaque inflige 30 dégâts à chaque Pokémon possédant des Poké-Powers (les vôtres et ceux de votre adversaire). (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc.)",
},
},{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Attract Current",
fr: "Courant électrique",
},
text: {
en: "Search your deck for a Lightning Energy card and attach it to 1 of your Pokémon. Shuffle your deck afterward.",
fr: "Cherchez dans votre deck une carte Énergie Lightning et attachez-la à 1 de vos Pokémon. Ensuite, mélangez votre deck.",
},
damage: 40
}],
weaknesses: [{
type: Type.FIGHTING,
value: "+20"
}],
resistances: [{
type: Type.METAL,
value: "-20"
}],
rarity: Rarity.RareHolo,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

79
cards/pl/pl1/110.ts Normal file
View File

@ -0,0 +1,79 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "pl1-110",
localId: 110,
// Card informations
name: {
en: "Memory Berry",
fr: "Baie de mémoire",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/110/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/110/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/110/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/110/high.png",
},
},
evolveFrom: {},
tags: [
Tag.TOOL,
],
illustrator: {
id: 17,
name: "Shizurow"
},
attacks: [{
name: {},
text: {
fr: "Attachez Baie de mémoire à 1 de vos Pokémon qui ne possède pas déjà d'Outil Pokémon. Si ce Pokémon est mis K.O, défaussez-la.",
},
},{
name: {},
text: {
fr: "Le Pokémon auquel cette carte est attachée peut utiliser n'importe quelle attaque de son Pokémon de base ou de sa carte Évolution de Niveau 1. (Vous devez toujours payer le coût en Énergie de cette attaque),",
},
}],
rarity: Rarity.Uncommon,
category: Category.TRAINER,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

79
cards/pl/pl1/111.ts Normal file
View File

@ -0,0 +1,79 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "pl1-111",
localId: 111,
// Card informations
name: {
en: "Miasma Valley",
fr: "Vallée miasme",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/111/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/111/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/111/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/111/high.png",
},
},
evolveFrom: {},
tags: [
Tag.STADIUM,
],
illustrator: {
id: 1,
name: "Ryo Ueda"
},
attacks: [{
name: {},
text: {
fr: "Cette carte reste en jeu lorsque vous la jouez. Défaussez-la si une autre carte Stade est mise en jeu. Si une autre carte comportant le même nom est en jeu, vous ne pouvez pas jouer cette carte.",
},
},{
name: {},
text: {
fr: "Lorsqu'1 joueur place un Pokémon de base (Pokémon Grass ou Psychic exclus) de sa main sur son Banc, placez 2 marqueurs de dégât sur ce Pokémon.",
},
}],
rarity: Rarity.Uncommon,
category: Category.TRAINER,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

74
cards/pl/pl1/112.ts Normal file
View File

@ -0,0 +1,74 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "pl1-112",
localId: 112,
// Card informations
name: {
en: "PlusPower",
fr: "PlusPower",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/112/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/112/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/112/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/112/high.png",
},
},
evolveFrom: {},
tags: [
Tag.ITEM,
],
illustrator: {
id: 1,
name: "Ryo Ueda"
},
attacks: [{
name: {},
text: {
fr: "Attachez PlusPower à 1 de vos Pokémon. Défaussez cette carte à la fin de votre tour. Si le Pokémon auquel PlusPower est attachée attaque, cette attaque inflige 10 dégâts supplémentaires au Pokémon Actif (avant application de la Faiblesse et de la Résistance).",
},
}],
rarity: Rarity.Uncommon,
category: Category.TRAINER,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

74
cards/pl/pl1/113.ts Normal file
View File

@ -0,0 +1,74 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "pl1-113",
localId: 113,
// Card informations
name: {
en: "Poké Ball",
fr: "Poké Ball",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/113/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/113/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/113/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/113/high.png",
},
},
evolveFrom: {},
tags: [
Tag.ITEM,
],
illustrator: {
id: 1,
name: "Ryo Ueda"
},
attacks: [{
name: {},
text: {
fr: "Lancez une pièce. Si c'est face, choisissez un Pokémon dans votre deck, montrez-le à votre adversaire et placez-le dans votre main. Ensuite, mélangez votre deck.",
},
}],
rarity: Rarity.Uncommon,
category: Category.TRAINER,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

74
cards/pl/pl1/114.ts Normal file
View File

@ -0,0 +1,74 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "pl1-114",
localId: 114,
// Card informations
name: {
en: "Pokédex HANDY910is",
fr: "Pokédex HANDY910is",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/114/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/114/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/114/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/114/high.png",
},
},
evolveFrom: {},
tags: [
Tag.ITEM,
],
illustrator: {
id: 1,
name: "Ryo Ueda"
},
attacks: [{
name: {},
text: {
fr: "Regardez les 2 cartes du dessus de votre deck, choisissez-en 1 et placez-la dans votre main. Replacez l'autre carte au dessous de votre deck.",
},
}],
rarity: Rarity.Uncommon,
category: Category.TRAINER,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

74
cards/pl/pl1/115.ts Normal file
View File

@ -0,0 +1,74 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "pl1-115",
localId: 115,
// Card informations
name: {
en: "Pokémon Rescue",
fr: "Rescousse Pokémon",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/115/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/115/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/115/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/115/high.png",
},
},
evolveFrom: {},
tags: [
Tag.ITEM,
],
illustrator: {
id: 1,
name: "Ryo Ueda"
},
attacks: [{
name: {},
text: {
fr: "Choisissez un Pokémon dans votre pile de défausse, montrez-le à votre adversaire et placez-le dans votre main.",
},
}],
rarity: Rarity.Uncommon,
category: Category.TRAINER,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

79
cards/pl/pl1/116.ts Normal file
View File

@ -0,0 +1,79 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "pl1-116",
localId: 116,
// Card informations
name: {
en: "Team Galactic's Invention G-101 Energy Gain",
fr: "Gain d'Énergie Invention G-101 de Team Galaxie",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/116/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/116/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/116/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/116/high.png",
},
},
evolveFrom: {},
tags: [
Tag.TOOL,
],
illustrator: {
id: 90,
name: "Makoto Imai"
},
attacks: [{
name: {},
text: {
fr: "Attachez Invention G-101 Gain d'Énergie de Team Galaxie à 1 de vos Pokémon SP qui ne possède pas déjà d'Outil Pokémon. Si ce Pokémon est mis K.O, défaussez-la. Lorsque le Pokémon auquel cette carte est attachée n'est plus un Pokémon SP, défaussez-la.",
},
},{
name: {},
text: {
fr: "Tant qu'Invention G-101 Gain d'Énergie de Team Galaxie est attachée à 1 Pokémon, le coût d'attaque des attaques de ce Pokémon est de Colorless de moins.",
},
}],
rarity: Rarity.Uncommon,
category: Category.TRAINER,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

74
cards/pl/pl1/117.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: "pl1-117",
localId: 117,
// Card informations
name: {
en: "Team Galactic's Invention G-103 Power Spray",
fr: "Spray Puissant Invention G-103 de Team Galaxie",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/117/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/117/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/117/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/117/high.png",
},
},
evolveFrom: {},
tags: [
Tag.ITEM,
],
illustrator: {
id: 123,
name: "Yusuke Ishikawa"
},
attacks: [{
name: {},
text: {
fr: "Vous pouvez jouer cette carte lors du tour de votre adversaire lorsque le Pokémon de votre adversaire utilise un Poké-Power. Prévenez tous les effets de ce Poké-Power. (Cela compte comme si ce Pokémon utilisait son Poké-Power.) Si vous avez un maximum de 2 Pokémon SP en jeu, vous ne pouvez pas jouer cette carte.",
},
}],
rarity: Rarity.Uncommon,
category: Category.TRAINER,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

74
cards/pl/pl1/118.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: "pl1-118",
localId: 118,
// Card informations
name: {
en: "Team Galactic's Invention G-105 Poké Turn",
fr: "Poké-Tour Invention G-105 de Team Galaxie",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/118/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/118/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/118/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/118/high.png",
},
},
evolveFrom: {},
tags: [
Tag.ITEM,
],
illustrator: {
id: 90,
name: "Makoto Imai"
},
attacks: [{
name: {},
text: {
fr: "Reprenez dans votre main 1 de vos Pokémon SP ainsi que toutes les cartes qui lui sont attachées.",
},
}],
rarity: Rarity.Uncommon,
category: Category.TRAINER,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

78
cards/pl/pl1/119.ts Normal file
View File

@ -0,0 +1,78 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "pl1-119",
localId: 119,
// Card informations
name: {
en: "Armor Fossil",
fr: "Fossile armure",
},
hp: 50,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/119/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/119/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/119/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/119/high.png",
},
},
evolveFrom: {},
tags: [
Tag.ITEM,
],
illustrator: {
id: 1,
name: "Ryo Ueda"
},
attacks: [{
name: {},
text: {
fr: "Jouez Fossile armure comme si c'était un Pokémon de base Colorless. (Fossile armure compte aussi comme une carte Dresseur mais si Fossile armure est mise K.O, elle compte comme un Pokémon K.O). Fossile armure ne peut pas être affectée par des États Spéciaux et ne peut pas battre en retraite. N'importe quand lors de votre tour, avant votre attaque, vous pouvez défausser Fossile armure. (Cela ne compte pas comme un Pokémon K.O.)",
},
},{
name: {
fr: "Armure de pierre:",
},
}],
rarity: Rarity.Common,
category: Category.TRAINER,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

104
cards/pl/pl1/12.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: "pl1-12",
localId: 12,
// Card informations
name: {
en: "Palkia G",
fr: "Palkia ",
},
hp: 100,
type: [
Type.WATER,
],
dexId: 484,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/12/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/12/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/12/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/12/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
Tag.SP,
],
illustrator: {
id: 123,
name: "Yusuke Ishikawa"
},
attacks: [{
cost: [
Type.WATER,
Type.COLORLESS
],
name: {
en: "Splashing Turn",
fr: "Tour éclaboussant",
},
text: {
en: "You may switch Palkia with 1 of your Benched Pokémon.",
fr: "Vous pouvez échanger Palkia avec 1 de vos Pokémon de Banc.",
},
damage: 20
},{
cost: [
Type.WATER,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Pearl Breath",
fr: "Haleine de perle",
},
text: {
en: "Does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
fr: "Inflige 10 dégâts à chacun des Pokémon de Banc de votre adversaire. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc).",
},
damage: 50
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "×2"
}],
retreat: 2,
rarity: Rarity.RareHolo,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

78
cards/pl/pl1/120.ts Normal file
View File

@ -0,0 +1,78 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "pl1-120",
localId: 120,
// Card informations
name: {
en: "Skull Fossil",
fr: "Fossile crâne",
},
hp: 50,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/120/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/120/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/120/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/120/high.png",
},
},
evolveFrom: {},
tags: [
Tag.ITEM,
],
illustrator: {
id: 1,
name: "Ryo Ueda"
},
attacks: [{
name: {},
text: {
fr: "Jouez Fossile crâne comme si c'était un Pokémon de base Colorless. (Fossile crâne compte aussi comme une carte Dresseur mais si Fossile crâne est mise K.O, elle compte comme un Pokémon K.O). Fossile crâne ne peut pas être affectée par des États Spéciaux et ne peut pas battre en retraite. N'importe quand lors de votre tour, avant votre attaque, vous pouvez défausser Fossile crâne. (Cela ne compte pas comme un Pokémon K.O.)",
},
},{
name: {
fr: "Crâne de pierre:",
},
}],
rarity: Rarity.Common,
category: Category.TRAINER,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

74
cards/pl/pl1/121.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: "pl1-121",
localId: 121,
// Card informations
name: {
en: "Rainbow Energy",
fr: "Énergie Multicolore",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/121/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/121/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/121/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/121/high.png",
},
},
evolveFrom: {},
tags: [
Tag.SPECIAL,
],
illustrator: {
id: 51,
name: "Takumi Akabane"
},
attacks: [{
name: {},
text: {
fr: "Attachez Énergie multicolore à 1 de vos Pokémon. Lorsqu'elle est en jeu, Énergie multicolore fournit tous les types d'Énergie mais seulement 1 Énergie à la fois. (Elle n'a pas d'autre effet que de fournir de l'Énergie.) Lorsque vous attachez cette carte de votre main à 1 de vos Pokémon, placez 1 marqueur de dégât sur ce Pokémon.",
},
}],
rarity: Rarity.Uncommon,
category: Category.ENERGY,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

105
cards/pl/pl1/122.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: "pl1-122",
localId: 122,
// Card informations
name: {
en: "Dialga G",
fr: "Dialga ",
},
hp: 120,
type: [
Type.METAL,
],
dexId: 483,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/122/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/122/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/122/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/122/high.png",
},
},
evolveFrom: {},
tags: [
Tag.LEVELUP,
Tag.SP,
],
illustrator: {
id: 9,
name: "Mitsuhiro Arita"
},
abilities: [{
id: 338,
type: AbilityType.POKEBODY,
name: {
en: "Time Crystal",
fr: "Crystal temporel",
},
text: {
en: "Each Pokémon (both yours and your opponent's) (excluding Pokémon SP) can't use any Poké-Bodies.",
fr: "Chaque Pokémon (les vôtres et ceux de votre adversaire) (Pokémon SP exclus) ne peut pas utiliser de Poké-Bodies.",
}
}],
attacks: [{
cost: [
Type.METAL,
Type.METAL,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Remove Lost",
fr: "Retire-perte",
},
text: {
en: "Flip a coin until you get tails. For each heads, remove an Energy card attached to the Defending Pokémon and put it in the Lost Zone.",
fr: "Lancez une pièce jusqu'à ce que vous obteniez pile. Pour chaque face, retirez au Pokémon Défenseur une carte Énergie et placez-la dans la Zone Perdue.",
},
damage: 80
}],
weaknesses: [{
type: Type.FIRE,
value: "×2"
}],
resistances: [{
type: Type.PSYCHIC,
value: "-20"
}],
retreat: 2,
rarity: Rarity.RareHoloLvX,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

101
cards/pl/pl1/123.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: "pl1-123",
localId: 123,
// Card informations
name: {
en: "Drapion",
fr: "Drascore",
},
hp: 130,
type: [
Type.DARKNESS,
],
dexId: 452,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/123/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/123/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/123/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/123/high.png",
},
},
evolveFrom: {},
tags: [
Tag.LEVELUP,
],
illustrator: {
id: 1,
name: "Ryo Ueda"
},
abilities: [{
id: 339,
type: AbilityType.POKEPOWER,
name: {
en: "Tri-Poison",
fr: "Tri-poison",
},
text: {
en: "Once during your turn (before your attack), you may flip a coin. If heads, choose 1 of the Defending Pokémon. That Pokémon is now Poisoned. Put 3 damage counters instead of 1 on that Pokémon between turns. This power can't be used if Drapion is affected by a Special Condition.",
fr: "Une seule fois lors de votre tour (avant votre attaque), vous pouvez lancer une pièce. Si c'est face, choisissez 1 des Pokémon Défenseurs. Il est maintenant Empoisonné. Placez 3 marqueurs de dégât au lieu d'1 sur ce Pokémon entre deux tours. Ce pouvoir ne peut pas être utilisé si Drascore est affecté par un État Spécial.",
}
}],
attacks: [{
cost: [
Type.DARKNESS,
Type.DARKNESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Sniping Tail",
fr: "Queue-sniper",
},
text: {
en: "Does 40 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) The Defending Pokémon can't retreat during your opponent's next turn.",
fr: "Inflige 40 dégâts à 1 des Pokémon de Banc de votre adversaire. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc.) Le Pokémon Défenseur ne peut pas battre en retraite lors du prochain tour de votre adversaire.",
},
damage: 40
}],
weaknesses: [{
type: Type.PSYCHIC,
value: "×2"
}],
retreat: 3,
rarity: Rarity.RareHoloLvX,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

103
cards/pl/pl1/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: "pl1-124",
localId: 124,
// Card informations
name: {
en: "Giratina",
fr: "Giratina",
},
hp: 130,
type: [
Type.PSYCHIC,
],
dexId: 487,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/124/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/124/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/124/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/124/high.png",
},
},
evolveFrom: {},
tags: [
Tag.LEVELUP,
],
illustrator: {
id: 17,
name: "Shizurow"
},
abilities: [{
id: 852,
type: AbilityType.POKEBODY,
name: {
en: "Invisible Tentacles",
fr: "Tentacules invisibles",
},
text: {
en: "Whenever your opponent's Pokémon tries to attack, your opponent discards 1 card from his or her hand. (If your opponent can't discard 1 card, your opponent's Pokémon can't attack.) You can't use more than 1 Invisible Tentacles Poké-Body each turn.",
fr: "Lorsqu'1 des Pokémon de votre adversaire essaye d'attaquer, votre adversaire défausse 1 carte de sa main. ( Si votre adversaire ne peut pas défausser de carte, le Pokémon de votre adversaire ne peut pas attaquer.) Vous ne pouvez pas utiliser plus d'1 Poké-Body Tentacules invisibles par tour.",
}
}],
attacks: [{
cost: [
Type.PSYCHIC,
Type.PSYCHIC,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Darkness Lost",
fr: "Obscurité perdue",
},
text: {
en: "This attack does 30 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) If any of your opponent's Pokémon would be Knocked Out by damage from this attack, put that Pokémon and all cards attached to it in the Lost Zone instead of discarding it.",
fr: "Cette attaque inflige 30 dégâts à chacun des Pokémon de votre adversaire. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc.) Si les dégâts de cette attaque mettent K.O 1 des Pokémon de votre adversaire, placez ce Pokémon ainsi que toutes les cartes qui lui sont attachées dans la Zone Perdue au lieu de les défausser.",
},
}],
weaknesses: [{
type: Type.DARKNESS,
value: "×2"
}],
resistances: [{
type: Type.COLORLESS,
value: "-20"
}],
retreat: 3,
rarity: Rarity.RareHoloLvX,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

101
cards/pl/pl1/125.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: "pl1-125",
localId: 125,
// Card informations
name: {
en: "Palkia G",
fr: "Palkia ",
},
hp: 120,
type: [
Type.WATER,
],
dexId: 484,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/125/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/125/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/125/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/125/high.png",
},
},
evolveFrom: {},
tags: [
Tag.LEVELUP,
Tag.SP,
],
illustrator: {
id: 9,
name: "Mitsuhiro Arita"
},
abilities: [{
id: 341,
type: AbilityType.POKEPOWER,
name: {
en: "Lost Cyclone",
fr: "Cyclone perdu",
},
text: {
en: "Once during your turn (before your attack), you may use this power. Any player who has 4 or more Benched Pokémon chooses 3 of his or her Benched Pokémon. Put the other Benched Pokémon and all cards attached to them in the Lost Zone. (You choose your Pokémon first.) This power can't be used if Palkia is affected by a Special Condition.",
fr: "Une seule fois lors de votre tour (avant votre attaque), vous pouvez utiliser ce pouvoir. Les joueurs possédant au moins 4 Pokémon de Banc choisissent 3 de leur Pokémon de Banc. Placez les autres Pokémon de Banc ainsi que toutes les cartes qui leur sont attachées dans la Zone Perdue. (Vous choisissez vos Pokémon en premier.) Ce pouvoir ne peut pas être utilisé si Palkia est affecté par un État Spécial.",
}
}],
attacks: [{
cost: [
Type.WATER,
Type.WATER,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Hydro Shot",
fr: "Hydro-coup",
},
text: {
en: "Discard 2 Energy attached to Palkia . Choose 1 of your opponent's Pokémon. This attack does 80 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
fr: "Défaussez 2 Énergies attachées à Palkia . Choisissez 1 des Pokémon de votre adversaire. Cette attaque lui inflige 80 dégâts. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc.)",
},
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "×2"
}],
retreat: 2,
rarity: Rarity.RareHoloLvX,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

103
cards/pl/pl1/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: "pl1-126",
localId: 126,
// Card informations
name: {
en: "Shaymin",
fr: "Shaymin",
},
hp: 100,
type: [
Type.GRASS,
],
dexId: 492,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/126/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/126/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/126/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/126/high.png",
},
},
evolveFrom: {},
tags: [
Tag.LEVELUP,
],
illustrator: {
id: 17,
name: "Shizurow"
},
abilities: [{
id: 342,
type: AbilityType.POKEBODY,
name: {
en: "Thankfulness",
fr: "Gratitude",
},
text: {
en: "Each of your Grass Pokémon (excluding any Shaymin) gets +40 HP. You can't use more than 1 Thankfulness Poké-Body each turn.",
fr: "Chacun de vos Pokémon Grass (les Shaymin exclus) obtient 40 PV supplémentaires. Vous ne pouvez pas utiliser plus d'1 Poké-Body Gratitude par tour.",
}
}],
attacks: [{
cost: [
Type.GRASS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Seed Flare",
fr: "Fulmigraine",
},
text: {
en: "Choose as many Grass Energy cards from your hand as you like and attach them to your Pokémon in any way you like. If you do, this attack does 40 damage plus 20 more damage for each Grass Energy attached in this way.",
fr: "Choisissez autant de cartes Énergie Grass de votre main que vous voulez et attachez-les à vos Pokémon de la façon que vous voulez. Cette attaque inflige alors 40 dégâts plus 20 dégâts supplémentaires pour chaque carte Énergie Grass attachée de cette façon.",
},
damage: 40
}],
weaknesses: [{
type: Type.FIRE,
value: "×2"
}],
resistances: [{
type: Type.WATER,
value: "-20"
}],
retreat: 1,
rarity: Rarity.RareHoloLvX,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

102
cards/pl/pl1/127.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: "pl1-127",
localId: 127,
// Card informations
name: {
en: "Shaymin",
fr: "Shaymin",
},
hp: 110,
type: [
Type.GRASS,
],
dexId: 492,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/127/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/127/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/127/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/127/high.png",
},
},
evolveFrom: {},
tags: [
Tag.LEVELUP,
],
illustrator: {
id: 17,
name: "Shizurow"
},
abilities: [{
id: 794,
type: AbilityType.POKEBODY,
name: {
en: "Revenge Seed",
fr: "Graine vengeresse",
},
text: {
en: "If any of your Grass Pokémon were Knocked Out by damage from an opponent's attack during his or her last turn, each of Shaymin's attacks does 60 more damage to the Active Pokémon (before applying Weakness and Resistance).",
fr: "Si les dégâts d'une attaque de votre adversaire a mis K.O 1 de vos Pokémon Grass lors de son tour précédent, chacune des attaques de Shaymin inflige 60 dégâts supplémentaires au Pokémon Actif (avant application de la Faiblesse et de la Résistance).",
}
}],
attacks: [{
cost: [
Type.GRASS,
Type.COLORLESS
],
name: {
en: "Energy Flare",
fr: "Énergie éclatante",
},
text: {
en: "You may move any number of Energy cards attached to your Pokémon to your other Pokémon in any way you like.",
fr: "Vous pouvez déplacer autant de cartes Énergie attachées à vos Pokémon que vous voulez sur vos autres Pokémon de la façon que vous voulez.",
},
damage: 50
}],
weaknesses: [{
type: Type.FIRE,
value: "×2"
}],
resistances: [{
type: Type.FIGHTING,
value: "-20"
}],
rarity: Rarity.RareHoloLvX,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

101
cards/pl/pl1/128.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: "pl1-128",
localId: 128,
// Card informations
name: {
en: "Electabuzz",
fr: "Elektek",
},
hp: 70,
type: [
Type.LIGHTNING,
],
dexId: 125,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/128/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/128/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/128/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/128/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 5,
name: "Ken Sugimori"
},
attacks: [{
cost: [
Type.LIGHTNING
],
name: {
en: "Thundershock",
fr: "Éclair",
},
text: {
en: "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Paralysé.",
},
damage: 10
},{
cost: [
Type.LIGHTNING,
Type.COLORLESS
],
name: {
en: "Thunderpunch",
fr: "Poing-Éclair",
},
text: {
en: "Flip a coin. If heads, this attack does 30 damage plus 10 more damage. If tails, Electabuzz does 10 damage to itself.",
fr: "Lancez une pièce. Si c'est face, cette attaque inflige 30 dégâts plus 10 dégâts supplémentaires. Si c'est pile, Elektek s'inflige 10 dégâts.",
},
damage: 30
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
retreat: 2,
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

94
cards/pl/pl1/129.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: "pl1-129",
localId: 129,
// Card informations
name: {
en: "Hitmonchan",
fr: "Tygnon",
},
hp: 70,
type: [
Type.FIGHTING,
],
dexId: 107,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/129/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/129/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/129/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/129/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 5,
name: "Ken Sugimori"
},
attacks: [{
cost: [
Type.FIGHTING
],
name: {
en: "Jab",
fr: "Taquet",
},
damage: 20
},{
cost: [
Type.FIGHTING,
Type.FIGHTING,
Type.COLORLESS
],
name: {
en: "Special Punch",
fr: "Punch spécial",
},
damage: 40
}],
weaknesses: [{
type: Type.PSYCHIC,
value: "×2"
}],
retreat: 2,
rarity: Rarity.RareHolo,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

115
cards/pl/pl1/13.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: "pl1-13",
localId: 13,
// Card informations
name: {
en: "Rampardos",
fr: "Charkos",
},
hp: 130,
type: [
Type.FIGHTING,
],
dexId: 409,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/13/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/13/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/13/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/13/high.png",
},
},
evolveFrom: {
en: "Cranidos",
fr: "Kranidos",
},
tags: [
Tag.STAGE2,
],
illustrator: {
id: 8,
name: "Masakazu Fukuda"
},
abilities: [{
id: 626,
type: AbilityType.POKEBODY,
name: {
en: "Iron Skull",
fr: "Crâne de fer",
},
text: {
en: "Rampardos's attack's damage isn't affected by Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon.",
fr: "Les dégâts de l'attaque de Charkos ne sont pas affectés par la Résistance, les Poké-Powers, les Poké-Bodies ou tout autre effet sur le Pokémon Défenseur.",
}
}],
attacks: [{
cost: [
Type.FIGHTING
],
name: {
en: "Head Smash",
fr: "Fracass'Tête",
},
text: {
en: "If the Defending Pokémon would be Knocked Out by this attack, Rampardos does 40 damage to itself.",
fr: "Si le Pokémon Défenseur est mis K.O par cette attaque, Charkos s'inflige 40 dégâts.",
},
damage: 80
},{
cost: [
Type.FIGHTING,
Type.COLORLESS
],
name: {
en: "Mold Breaker",
fr: "Brise Moule",
},
text: {
en: "Any damage done to Rampardos by attacks is reduced by 20 (after applying Weakness and Resistance) until the end of your next turn.",
fr: "Tous dégâts infligés à Charkos par des attaques sont réduits de 20 (après application de la Faiblesse et de la Résistance) jusqu'à la fin de votre prochain tour.",
},
damage: 40
}],
weaknesses: [{
type: Type.GRASS,
value: "+30"
}],
retreat: 1,
rarity: Rarity.RareHolo,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

100
cards/pl/pl1/130.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: "pl1-130",
localId: 130,
// Card informations
name: {
en: "Scyther",
fr: "Insécateur",
},
hp: 70,
type: [
Type.GRASS,
],
dexId: 123,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/130/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/130/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/130/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/130/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 5,
name: "Ken Sugimori"
},
attacks: [{
cost: [
Type.GRASS
],
name: {
en: "Swords Dance",
fr: "Danse-lames",
},
text: {
en: "During your next turn, Scyther's Slash attack's base damage is 60.",
fr: "Lors de votre prochain tour, les dégâts de base de l'attaque Tranche d'Insécateur sont de 60.",
},
},{
cost: [
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Slash",
fr: "Tranche",
},
damage: 30
}],
weaknesses: [{
type: Type.FIRE,
value: "×2"
}],
resistances: [{
type: Type.FIGHTING,
value: "-30"
}],
rarity: Rarity.RareHolo,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

104
cards/pl/pl1/14.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: "pl1-14",
localId: 14,
// Card informations
name: {
en: "Shaymin",
fr: "Shaymin",
},
hp: 70,
type: [
Type.GRASS,
],
dexId: 492,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/14/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/14/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/14/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/14/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 0,
name: "Kagemaru Himeno"
},
attacks: [{
cost: [
Type.GRASS
],
name: {
en: "Flower Aroma",
fr: "Arôme floral",
},
text: {
en: "Remove 2 damage counters from Shaymin. The Defending Pokémon is now Asleep.",
fr: "Retirez à Shaymin 2 marqueurs de dégât. Le Pokémon Défenseur est maintenant Endormi.",
},
damage: 10
},{
cost: [
Type.GRASS,
Type.COLORLESS
],
name: {
en: "Damage Aid",
fr: "Aide aux dégâts",
},
text: {
en: "If the Defending Pokémon is affected by a Special Condition, this attack does 30 damage plus 50 more damage. Then, remove all Special Conditions from the Defending Pokémon.",
fr: "Si le Pokémon Défenseur est affecté par un État Spécial, cette attaque inflige 30 dégâts plus 50 dégâts supplémentaires. Ensuite, retirez au Pokémon Défenseur tous ses États Spéciaux.",
},
damage: 30
}],
weaknesses: [{
type: Type.FIRE,
value: "+20"
}],
resistances: [{
type: Type.WATER,
value: "-20"
}],
retreat: 1,
rarity: Rarity.RareHolo,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

100
cards/pl/pl1/15.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: "pl1-15",
localId: 15,
// Card informations
name: {
en: "Shaymin",
fr: "Shaymin",
},
hp: 80,
type: [
Type.GRASS,
],
dexId: 492,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/15/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/15/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/15/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/15/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 32,
name: "Atsuko Nishida"
},
attacks: [{
name: {
en: "Growth",
fr: "Croissance",
},
text: {
en: "Attach a Grass Energy card from your hand to Shaymin.",
fr: "Attachez à Shaymin une carte Énergie Grass de votre main",
},
},{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Air Slash",
fr: "Lame d'Air",
},
text: {
en: "Flip a coin. If tails, discard an Energy attached to Shaymin.",
fr: "Lancez une pièce. Si c'est pile, défaussez une Énergie attachée à Shaymin.",
},
damage: 40
}],
weaknesses: [{
type: Type.FIRE,
value: "+20"
}],
resistances: [{
type: Type.FIGHTING,
value: "-20"
}],
retreat: 1,
rarity: Rarity.RareHolo,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

104
cards/pl/pl1/16.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: "pl1-16",
localId: 16,
// Card informations
name: {
en: "Slaking",
fr: "Monaflemit",
},
hp: 150,
type: [
Type.COLORLESS,
],
dexId: 289,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/16/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/16/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/16/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/16/high.png",
},
},
evolveFrom: {
en: "Vigoroth",
fr: "Vigoroth",
},
tags: [
Tag.STAGE2,
],
illustrator: {
id: 8,
name: "Masakazu Fukuda"
},
abilities: [{
id: 533,
type: AbilityType.POKEBODY,
name: {
en: "Lazy Paunch",
fr: "Ventre paresseux",
},
text: {
en: "If Slaking used any attacks during your last turn, Slaking can't attack.",
fr: "Si Monaflemit a utilisé des attaques lors de votre tour précédent, il ne peut pas attaquer.",
}
}],
attacks: [{
cost: [
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Best Dash",
fr: "Meilleure ruée",
},
text: {
en: "During your opponent's next turn, any damage done to Slaking by attacks is increased by 50 (after applying Weakness and Resistance).",
fr: "Lors du prochain tour de votre adversaire, tous dégâts infligés à Monaflemit par des attaques sont augmentés de 50 (après application de la Faiblesse et de la Résistance).",
},
damage: 150
}],
weaknesses: [{
type: Type.FIGHTING,
value: "+30"
}],
retreat: 4,
rarity: Rarity.RareHolo,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

102
cards/pl/pl1/17.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: "pl1-17",
localId: 17,
// Card informations
name: {
en: "Weavile G",
fr: "Dimoret ",
},
hp: 80,
type: [
Type.DARKNESS,
],
dexId: 461,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/17/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/17/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/17/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/17/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
Tag.SP,
],
illustrator: {
id: 90,
name: "Makoto Imai"
},
attacks: [{
name: {
en: "Call for Family",
fr: "Appel à la famille",
},
text: {
en: "Search your deck for up to 2 basic Pokémon SP and put them onto your Bench. Shuffle your deck afterward.",
fr: "Cherchez dans votre deck jusqu'à 2 Pokémon de base SP et placez-les sur votre Banc. Ensuite, mélangez votre deck.",
},
},{
cost: [
Type.DARKNESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Team Attack",
fr: "Attaque de groupe",
},
text: {
en: "Does 10 damage plus 10 more damage for each Pokémon SP you have in play.",
fr: "Inflige 10 dégâts plus 10 dégâts supplémentaires pour chaque Pokémon SP que vous avez en jeu.",
},
damage: 10
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
resistances: [{
type: Type.PSYCHIC,
value: "-20"
}],
rarity: Rarity.RareHolo,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

120
cards/pl/pl1/18.ts Normal file
View File

@ -0,0 +1,120 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "pl1-18",
localId: 18,
// Card informations
name: {
en: "Altaria",
fr: "Altaria",
},
hp: 90,
type: [
Type.COLORLESS,
],
dexId: 334,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/18/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/18/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/18/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/18/high.png",
},
},
evolveFrom: {
en: "Swablu",
fr: "Tylton",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 23,
name: "Naoyo Kimura"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Midnight Eyes",
fr: "Yeux de minuit",
},
text: {
en: "The Defending Pokémon is now Asleep.",
fr: "Le Pokémon Défenseur est maintenant Endormi.",
},
damage: 20
},{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Perish Song",
fr: "Requiem",
},
text: {
en: "If the Defending Pokémon is Asleep and was damaged or affected by Midnight Eyes during your last turn, the Defending Pokémon is Knocked Out.",
fr: "Si le Pokémon Défenseur est Endormi et que l'attaque Yeux de minuit lui a infligé des dégâts lors de votre tour précédent, il est mis K.O.",
},
},{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Healing Song",
fr: "Chanson guérisseuse",
},
text: {
en: "Remove 1 damage counter from each of your Pokémon.",
fr: "Retirez à chacun de vos Pokémon 1 marqueur de dégât.",
},
damage: 40
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "+20"
}],
resistances: [{
type: Type.FIGHTING,
value: "-20"
}],
retreat: 1,
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

117
cards/pl/pl1/19.ts Normal file
View File

@ -0,0 +1,117 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "pl1-19",
localId: 19,
// Card informations
name: {
en: "Banette",
fr: "Branette",
},
hp: 90,
type: [
Type.PSYCHIC,
],
dexId: 354,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/19/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/19/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/19/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/19/high.png",
},
},
evolveFrom: {
en: "Shuppet",
fr: "Polychombr",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 18,
name: "Tomokazu Komiya"
},
abilities: [{
id: 247,
type: AbilityType.POKEPOWER,
name: {
en: "Temper Tantrum",
fr: "Piquer une colère",
},
text: {
en: "Once during your turn (before your attack), you may discard as many cards as you like from your hand. If you do, put that many damage counters on Banette. This power can't be used if Banette is affected by a Special Condition.",
fr: "Une seule fois lors de votre tour (avant votre attaque), vous pouvez défausser de votre main autant de cartes que vous voulez. Vous pouvez alors placer autant de marqueurs de dégât sur Branette. Ce pouvoir ne peut pas être utilisé si Branette est affecté par un État Spécial.",
}
}],
attacks: [{
cost: [
Type.PSYCHIC
],
name: {
en: "Darkness Switch",
fr: "Échange obscurité",
},
text: {
en: "Discard an Energy card attached to Banette, and then switch all damage counters on Banette with those on the Defending Pokémon. (If an effect of this attack is prevented, this attack does nothing.)",
fr: "Défaussez une carte Énergie attachée à Branette puis échangez tous les marqueurs de dégât se trouvant sur Branette avec ceux du Pokémon Défenseur. (Si un effet de cette attaque est contré, cette attaque est sans effet.)",
},
},{
cost: [
Type.PSYCHIC,
Type.COLORLESS
],
name: {
en: "Loneliness",
fr: "Solitude",
},
text: {
en: "You may show your hand to your opponent. If you do and if you don't have any Pokémon in your hand, this attack does 30 damage plus 30 more damage.",
fr: "Vous pouvez montrer votre main à votre adversaire. Si vous ne possédez pas de Pokémon, cette attaque inflige alors 30 dégâts plus 30 dégâts supplémentaires.",
},
damage: 30
}],
weaknesses: [{
type: Type.DARKNESS,
value: "+20"
}],
resistances: [{
type: Type.COLORLESS,
value: "-20"
}],
retreat: 1,
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

117
cards/pl/pl1/2.ts Normal file
View File

@ -0,0 +1,117 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "pl1-2",
localId: 2,
// Card informations
name: {
en: "Blastoise",
fr: "Tortank",
},
hp: 130,
type: [
Type.WATER,
],
dexId: 9,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/2/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/2/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/2/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/2/high.png",
},
},
evolveFrom: {
en: "Wartortle",
fr: "Carabaffe",
},
tags: [
Tag.STAGE2,
],
illustrator: {
id: 0,
name: "Kagemaru Himeno"
},
abilities: [{
id: 197,
type: AbilityType.POKEPOWER,
name: {
en: "Dig Well",
fr: "Puits creusé",
},
text: {
en: "Once during your turn (before your attack), you may look at the top 3 cards of your deck, choose as many Water Energy cards as you like, and attach them to your Pokémon in any way you like. Discard the other cards. This power can't be used if Blastoise is affected by a Special Condition.",
fr: "Une seule fois lors de votre tour (avant votre attaque), vous pouvez regarder les 3 cartes du dessus de votre deck. Choisissez autant de cartes Énergie Water que vous voulez et attachez-les à vos Pokémon de la façon que vous voulez. Défaussez les autres cartes. Ce pouvoir ne peut pas être utilisé si Tortank est affecté par un État Spécial.",
}
}],
attacks: [{
cost: [
Type.WATER,
Type.COLORLESS
],
name: {
en: "Aqua Press",
fr: "Aqua presse",
},
text: {
en: "Does 20 damage plus 10 more damage for each Water Energy attached to all Pokémon (both yours and your opponent's).",
fr: "Inflige 20 dégâts plus 10 dégâts supplémentaires pour chaque Énergie Water attachée à tous les Pokémon (les vôtres et ceux de votre adversaire).",
},
damage: 20
},{
cost: [
Type.WATER,
Type.WATER,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Double Launcher",
fr: "Double lanceur",
},
text: {
en: "Discard 2 Water Energy attached to Blastoise. Choose 2 of your opponent's Benched Pokémon. This attack does 60 damage to each of them. (Don't apply Weakness and Resistance for Benched Pokémon.) Blastoise can't use Double Launcher during your next turn.",
fr: "Défaussez 2 Énergies Water attachées à Tortank. Choisissez 2 des Pokémon de Banc de votre adversaire. Cette attaque leur inflige 60 dégâts chacun. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc.) Tortank ne peut pas utiliser Double Lanceur lors de votre prochain tour.",
},
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "+30"
}],
retreat: 2,
rarity: Rarity.RareHolo,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

122
cards/pl/pl1/20.ts Normal file
View File

@ -0,0 +1,122 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "pl1-20",
localId: 20,
// Card informations
name: {
en: "Bastiodon",
fr: "Bastiodon",
},
hp: 130,
type: [
Type.METAL,
],
dexId: 411,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/20/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/20/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/20/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/20/high.png",
},
},
evolveFrom: {
en: "Shieldon",
fr: "Dinoclier",
},
tags: [
Tag.STAGE2,
],
illustrator: {
id: 0,
name: "Kagemaru Himeno"
},
abilities: [{
id: 1119,
type: AbilityType.POKEBODY,
name: {
en: "Metal Trait",
fr: "Trait métallique",
},
text: {
en: "As long as Bastiodon has a Pokémon Tool attached to it, remove 1 damage counter from Bastiodon between turns.",
fr: "Tant que Bastiodon possède un Outil Pokémon, retirez-lui 1 marqueur de dégât entre 2 tours.",
}
}],
attacks: [{
cost: [
Type.METAL,
Type.METAL,
Type.COLORLESS
],
name: {
en: "Iron Defense",
fr: "Mur de fer",
},
text: {
en: "Flip a coin. If heads, prevent all effects of an attack, including damage, done to Bastiodon during your opponent's next turn.",
fr: "Lancez une pièce. Si c'est face, prévenez tous les effets d'une attaque, dégâts inclus, infligés à Bastiodon lors du prochain tour de votre adversaire.",
},
damage: 30
},{
cost: [
Type.METAL,
Type.METAL,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Iron Tackle",
fr: "Charge de fer",
},
text: {
en: "Bastiodon does 30 damage to itself.",
fr: "Bastiodon s'inflige 30 dégâts.",
},
damage: 80
}],
weaknesses: [{
type: Type.FIRE,
value: "+30"
}],
resistances: [{
type: Type.PSYCHIC,
value: "-20"
}],
retreat: 4,
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

106
cards/pl/pl1/21.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: "pl1-21",
localId: 21,
// Card informations
name: {
en: "Beautifly",
fr: "Charmillon",
},
hp: 120,
type: [
Type.GRASS,
],
dexId: 267,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/21/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/21/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/21/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/21/high.png",
},
},
evolveFrom: {
en: "Silcoon",
fr: "Armulys",
},
tags: [
Tag.STAGE2,
],
illustrator: {
id: 29,
name: "Suwama Chiaki"
},
attacks: [{
cost: [
Type.GRASS
],
name: {
en: "Colorful Powder",
fr: "Poudre colorée",
},
text: {
en: "If Beautifly has 2 or less Energy attached to it, the Defending Pokémon is now Poisoned. If Beautifly has 3 Energy attached to it, the Defending Pokémon is now Burned and Poisoned. If Beautifly has 4 or more Energy attached to it, this attack does 20 damage plus 40 more damage and the Defending Pokémon is now Asleep, Burned, and Poisoned.",
fr: "Si Charmillon possède un maximum de 2 Énergies, le Pokémon Défenseur est maintenant Empoisonné. Si Charmillon possède 3 Énergies, le Pokémon Défenseur est maintenant Brûlé et Empoisonné. Si Charmillon possède au moins 4 Énergies, cette attaque inflige 20 dégâts plus 40 dégâts supplémentaires et le Pokémon Défenseur est maintenant Endormi, Brûlé et Empoisonné.",
},
damage: 20
},{
cost: [
Type.GRASS
],
name: {
en: "Silver Scale",
fr: "Écaille argentée",
},
text: {
en: "If the Defending Pokémon has any Resistance, this attack's base damage is 60 instead of 30.",
fr: "Si le Pokémon Défenseur possède une Résistance, les dégâts de base de cette attaque sont de 60 au lieu de 30.",
},
damage: 30
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "+30"
}],
resistances: [{
type: Type.FIGHTING,
value: "-20"
}],
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

117
cards/pl/pl1/22.ts Normal file
View File

@ -0,0 +1,117 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "pl1-22",
localId: 22,
// Card informations
name: {
en: "Blissey",
fr: "Leuphorie",
},
hp: 120,
type: [
Type.COLORLESS,
],
dexId: 242,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/22/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/22/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/22/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/22/high.png",
},
},
evolveFrom: {
en: "Chansey",
fr: "Leveinard",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 32,
name: "Atsuko Nishida"
},
abilities: [{
id: 1120,
type: AbilityType.POKEPOWER,
name: {
en: "Nurse Call",
fr: "Appel à l'infirmière",
},
text: {
en: "Once during your turn (before your attack), you may discard a card from your hand. If you do, remove 2 damage counters from 1 of your Pokémon. You can't use more than 1 Nurse Call Poké-Power each turn. This power can't be used if Blissey is affected by a Special Condition.",
fr: "Une seule fois lors de votre tour (avant votre attaque), vous pouvez défausser une carte de votre main. Retirez alors à 1 de vos Pokémon 2 marqueurs de dégât. Vous ne pouvez pas utiliser plus d'1 Poké-Power Appel à l'infirmière par tour. Ce pouvoir ne peut pas être utilisé si Leuphorie est affecté par un État Spécial.",
}
}],
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Return",
fr: "Retour",
},
text: {
en: "Draw cards until you have 6 cards in your hand.",
fr: "Piochez des cartes jusqu'à ce que vous ayez 6 cartes en main.",
},
damage: 20
},{
cost: [
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Double-edge",
fr: "Damoclès",
},
text: {
en: "Blissey does 60 damage to itself.",
fr: "Leuphorie s'inflige 60 dégâts.",
},
damage: 100
}],
weaknesses: [{
type: Type.FIGHTING,
value: "+30"
}],
retreat: 2,
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

107
cards/pl/pl1/23.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: "pl1-23",
localId: 23,
// Card informations
name: {
en: "Dialga",
fr: "Dialga",
},
hp: 100,
type: [
Type.METAL,
],
dexId: 483,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/23/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/23/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/23/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/23/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 44,
name: "Kent Kanetsuna"
},
attacks: [{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Energy Stream",
fr: "Courant d'énergie",
},
text: {
en: "Flip a coin. If heads, search your discard pile for a basic Energy card and attach it to Dialga.",
fr: "Lancez une pièce. Si c'est face, choisissez dans votre pile de défausse une carte Énergie de base et attachez-la à Dialga.",
},
damage: 20
},{
cost: [
Type.METAL,
Type.METAL,
Type.METAL,
Type.COLORLESS
],
name: {
en: "Diamond Blow",
fr: "Coup diamant",
},
text: {
en: "Dialga can't attack during your next turn.",
fr: "Dialga ne peut pas attaquer lors de votre prochain tour.",
},
damage: 100
}],
weaknesses: [{
type: Type.FIRE,
value: "+30"
}],
resistances: [{
type: Type.PSYCHIC,
value: "-20"
}],
retreat: 3,
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

120
cards/pl/pl1/24.ts Normal file
View File

@ -0,0 +1,120 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "pl1-24",
localId: 24,
// Card informations
name: {
en: "Dugtrio",
fr: "Triopikeur",
},
hp: 90,
type: [
Type.FIGHTING,
],
dexId: 51,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/24/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/24/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/24/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/24/high.png",
},
},
evolveFrom: {
en: "Diglett",
fr: "Taupiqueur",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 7,
name: "Sumiyoshi Kizuki"
},
abilities: [{
id: 1121,
type: AbilityType.POKEBODY,
name: {
en: "Sinkhole",
fr: "Chausse-trappe",
},
text: {
en: "If your opponent's Active Pokémon retreats, put 2 damage counters on that Pokémon.",
fr: "Si le Pokémon Actif de votre adversaire bat en retraite, placez 2 marqueurs de dégât sur ce Pokémon.",
}
}],
attacks: [{
cost: [
Type.FIGHTING,
Type.COLORLESS
],
name: {
en: "Push Down",
fr: "Renverser",
},
text: {
en: "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon.",
fr: "Votre adversaire échange le Pokémon Défenseur avec 1 de ses Pokémon de Banc.",
},
damage: 30
},{
cost: [
Type.FIGHTING,
Type.FIGHTING,
Type.COLORLESS
],
name: {
en: "Magnitude",
fr: "Ampleur",
},
text: {
en: "Does 10 damage to each Benched Pokémon (both yours and your opponent's). (Don't apply Weakness and Resistance for Benched Pokémon.)",
fr: "Inflige 10 dégâts à chacun des Pokémon de Banc (les vôtres et ceux de votre adversaire). (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc.)",
},
damage: 70
}],
weaknesses: [{
type: Type.WATER,
value: "+20"
}],
resistances: [{
type: Type.LIGHTNING,
value: "-20"
}],
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

117
cards/pl/pl1/25.ts Normal file
View File

@ -0,0 +1,117 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "pl1-25",
localId: 25,
// Card informations
name: {
en: "Dustox",
fr: "Papinox",
},
hp: 130,
type: [
Type.PSYCHIC,
],
dexId: 269,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/25/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/25/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/25/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/25/high.png",
},
},
evolveFrom: {
en: "Cascoon",
fr: "Blindalys",
},
tags: [
Tag.STAGE2,
],
illustrator: {
id: 22,
name: "Yukiko Baba"
},
abilities: [{
id: 251,
type: AbilityType.POKEBODY,
name: {
en: "Camouflage Pattern",
fr: "Motif camouflage",
},
text: {
en: "Prevent all effects of attacks, including damage, done to Dustox by your opponent's Pokémon that is affected by 2 or more Special Conditions.",
fr: "Prévenez tous les effets d'attaques, dégâts inclus, infligés à Papinox par des Pokémon de votre adversaire étant affectés par au moins 2 États Spéciaux.",
}
}],
attacks: [{
cost: [
Type.GRASS,
Type.COLORLESS
],
name: {
en: "Smogscreen",
fr: "Para-brouillard",
},
text: {
en: "The Defending Pokémon is now Poisoned. If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing.",
fr: "Le Pokémon Défenseur est maintenant Empoisonné. Si le Pokémon Défenseur essaye d'attaquer lors du prochain tour de votre adversaire, celui-ci lance une pièce. Si c'est pile, cette attaque est sans effet.",
},
damage: 20
},{
cost: [
Type.GRASS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Chemical Scale",
fr: "Écaille chimique",
},
text: {
en: "If the Defending Pokémon has any Poké-Powers or Poké-Bodies, the Defending Pokémon is now Burned and Confused.",
fr: "Si le Pokémon Défenseur possède des Poké-Powers ou des Poké-Bodies, il est maintenant Brûlé et Confus.",
},
damage: 60
}],
weaknesses: [{
type: Type.FIRE,
value: "+30"
}],
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

105
cards/pl/pl1/26.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: "pl1-26",
localId: 26,
// Card informations
name: {
en: "Empoleon",
fr: "Pingoléon",
},
hp: 130,
type: [
Type.WATER,
],
dexId: 395,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/26/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/26/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/26/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/26/high.png",
},
},
evolveFrom: {
en: "Prinplup",
fr: "Prinplouf",
},
tags: [
Tag.STAGE2,
],
illustrator: {
id: 9,
name: "Mitsuhiro Arita"
},
attacks: [{
cost: [
Type.WATER,
Type.COLORLESS
],
name: {
en: "Knock Off",
fr: "Sabotage",
},
text: {
en: "Choose 1 card from your opponent's hand without looking and discard it.",
fr: "Choisissez sans regarder 1 carte de la main de votre adversaire et défaussez-la.",
},
damage: 40
},{
cost: [
Type.WATER,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Jet Smash",
fr: "Éclat'jet",
},
text: {
en: "Choose 1 of your opponent's Pokémon. This attack does 70 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) Empoleon can't use Jet Smash during your next turn.",
fr: "Choisissez 1 des Pokémon de votre adversaire. Cette attaque lui inflige 70 dégâts. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc.) Pingoléon ne peut pas utiliser Écras'jet lors de votre prochain tour.",
},
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "+30"
}],
retreat: 2,
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

106
cards/pl/pl1/27.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: "pl1-27",
localId: 27,
// Card informations
name: {
en: "Giratina",
fr: "Giratina",
},
hp: 100,
type: [
Type.PSYCHIC,
],
dexId: 487,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/27/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/27/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/27/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/27/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 9,
name: "Mitsuhiro Arita"
},
attacks: [{
cost: [
Type.PSYCHIC,
Type.COLORLESS
],
name: {
en: "Strafe",
fr: "Bombarder",
},
text: {
en: "You may switch Giratina with 1 of your Benched Pokémon.",
fr: "Vous pouvez échanger Giratina avec 1 de vos Pokémon de Banc.",
},
damage: 20
},{
cost: [
Type.PSYCHIC,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Broken-space Blow",
fr: "Coup espace-brisé",
},
text: {
en: "If the Defending Pokémon is Knocked Out by this attack, put the Defending Pokémon and all cards attached to it in the Lost Zone instead of discarding them.",
fr: "Si le Pokémon Défenseur est mis K.O par cette attaque, placez le Pokémon Défenseur ainsi que toutes les cartes qui lui sont attachées dans la Zone Perdue au lieu de les défausser.",
},
damage: 50
}],
weaknesses: [{
type: Type.DARKNESS,
value: "×2"
}],
resistances: [{
type: Type.COLORLESS,
value: "-20"
}],
retreat: 3,
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

102
cards/pl/pl1/28.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: "pl1-28",
localId: 28,
// Card informations
name: {
en: "Giratina",
fr: "Giratina",
},
hp: 110,
type: [
Type.PSYCHIC,
],
dexId: 487,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/28/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/28/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/28/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/28/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 123,
name: "Yusuke Ishikawa"
},
attacks: [{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Dragon Claw",
fr: "Dracogriffe",
},
damage: 30
},{
cost: [
Type.PSYCHIC,
Type.PSYCHIC,
Type.COLORLESS
],
name: {
en: "Dragonbreath",
fr: "Dracosouffle",
},
text: {
en: "Flip a coin. If tails, this attack does nothing. If heads, the Defending Pokémon is now Paralyzed.",
fr: "Lancez une pièce. Si c'est pile, cette attaque est sans effet. Si c'est face, le Pokémon Défenseur est maintenant Paralysé.",
},
damage: 80
}],
weaknesses: [{
type: Type.DARKNESS,
value: "+30"
}],
resistances: [{
type: Type.COLORLESS,
value: "-20"
}],
retreat: 2,
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

101
cards/pl/pl1/29.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: "pl1-29",
localId: 29,
// Card informations
name: {
en: "Golduck",
fr: "Akwakwak",
},
hp: 90,
type: [
Type.WATER,
],
dexId: 55,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/29/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/29/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/29/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/29/high.png",
},
},
evolveFrom: {
en: "Psyduck",
fr: "Psykokwak",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 10,
name: "Kouki Saitou"
},
attacks: [{
name: {
en: "Swim",
fr: "Nager",
},
text: {
en: "If your opponent has any Water Energy attached to any of his or her Pokémon, you may do 30 damage to any 1 Benched Pokémon instead. (Don't apply Weakness and Resistance for Benched Pokémon.)",
fr: "Si les Pokémon de votre adversaire possèdent de l'Énergie Water, vous pouvez infliger 30 dégâts à n'importe lequel des Pokémon de Banc. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc).",
},
damage: 30
},{
cost: [
Type.WATER,
Type.COLORLESS
],
name: {
en: "Water Slide",
fr: "Toboggan d'O",
},
text: {
en: "You may move all Energy cards attached to Golduck to 1 of your Benched Pokémon. If you do, this attack does 40 damage plus 20 more damage.",
fr: "Vous pouvez déplacer toutes les cartes Énergie attachées à Akwakwak sur 1 de vos Pokémon de Banc. Cette attaque inflige alors 40 dégâts plus 20 dégâts supplémentaires.",
},
damage: 40
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "+20"
}],
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

117
cards/pl/pl1/3.ts Normal file
View File

@ -0,0 +1,117 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "pl1-3",
localId: 3,
// Card informations
name: {
en: "Blaziken",
fr: "Brasegali",
},
hp: 130,
type: [
Type.FIRE,
],
dexId: 257,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/3/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/3/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/3/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/3/high.png",
},
},
evolveFrom: {
en: "Combusken",
fr: "Galifeu",
},
tags: [
Tag.STAGE2,
],
illustrator: {
id: 30,
name: "Hajime Kusajima"
},
abilities: [{
id: 203,
type: AbilityType.POKEPOWER,
name: {
en: "Fire Breath",
fr: "Haleine de feu",
},
text: {
en: "Once during your turn (before your attack), you may choose 1 of the Defending Pokémon. That Pokémon is now Burned. This power can't be used if Blaziken is affected by a Special Condition.",
fr: "Une seule fois lors de votre tour (avant votre attaque), vous pouvez choisir 1 des Pokémon Défenseurs. Ce Pokémon est maintenant Brûlé. Ce pouvoir ne peut pas être utilisé si Brasegali est affecté par un État Spécial.",
}
}],
attacks: [{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Clutch",
fr: "Serre",
},
text: {
en: "The Defending Pokémon can't retreat during your opponent's next turn.",
fr: "Le Pokémon Défenseur ne peut pas battre en retraite lors du prochain tour de votre adversaire.",
},
damage: 40
},{
cost: [
Type.FIRE,
Type.FIRE,
Type.COLORLESS
],
name: {
en: "Fire Spin",
fr: "Danseflamme",
},
text: {
en: "Discard 2 Energy attached to Blaziken.",
fr: "Défaussez 2 Énergies attachées à Brasegali.",
},
damage: 100
}],
weaknesses: [{
type: Type.WATER,
value: "+30"
}],
retreat: 1,
rarity: Rarity.RareHolo,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

105
cards/pl/pl1/30.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: "pl1-30",
localId: 30,
// Card informations
name: {
en: "Gyarados G",
fr: "Leviator ",
},
hp: 110,
type: [
Type.WATER,
],
dexId: 130,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/30/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/30/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/30/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/30/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
Tag.SP,
],
illustrator: {
id: 44,
name: "Kent Kanetsuna"
},
attacks: [{
cost: [
Type.WATER,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Wriggle",
fr: "Se tortiller",
},
text: {
en: "Flip a coin for each of your opponent's Pokémon. If that coin flip is heads, this attack does 30 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
fr: "Lancez une pièce pour chaque Pokémon de votre adversaire. Si vous obtenez une face, cette attaque inflige 30 dégâts à ce Pokémon. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc.)",
},
},{
cost: [
Type.WATER,
Type.WATER,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Dwindling Wave",
fr: "Vague diminutrice",
},
text: {
en: "Does 100 damage minus 10 damage for each damage counter on Gyarados .",
fr: "Inflige 100 dégâts moins 10 dégâts pour chaque marqueur de dégât sur Leviator .",
},
damage: 100
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "×2"
}],
retreat: 3,
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

104
cards/pl/pl1/31.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: "pl1-31",
localId: 31,
// Card informations
name: {
en: "Infernape",
fr: "Simiabraz",
},
hp: 110,
type: [
Type.FIRE,
],
dexId: 392,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/31/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/31/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/31/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/31/high.png",
},
},
evolveFrom: {
en: "Monferno",
fr: "Chimpenfeu",
},
tags: [
Tag.STAGE2,
],
illustrator: {
id: 10,
name: "Kouki Saitou"
},
attacks: [{
cost: [
Type.FIRE
],
name: {
en: "Rushing Flames",
fr: "Flammes dévorantes",
},
text: {
en: "Discard as many Fire Energy as you like attached to your Pokémon in play. Flip a coin for each Energy card you discarded. This attack does 80 damage times the number of heads.",
fr: "Défaussez autant d'Énergies Fire attachées à vos Pokémon en jeu que vous voulez. Lancez une pièce pour chaque carte Énergie défaussée. Cette attaque inflige 80 dégâts multipliés par le nombre de faces.",
},
damage: 80
},{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Rage",
fr: "Frénésie",
},
text: {
en: "Does 30 damage plus 10 more damage for each damage counter on Infernape.",
fr: "Inflige 30 dégâts plus 10 dégâts supplémentaires pour chaque marqueur de dégât sur Simiabraz.",
},
damage: 30
}],
weaknesses: [{
type: Type.WATER,
value: "+30"
}],
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

105
cards/pl/pl1/32.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: "pl1-32",
localId: 32,
// Card informations
name: {
en: "Kricketune",
fr: "Mélokrik",
},
hp: 90,
type: [
Type.GRASS,
],
dexId: 402,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/32/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/32/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/32/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/32/high.png",
},
},
evolveFrom: {
en: "Kricketot",
fr: "Crikzik",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 32,
name: "Atsuko Nishida"
},
attacks: [{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Revenge Melody",
fr: "Mélodie vengeresse",
},
text: {
en: "Does 20 damage times the number of Kricketot and Kricketune in your discard pile.",
fr: "Inflige 20 dégâts multipliés par le nombre de Crikzik et Mélokrik dans votre pile de défausse.",
},
damage: 20
},{
cost: [
Type.GRASS,
Type.GRASS
],
name: {
en: "Bug Buzz",
fr: "Bourdon",
},
text: {
en: "If the Defending Pokémon is Asleep, this attack does 50 damage plus 30 more damage. Remove the Special Condition Asleep from the Defending Pokémon.",
fr: "Si le Pokémon Défenseur est Endormi, cette attaque inflige 50 dégâts plus 30 dégâts supplémentaires. Retirez-lui l'État Spécial Endormi.",
},
damage: 50
}],
weaknesses: [{
type: Type.FIRE,
value: "+20"
}],
retreat: 1,
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

107
cards/pl/pl1/33.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: "pl1-33",
localId: 33,
// Card informations
name: {
en: "Lickilicky",
fr: "Coudlangue",
},
hp: 120,
type: [
Type.COLORLESS,
],
dexId: 463,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/33/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/33/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/33/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/33/high.png",
},
},
evolveFrom: {
en: "Lickitung",
fr: "Excelangue",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 9,
name: "Mitsuhiro Arita"
},
attacks: [{
cost: [
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Harrumph",
fr: "Se racler la gorge",
},
text: {
en: "Choose 1 of your opponent's Pokémon. This attack does 40 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) Before doing damage, discard all Trainer cards attached to that Pokémon.",
fr: "Choisissez 1 des Pokémon de votre adversaire. Cette attaque lui inflige 40 dégâts. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc.) Avant d'infliger des dégâts, défaussez toutes les cartes Dresseur attachées à ce Pokémon.",
},
},{
cost: [
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Body Press",
fr: "Presse corporelle",
},
text: {
en: "Flip a coin. If heads, the Defending Pokémon is now Paralyzed and discard an Energy card attached to the Defending Pokémon.",
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Paralysé. Défaussez une carte Énergie attachée au Pokémon Défenseur.",
},
damage: 60
}],
weaknesses: [{
type: Type.FIGHTING,
value: "+20"
}],
retreat: 4,
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

117
cards/pl/pl1/34.ts Normal file
View File

@ -0,0 +1,117 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "pl1-34",
localId: 34,
// Card informations
name: {
en: "Ludicolo",
fr: "Ludicolo",
},
hp: 120,
type: [
Type.GRASS,
],
dexId: 272,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/34/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/34/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/34/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/34/high.png",
},
},
evolveFrom: {
en: "Lombre",
fr: "Lombre",
},
tags: [
Tag.STAGE2,
],
illustrator: {
id: 0,
name: "Kagemaru Himeno"
},
abilities: [{
id: 271,
type: AbilityType.POKEPOWER,
name: {
en: "Cheerful Voice",
fr: "Voix joyeuse",
},
text: {
en: "Once during your turn (before your attack), you may use this power. If you do, your turn ends. During your next turn, each of Ludicolo's attacks does 60 more damage to the Defending Pokémon (before applying Weakness and Resistance). This power can't be used if Ludicolo is affected by a Special Condition.",
fr: "Une seule fois lors de votre tour (avant votre attaque), vous pouvez utiliser ce pouvoir. Votre tour est alors terminé. Lors de votre prochain tour, chacune des attaques de Ludicolo inflige 60 dégâts supplémentaires au Pokémon Défenseur (avant application de la Faiblesse et de la Résistance). Ce pouvoir ne peut pas être utilisé si Ludicolo est affecté par un État Spécial.",
}
}],
attacks: [{
cost: [
Type.WATER,
Type.COLORLESS
],
name: {
en: "Mad Dance",
fr: "Danse de fou",
},
text: {
en: "The Defending Pokémon is now Confused.",
fr: "Le Pokémon Défenseur est maintenant Confus.",
},
damage: 20
},{
cost: [
Type.GRASS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Best Dance",
fr: "Meilleure danse",
},
text: {
en: "After doing damage, remove from Ludicolo the number of damage counters equal to the damage you did to the Defending Pokémon. Ludicolo can't use Best Dance during your next turn.",
fr: "Après avoir infligé des dégâts, retirez à Ludicolo autant de marqueurs de dégât que vous avez infligé de dégâts au Pokémon Défenseur. Ludicolo ne peut pas utiliser Meilleure danse lors de votre prochain tour.",
},
damage: 60
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "+30"
}],
retreat: 2,
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

96
cards/pl/pl1/35.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: "pl1-35",
localId: 35,
// Card informations
name: {
en: "Luvdisc",
fr: "Lovdisc",
},
hp: 70,
type: [
Type.WATER,
],
dexId: 370,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/35/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/35/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/35/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/35/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 0,
name: "Kagemaru Himeno"
},
attacks: [{
name: {
en: "Love Call",
fr: "Appel amoureux",
},
text: {
en: "Choose 1 of your opponent's Pokémon. Search your deck for a Pokémon that is the same type as the Pokémon you chose, show it to your opponent, and put it into your hand. Shuffle your deck afterward.",
fr: "Choisissez 1 des Pokémon de votre adversaire. Choisissez dans votre deck un Pokémon du même type que le Pokémon que vous avez choisi, montrez-le à votre adversaire et placez-le dans votre main. Ensuite, mélangez votre deck.",
},
},{
cost: [
Type.WATER
],
name: {
en: "Sweet Kiss",
fr: "Doux baiser",
},
text: {
en: "Your opponent may draw a card.",
fr: "Votre adversaire peut piocher une carte.",
},
damage: 30
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "+10"
}],
retreat: 1,
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

100
cards/pl/pl1/36.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: "pl1-36",
localId: 36,
// Card informations
name: {
en: "Ninetales",
fr: "Feunard",
},
hp: 90,
type: [
Type.FIRE,
],
dexId: 38,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/36/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/36/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/36/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/36/high.png",
},
},
evolveFrom: {
en: "Vulpix",
fr: "Goupix",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 29,
name: "Suwama Chiaki"
},
attacks: [{
name: {
en: "Flame Bash",
fr: "Coup de flammes",
},
text: {
en: "Flip a coin until you get tails. Search your deck for a number of Fire Energy cards up to the number of heads and attach them to any of your Pokémon in any way you like. Shuffle your deck afterward.",
fr: "Lancez une pièce jusqu'à ce que vous obteniez pile. Cherchez dans votre deck autant de cartes Énergie Fire que vous avez obtenu de faces et attachez-les à n'importe lequel de vos Pokémon de la façon que vous voulez. Ensuite, mélangez votre deck.",
},
},{
cost: [
Type.FIRE,
Type.COLORLESS
],
name: {
en: "Mysterious Flames",
fr: "Flammes mystérieuses",
},
text: {
en: "If you have more Energy in play than your opponent, the Defending Pokémon is now Burned and Confused.",
fr: "Si vous possédez plus d'Énergie en jeu que votre adversaire, le Pokémon Défenseur est maintenant Brûlé et Confus.",
},
damage: 40
}],
weaknesses: [{
type: Type.WATER,
value: "+20"
}],
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

103
cards/pl/pl1/37.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: "pl1-37",
localId: 37,
// Card informations
name: {
en: "Palkia",
fr: "Palkia",
},
hp: 100,
type: [
Type.WATER,
],
dexId: 484,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/37/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/37/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/37/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/37/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 44,
name: "Kent Kanetsuna"
},
attacks: [{
cost: [
Type.WATER,
Type.COLORLESS
],
name: {
en: "Tsunami",
fr: "Tsunami",
},
text: {
en: "Does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
fr: "Inflige 10 dégâts à chacun des Pokémon de Banc de votre adversaire. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc.)",
},
damage: 10
},{
cost: [
Type.WATER,
Type.WATER,
Type.COLORLESS
],
name: {
en: "Water Pulse",
fr: "Vibraqua",
},
text: {
en: "Flip a coin. If heads, the Defending Pokémon is now Asleep.",
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Endormi.",
},
damage: 60
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "+30"
}],
retreat: 2,
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

102
cards/pl/pl1/38.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: "pl1-38",
localId: 38,
// Card informations
name: {
en: "Shaymin",
fr: "Shaymin",
},
hp: 80,
type: [
Type.GRASS,
],
dexId: 492,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/38/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/38/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/38/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/38/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 10,
name: "Kouki Saitou"
},
attacks: [{
name: {
en: "Energy Blow",
fr: "Coup d'énergie",
},
text: {
en: "Does 10 damage plus 10 more damage for each Energy attached to Shaymin.",
fr: "Inflige 10 dégâts plus 10 dégâts supplémentaires pour chaque Énergie attachée à Shaymin.",
},
damage: 10
},{
cost: [
Type.GRASS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Aromatherapy",
fr: "Aromathérapi",
},
text: {
en: "Remove 2 damage counters from each of your Pokémon.",
fr: "Retirez à chacun de vos Pokémon 2 marqueurs de dégât.",
},
damage: 40
}],
weaknesses: [{
type: Type.FIRE,
value: "+20"
}],
resistances: [{
type: Type.WATER,
value: "-20"
}],
retreat: 1,
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

108
cards/pl/pl1/39.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: "pl1-39",
localId: 39,
// Card informations
name: {
en: "Torterra",
fr: "Torterra",
},
hp: 140,
type: [
Type.GRASS,
],
dexId: 389,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/39/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/39/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/39/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/39/high.png",
},
},
evolveFrom: {
en: "Grotle",
fr: "Boskara",
},
tags: [
Tag.STAGE2,
],
illustrator: {
id: 0,
name: "Kagemaru Himeno"
},
attacks: [{
cost: [
Type.GRASS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Green Blast",
fr: "Explosion verte",
},
text: {
en: "Does 40 damage plus 10 more damage for each Grass Energy attached to all of your Pokémon.",
fr: "Inflige 40 dégâts plus 10 dégâts supplémentaires pour chaque Énergie Grass attachée à tous vos Pokémon.",
},
damage: 40
},{
cost: [
Type.GRASS,
Type.GRASS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Soothing Scent",
fr: "Senteur apaisante",
},
text: {
en: "The Defending Pokémon is now Asleep.",
fr: "Le Pokémon Défenseur est maintenant Endormi.",
},
damage: 80
}],
weaknesses: [{
type: Type.FIRE,
value: "+30"
}],
retreat: 4,
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

112
cards/pl/pl1/4.ts Normal file
View File

@ -0,0 +1,112 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "pl1-4",
localId: 4,
// Card informations
name: {
en: "Delcatty",
fr: "Delcatty",
},
hp: 90,
type: [
Type.COLORLESS,
],
dexId: 301,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/4/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/4/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/4/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/4/high.png",
},
},
evolveFrom: {
en: "Skitty",
fr: "Skitty",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 9,
name: "Mitsuhiro Arita"
},
abilities: [{
id: 106,
type: AbilityType.POKEPOWER,
name: {
en: "Power Circulation",
fr: "Circulation de puissance",
},
text: {
en: "Once during your turn (before your attack), you may search your discard pile for up to 2 basic Energy cards, show them to your opponent, and put them on top of your deck in any order. If you do, put 2 damage counters on Delcatty. This power can't be used if Delcatty is affected by a Special Condition.",
fr: "Une seule fois lors de votre tour (avant votre attaque), vous pouvez choisir dans votre pile de défausse jusqu'à 2 cartes Énergie de base. Montrez-les à votre adversaire et placez-les au dessus de votre deck dans n'importe quel ordre. Placez alors 2 marqueurs de dégât sur Delcatty. Ce pouvoir ne peut pas être utilisé si Delcatty est affecté par un État Spécial.",
}
}],
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Power Heal",
fr: "Pouvoir guérissant",
},
text: {
en: "Does 10 damage plus 10 more damage for each damage counter on Delcatty. Then, remove 2 damage counters from Delcatty.",
fr: "Inflige 10 dégâts plus 10 dégâts supplémentaires pour chaque marqueur de dégât sur Delcatty. Ensuite, retirez à Delcatty 2 marqueurs de dégât.",
},
damage: 10
},{
cost: [
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Rear Kick",
fr: "Pouvoir guérisseur",
},
damage: 60
}],
weaknesses: [{
type: Type.FIGHTING,
value: "+20"
}],
retreat: 1,
rarity: Rarity.RareHolo,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

100
cards/pl/pl1/40.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: "pl1-40",
localId: 40,
// Card informations
name: {
en: "Toxicroak G",
fr: "Coatox ",
},
hp: 90,
type: [
Type.PSYCHIC,
],
dexId: 454,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/40/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/40/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/40/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/40/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
Tag.SP,
],
illustrator: {
id: 84,
name: "Ryota Saito"
},
abilities: [{
id: 1122,
type: AbilityType.POKEBODY,
name: {
en: "Anticipation",
fr: "Anticipation",
},
text: {
en: "Prevent all effects of attacks, excluding damage, done to Toxicroak .",
fr: "Prévenez tous les effets d'attaques, dégâts exclus, infligés à Coatox .",
}
}],
attacks: [{
cost: [
Type.PSYCHIC,
Type.COLORLESS
],
name: {
en: "Deep Poison",
fr: "Poison profond",
},
text: {
en: "If the Defending Pokémon is Poisoned, this attack does 20 damage plus 40 more damage.",
fr: "Si le Pokémon Défenseur est Empoisonné, cette attaque inflige 20 dégâts plus 40 dégâts supplémentaires.",
},
damage: 20
}],
weaknesses: [{
type: Type.PSYCHIC,
value: "×2"
}],
retreat: 2,
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

104
cards/pl/pl1/41.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: "pl1-41",
localId: 41,
// Card informations
name: {
en: "Bronzong G",
fr: "Archéodong ",
},
hp: 90,
type: [
Type.METAL,
],
dexId: 437,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/41/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/41/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/41/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/41/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
Tag.SP,
],
illustrator: {
id: 90,
name: "Makoto Imai"
},
abilities: [{
id: 279,
type: AbilityType.POKEPOWER,
name: {
en: "Galactic Switch",
fr: "Échange galactique",
},
text: {
en: "Once during your turn (before your attack), you may move an Energy card attached to 1 of your Pokémon SP to another of your Pokémon. Then, put 2 damage counters on Bronzong . This power can't be used if Bronzong is affected by a Special Condition.",
fr: "Une seule fois lors de votre tour (avant votre attaque), vous pouvez déplacer une carte Énergie attachée à 1 de vos Pokémon SP sur un autre de vos Pokémon. Ensuite, placez 2 marqueurs de dégât sur Archéodong . Ce pouvoir ne peut pas être utilisé si Archéodong est affecté par un État Spécial.",
}
}],
attacks: [{
cost: [
Type.METAL,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Psychic Pulse",
fr: "Vibration psy",
},
text: {
en: "Does 10 damage to each of your opponent's Benched Pokémon that has any damage counters on it. (Don't apply Weakness and Resistance for Benched Pokémon.)",
fr: "Inflige 10 dégâts à chacun des Pokémon de Banc de votre adversaire possédant des marqueurs de dégât. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc.)",
},
damage: 40
}],
weaknesses: [{
type: Type.PSYCHIC,
value: "×2"
}],
resistances: [{
type: Type.FIRE,
value: "-20"
}],
retreat: 3,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

104
cards/pl/pl1/42.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: "pl1-42",
localId: 42,
// Card informations
name: {
en: "Cacturne",
fr: "Cacturne",
},
hp: 90,
type: [
Type.GRASS,
],
dexId: 332,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/42/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/42/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/42/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/42/high.png",
},
},
evolveFrom: {
en: "Cacnea",
fr: "Cacnea",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 9,
name: "Mitsuhiro Arita"
},
attacks: [{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Spike Wound",
fr: "Blessure pointue",
},
text: {
en: "Choose 1 of your opponent's Pokémon that has any damage counters on it. This attack does 50 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
fr: "Choisissez 1 des Pokémon de votre adversaire possédant des marqueurs de dégât. Cette attaque lui inflige 50 dégâts. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc.)",
},
},{
cost: [
Type.GRASS,
Type.DARKNESS
],
name: {
en: "Poison Experiment",
fr: "Expérimentation empoisonnée",
},
text: {
en: "You may discard a Grass or Darkness Energy attached to Cacturne. If you discard a Grass Energy, the Defending Pokémon is now Poisoned. If you discard a Darkness Energy, the Defending Pokémon is now Paralyzed.",
fr: "Vous pouvez défausser une Énergie Grass ou Darkness attachée à Cacturne. Si vous défaussez une Énergie Grass, le Pokémon Défenseur est maintenant Empoisonné. Si vous défaussez une Énergie Darkness, le Pokémon Défenseur est maintenant Paralysé.",
},
damage: 20
}],
weaknesses: [{
type: Type.FIRE,
value: "+20"
}],
retreat: 2,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

117
cards/pl/pl1/43.ts Normal file
View File

@ -0,0 +1,117 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "pl1-43",
localId: 43,
// Card informations
name: {
en: "Carnivine",
fr: "Vortente",
},
hp: 80,
type: [
Type.GRASS,
],
dexId: 455,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/43/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/43/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/43/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/43/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 9,
name: "Mitsuhiro Arita"
},
attacks: [{
cost: [
Type.GRASS
],
name: {
en: "Stretch Vine",
fr: "Longue Liane",
},
text: {
en: "Choose 2 of your opponent's Benched Pokémon. This attack does 10 damage to each of them. (Don't apply Weakness and Resistance for Benched Pokémon.)",
fr: "Choisissez 2 des Pokémon de Banc de votre adversaire. Cette attaque inflige 10 dégâts à chacun. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc.)",
},
},{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Absorb",
fr: "Vol-vie",
},
text: {
en: "Remove 2 damage counters from Carnivine.",
fr: "Retirez à Vortente 2 marqueurs de dégât.",
},
damage: 20
},{
cost: [
Type.GRASS,
Type.GRASS
],
name: {
en: "Vine Extract",
fr: "Extrait de plante",
},
text: {
en: "If the Defending Pokémon already has any damage counters on it, the Defending Pokémon is now Burned and Poisoned.",
fr: "Si le Pokémon Défenseur possède déjà des marqueurs de dégât, il est maintenant Brûlé et Empoisonné.",
},
damage: 30
}],
weaknesses: [{
type: Type.FIRE,
value: "+20"
}],
resistances: [{
type: Type.WATER,
value: "-20"
}],
retreat: 2,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

100
cards/pl/pl1/44.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: "pl1-44",
localId: 44,
// Card informations
name: {
en: "Cascoon",
fr: "Blindalys",
},
hp: 80,
type: [
Type.GRASS,
],
dexId: 268,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/44/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/44/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/44/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/44/high.png",
},
},
evolveFrom: {
en: "Wurmple",
fr: "Chenipotte",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 22,
name: "Yukiko Baba"
},
attacks: [{
name: {
en: "Ascension",
fr: "Ascension",
},
text: {
en: "Search your deck for a card that evolves from Cascoon and put it onto Cascoon. (This counts as evolving Cascoon.) Shuffle your deck afterward.",
fr: "Choisissez dans votre deck une carte qui évolue de Blindalys et placez-la sur Blindalys. (Vous le faites ainsi évoluer.) Ensuite, mélangez votre deck.",
},
},{
cost: [
Type.GRASS,
Type.COLORLESS
],
name: {
en: "Poison Thread",
fr: "Fil empoisonné",
},
text: {
en: "The Defending Pokémon is now Poisoned.",
fr: "Le Pokémon Défenseur est maintenant Empoisonné.",
},
damage: 20
}],
weaknesses: [{
type: Type.FIRE,
value: "+20"
}],
retreat: 2,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

102
cards/pl/pl1/45.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: "pl1-45",
localId: 45,
// Card informations
name: {
en: "Combusken",
fr: "Galifeu",
},
hp: 80,
type: [
Type.FIRE,
],
dexId: 256,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/45/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/45/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/45/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/45/high.png",
},
},
evolveFrom: {
en: "Torchic",
fr: "Poussifeu",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 8,
name: "Masakazu Fukuda"
},
attacks: [{
cost: [
Type.FIRE,
Type.COLORLESS
],
name: {
en: "Firebreathing",
fr: "Souffle-feu",
},
text: {
en: "Flip a coin. If heads, this attack does 20 damage plus 20 more damage.",
fr: "Lancez une pièce. Si c'est face, cette attaque inflige 20 dégâts plus 20 dégâts supplémentaires.",
},
damage: 20
},{
cost: [
Type.FIRE,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "High Jump Kick",
fr: "Pied voltige",
},
damage: 60
}],
weaknesses: [{
type: Type.WATER,
value: "+20"
}],
retreat: 1,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

104
cards/pl/pl1/46.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: "pl1-46",
localId: 46,
// Card informations
name: {
en: "Cranidos",
fr: "Kranidos",
},
hp: 80,
type: [
Type.FIGHTING,
],
dexId: 408,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/46/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/46/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/46/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/46/high.png",
},
},
evolveFrom: {
en: "Skull Fossil",
fr: "Fossile crâne",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 10,
name: "Kouki Saitou"
},
attacks: [{
cost: [
Type.FIGHTING
],
name: {
en: "Rock Smash",
fr: "Éclate-roc",
},
text: {
en: "Flip a coin. If heads, this attack does 20 damage plus 20 more damage.",
fr: "Lancez une pièce. Si c'est face, cette attaque inflige 20 dégâts plus 20 dégâts supplémentaires.",
},
damage: 20
},{
cost: [
Type.FIGHTING,
Type.COLORLESS
],
name: {
en: "Knock Over",
fr: "Culbute",
},
text: {
en: "You may discard any Stadium card in play.",
fr: "Vous pouvez défausser n'importe quelle carte Stade en jeu.",
},
damage: 40
}],
weaknesses: [{
type: Type.GRASS,
value: "+20"
}],
retreat: 1,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

102
cards/pl/pl1/47.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: "pl1-47",
localId: 47,
// Card informations
name: {
en: "Crobat G",
fr: "Nostenfert ",
},
hp: 80,
type: [
Type.PSYCHIC,
],
dexId: 169,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/47/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/47/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/47/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/47/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
Tag.SP,
],
illustrator: {
id: 90,
name: "Makoto Imai"
},
abilities: [{
id: 569,
type: AbilityType.POKEPOWER,
name: {
en: "Flash Bite",
fr: "Morsure flash",
},
text: {
en: "Once during your turn, when you put Crobat from your hand onto your Bench, you may put 1 damage counter on 1 of your opponent's Pokémon.",
fr: "Une seule fois lors de votre tour, lorsque vous placez Nostenfert de votre main sur votre Banc, vous pouvez placer 1 marqueur de dégât sur 1 des Pokémon de votre adversaire.",
}
}],
attacks: [{
cost: [
Type.PSYCHIC,
Type.COLORLESS
],
name: {
en: "Toxic Fang",
fr: "Croc toxik",
},
text: {
en: "The Defending Pokémon is now Poisoned. Put 2 damage counters instead of 1 on the Defending Pokémon between turns.",
fr: "Le Pokémon Défenseur est maintenant Empoisonné. Placez 2 marqueurs de dégât au lieu d'1 sur le Pokémon Défenseur entre deux tours.",
},
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "×2"
}],
resistances: [{
type: Type.FIGHTING,
value: "-20"
}],
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

107
cards/pl/pl1/48.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: "pl1-48",
localId: 48,
// Card informations
name: {
en: "Flaaffy",
fr: "Lainergie",
},
hp: 80,
type: [
Type.LIGHTNING,
],
dexId: 180,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/48/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/48/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/48/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/48/high.png",
},
},
evolveFrom: {
en: "Mareep",
fr: "Wattouat",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 7,
name: "Sumiyoshi Kizuki"
},
attacks: [{
cost: [
Type.LIGHTNING
],
name: {
en: "Spark",
fr: "Étincelle",
},
text: {
en: "Does 10 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
fr: "Inflige 10 dégâts à 2 des Pokémon de Banc de votre adversaire. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc.)",
},
damage: 10
},{
cost: [
Type.LIGHTNING,
Type.COLORLESS
],
name: {
en: "Tail Code",
fr: "Queue codée",
},
text: {
en: "Move an Energy card attached to the Defending Pokémon to another of your opponent's Pokémon.",
fr: "Déplacez une carte Énergie attachée au Pokémon Défenseur sur un autre des Pokémon de votre adversaire.",
},
damage: 30
}],
weaknesses: [{
type: Type.FIGHTING,
value: "+20"
}],
resistances: [{
type: Type.METAL,
value: "-20"
}],
retreat: 1,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

105
cards/pl/pl1/49.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: "pl1-49",
localId: 49,
// Card informations
name: {
en: "Grotle",
fr: "Boskara",
},
hp: 90,
type: [
Type.GRASS,
],
dexId: 388,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/49/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/49/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/49/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/49/high.png",
},
},
evolveFrom: {
en: "Turtwig",
fr: "Tortipouss",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 0,
name: "Kagemaru Himeno"
},
attacks: [{
cost: [
Type.GRASS,
Type.COLORLESS
],
name: {
en: "Absorb",
fr: "Vol-vie",
},
text: {
en: "Remove 1 damage counter from Grotle.",
fr: "Retirez à Boskara 1 marqueur de dégât.",
},
damage: 30
},{
cost: [
Type.GRASS,
Type.GRASS,
Type.COLORLESS
],
name: {
en: "Razor Leaf",
fr: "Tranch'herbe",
},
damage: 60
}],
weaknesses: [{
type: Type.FIRE,
value: "+20"
}],
resistances: [{
type: Type.WATER,
value: "-20"
}],
retreat: 3,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

103
cards/pl/pl1/5.ts Normal file
View File

@ -0,0 +1,103 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "pl1-5",
localId: 5,
// Card informations
name: {
en: "Dialga",
fr: "Dialga",
},
hp: 100,
type: [
Type.METAL,
],
dexId: 483,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/5/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/5/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/5/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/5/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 9,
name: "Mitsuhiro Arita"
},
abilities: [{
id: 1117,
type: AbilityType.POKEPOWER,
name: {
en: "Reverse Time",
fr: "Temps inverse",
},
text: {
en: "Once during your turn, when you put Dialga from your hand onto your Bench, you may search your discard pile for up to 3 in any combination of Pokémon (excluding Pokémon LV.X) and basic Energy cards. Show them to your opponent and put them on top of your deck in any order.",
fr: "Une seule fois lors de votre tour, lorsque vous placez Dialga de votre main sur votre Banc, vous pouvez chercher dans votre pile de défausse n'importe quelle combinaison de jusqu'à 3 Pokémon (Pokémon NIV.X exclus) et cartes Énergie de base. Montrez-les à votre adversaire et placez-les au dessus de votre deck dans n'importe quel ordre.",
}
}],
attacks: [{
cost: [
Type.METAL,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Time-Space Traveling",
fr: "Voyage espace-temps",
},
text: {
en: "Draw cards until you have 7 cards in your hand.",
fr: "Piochez des cartes jusqu'à ce que vous ayez 7 cartes en main.",
},
damage: 50
}],
weaknesses: [{
type: Type.FIRE,
value: "×2"
}],
resistances: [{
type: Type.PSYCHIC,
value: "-20"
}],
retreat: 3,
rarity: Rarity.RareHolo,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

107
cards/pl/pl1/50.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: "pl1-50",
localId: 50,
// Card informations
name: {
en: "Houndoom G",
fr: "Demolosse ",
},
hp: 90,
type: [
Type.FIRE,
],
dexId: 229,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/50/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/50/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/50/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/50/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
Tag.SP,
],
illustrator: {
id: 44,
name: "Kent Kanetsuna"
},
attacks: [{
cost: [
Type.DARKNESS,
Type.COLORLESS
],
name: {
en: "Black Cry",
fr: "Cri noir",
},
text: {
en: "The Defending Pokémon can't retreat or use any Poké-Powers during your opponent's next turn.",
fr: "Le Pokémon Défenseur ne peut pas battre en retraite ou utiliser de Poké-Powers lors du prochain tour de votre adversaire.",
},
damage: 20
},{
cost: [
Type.DARKNESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Dark Slash",
fr: "Entaille",
},
text: {
en: "You may discard a Darkness Energy attached to Houndoom . If you do, this attack does 40 damage plus 20 more damage.",
fr: "Vous pouvez défausser une Énergie Darkness attachée à Demolosse . Cette attaque inflige alors 40 dégâts plus 20 dégâts supplémentaires.",
},
damage: 40
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
resistances: [{
type: Type.PSYCHIC,
value: "-20"
}],
retreat: 1,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

102
cards/pl/pl1/51.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: "pl1-51",
localId: 51,
// Card informations
name: {
en: "Kirlia",
fr: "Kirlia",
},
hp: 80,
type: [
Type.PSYCHIC,
],
dexId: 281,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/51/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/51/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/51/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/51/high.png",
},
},
evolveFrom: {
en: "Ralts",
fr: "Tarsal",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 23,
name: "Naoyo Kimura"
},
attacks: [{
cost: [
Type.PSYCHIC,
Type.COLORLESS
],
name: {
en: "Teleportation Burst",
fr: "Téléportation explosive",
},
text: {
en: "You may switch Kirlia with 1 of your Benched Pokémon.",
fr: "Vous pouvez échanger Kirlia avec 1 des Pokémon de Banc de votre adversaire.",
},
damage: 30
},{
cost: [
Type.PSYCHIC,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Super Psy Bolt",
fr: "Super psy",
},
damage: 60
}],
weaknesses: [{
type: Type.PSYCHIC,
value: "+20"
}],
retreat: 1,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

102
cards/pl/pl1/52.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: "pl1-52",
localId: 52,
// Card informations
name: {
en: "Lombre",
fr: "Lombre",
},
hp: 80,
type: [
Type.GRASS,
],
dexId: 271,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/52/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/52/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/52/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/52/high.png",
},
},
evolveFrom: {
en: "Lotad",
fr: "Nénupiot",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 2,
name: "Midori Harada"
},
attacks: [{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Interrupt",
fr: "Interruption",
},
text: {
en: "Flip a coin. If heads, look at your opponent's hand and choose 1 card, then have your opponent shuffle that card into his or her deck.",
fr: "Lancez une pièce. Si c'est face, regardez la main de votre adversaire et choisissez-y une carte. Ensuite, demandez à votre adversaire de la mélanger à son deck.",
},
damage: 20
},{
cost: [
Type.GRASS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Gentle Slap",
fr: "Gifle douce",
},
damage: 60
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "+20"
}],
retreat: 1,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

104
cards/pl/pl1/53.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: "pl1-53",
localId: 53,
// Card informations
name: {
en: "Lucario",
fr: "Lucario",
},
hp: 90,
type: [
Type.METAL,
],
dexId: 448,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/53/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/53/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/53/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/53/high.png",
},
},
evolveFrom: {
en: "Riolu",
fr: "Riolu",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 10,
name: "Kouki Saitou"
},
attacks: [{
cost: [
Type.METAL
],
name: {
en: "Aura Sphere",
fr: "Aurasphère",
},
text: {
en: "Does 10 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
fr: "Inflige 10 dégâts à 1 des Pokémon de Banc de votre adversaire. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc.)",
},
damage: 30
},{
cost: [
Type.METAL,
Type.COLORLESS
],
name: {
en: "Do the Wave",
fr: "Faites la vague",
},
text: {
en: "Does 20 damage plus 10 more damage for each of your Benched Pokémon.",
fr: "Inflige 20 dégâts plus 10 dégâts supplémentaires pour chacun des Pokémon de votre Banc.",
},
damage: 20
}],
weaknesses: [{
type: Type.FIRE,
value: "+20"
}],
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

120
cards/pl/pl1/54.ts Normal file
View File

@ -0,0 +1,120 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "pl1-54",
localId: 54,
// Card informations
name: {
en: "Mightyena",
fr: "Grahyena",
},
hp: 90,
type: [
Type.DARKNESS,
],
dexId: 262,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/54/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/54/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/54/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/54/high.png",
},
},
evolveFrom: {
en: "Poochyena",
fr: "Medhyena",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 10,
name: "Kouki Saitou"
},
abilities: [{
id: 296,
type: AbilityType.POKEBODY,
name: {
en: "Cold Feet",
fr: "Pieds froids",
},
text: {
en: "If Mightyena is affected by a Special Condition, ignore all Energy necessary to use Mightyena's attacks.",
fr: "Si Grahyena est affecté par un État Spécial, ignorez toutes les Énergies nécessaires pour utiliser les attaques de Grahyena.",
}
}],
attacks: [{
cost: [
Type.DARKNESS,
Type.COLORLESS
],
name: {
en: "Collude",
fr: "Association louche",
},
text: {
en: "If you played any Supporter card from your hand during this turn, this attack does 20 damage plus 20 more damage.",
fr: "Si vous avez joué une carte Supporter de votre main ce tour-ci, cette attaque inflige 20 dégâts plus 20 dégâts supplémentaires.",
},
damage: 20
},{
cost: [
Type.DARKNESS,
Type.DARKNESS,
Type.COLORLESS
],
name: {
en: "Desperate Attack",
fr: "Attaque désespérée",
},
text: {
en: "If Mightyena has less Energy attached to it than the Defending Pokémon, this attack does 50 damage plus 30 more damage.",
fr: "Si Grahyena possède moins d'Énergie que le Pokémon Défenseur, cette attaque inflige 50 dégâts plus 30 dégâts supplémentaires.",
},
damage: 50
}],
weaknesses: [{
type: Type.FIGHTING,
value: "+20"
}],
resistances: [{
type: Type.PSYCHIC,
value: "-20"
}],
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

108
cards/pl/pl1/55.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: "pl1-55",
localId: 55,
// Card informations
name: {
en: "Mismagius",
fr: "Magirêve",
},
hp: 90,
type: [
Type.PSYCHIC,
],
dexId: 429,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/55/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/55/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/55/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/55/high.png",
},
},
evolveFrom: {
en: "Misdreavus",
fr: "Feuforêve",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 0,
name: "Kagemaru Himeno"
},
attacks: [{
cost: [
Type.PSYCHIC
],
name: {
en: "Upper Hand",
fr: "Tourmente",
},
text: {
en: "Choose 1 of the Defending Pokémon's attacks. That Pokémon can't use that attack during your opponent's next turn.",
fr: "Choisissez 1 des attaques du Pokémon Défenseur. Il ne peut pas l'utiliser lors du prochain tour de votre adversaire.",
},
damage: 30
},{
cost: [
Type.PSYCHIC,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Psybeam",
fr: "Rafale psy",
},
text: {
en: "Flip a coin. If heads, the Defending Pokémon is now Confused.",
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Confus.",
},
damage: 60
}],
weaknesses: [{
type: Type.DARKNESS,
value: "+20"
}],
resistances: [{
type: Type.COLORLESS,
value: "-20"
}],
retreat: 1,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

104
cards/pl/pl1/56.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: "pl1-56",
localId: 56,
// Card informations
name: {
en: "Monferno",
fr: "Chimpenfeu",
},
hp: 80,
type: [
Type.FIRE,
],
dexId: 391,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/56/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/56/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/56/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/56/high.png",
},
},
evolveFrom: {
en: "Chimchar",
fr: "Ouisticram",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 10,
name: "Kouki Saitou"
},
attacks: [{
cost: [
Type.FIRE
],
name: {
en: "Fire Tail Slap",
fr: "Coup de queue enflammé",
},
text: {
en: "Flip a coin. If tails, discard a Fire Energy attached to Monferno.",
fr: "Lancez une pièce. Si c'est pile, défaussez une Énergie Fire attachée à Chimpenfeu.",
},
damage: 40
},{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Paralyzing Gaze",
fr: "Regard paralysant",
},
text: {
en: "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Paralysé.",
},
damage: 20
}],
weaknesses: [{
type: Type.WATER,
value: "+20"
}],
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

117
cards/pl/pl1/57.ts Normal file
View File

@ -0,0 +1,117 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "pl1-57",
localId: 57,
// Card informations
name: {
en: "Muk",
fr: "Grotadmorv",
},
hp: 100,
type: [
Type.PSYCHIC,
],
dexId: 89,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/57/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/57/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/57/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/57/high.png",
},
},
evolveFrom: {
en: "Grimer",
fr: "Tadmorv",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 30,
name: "Hajime Kusajima"
},
abilities: [{
id: 545,
type: AbilityType.POKEBODY,
name: {
en: "Sludge Cell",
fr: "Celllule vaseuse",
},
text: {
en: "If Muk remains affected by any Special Conditions between turns, remove 2 damage counters from Muk.",
fr: "Au début du tour de chaque joueur, si Grotadmorv est affecté par un État Spécial, retirez-lui 2 marqueurs de dégât.",
}
}],
attacks: [{
cost: [
Type.PSYCHIC,
Type.COLORLESS
],
name: {
en: "Strange Poison",
fr: "Poison étrange",
},
text: {
en: "Flip a coin. If heads, the Defending Pokémon is now Poisoned. If tails, Muk is now Poisoned.",
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Empoisonné. Si c'est pile, Grotadmorv est maintenant Empoisonné.",
},
damage: 30
},{
cost: [
Type.PSYCHIC,
Type.PSYCHIC,
Type.COLORLESS
],
name: {
en: "Strange Sludge",
fr: "Vase étrange",
},
text: {
en: "If Muk is Poisoned, this attack does 50 damage plus 20 more damage and the Defending Pokémon is now Confused.",
fr: "Si Grotadmorv est Empoisonné, cette attaque inflige 50 dégâts plus 20 dégâts supplémentaires et le Pokémon Défenseur est maintenant Confus.",
},
damage: 50
}],
weaknesses: [{
type: Type.PSYCHIC,
value: "+20"
}],
retreat: 3,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

101
cards/pl/pl1/58.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: "pl1-58",
localId: 58,
// Card informations
name: {
en: "Octillery",
fr: "Octillery",
},
hp: 90,
type: [
Type.WATER,
],
dexId: 224,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/58/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/58/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/58/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/58/high.png",
},
},
evolveFrom: {
en: "Remoraid",
fr: "Remoraid",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 2,
name: "Midori Harada"
},
attacks: [{
name: {
en: "Water Vein",
fr: "Filon d'eau",
},
text: {
en: "Reveal the top 5 cards of your deck. Flip a coin for each Energy card you find there. This attack does 50 damage times the number of heads. Shuffle the revealed cards back into your deck.",
fr: "Retournez les 5 cartes du dessus de votre deck. Lancez une pièce pour chaque carte Énergie que vous y trouvez. Cette attaque inflige 50 dégâts multipliés par le nombre de faces. Mélangez les cartes retournées à votre deck.",
},
damage: 50
},{
cost: [
Type.WATER,
Type.WATER
],
name: {
en: "Octazooka",
fr: "Octazooka",
},
text: {
en: "Any time the Defending Pokémon tries to attack, your opponent flips a coin. If tails, the attack does nothing. (If the Defending Pokémon is no longer your opponent's Active Pokémon, this effect ends.)",
fr: "Chaque fois que le Pokémon Défenseur essaye d'attaquer, votre adversaire lance une pièce. Si c'est pile, cette attaque est sans effet. (Si le Pokémon Défenseur n'est plus le Pokémon Actif de votre adversaire, cet effet se termine.)",
},
damage: 40
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "+20"
}],
retreat: 2,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

101
cards/pl/pl1/59.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: "pl1-59",
localId: 59,
// Card informations
name: {
en: "Prinplup",
fr: "Prinplouf",
},
hp: 80,
type: [
Type.WATER,
],
dexId: 394,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/59/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/59/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/59/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/59/high.png",
},
},
evolveFrom: {
en: "Piplup",
fr: "Tiplouf",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 9,
name: "Mitsuhiro Arita"
},
attacks: [{
cost: [
Type.WATER
],
name: {
en: "Surf",
fr: "Surf",
},
damage: 30
},{
cost: [
Type.WATER,
Type.WATER,
Type.COLORLESS
],
name: {
en: "Bubblebeam",
fr: "Bulles d'O",
},
text: {
en: "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Paralysé.",
},
damage: 50
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "+20"
}],
retreat: 1,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

104
cards/pl/pl1/6.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: "pl1-6",
localId: 6,
// Card informations
name: {
en: "Dialga",
fr: "Dialga",
},
hp: 100,
type: [
Type.METAL,
],
dexId: 483,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/6/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/6/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/6/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/6/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 10,
name: "Kouki Saitou"
},
abilities: [{
id: 1118,
type: AbilityType.POKEBODY,
name: {
en: "Time Aura",
fr: "Aura temporelle",
},
text: {
en: "As long as Dialga is your Active Pokémon, your opponent can't play any Pokémon from his or her hand to evolve his or her Active Pokémon.",
fr: "Tant que Dialga est votre Pokémon Actif, votre adversaire ne peut pas jouer de Pokémon de sa main pour faire évoluer son Pokémon Actif.",
}
}],
attacks: [{
cost: [
Type.METAL,
Type.METAL,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Metal Burn",
fr: "Brûlure métallique",
},
text: {
en: "Discard all Metal Energy attached to Dialga.",
fr: "Défaussez toutes les Énergies Metal attachées à Dialga.",
},
damage: 100
}],
weaknesses: [{
type: Type.FIRE,
value: "+20"
}],
resistances: [{
type: Type.PSYCHIC,
value: "-20"
}],
retreat: 2,
rarity: Rarity.RareHolo,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

105
cards/pl/pl1/60.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: "pl1-60",
localId: 60,
// Card informations
name: {
en: "Probopass",
fr: "Tarinorme",
},
hp: 90,
type: [
Type.FIGHTING,
],
dexId: 476,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/60/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/60/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/60/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/60/high.png",
},
},
evolveFrom: {
en: "Nosepass",
fr: "Tarinor",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 9,
name: "Mitsuhiro Arita"
},
attacks: [{
cost: [
Type.FIGHTING,
Type.COLORLESS
],
name: {
en: "Stealth Rock",
fr: "Piège de Roc",
},
text: {
en: "Choose 1 of your opponent's Pokémon. This attack does 30 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
fr: "Choisissez 1 des Pokémon de votre adversaire. Cette attaque lui inflige 30 dégâts. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc.)",
},
},{
cost: [
Type.FIGHTING,
Type.FIGHTING,
Type.COLORLESS
],
name: {
en: "Hyper Beam",
fr: "Ultralaser",
},
text: {
en: "Flip a coin. If heads, discard an Energy card attached to the Defending Pokémon.",
fr: "Lancez une pièce. Si c'est face, défaussez une carte Énergie attachée au Pokémon Défenseur.",
},
damage: 70
}],
weaknesses: [{
type: Type.WATER,
value: "+20"
}],
retreat: 3,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

111
cards/pl/pl1/61.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: "pl1-61",
localId: 61,
// Card informations
name: {
en: "Seviper",
fr: "Seviper",
},
hp: 80,
type: [
Type.PSYCHIC,
],
dexId: 336,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/61/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/61/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/61/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/61/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 7,
name: "Sumiyoshi Kizuki"
},
attacks: [{
name: {
en: "Shed Skin",
fr: "Mue",
},
text: {
en: "Remove 4 damage counters from Seviper.",
fr: "Retirez à Seviper 4 marqueurs de dégât.",
},
},{
cost: [
Type.PSYCHIC
],
name: {
en: "Bite and Escape",
fr: "Mordre avant de s'échapper",
},
text: {
en: "You may switch Seviper with 1 of your Benched Pokémon.",
fr: "Vous pouvez échanger Seviper avec 1 des Pokémon de votre Banc.",
},
damage: 20
},{
cost: [
Type.PSYCHIC,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Paralyze Poison",
fr: "Poison paralysant",
},
text: {
en: "The Defending Pokémon is now Poisoned. Flip a coin. If heads, the Defending Pokémon is now Paralyzed and Poisoned.",
fr: "Le Pokémon Défenseur est maintenant Empoisonné. Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Paralysé et Empoisonné.",
},
damage: 40
}],
weaknesses: [{
type: Type.PSYCHIC,
value: "+20"
}],
retreat: 1,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

106
cards/pl/pl1/62.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: "pl1-62",
localId: 62,
// Card informations
name: {
en: "Shieldon",
fr: "Dinoclier",
},
hp: 80,
type: [
Type.METAL,
],
dexId: 410,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/62/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/62/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/62/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/62/high.png",
},
},
evolveFrom: {
en: "Armor Fossil",
fr: "Fossile armure",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 9,
name: "Mitsuhiro Arita"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Endure",
fr: "Ténacité",
},
text: {
en: "Flip a coin. If heads, during your opponent's next turn, if Shieldon would be Knocked Out by damage from an attack, Shieldon is not Knocked Out and its remaining HP becomes 10 instead.",
fr: "Lancez une pièce. Si c'est face, lors du prochain tour de votre adversaire, si Dinoclier est mis K.O par les dégâts d'une attaque, il n'est pas mis K.O mais il ne lui reste que 10 PV.",
},
},{
cost: [
Type.METAL,
Type.COLORLESS
],
name: {
en: "Rock Slide",
fr: "Éboulement",
},
text: {
en: "Does 10 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
fr: "Inflige 10 dégâts à 2 des Pokémon de Banc de votre adversaire. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc.)",
},
damage: 30
}],
weaknesses: [{
type: Type.FIRE,
value: "+20"
}],
resistances: [{
type: Type.PSYCHIC,
value: "-20"
}],
retreat: 1,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

100
cards/pl/pl1/63.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: "pl1-63",
localId: 63,
// Card informations
name: {
en: "Silcoon",
fr: "Armulys",
},
hp: 80,
type: [
Type.GRASS,
],
dexId: 266,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/63/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/63/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/63/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/63/high.png",
},
},
evolveFrom: {
en: "Wurmple",
fr: "Chenipotte",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 25,
name: "Kyoko Umemoto"
},
attacks: [{
name: {
en: "Ascension",
fr: "Ascension",
},
text: {
en: "Search your deck for a card that evolves from Silcoon and put it onto Silcoon. (This counts as evolving Silcoon.) Shuffle your deck afterward.",
fr: "Choisissez dans votre deck une carte qui évolue d'Armulys et placez-la sur Armulys. (Vous le faites ainsi évoluer.) Ensuite, mélangez votre deck.",
},
},{
cost: [
Type.GRASS,
Type.COLORLESS
],
name: {
en: "Sticky String",
fr: "Ficelle collante",
},
text: {
en: "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Paralysé.",
},
damage: 20
}],
weaknesses: [{
type: Type.FIRE,
value: "+20"
}],
retreat: 2,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

105
cards/pl/pl1/64.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: "pl1-64",
localId: 64,
// Card informations
name: {
en: "Vigoroth",
fr: "Vigoroth",
},
hp: 80,
type: [
Type.COLORLESS,
],
dexId: 288,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/64/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/64/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/64/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/64/high.png",
},
},
evolveFrom: {
en: "Slakoth",
fr: "Parecool",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 10,
name: "Kouki Saitou"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Reckless Charge",
fr: "Attaque imprudente",
},
text: {
en: "Flip a coin. If tails, Vigoroth does 10 damage to itself.",
fr: "Lancez une pièce. Si c'est pile, Vigoroth s'inflige 10 dégâts.",
},
damage: 30
},{
cost: [
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Fight Back",
fr: "Rendre les coups",
},
text: {
en: "If Vigoroth has any damage counters on it, this attack does 50 damage plus 20 more damage.",
fr: "Si Vigoroth possède des marqueurs de dégât, cette attaque inflige 50 dégâts plus 20 dégâts supplémentaires.",
},
damage: 50
}],
weaknesses: [{
type: Type.FIGHTING,
value: "+20"
}],
retreat: 1,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

104
cards/pl/pl1/65.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: "pl1-65",
localId: 65,
// Card informations
name: {
en: "Wartortle",
fr: "Carabaffe",
},
hp: 80,
type: [
Type.WATER,
],
dexId: 8,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/65/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/65/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/65/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/65/high.png",
},
},
evolveFrom: {
en: "Squirtle",
fr: "Carapuce",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 2,
name: "Midori Harada"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Double Slap",
fr: "Torgnoles",
},
text: {
en: "Flip 2 coins. This attack does 20 damage times the number of heads.",
fr: "Lancez 2 pièces. Cette attaque inflige 20 dégâts multipliés par le nombre de faces.",
},
damage: 20
},{
cost: [
Type.WATER,
Type.COLORLESS
],
name: {
en: "Rocket Tackle",
fr: "Lance roquette",
},
text: {
en: "Wartortle does 10 damage to itself. Flip a coin. If heads, prevent all damage done to Wartortle by attacks during your opponent's next turn.",
fr: "Carabaffe s'inflige 10 dégâts. Lancez une pièce. Si c'est face, prévenez tous les dégâts infligés à Carabaffe par des attaques lors du prochain tour de votre adversaire.",
},
damage: 30
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "+20"
}],
retreat: 1,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

112
cards/pl/pl1/66.ts Normal file
View File

@ -0,0 +1,112 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "pl1-66",
localId: 66,
// Card informations
name: {
en: "Zangoose",
fr: "Mangriff",
},
hp: 80,
type: [
Type.COLORLESS,
],
dexId: 335,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/66/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/66/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/66/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/66/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 30,
name: "Hajime Kusajima"
},
abilities: [{
id: 133,
type: AbilityType.POKEBODY,
name: {
en: "Thick Skin",
fr: "Dur à cuir",
},
text: {
en: "Zangoose can't be affected by any Special Conditions.",
fr: "Mangriff ne peut pas être affecté par des États Spéciaux.",
}
}],
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Invite and Strike",
fr: "Inviter et frapper",
},
text: {
en: "Switch the Defending Pokémon with 1 of your opponent's Benched Pokémon. This attack does 20 damage to the new Defending Pokémon.",
fr: "Échangez le Pokémon Défenseur avec 1 des Pokémon de Banc de votre adversaire. Cette attaque inflige 20 dégâts au nouveau Pokémon Défenseur.",
},
},{
cost: [
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Chop Up",
fr: "Découper",
},
text: {
en: "Does 10 damage to each of your opponent's Benched Pokémon that has any damage counters on it. (Don't apply Weakness and Resistance for Benched Pokémon.)",
fr: "Inflige 10 dégâts à chacun des Pokémon de Banc de votre adversaire possédant des marqueurs de dégât. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc.)",
},
damage: 50
}],
weaknesses: [{
type: Type.FIGHTING,
value: "+20"
}],
retreat: 1,
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

102
cards/pl/pl1/67.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: "pl1-67",
localId: 67,
// Card informations
name: {
en: "Cacnea",
fr: "Cacnea",
},
hp: 50,
type: [
Type.GRASS,
],
dexId: 331,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/67/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/67/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/67/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/67/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 7,
name: "Sumiyoshi Kizuki"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Sneaky Attack",
fr: "Coup Bas",
},
text: {
en: "If Cacnea has any Darkness Energy attached to it, this attack does 10 damage plus 10 more damage.",
fr: "Si Cacnea possède de l'Énergie Darkness, cette attaque inflige 10 dégâts plus 10 dégâts supplémentaires.",
},
damage: 10
},{
cost: [
Type.GRASS
],
name: {
en: "Shoot Needle",
fr: "Coup de dard",
},
text: {
en: "Flip 2 coins. For each heads, choose 1 of your opponent's Pokémon and this attack does 10 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) (You can choose the same Pokémon more than once, but you can't do more than 10 damage to that Pokémon in this way.)",
fr: "Lancez 2 pièces. Pour chaque face, choisissez 1 des Pokémon de votre adversaire. Cette attaque lui inflige 10 dégâts. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc.) (Vous pouvez choisir le même Pokémon plus d'une fois mais vous ne pouvez pas lui infliger plus de 10 dégâts de cette façon).",
},
}],
weaknesses: [{
type: Type.FIRE,
value: "+10"
}],
resistances: [{
type: Type.WATER,
value: "-20"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

100
cards/pl/pl1/68.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: "pl1-68",
localId: 68,
// Card informations
name: {
en: "Carnivine",
fr: "Vortente",
},
hp: 80,
type: [
Type.GRASS,
],
dexId: 455,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/68/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/68/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/68/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/68/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 0,
name: "Kagemaru Himeno"
},
attacks: [{
name: {
en: "Poison Breath",
fr: "Haleine empoisonnée",
},
text: {
en: "Flip a coin. If heads, the Defending Pokémon is now Poisoned.",
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Empoisonné.",
},
},{
cost: [
Type.GRASS,
Type.COLORLESS
],
name: {
en: "Sweet Saliva",
fr: "Douce salive",
},
text: {
en: "Remove 1 damage counter from each of your Benched Pokémon.",
fr: "Retirez 1 marqueur de dégât à chacun de vos Pokémon de Banc.",
},
damage: 20
}],
weaknesses: [{
type: Type.FIRE,
value: "+20"
}],
resistances: [{
type: Type.WATER,
value: "-20"
}],
retreat: 2,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

100
cards/pl/pl1/69.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: "pl1-69",
localId: 69,
// Card informations
name: {
en: "Chansey",
fr: "Leveinard",
},
hp: 90,
type: [
Type.COLORLESS,
],
dexId: 113,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/69/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/69/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/69/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/69/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 10,
name: "Kouki Saitou"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Healing Trial",
fr: "Défi guérison",
},
text: {
en: "Flip a coin. If heads, remove 3 damage counters from Chansey. If tails, remove 3 damage counters from the Defending Pokémon.",
fr: "Lancez une pièce. Si c'est face, retirez à Leveinard 3 marqueurs de dégât. Si c'est pile, retirez au Pokémon Défenseur 3 marqueurs de dégât.",
},
},{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Pulled Punch",
fr: "Poing-doux",
},
text: {
en: "If the Defending Pokémon already has any damage counters on it, this attack's base damage is 10 instead of 40.",
fr: "Si le Pokémon Défenseur possède déjà des marqueurs de dégât, les dégâts de base de cette attaque sont de 10 au lieu de 40.",
},
damage: 40
}],
weaknesses: [{
type: Type.FIGHTING,
value: "+20"
}],
retreat: 2,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

107
cards/pl/pl1/7.ts Normal file
View File

@ -0,0 +1,107 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "pl1-7",
localId: 7,
// Card informations
name: {
en: "Dialga G",
fr: "Dialga ",
},
hp: 100,
type: [
Type.METAL,
],
dexId: 483,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/7/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/7/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/7/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/7/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
Tag.SP,
],
illustrator: {
id: 123,
name: "Yusuke Ishikawa"
},
attacks: [{
cost: [
Type.METAL,
Type.COLORLESS
],
name: {
en: "Deafen",
fr: "Rendre sourd",
},
text: {
en: "Your opponent can't play any Trainer cards or Stadium cards from his or her hand during your opponent's next turn.",
fr: "Votre adversaire ne peut pas jouer de cartes Dresseur ou Stade de sa main lors de son prochain tour.",
},
damage: 10
},{
cost: [
Type.METAL,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Second Strike",
fr: "Deuxième coup",
},
text: {
en: "If the Defending Pokémon already has 2 or more damage counters on it, this attack does 50 damage plus 20 more damage.",
fr: "Si le Pokémon Défenseur possède déjà au moins 2 marqueurs de dégât, cette attaque inflige 50 dégâts plus 20 dégâts supplémentaires.",
},
damage: 50
}],
weaknesses: [{
type: Type.FIRE,
value: "×2"
}],
resistances: [{
type: Type.PSYCHIC,
value: "-20"
}],
retreat: 2,
rarity: Rarity.RareHolo,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

93
cards/pl/pl1/70.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: "pl1-70",
localId: 70,
// Card informations
name: {
en: "Chimchar",
fr: "Ouisticram",
},
hp: 50,
type: [
Type.FIRE,
],
dexId: 390,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/70/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/70/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/70/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/70/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 10,
name: "Kouki Saitou"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Bite",
fr: "Morsure",
},
damage: 10
},{
cost: [
Type.FIRE,
Type.COLORLESS
],
name: {
en: "Fire Punch",
fr: "Poing de feu",
},
damage: 20
}],
weaknesses: [{
type: Type.WATER,
value: "+10"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

100
cards/pl/pl1/71.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: "pl1-71",
localId: 71,
// Card informations
name: {
en: "Combee",
fr: "Apitrini",
},
hp: 60,
type: [
Type.GRASS,
],
dexId: 415,
image: {
low: {
en: "https://assets.tcgdex.net/en/pl/pl1/71/low.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/71/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/pl/pl1/71/high.png",
fr: "https://assets.tcgdex.net/fr/pl/pl1/71/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 0,
name: "Kagemaru Himeno"
},
attacks: [{
name: {
en: "Collect",
fr: "Collectionner",
},
text: {
en: "Draw a card.",
fr: "Piochez une carte.",
},
},{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Shoot Through",
fr: "Passer à travers",
},
text: {
en: "Does 10 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
fr: "Inflige 10 dégâts à 1 des Pokémon de Banc de votre adversaire. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc.)",
},
damage: 20
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "+10"
}],
resistances: [{
type: Type.FIGHTING,
value: "-20"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Platinum",
code: "pl1"
}
}
export default card

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