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

96
cards/ex/ex11/1.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: "ex11-1",
localId: 1,
// Card informations
name: {
en: "Beedrill δ",
},
hp: 90,
type: [
Type.GRASS,
Type.METAL,
],
dexId: 15,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/1/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/1/high.png",
},
},
evolveFrom: {
en: "Kakuna",
},
tags: [
Tag.STAGE2,
],
illustrator: {
id: 8,
name: "Masakazu Fukuda"
},
abilities: [{
id: 34,
type: AbilityType.POKEPOWER,
name: {
en: "Final Sting",
},
text: {
en: "Once during your turn (before your attack), you may Knock Out Beedrill. If you do, choose 1 of your opponent's Defending Pokémon. That Pokémon is now Paralyzed and Poisoned. Put 2 damage counters instead of 1 on that Pokémon between turns. This power can't be used if Beedrill is affected by a Special Condition.",
}
}],
attacks: [{
cost: [
Type.GRASS,
Type.METAL,
Type.COLORLESS
],
name: {
en: "Super Slash",
},
text: {
en: "If the Defending Pokémon is an Evolved Pokémon, this attack does 50 damage plus 30 more damage.",
},
damage: 50
}],
weaknesses: [{
type: Type.FIRE,
value: "×2"
}],
rarity: Rarity.RareHolo,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

98
cards/ex/ex11/10.ts Normal file
View File

@ -0,0 +1,98 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "ex11-10",
localId: 10,
// Card informations
name: {
en: "Marowak δ",
},
hp: 80,
type: [
Type.FIGHTING,
Type.METAL,
],
dexId: 105,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/10/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/10/high.png",
},
},
evolveFrom: {
en: "Cubone",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 30,
name: "Hajime Kusajima"
},
attacks: [{
cost: [
Type.FIGHTING,
Type.METAL
],
name: {
en: "Energy Bone",
},
text: {
en: "Choose a number of your opponent's Pokémon up to the amount of Energy attached to Marowak. This attack does 20 damage to each of them.",
},
},{
cost: [
Type.FIGHTING,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Metal Crusher",
},
text: {
en: "If the Defending Pokémon is Metal Pokémon, this attack's base damage is 90.",
},
damage: 50
}],
weaknesses: [{
type: Type.GRASS,
value: "×2"
}],
rarity: Rarity.RareHolo,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

66
cards/ex/ex11/100.ts Normal file
View File

@ -0,0 +1,66 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "ex11-100",
localId: 100,
// Card informations
name: {
en: "Super Scoop Up",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/100/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/100/high.png",
},
},
evolveFrom: {},
tags: [
Tag.ITEM,
],
illustrator: {
id: 11,
name: "Keiji Kinebuchi"
},
rarity: Rarity.Uncommon,
category: Category.TRAINER,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

66
cards/ex/ex11/101.ts Normal file
View File

@ -0,0 +1,66 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "ex11-101",
localId: 101,
// Card informations
name: {
en: "Potion",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/101/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/101/high.png",
},
},
evolveFrom: {},
tags: [
Tag.ITEM,
],
illustrator: {
id: 78,
name: "Shin-ichi Yoshikawa"
},
rarity: Rarity.Common,
category: Category.TRAINER,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

66
cards/ex/ex11/102.ts Normal file
View File

@ -0,0 +1,66 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "ex11-102",
localId: 102,
// Card informations
name: {
en: "Switch",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/102/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/102/high.png",
},
},
evolveFrom: {},
tags: [
Tag.ITEM,
],
illustrator: {
id: 57,
name: "Hiromichi Sugiyama"
},
rarity: Rarity.Common,
category: Category.TRAINER,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

66
cards/ex/ex11/103.ts Normal file
View File

@ -0,0 +1,66 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "ex11-103",
localId: 103,
// Card informations
name: {
en: "Darkness Energy",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/103/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/103/high.png",
},
},
evolveFrom: {},
tags: [
Tag.SPECIAL,
],
illustrator: {
id: 129,
name: "Milky Isobe"
},
rarity: Rarity.Rare,
category: Category.ENERGY,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

66
cards/ex/ex11/104.ts Normal file
View File

@ -0,0 +1,66 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "ex11-104",
localId: 104,
// Card informations
name: {
en: "Holon Energy FF",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/104/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/104/high.png",
},
},
evolveFrom: {},
tags: [
Tag.SPECIAL,
],
illustrator: {
id: 51,
name: "Takumi Akabane"
},
rarity: Rarity.Rare,
category: Category.ENERGY,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

66
cards/ex/ex11/105.ts Normal file
View File

@ -0,0 +1,66 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "ex11-105",
localId: 105,
// Card informations
name: {
en: "Holon Energy GL",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/105/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/105/high.png",
},
},
evolveFrom: {},
tags: [
Tag.SPECIAL,
],
illustrator: {
id: 51,
name: "Takumi Akabane"
},
rarity: Rarity.Rare,
category: Category.ENERGY,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

66
cards/ex/ex11/106.ts Normal file
View File

@ -0,0 +1,66 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "ex11-106",
localId: 106,
// Card informations
name: {
en: "Holon Energy WP",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/106/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/106/high.png",
},
},
evolveFrom: {},
tags: [
Tag.SPECIAL,
],
illustrator: {
id: 51,
name: "Takumi Akabane"
},
rarity: Rarity.Rare,
category: Category.ENERGY,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

66
cards/ex/ex11/107.ts Normal file
View File

@ -0,0 +1,66 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "ex11-107",
localId: 107,
// Card informations
name: {
en: "Metal Energy",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/107/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/107/high.png",
},
},
evolveFrom: {},
tags: [
Tag.SPECIAL,
],
illustrator: {
id: 129,
name: "Milky Isobe"
},
rarity: Rarity.Rare,
category: Category.ENERGY,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

107
cards/ex/ex11/108.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: "ex11-108",
localId: 108,
// Card informations
name: {
en: "Flareon ex",
},
hp: 110,
type: [
Type.FIRE,
],
dexId: 136,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/108/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/108/high.png",
},
},
evolveFrom: {
en: "Eevee",
},
tags: [
Tag.EX,
],
illustrator: {
id: 1,
name: "Ryo Ueda"
},
abilities: [{
id: 884,
type: AbilityType.POKEPOWER,
name: {
en: "Evolutionary Flame",
},
text: {
en: "Once during your turn, when you play Flareon ex from your hand to evolve 1 of your Pokémon, you may choose 1 of the Defending Pokémon. That Pokémon is now Burned and Confused.",
}
}],
attacks: [{
cost: [
Type.FIRE,
Type.COLORLESS
],
name: {
en: "Flame Screen",
},
text: {
en: "During your opponent's next turn, any damage done to Flareon ex by attacks is reduced by 20 (after applying Weakness and Resistance).",
},
damage: 30
},{
cost: [
Type.FIRE,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Heat Tackle",
},
text: {
en: "Flareon ex does 10 damage to itself.",
},
damage: 70
}],
weaknesses: [{
type: Type.WATER,
value: "×2"
}],
rarity: Rarity.RareHoloEX,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

110
cards/ex/ex11/109.ts Normal file
View File

@ -0,0 +1,110 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "ex11-109",
localId: 109,
// Card informations
name: {
en: "Jolteon ex",
},
hp: 100,
type: [
Type.LIGHTNING,
],
dexId: 135,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/109/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/109/high.png",
},
},
evolveFrom: {
en: "Eevee",
},
tags: [
Tag.EX,
],
illustrator: {
id: 9,
name: "Mitsuhiro Arita"
},
abilities: [{
id: 885,
type: AbilityType.POKEPOWER,
name: {
en: "Evolutionary Thunder",
},
text: {
en: "Once during your turn, when you play Jolteon ex from your hand to evolve 1 of your Pokémon, you may put 1 damage counter on each of your opponent's Pokémon.",
}
}],
attacks: [{
cost: [
Type.LIGHTNING,
Type.COLORLESS
],
name: {
en: "Second Bite",
},
text: {
en: "Does 20 damage plus 10 more damage for each damage counter on the Defending Pokémon.",
},
damage: 20
},{
cost: [
Type.LIGHTNING,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Thunder Blast",
},
text: {
en: "Discard a Lightning Energy card attached to Jolteon ex.",
},
damage: 70
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
resistances: [{
type: Type.METAL,
value: "-30"
}],
rarity: Rarity.RareHoloEX,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

98
cards/ex/ex11/11.ts Normal file
View File

@ -0,0 +1,98 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "ex11-11",
localId: 11,
// Card informations
name: {
en: "Metagross δ",
},
hp: 100,
type: [
Type.LIGHTNING,
Type.METAL,
],
dexId: 376,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/11/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/11/high.png",
},
},
evolveFrom: {
en: "Metang",
},
tags: [
Tag.STAGE2,
],
illustrator: {
id: 8,
name: "Masakazu Fukuda"
},
abilities: [{
id: 832,
type: AbilityType.POKEPOWER,
name: {
en: "Delta Control",
},
text: {
en: "Once during your turn (before your attack), you may look at the top 4 cards of your deck, choose 1 of them, and put it into your hand. Put the 3 other cards on the bottom of your deck in any order. This power can't be used if Metagross is affected by a Special Condition.",
}
}],
attacks: [{
cost: [
Type.LIGHTNING,
Type.METAL
],
name: {
en: "Crush and Burn",
},
text: {
en: "You may discard as many Energy cards as you like attached to your Pokémon in play. If you do, this attack does 30 damage plus 20 more damage for each Energy card you discarded.",
},
damage: 30
}],
weaknesses: [{
type: Type.FIRE,
value: "×2"
}],
resistances: [{
type: Type.GRASS,
value: "-30"
}],
rarity: Rarity.RareHolo,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

104
cards/ex/ex11/110.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: "ex11-110",
localId: 110,
// Card informations
name: {
en: "Vaporeon ex",
},
hp: 120,
type: [
Type.WATER,
],
dexId: 134,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/110/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/110/high.png",
},
},
evolveFrom: {
en: "Eevee",
},
tags: [
Tag.EX,
],
illustrator: {
id: 74,
name: "Hikaru Koike"
},
abilities: [{
id: 890,
type: AbilityType.POKEPOWER,
name: {
en: "Evolutionary Swirl",
},
text: {
en: "Once during your turn, when you play Vaporeon ex from your hand to evolve 1 of your Pokémon, you may have your opponent shuffle his or her hand into his or her deck. Then, your opponent draws up to 4 cards.",
}
}],
attacks: [{
cost: [
Type.WATER,
Type.COLORLESS
],
name: {
en: "Fastwave",
},
text: {
en: "This attack's damage isn't affected by Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon.",
},
damage: 40
},{
cost: [
Type.WATER,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Hydrosplash",
},
damage: 60
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "×2"
}],
rarity: Rarity.RareHoloEX,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

97
cards/ex/ex11/111.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: "ex11-111",
localId: 111,
// Card informations
name: {
en: "Groudon Star",
},
hp: 90,
type: [
Type.FIGHTING,
],
dexId: 383,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/111/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/111/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 8,
name: "Masakazu Fukuda"
},
attacks: [{
cost: [
Type.FIGHTING
],
name: {
en: "Critical Collection",
},
text: {
en: "Count the number of Prize cards your opponent has taken. Search your discard pile for up to that many Fighting Energy cards and attach them to Groudon Star.",
},
damage: 10
},{
cost: [
Type.FIGHTING,
Type.FIGHTING,
Type.FIGHTING,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Ground Slash",
},
text: {
en: "Discard a Fighting Energy card attached to Groudon Star.",
},
damage: 80
}],
weaknesses: [{
type: Type.WATER,
value: "×2"
}],
rarity: Rarity.RareHolo,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

97
cards/ex/ex11/112.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: "ex11-112",
localId: 112,
// Card informations
name: {
en: "Kyogre Star",
},
hp: 90,
type: [
Type.WATER,
],
dexId: 382,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/112/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/112/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 8,
name: "Masakazu Fukuda"
},
attacks: [{
cost: [
Type.WATER
],
name: {
en: "Critical Collection",
},
text: {
en: "Count the number of Prize cards your opponent has taken. Search your discard pile for up to that many Water Energy cards and attach them to Kyogre Star.",
},
damage: 10
},{
cost: [
Type.WATER,
Type.WATER,
Type.WATER,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Sheer Cold",
},
text: {
en: "Flip a coin. If heads, each Defending Pokémon can't attack during your opponent's next turn.",
},
damage: 60
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "×2"
}],
rarity: Rarity.RareHolo,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

100
cards/ex/ex11/113.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: "ex11-113",
localId: 113,
// Card informations
name: {
en: "Metagross Star",
},
hp: 70,
type: [
Type.METAL,
],
dexId: 376,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/113/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/113/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 8,
name: "Masakazu Fukuda"
},
attacks: [{
cost: [
Type.METAL
],
name: {
en: "Critical Collection",
},
text: {
en: "Count the number of Prize cards your opponent has taken. Search your discard pile for up to that many Metal Energy cards and attach them to Metagross Star.",
},
damage: 10
},{
cost: [
Type.METAL,
Type.METAL,
Type.METAL,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Hyper Beam",
},
text: {
en: "Flip a coin. If heads, discard an Energy card attached to the Defending Pokémon.",
},
damage: 50
}],
weaknesses: [{
type: Type.FIRE,
value: "×2"
}],
resistances: [{
type: Type.GRASS,
value: "-30"
}],
rarity: Rarity.RareHolo,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

95
cards/ex/ex11/114.ts Normal file
View File

@ -0,0 +1,95 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "ex11-114",
localId: 114,
// Card informations
name: {
en: "Azumarill",
},
hp: 70,
type: [
Type.WATER,
],
dexId: 184,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/114/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/114/high.png",
},
},
evolveFrom: {
en: "Marill",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 0,
name: "Kagemaru Himeno"
},
abilities: [{
id: 70,
type: AbilityType.POKEBODY,
name: {
en: "Thick Fat",
},
text: {
en: "Any damage done to Azumarill by attacks from Fire Pokémon and Water Pokémon is reduced by 30 (after applying Weakness and Resistance).",
}
}],
attacks: [{
cost: [
Type.WATER,
Type.WATER,
Type.COLORLESS
],
name: {
en: "Bubblebeam",
},
text: {
en: "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
},
damage: 40
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "×2"
}],
rarity: Rarity.RareHolo,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

93
cards/ex/ex11/12.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: "ex11-12",
localId: 12,
// Card informations
name: {
en: "Mewtwo δ",
},
hp: 70,
type: [
Type.FIRE,
Type.METAL,
],
dexId: 150,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/12/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/12/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 1,
name: "Ryo Ueda"
},
abilities: [{
id: 155,
type: AbilityType.POKEPOWER,
name: {
en: "Delta Switch",
},
text: {
en: "Once during your turn, when you put Mewtwo from your hand onto your Bench, you may move any number of basic Energy cards attached to your Pokémon to your other Pokémon (excluding Mewtwo) in any way you like.",
}
}],
attacks: [{
cost: [
Type.FIRE,
Type.METAL
],
name: {
en: "Energy Burst",
},
text: {
en: "Does 10 damage times the total amount of Energy attached to Mewtwo and the Defending Pokémon.",
},
damage: 10
}],
weaknesses: [{
type: Type.PSYCHIC,
value: "×2"
}],
rarity: Rarity.RareHolo,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

111
cards/ex/ex11/13.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: "ex11-13",
localId: 13,
// Card informations
name: {
en: "Rayquaza δ",
},
hp: 90,
type: [
Type.LIGHTNING,
Type.METAL,
],
dexId: 384,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/13/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/13/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 1,
name: "Ryo Ueda"
},
abilities: [{
id: 833,
type: AbilityType.POKEBODY,
name: {
en: "Delta Guard",
},
text: {
en: "As long as Rayquaza has any Holon Energy cards attached to it, ignore the effect of Rayquaza's Lightning Storm attack.",
}
}],
attacks: [{
cost: [
Type.LIGHTNING
],
name: {
en: "Power Blow",
},
text: {
en: "Does 10 damage times the amount of Energy attached to Rayquaza.",
},
damage: 10
},{
cost: [
Type.LIGHTNING,
Type.METAL,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Lightning Storm",
},
text: {
en: "Put 7 damage counters on Rayquaza.",
},
}],
weaknesses: [{
type: Type.COLORLESS,
value: "×2"
}],
resistances: [{
type: Type.WATER,
value: "-30"
},{
type: Type.FIGHTING,
value: "-30"
}],
rarity: Rarity.RareHolo,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

106
cards/ex/ex11/14.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: "ex11-14",
localId: 14,
// Card informations
name: {
en: "Salamence δ",
},
hp: 110,
type: [
Type.FIRE,
Type.METAL,
],
dexId: 373,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/14/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/14/high.png",
},
},
evolveFrom: {
en: "Shelgon",
},
tags: [
Tag.STAGE2,
],
illustrator: {
id: 1,
name: "Ryo Ueda"
},
attacks: [{
cost: [
Type.FIRE,
Type.COLORLESS
],
name: {
en: "Fire Dance",
},
text: {
en: "Search your discard pile for a Fire Energy card and attach it to 1 of your Pokémon.",
},
damage: 30
},{
cost: [
Type.FIRE,
Type.METAL,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Delta Blast",
},
text: {
en: "Discard a Metal Energy card attached to Salamence.",
},
damage: 100
}],
weaknesses: [{
type: Type.COLORLESS,
value: "×2"
}],
resistances: [{
type: Type.FIRE,
value: "-30"
},{
type: Type.FIGHTING,
value: "-30"
}],
rarity: Rarity.RareHolo,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

104
cards/ex/ex11/15.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: "ex11-15",
localId: 15,
// Card informations
name: {
en: "Starmie δ",
},
hp: 60,
type: [
Type.WATER,
Type.METAL,
],
dexId: 121,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/15/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/15/high.png",
},
},
evolveFrom: {
en: "Staryu",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 8,
name: "Masakazu Fukuda"
},
abilities: [{
id: 39,
type: AbilityType.POKEPOWER,
name: {
en: "Metal Navigation",
},
text: {
en: "Once during your turn (before your attack), you may search your deck for a Metal Energy card and attach it to Starmie. Shuffle your deck afterward. This power can't be used if Starmie is affected by a Special Condition.",
}
}],
attacks: [{
cost: [
Type.WATER
],
name: {
en: "Collect",
},
text: {
en: "Draw 3 cards.",
},
},{
cost: [
Type.METAL
],
name: {
en: "Energy Loop",
},
text: {
en: "Return an Energy card attached to Starmie to your hand.",
},
damage: 30
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "×2"
}],
rarity: Rarity.RareHolo,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

96
cards/ex/ex11/16.ts Normal file
View File

@ -0,0 +1,96 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "ex11-16",
localId: 16,
// Card informations
name: {
en: "Tyranitar δ",
},
hp: 120,
type: [
Type.FIRE,
Type.METAL,
],
dexId: 248,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/16/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/16/high.png",
},
},
evolveFrom: {
en: "Pupitar",
},
tags: [
Tag.STAGE2,
],
illustrator: {
id: 9,
name: "Mitsuhiro Arita"
},
abilities: [{
id: 951,
type: AbilityType.POKEPOWER,
name: {
en: "Crush Draw",
},
text: {
en: "Once during your turn (before your attack), you may reveal the top card of your deck. If that card is a basic Energy card, attach it to 1 of your Pokémon. If not, put the card back on top of your deck. This power can't be used if Tyranitar is affected by a Special Condition.",
}
}],
attacks: [{
cost: [
Type.FIRE,
Type.METAL,
Type.COLORLESS
],
name: {
en: "Delta Crush",
},
text: {
en: "You may discard an Energy card attached to Tyranitar. If you do, this attack does 50 damage plus 20 more damage.",
},
damage: 50
}],
weaknesses: [{
type: Type.GRASS,
value: "×2"
}],
rarity: Rarity.RareHolo,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

97
cards/ex/ex11/17.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: "ex11-17",
localId: 17,
// Card informations
name: {
en: "Umbreon δ",
},
hp: 70,
type: [
Type.DARKNESS,
Type.METAL,
],
dexId: 197,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/17/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/17/high.png",
},
},
evolveFrom: {
en: "Eevee",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 1,
name: "Ryo Ueda"
},
abilities: [{
id: 952,
type: AbilityType.POKEBODY,
name: {
en: "Delta Moon",
},
text: {
en: "When your opponent attaches a Special Energy card from his or her hand to 1 of his or her Pokémon, put 1 damage counter on that Pokémon. You can't use more than 1 Delta Moon Poké-Body each turn.",
}
}],
attacks: [{
cost: [
Type.DARKNESS,
Type.METAL
],
name: {
en: "Feint Attack",
},
text: {
en: "Choose 1 of your opponent's Pokémon. This attack does 30 damage to that Pokémon. This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on that Pokémon.",
},
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
resistances: [{
type: Type.PSYCHIC,
value: "-30"
}],
rarity: Rarity.RareHolo,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

98
cards/ex/ex11/18.ts Normal file
View File

@ -0,0 +1,98 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "ex11-18",
localId: 18,
// Card informations
name: {
en: "Vaporeon δ",
},
hp: 70,
type: [
Type.WATER,
Type.METAL,
],
dexId: 134,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/18/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/18/high.png",
},
},
evolveFrom: {
en: "Eevee",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 10,
name: "Kouki Saitou"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Delta Search",
},
text: {
en: "Search your deck for a Holon Energy card and attach it to Vaporeon. Shuffle your deck afterward.",
},
damage: 10
},{
cost: [
Type.WATER,
Type.METAL,
Type.COLORLESS
],
name: {
en: "Return Wave",
},
text: {
en: "You may return an Energy card attached to Vaporeon to your hand. If you do, choose an Energy card attached to the Defending Pokémon and return it to your opponent's hand.",
},
damage: 50
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "×2"
}],
rarity: Rarity.RareHolo,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

96
cards/ex/ex11/19.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: "ex11-19",
localId: 19,
// Card informations
name: {
en: "Azumarill δ",
},
hp: 80,
type: [
Type.WATER,
Type.METAL,
],
dexId: 184,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/19/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/19/high.png",
},
},
evolveFrom: {
en: "Marill",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 32,
name: "Atsuko Nishida"
},
attacks: [{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Bubblebeam",
},
text: {
en: "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
},
damage: 20
},{
cost: [
Type.WATER,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Rolling Tackle",
},
damage: 50
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "×2"
}],
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

98
cards/ex/ex11/2.ts Normal file
View File

@ -0,0 +1,98 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "ex11-2",
localId: 2,
// Card informations
name: {
en: "Crobat δ",
},
hp: 90,
type: [
Type.GRASS,
Type.METAL,
],
dexId: 169,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/2/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/2/high.png",
},
},
evolveFrom: {
en: "Golbat",
},
tags: [
Tag.STAGE2,
],
illustrator: {
id: 1,
name: "Ryo Ueda"
},
attacks: [{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Radar Jam",
},
text: {
en: "Your opponent can't play any Trainer cards (except for Supporter cards) from his or her hand during your opponent's next turn.",
},
damage: 30
},{
cost: [
Type.GRASS,
Type.METAL,
Type.COLORLESS
],
name: {
en: "Target Attack",
},
text: {
en: "Choose 1 of your opponent's Pokémon. This attack does 40 damage to that Pokémon. If that Pokémon already has damage counters on it, this attack does 60 damage instead. (Don't apply Weakness and Resistance for Benched Pokémon.)",
},
}],
weaknesses: [{
type: Type.PSYCHIC,
value: "×2"
}],
rarity: Rarity.RareHolo,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

90
cards/ex/ex11/20.ts Normal file
View File

@ -0,0 +1,90 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "ex11-20",
localId: 20,
// Card informations
name: {
en: "Azurill",
},
hp: 50,
type: [
Type.COLORLESS,
],
dexId: 298,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/20/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/20/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 2,
name: "Midori Harada"
},
abilities: [{
id: 23,
type: AbilityType.POKEPOWER,
name: {
en: "Baby Evolution",
},
text: {
en: "Once during your turn (before your attack), you may put Marill from your hand onto Azurill (this counts as evolving Azurill) and remove all damage counters from Azurill.",
}
}],
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Type Match",
},
text: {
en: "Choose a basic Energy card in your hand and show it to your opponent. Then, search your deck for a Basic Pokémon or Evolution card of that Energy type, show it to your opponent, and put it into your hand. Shuffle your deck afterward.",
},
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

85
cards/ex/ex11/21.ts Normal file
View File

@ -0,0 +1,85 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "ex11-21",
localId: 21,
// Card informations
name: {
en: "Holon's Electrode",
},
hp: 70,
type: [
Type.LIGHTNING,
],
dexId: 101,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/21/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/21/high.png",
},
},
evolveFrom: {
en: "Holon's Voltorb",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 55,
name: "Hisao Nakamura"
},
attacks: [{
cost: [
Type.LIGHTNING,
Type.COLORLESS
],
name: {
en: "Dazzle Blast",
},
text: {
en: "The Defending Pokémon is now Confused.",
},
damage: 30
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

88
cards/ex/ex11/22.ts Normal file
View File

@ -0,0 +1,88 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "ex11-22",
localId: 22,
// Card informations
name: {
en: "Holon's Magneton",
},
hp: 70,
type: [
Type.METAL,
],
dexId: 82,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/22/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/22/high.png",
},
},
evolveFrom: {
en: "Holon's Magnemite",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 76,
name: "Katsura Tabata"
},
attacks: [{
cost: [
Type.METAL,
Type.COLORLESS
],
name: {
en: "Extra Ball",
},
text: {
en: "If the Defending Pokémon is Pokémon-ex, this attack does 30 damage plus 20 more damage.",
},
damage: 30
}],
weaknesses: [{
type: Type.FIRE,
value: "×2"
}],
resistances: [{
type: Type.GRASS,
value: "-30"
}],
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

101
cards/ex/ex11/23.ts Normal file
View File

@ -0,0 +1,101 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "ex11-23",
localId: 23,
// Card informations
name: {
en: "Hypno",
},
hp: 70,
type: [
Type.PSYCHIC,
],
dexId: 97,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/23/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/23/high.png",
},
},
evolveFrom: {
en: "Drowzee",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 2,
name: "Midori Harada"
},
abilities: [{
id: 953,
type: AbilityType.POKEBODY,
name: {
en: "Binding Aura",
},
text: {
en: "Your opponent can't play any Basic Pokémon or Evolution cards from his or her hand to evolve an Asleep Pokémon and can't attach any Energy cards from his or her hand to an Asleep Pokémon.",
}
}],
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Sleep Inducer",
},
text: {
en: "Switch 1 of your opponent's Benched Pokémon with 1 of the Defending Pokémon. Your opponent chooses the Defending Pokémon to switch. The new Defending Pokémon is now Asleep.",
},
},{
cost: [
Type.PSYCHIC,
Type.COLORLESS
],
name: {
en: "Psyshot",
},
damage: 40
}],
weaknesses: [{
type: Type.PSYCHIC,
value: "×2"
}],
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

101
cards/ex/ex11/24.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: "ex11-24",
localId: 24,
// Card informations
name: {
en: "Mightyena δ",
},
hp: 70,
type: [
Type.DARKNESS,
Type.METAL,
],
dexId: 262,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/24/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/24/high.png",
},
},
evolveFrom: {
en: "Poochyena",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 30,
name: "Hajime Kusajima"
},
attacks: [{
cost: [
Type.DARKNESS,
Type.COLORLESS
],
name: {
en: "Delta Fang",
},
text: {
en: "If the Defending Pokémon is Pokémon-ex, that Pokémon can't attack during your opponent's next turn.",
},
damage: 20
},{
cost: [
Type.METAL,
Type.COLORLESS
],
name: {
en: "Gang Up",
},
text: {
en: "Does 10 damage times the number of Darkness Pokémon and Metal Pokémon you have in play.",
},
damage: 10
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
resistances: [{
type: Type.PSYCHIC,
value: "-30"
}],
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

90
cards/ex/ex11/25.ts Normal file
View File

@ -0,0 +1,90 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "ex11-25",
localId: 25,
// Card informations
name: {
en: "Porygon2",
},
hp: 70,
type: [
Type.COLORLESS,
],
dexId: 233,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/25/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/25/high.png",
},
},
evolveFrom: {
en: "Porygon",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 55,
name: "Hisao Nakamura"
},
abilities: [{
id: 845,
type: AbilityType.POKEPOWER,
name: {
en: "Backup",
},
text: {
en: "Once during your turn (before your attack), if you have less than 6 cards in your hand, you may draw cards until you have 6 cards in your hand. This power can't be used if Porygon2 is affected by a Special Condition.",
}
}],
attacks: [{
name: {
en: "Machine Burst",
},
text: {
en: "If Porygon2 has a Technical Machine card attached to it, the Defending Pokémon is now Asleep and Burned.",
},
damage: 30
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

93
cards/ex/ex11/26.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: "ex11-26",
localId: 26,
// Card informations
name: {
en: "Rain Castform",
},
hp: 70,
type: [
Type.WATER,
],
dexId: 351,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/26/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/26/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 37,
name: "Miki Tanaka"
},
abilities: [{
id: 804,
type: AbilityType.POKEPOWER,
name: {
en: "Temperamental Weather",
},
text: {
en: "Once during your turn (before your attack), you may search your deck for Castform, Sunny Castform, or Snow-cloud Castform and switch it with Rain Castform. (Any cards attached to Rain Castform, damage counters, Special Conditions, and effects on it are now on the new Pokémon.) Shuffle Rain Castform back into your deck. You can't use more than 1 Temperamental Weather Poké-Power each turn.",
}
}],
attacks: [{
cost: [
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Holon Splash",
},
text: {
en: "Does 30 damage plus 10 more damage for each Holon Energy card attached to Rain Castform.",
},
damage: 30
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "×2"
}],
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

105
cards/ex/ex11/27.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: "ex11-27",
localId: 27,
// Card informations
name: {
en: "Sandslash δ",
},
hp: 80,
type: [
Type.FIGHTING,
Type.METAL,
],
dexId: 28,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/27/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/27/high.png",
},
},
evolveFrom: {
en: "Sandshrew",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 9,
name: "Mitsuhiro Arita"
},
abilities: [{
id: 854,
type: AbilityType.POKEBODY,
name: {
en: "Delta Storm",
},
text: {
en: "As long as Sandslash is your Active Pokémon, put 1 damage counter on each of your opponent's Pokémon-ex between turns.",
}
}],
attacks: [{
cost: [
Type.FIGHTING,
Type.COLORLESS
],
name: {
en: "Rend",
},
text: {
en: "If the Defending Pokémon already has any damage counters on it, this attack does 20 damage plus 20 more damage.",
},
damage: 20
},{
cost: [
Type.METAL,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Slash",
},
damage: 50
}],
weaknesses: [{
type: Type.GRASS,
value: "×2"
}],
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

94
cards/ex/ex11/28.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: "ex11-28",
localId: 28,
// Card informations
name: {
en: "Slowking",
},
hp: 80,
type: [
Type.WATER,
],
dexId: 199,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/28/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/28/high.png",
},
},
evolveFrom: {
en: "Slowpoke",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 0,
name: "Kagemaru Himeno"
},
abilities: [{
id: 856,
type: AbilityType.POKEPOWER,
name: {
en: "Prize Shift",
},
text: {
en: "Once during your turn (before your attack), you may choose a card from your hand and put it as a Prize card face up. If you do, choose 1 of your face-down Prize cards without looking and put it into your hand. This power can't be used if Slowking is affected by a Special Condition or if all of your Prize cards are face up.",
}
}],
attacks: [{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Psychic Option",
},
text: {
en: "If Slowking has a Water Energy card attached to it, this attack does 20 damage plus 20 more damage. If Slowking has a Psychic Energy card attached to it, discard a Special Energy card attached to the Defending Pokémon, if any.",
},
damage: 20
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "×2"
}],
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

91
cards/ex/ex11/29.ts Normal file
View File

@ -0,0 +1,91 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "ex11-29",
localId: 29,
// Card informations
name: {
en: "Snow-cloud Castform",
},
hp: 70,
type: [
Type.WATER,
],
dexId: 351,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/29/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/29/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 37,
name: "Miki Tanaka"
},
abilities: [{
id: 804,
type: AbilityType.POKEPOWER,
name: {
en: "Temperamental Weather",
},
text: {
en: "Once during your turn (before your attack), you may search your deck for Castform, Rain Castform, or Sunny Castform and switch it with Snow-cloud Castform. (Any cards attached to Snow-cloud Castform, damage counters, Special Conditions, and effects on it are now on the new Pokémon.) Shuffle Snow-cloud Castform back into your deck. You can't use more than 1 Temperamental Weather Poké-Power each turn.",
}
}],
attacks: [{
cost: [
Type.WATER
],
name: {
en: "Holon Blizzard",
},
text: {
en: "If Snow-cloud Castform has any Holon Energy cards attached to it, this attack does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
},
damage: 20
}],
weaknesses: [{
type: Type.METAL,
value: "×2"
}],
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

112
cards/ex/ex11/3.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: "ex11-3",
localId: 3,
// Card informations
name: {
en: "Dragonite δ",
},
hp: 100,
type: [
Type.LIGHTNING,
Type.METAL,
],
dexId: 149,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/3/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/3/high.png",
},
},
evolveFrom: {
en: "Dragonair",
},
tags: [
Tag.STAGE2,
],
illustrator: {
id: 1,
name: "Ryo Ueda"
},
abilities: [{
id: 823,
type: AbilityType.POKEPOWER,
name: {
en: "Delta Charge",
},
text: {
en: "Once during your turn (before your attack), you may attach a Lightning Energy card from your discard pile to 1 of your Benched Pokémon. This power can't be used if Dragonite is affected by a Special Condition.",
}
}],
attacks: [{
cost: [
Type.LIGHTNING,
Type.COLORLESS
],
name: {
en: "Agility",
},
text: {
en: "Flip a coin. If heads, prevent all effects of an attack, including damage, done to Dragonite during your opponent's next turn.",
},
damage: 30
},{
cost: [
Type.LIGHTNING,
Type.METAL,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Heavy Impact",
},
damage: 70
}],
weaknesses: [{
type: Type.COLORLESS,
value: "×2"
}],
resistances: [{
type: Type.GRASS,
value: "-30"
},{
type: Type.FIGHTING,
value: "-30"
}],
rarity: Rarity.RareHolo,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

95
cards/ex/ex11/30.ts Normal file
View File

@ -0,0 +1,95 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "ex11-30",
localId: 30,
// Card informations
name: {
en: "Starmie δ",
},
hp: 70,
type: [
Type.WATER,
Type.METAL,
],
dexId: 121,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/30/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/30/high.png",
},
},
evolveFrom: {
en: "Staryu",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 2,
name: "Midori Harada"
},
attacks: [{
cost: [
Type.WATER
],
name: {
en: "Surf",
},
damage: 20
},{
cost: [
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Swift",
},
text: {
en: "This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon.",
},
damage: 50
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "×2"
}],
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

91
cards/ex/ex11/31.ts Normal file
View File

@ -0,0 +1,91 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "ex11-31",
localId: 31,
// Card informations
name: {
en: "Sunny Castform",
},
hp: 70,
type: [
Type.FIRE,
],
dexId: 351,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/31/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/31/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 37,
name: "Miki Tanaka"
},
abilities: [{
id: 804,
type: AbilityType.POKEPOWER,
name: {
en: "Temperamental Weather",
},
text: {
en: "Once during your turn (before your attack), you may search your deck for Castform, Rain Castform, or Snow-cloud Castform and switch it with Sunny Castform. (Any cards attached to Sunny Castform, damage counters, Special Conditions, and effects on it are now on the new Pokémon.) Shuffle Sunny Castform back into your deck. You can't use more than 1 Temperamental Weather Poké-Power each turn.",
}
}],
attacks: [{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Holon Search",
},
text: {
en: "Search your deck for a Holon Energy card and attach it to 1 of your Pokémon. Shuffle your deck afterward.",
},
}],
weaknesses: [{
type: Type.WATER,
value: "×2"
}],
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

96
cards/ex/ex11/32.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: "ex11-32",
localId: 32,
// Card informations
name: {
en: "Swellow",
},
hp: 70,
type: [
Type.COLORLESS,
],
dexId: 277,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/32/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/32/high.png",
},
},
evolveFrom: {
en: "Taillow",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 32,
name: "Atsuko Nishida"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Steep Dive",
},
text: {
en: "Flip a coin. If heads, prevent all effects of an attack, including damage, done to Swellow during your opponent's next turn. If tails, during your next turn, Swellow's Glide attack's base damage is 100.",
},
},{
cost: [
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Glide",
},
damage: 40
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "×2"
}],
resistances: [{
type: Type.FIGHTING,
value: "-30"
}],
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

102
cards/ex/ex11/33.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: "ex11-33",
localId: 33,
// Card informations
name: {
en: "Weezing",
},
hp: 70,
type: [
Type.GRASS,
],
dexId: 110,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/33/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/33/high.png",
},
},
evolveFrom: {
en: "Koffing",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 22,
name: "Yukiko Baba"
},
abilities: [{
id: 42,
type: AbilityType.POKEBODY,
name: {
en: "Body Odor",
},
text: {
en: "As long as Weezing is the Active Pokémon, put 1 damage counter on each of your opponent's Pokémon that has any Poké-Bodies between turns.",
}
}],
attacks: [{
cost: [
Type.GRASS
],
name: {
en: "Mist Attack",
},
text: {
en: "Does 10 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
},
},{
cost: [
Type.GRASS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Sludge Whirlpool",
},
damage: 50
}],
weaknesses: [{
type: Type.PSYCHIC,
value: "×2"
}],
rarity: Rarity.Rare,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

90
cards/ex/ex11/34.ts Normal file
View File

@ -0,0 +1,90 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "ex11-34",
localId: 34,
// Card informations
name: {
en: "Castform",
},
hp: 60,
type: [
Type.COLORLESS,
],
dexId: 351,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/34/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/34/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 37,
name: "Miki Tanaka"
},
abilities: [{
id: 804,
type: AbilityType.POKEPOWER,
name: {
en: "Temperamental Weather",
},
text: {
en: "Once during your turn (before your attack), you may search your deck for Sunny Castform, Rain Castform, or Snow-cloud Castform and switch it with Castform. (Any cards attached to Castform, damage counters, Special Conditions, and effects on it are now on the new Pokémon.) Shuffle Castform back into your deck. You can't use more than 1 Temperamental Weather Poké-Power each turn.",
}
}],
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Holon Draw",
},
text: {
en: "Draw a card. If Castform has any Holon Energy cards attached to it, draw 2 more cards.",
},
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

91
cards/ex/ex11/35.ts Normal file
View File

@ -0,0 +1,91 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "ex11-35",
localId: 35,
// Card informations
name: {
en: "Ditto",
},
hp: 60,
type: [
Type.COLORLESS,
],
dexId: 132,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/35/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/35/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 45,
name: "Yuka Morii"
},
abilities: [{
id: 46,
type: AbilityType.POKEPOWER,
name: {
en: "Duplicate",
},
text: {
en: "Once during your turn (before your attack), you may search your deck for another Ditto and switch it with Ditto. (Any cards attached to Ditto, damage counters, Special Conditions, and effects on it are now on the new Pokémon.) If you do, put Ditto on top of your deck. Shuffle your deck afterward. You can't use more than 1 Duplicate Poké-Power each turn.",
}
}],
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Energy Link",
},
text: {
en: "Search your discard pile for an Energy card and attach it to Ditto.",
},
damage: 10
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

91
cards/ex/ex11/36.ts Normal file
View File

@ -0,0 +1,91 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "ex11-36",
localId: 36,
// Card informations
name: {
en: "Ditto",
},
hp: 60,
type: [
Type.GRASS,
],
dexId: 132,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/36/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/36/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 45,
name: "Yuka Morii"
},
abilities: [{
id: 46,
type: AbilityType.POKEPOWER,
name: {
en: "Duplicate",
},
text: {
en: "Once during your turn (before your attack), you may search your deck for another Ditto and switch it with Ditto. (Any cards attached to Ditto, damage counters, Special Conditions, and effects on it are now on the new Pokémon.) If you do, put Ditto on top of your deck. Shuffle your deck afterward. You can't use more than 1 Duplicate Poké-Power each turn.",
}
}],
attacks: [{
cost: [
Type.GRASS,
Type.COLORLESS
],
name: {
en: "Toxic",
},
text: {
en: "The Defending Pokémon is now Poisoned. Put 2 damage counters instead of 1 on the Defending Pokémon between turns.",
},
}],
weaknesses: [{
type: Type.FIRE,
value: "×2"
}],
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

92
cards/ex/ex11/37.ts Normal file
View File

@ -0,0 +1,92 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "ex11-37",
localId: 37,
// Card informations
name: {
en: "Ditto",
},
hp: 60,
type: [
Type.FIRE,
],
dexId: 132,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/37/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/37/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 45,
name: "Yuka Morii"
},
abilities: [{
id: 46,
type: AbilityType.POKEPOWER,
name: {
en: "Duplicate",
},
text: {
en: "Once during your turn (before your attack), you may search your deck for another Ditto and switch it with Ditto. (Any cards attached to Ditto, damage counters, Special Conditions, and effects on it are now on the new Pokémon.) If you do, put Ditto on top of your deck. Shuffle your deck afterward. You can't use more than 1 Duplicate Poké-Power each turn.",
}
}],
attacks: [{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Rage",
},
text: {
en: "Does 10 damage plus 10 more damage for each damage counter on Ditto.",
},
damage: 10
}],
weaknesses: [{
type: Type.WATER,
value: "×2"
}],
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

90
cards/ex/ex11/38.ts Normal file
View File

@ -0,0 +1,90 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "ex11-38",
localId: 38,
// Card informations
name: {
en: "Ditto",
},
hp: 60,
type: [
Type.PSYCHIC,
],
dexId: 132,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/38/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/38/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 45,
name: "Yuka Morii"
},
abilities: [{
id: 46,
type: AbilityType.POKEPOWER,
name: {
en: "Duplicate",
},
text: {
en: "Once during your turn (before your attack), you may search your deck for another Ditto and switch it with Ditto. (Any cards attached to Ditto, damage counters, Special Conditions, and effects on it are now on the new Pokémon.) If you do, put Ditto on top of your deck. Shuffle your deck afterward. You can't use more than 1 Duplicate Poké-Power each turn.",
}
}],
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Copy",
},
text: {
en: "Choose 1 of the Defending Pokémon's attacks. Copy copies that attack. This attack does nothing if Ditto doesn't have the Energy necessary to use that attack. (You must still do anything else required for that attack.) Ditto performs that attack.",
},
}],
weaknesses: [{
type: Type.PSYCHIC,
value: "×2"
}],
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

92
cards/ex/ex11/39.ts Normal file
View File

@ -0,0 +1,92 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "ex11-39",
localId: 39,
// Card informations
name: {
en: "Ditto",
},
hp: 60,
type: [
Type.LIGHTNING,
],
dexId: 132,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/39/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/39/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 45,
name: "Yuka Morii"
},
abilities: [{
id: 46,
type: AbilityType.POKEPOWER,
name: {
en: "Duplicate",
},
text: {
en: "Once during your turn (before your attack), you may search your deck for another Ditto and switch it with Ditto. (Any cards attached to Ditto, damage counters, Special Conditions, and effects on it are now on the new Pokémon.) If you do, put Ditto on top of your deck. Shuffle your deck afterward. You can't use more than 1 Duplicate Poké-Power each turn.",
}
}],
attacks: [{
cost: [
Type.LIGHTNING,
Type.COLORLESS
],
name: {
en: "Thunderbolt",
},
text: {
en: "Discard all Energy cards attached to Ditto.",
},
damage: 40
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

95
cards/ex/ex11/4.ts Normal file
View File

@ -0,0 +1,95 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "ex11-4",
localId: 4,
// Card informations
name: {
en: "Espeon δ",
},
hp: 70,
type: [
Type.PSYCHIC,
Type.METAL,
],
dexId: 196,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/4/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/4/high.png",
},
},
evolveFrom: {
en: "Eevee",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 1,
name: "Ryo Ueda"
},
abilities: [{
id: 950,
type: AbilityType.POKEPOWER,
name: {
en: "Delta Heal",
},
text: {
en: "Once during your turn (before your attack), you may remove 1 damage counter from each of your Pokémon that has δ on its card. You can't use more than 1 Delta Heal Poké-Power each turn. This power can't be used if Espeon is affected by a Special Condition.",
}
}],
attacks: [{
cost: [
Type.PSYCHIC,
Type.METAL
],
name: {
en: "Psyshock",
},
text: {
en: "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
},
damage: 30
}],
weaknesses: [{
type: Type.PSYCHIC,
value: "×2"
}],
rarity: Rarity.RareHolo,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

92
cards/ex/ex11/40.ts Normal file
View File

@ -0,0 +1,92 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "ex11-40",
localId: 40,
// Card informations
name: {
en: "Ditto",
},
hp: 60,
type: [
Type.WATER,
],
dexId: 132,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/40/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/40/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 45,
name: "Yuka Morii"
},
abilities: [{
id: 46,
type: AbilityType.POKEPOWER,
name: {
en: "Duplicate",
},
text: {
en: "Once during your turn (before your attack), you may search your deck for another Ditto and switch it with Ditto. (Any cards attached to Ditto, damage counters, Special Conditions, and effects on it are now on the new Pokémon.) If you do, put Ditto on top of your deck. Shuffle your deck afterward. You can't use more than 1 Duplicate Poké-Power each turn.",
}
}],
attacks: [{
cost: [
Type.WATER,
Type.COLORLESS
],
name: {
en: "Smash Turn",
},
text: {
en: "After your attack, you may switch Ditto with 1 of your Benched Pokémon.",
},
damage: 20
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "×2"
}],
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

101
cards/ex/ex11/41.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: "ex11-41",
localId: 41,
// Card informations
name: {
en: "Dragonair δ",
},
hp: 70,
type: [
Type.LIGHTNING,
],
dexId: 148,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/41/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/41/high.png",
},
},
evolveFrom: {
en: "Dratini",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 30,
name: "Hajime Kusajima"
},
attacks: [{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Slam",
},
text: {
en: "Flip 2 coins. This attack does 20 damage times the number of heads.",
},
damage: 20
},{
cost: [
Type.LIGHTNING,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Dragon Rage",
},
damage: 40
}],
weaknesses: [{
type: Type.COLORLESS,
value: "×2"
}],
resistances: [{
type: Type.GRASS,
value: "-30"
},{
type: Type.FIGHTING,
value: "-30"
}],
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

91
cards/ex/ex11/42.ts Normal file
View File

@ -0,0 +1,91 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "ex11-42",
localId: 42,
// Card informations
name: {
en: "Dragonair δ",
},
hp: 70,
type: [
Type.LIGHTNING,
],
dexId: 148,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/42/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/42/high.png",
},
},
evolveFrom: {
en: "Dratini",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 9,
name: "Mitsuhiro Arita"
},
attacks: [{
cost: [
Type.LIGHTNING,
Type.COLORLESS
],
name: {
en: "Twister",
},
text: {
en: "Flip 2 coins. If both are tails, this attack does nothing. For each heads, discard an Energy attached to the Defending Pokémon.",
},
damage: 20
}],
weaknesses: [{
type: Type.COLORLESS,
value: "×2"
}],
resistances: [{
type: Type.GRASS,
value: "-30"
},{
type: Type.FIGHTING,
value: "-30"
}],
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

94
cards/ex/ex11/43.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: "ex11-43",
localId: 43,
// Card informations
name: {
en: "Golbat",
},
hp: 70,
type: [
Type.GRASS,
],
dexId: 42,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/43/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/43/high.png",
},
},
evolveFrom: {
en: "Zubat",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 22,
name: "Yukiko Baba"
},
attacks: [{
cost: [
Type.GRASS
],
name: {
en: "Super Poison Breath",
},
text: {
en: "Each Defending Pokémon is now Poisoned.",
},
},{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Sonic Signal",
},
text: {
en: "Choose 2 of your opponent's Pokémon. This attack does 10 damage to each of them. (Don't apply Weakness and Resistance for Benched Pokémon.)",
},
}],
weaknesses: [{
type: Type.PSYCHIC,
value: "×2"
}],
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

100
cards/ex/ex11/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: "ex11-44",
localId: 44,
// Card informations
name: {
en: "Hariyama",
},
hp: 80,
type: [
Type.FIRE,
],
dexId: 297,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/44/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/44/high.png",
},
},
evolveFrom: {
en: "Makuhita",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 55,
name: "Hisao Nakamura"
},
abilities: [{
id: 858,
type: AbilityType.POKEBODY,
name: {
en: "Reversal Aura",
},
text: {
en: "As long as you have more Prize cards left than your opponent, each of Hariyama's attacks does 20 more damage to the Active Pokémon (before applying Weakness and Resistance) and damage done by the Active Pokémon to Hariyama is reduced by 20 (after applying Weakness and Resistance).",
}
}],
attacks: [{
name: {
en: "Slap Push",
},
damage: 30
},{
cost: [
Type.FIRE,
Type.FIRE,
Type.COLORLESS
],
name: {
en: "Brick Smash",
},
text: {
en: "This attack's damage isn't affected by Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon.",
},
damage: 50
}],
weaknesses: [{
type: Type.PSYCHIC,
value: "×2"
}],
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

102
cards/ex/ex11/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: "ex11-45",
localId: 45,
// Card informations
name: {
en: "Illumise",
},
hp: 60,
type: [
Type.GRASS,
],
dexId: 314,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/45/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/45/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 2,
name: "Midori Harada"
},
abilities: [{
id: 166,
type: AbilityType.POKEBODY,
name: {
en: "Beacon Protection",
},
text: {
en: "As long as you have Volbeat in play, prevent all effects, including damage, done to Illumise by attacks from your opponent's Pokémon that has Dark in its name.",
}
}],
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Call for Family",
},
text: {
en: "Search your deck for a Basic Pokémon and put it onto your Bench. Shuffle your deck afterward.",
},
},{
cost: [
Type.GRASS,
Type.COLORLESS
],
name: {
en: "Strange Rasping",
},
text: {
en: "If the Defending Pokémon is an Evolved Pokémon, the Defending Pokémon is now Confused.",
},
damage: 20
}],
weaknesses: [{
type: Type.FIRE,
value: "×2"
}],
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

93
cards/ex/ex11/46.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: "ex11-46",
localId: 46,
// Card informations
name: {
en: "Kakuna",
},
hp: 60,
type: [
Type.GRASS,
],
dexId: 14,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/46/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/46/high.png",
},
},
evolveFrom: {
en: "Weedle",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 12,
name: "Sachiko Adachi"
},
attacks: [{
cost: [
Type.GRASS
],
name: {
en: "Fast Evolution",
},
text: {
en: "Search your deck for an Evolution card, show it to your opponent, and put it into your hand. Shuffle your deck afterward.",
},
},{
cost: [
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Rollout",
},
damage: 30
}],
weaknesses: [{
type: Type.FIRE,
value: "×2"
}],
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

95
cards/ex/ex11/47.ts Normal file
View File

@ -0,0 +1,95 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "ex11-47",
localId: 47,
// Card informations
name: {
en: "Kirlia",
},
hp: 70,
type: [
Type.PSYCHIC,
],
dexId: 281,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/47/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/47/high.png",
},
},
evolveFrom: {
en: "Ralts",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 2,
name: "Midori Harada"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Calm Mind",
},
text: {
en: "Remove 3 damage counters from Kirlia.",
},
},{
cost: [
Type.PSYCHIC,
Type.COLORLESS
],
name: {
en: "Psychic Boom",
},
text: {
en: "Does 20 damage plus 10 more damage for each Energy attached to the Defending Pokémon.",
},
damage: 20
}],
weaknesses: [{
type: Type.PSYCHIC,
value: "×2"
}],
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

98
cards/ex/ex11/48.ts Normal file
View File

@ -0,0 +1,98 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "ex11-48",
localId: 48,
// Card informations
name: {
en: "Magneton",
},
hp: 80,
type: [
Type.LIGHTNING,
],
dexId: 82,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/48/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/48/high.png",
},
},
evolveFrom: {
en: "Magnemite",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 0,
name: "Kagemaru Himeno"
},
attacks: [{
cost: [
Type.LIGHTNING,
Type.COLORLESS
],
name: {
en: "Supersonic",
},
text: {
en: "Flip a coin. If heads, the Defending Pokémon is now Confused.",
},
damage: 20
},{
cost: [
Type.LIGHTNING,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Speed Ball",
},
damage: 50
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
resistances: [{
type: Type.METAL,
value: "-30"
}],
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

98
cards/ex/ex11/49.ts Normal file
View File

@ -0,0 +1,98 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "ex11-49",
localId: 49,
// Card informations
name: {
en: "Metang δ",
},
hp: 80,
type: [
Type.LIGHTNING,
],
dexId: 375,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/49/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/49/high.png",
},
},
evolveFrom: {
en: "Beldum",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 30,
name: "Hajime Kusajima"
},
attacks: [{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Sharp Claws",
},
text: {
en: "Flip a coin. If heads, this attack does 20 damage plus 10 more damage.",
},
damage: 20
},{
cost: [
Type.LIGHTNING,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Magnetic Blast",
},
damage: 50
}],
weaknesses: [{
type: Type.FIRE,
value: "×2"
}],
resistances: [{
type: Type.GRASS,
value: "-30"
}],
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

93
cards/ex/ex11/5.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: "ex11-5",
localId: 5,
// Card informations
name: {
en: "Flareon δ",
},
hp: 70,
type: [
Type.FIRE,
Type.METAL,
],
dexId: 136,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/5/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/5/high.png",
},
},
evolveFrom: {
en: "Eevee",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 10,
name: "Kouki Saitou"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Delta Search",
},
text: {
en: "Search your deck for a Holon Energy card and attach it to Flareon. Shuffle your deck afterward.",
},
damage: 10
},{
name: {
en: "Return Burn",
},
text: {
en: "You may return an Energy card attached to Flareon to your hand. If you do, the Defending Pokémon is now Burned.",
},
damage: 50
}],
weaknesses: [{
type: Type.WATER,
value: "×2"
}],
rarity: Rarity.RareHolo,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

93
cards/ex/ex11/50.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: "ex11-50",
localId: 50,
// Card informations
name: {
en: "Persian",
},
hp: 80,
type: [
Type.COLORLESS,
],
dexId: 53,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/50/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/50/high.png",
},
},
evolveFrom: {
en: "Meowth",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 23,
name: "Naoyo Kimura"
},
abilities: [{
id: 77,
type: AbilityType.POKEPOWER,
name: {
en: "Prowl",
},
text: {
en: "Once during your turn, when you play Persian from your hand to evolve 1 of your Pokémon, you may search your deck for any 1 card and put it into your hand. Shuffle your deck afterward.",
}
}],
attacks: [{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Snap Tail",
},
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.)",
},
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

96
cards/ex/ex11/51.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: "ex11-51",
localId: 51,
// Card informations
name: {
en: "Pupitar δ",
},
hp: 70,
type: [
Type.FIRE,
],
dexId: 247,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/51/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/51/high.png",
},
},
evolveFrom: {
en: "Larvitar",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 8,
name: "Masakazu Fukuda"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Paralyzing Gaze",
},
text: {
en: "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
},
},{
cost: [
Type.FIRE,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Double-edge",
},
text: {
en: "Pupitar does 10 damage to itself.",
},
damage: 40
}],
weaknesses: [{
type: Type.GRASS,
value: "×2"
}],
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

95
cards/ex/ex11/52.ts Normal file
View File

@ -0,0 +1,95 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "ex11-52",
localId: 52,
// Card informations
name: {
en: "Rapidash",
},
hp: 70,
type: [
Type.FIRE,
],
dexId: 78,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/52/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/52/high.png",
},
},
evolveFrom: {
en: "Ponyta",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 32,
name: "Atsuko Nishida"
},
attacks: [{
cost: [
Type.FIRE
],
name: {
en: "Super Singe",
},
text: {
en: "The Defending Pokémon is now Burned.",
},
},{
cost: [
Type.FIRE,
Type.COLORLESS
],
name: {
en: "Stomp",
},
text: {
en: "Flip a coin. If heads, this attack does 30 damage plus 10 more damage.",
},
damage: 30
}],
weaknesses: [{
type: Type.WATER,
value: "×2"
}],
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

100
cards/ex/ex11/53.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: "ex11-53",
localId: 53,
// Card informations
name: {
en: "Shelgon δ",
},
hp: 80,
type: [
Type.FIRE,
],
dexId: 372,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/53/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/53/high.png",
},
},
evolveFrom: {
en: "Bagon",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 8,
name: "Masakazu Fukuda"
},
attacks: [{
cost: [
Type.FIRE
],
name: {
en: "Tight Jaw",
},
text: {
en: "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
},
damage: 10
},{
cost: [
Type.FIRE,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Combustion",
},
damage: 40
}],
weaknesses: [{
type: Type.COLORLESS,
value: "×2"
}],
resistances: [{
type: Type.FIGHTING,
value: "-30"
},{
type: Type.FIRE,
value: "-30"
}],
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

93
cards/ex/ex11/54.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: "ex11-54",
localId: 54,
// Card informations
name: {
en: "Shelgon δ",
},
hp: 70,
type: [
Type.FIRE,
],
dexId: 372,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/54/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/54/high.png",
},
},
evolveFrom: {
en: "Bagon",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 9,
name: "Mitsuhiro Arita"
},
abilities: [{
id: 276,
type: AbilityType.POKEBODY,
name: {
en: "Exoskeleton",
},
text: {
en: "Any damage done to Shelgon by attacks is reduced by 10 (after applying Weakness and Resistance).",
}
}],
attacks: [{
name: {
en: "Heat Blast",
},
damage: 30
}],
weaknesses: [{
type: Type.COLORLESS,
value: "×2"
}],
resistances: [{
type: Type.FIGHTING,
value: "-30"
},{
type: Type.FIRE,
value: "-30"
}],
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

105
cards/ex/ex11/55.ts Normal file
View File

@ -0,0 +1,105 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "ex11-55",
localId: 55,
// Card informations
name: {
en: "Skarmory",
},
hp: 70,
type: [
Type.METAL,
],
dexId: 227,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/55/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/55/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 55,
name: "Hisao Nakamura"
},
abilities: [{
id: 61,
type: AbilityType.POKEBODY,
name: {
en: "Shining Horn",
},
text: {
en: "As long as Skarmory is the only Pokémon you have in play, your opponent's Basic Pokémon can't attack.",
}
}],
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Cry for Help",
},
text: {
en: "Search your deck for a Metal Pokémon (excluding Pokémon-ex), show it to your opponent, and put it into your hand. Shuffle your deck afterward.",
},
},{
cost: [
Type.METAL,
Type.COLORLESS
],
name: {
en: "Steel Wing",
},
text: {
en: "During your opponent's next turn, any damage done to Skarmory by attacks is reduced by 20 (after applying Weakness and Resistance).",
},
damage: 20
}],
weaknesses: [{
type: Type.FIRE,
value: "×2"
}],
resistances: [{
type: Type.GRASS,
value: "-30"
}],
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

92
cards/ex/ex11/56.ts Normal file
View File

@ -0,0 +1,92 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "ex11-56",
localId: 56,
// Card informations
name: {
en: "Volbeat",
},
hp: 60,
type: [
Type.GRASS,
],
dexId: 313,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/56/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/56/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 2,
name: "Midori Harada"
},
abilities: [{
id: 955,
type: AbilityType.POKEBODY,
name: {
en: "Extra Protection",
},
text: {
en: "As long as you have Illumise in play, prevent all effects, including damage, done to Volbeat by attacks from your opponent's Pokémon-ex.",
}
}],
attacks: [{
cost: [
Type.GRASS,
Type.COLORLESS
],
name: {
en: "Swift",
},
text: {
en: "This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon.",
},
damage: 30
}],
weaknesses: [{
type: Type.FIRE,
value: "×2"
}],
rarity: Rarity.Uncommon,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

85
cards/ex/ex11/57.ts Normal file
View File

@ -0,0 +1,85 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "ex11-57",
localId: 57,
// Card informations
name: {
en: "Bagon δ",
},
hp: 50,
type: [
Type.FIRE,
],
dexId: 371,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/57/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/57/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 8,
name: "Masakazu Fukuda"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Bite",
},
damage: 10
}],
weaknesses: [{
type: Type.COLORLESS,
value: "×2"
}],
resistances: [{
type: Type.FIGHTING,
value: "-30"
},{
type: Type.FIRE,
value: "-30"
}],
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

89
cards/ex/ex11/58.ts Normal file
View File

@ -0,0 +1,89 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "ex11-58",
localId: 58,
// Card informations
name: {
en: "Bagon δ",
},
hp: 50,
type: [
Type.FIRE,
],
dexId: 371,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/58/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/58/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 30,
name: "Hajime Kusajima"
},
attacks: [{
cost: [
Type.FIRE,
Type.COLORLESS
],
name: {
en: "Ember",
},
text: {
en: "Discard a Fire Energy card attached to Bagon.",
},
damage: 30
}],
weaknesses: [{
type: Type.COLORLESS,
value: "×2"
}],
resistances: [{
type: Type.FIRE,
value: "-30"
},{
type: Type.FIGHTING,
value: "-30"
}],
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

95
cards/ex/ex11/59.ts Normal file
View File

@ -0,0 +1,95 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "ex11-59",
localId: 59,
// Card informations
name: {
en: "Beldum δ",
},
hp: 50,
type: [
Type.LIGHTNING,
],
dexId: 374,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/59/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/59/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 30,
name: "Hajime Kusajima"
},
abilities: [{
id: 860,
type: AbilityType.POKEBODY,
name: {
en: "Conductive Body",
},
text: {
en: "You pay Colorless to retreat Beldum for each Beldum on your Bench.",
}
}],
attacks: [{
cost: [
Type.LIGHTNING,
Type.COLORLESS
],
name: {
en: "Take Down",
},
text: {
en: "Beldum does 10 damage to itself.",
},
damage: 30
}],
weaknesses: [{
type: Type.FIRE,
value: "×2"
}],
resistances: [{
type: Type.GRASS,
value: "-30"
}],
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

107
cards/ex/ex11/6.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: "ex11-6",
localId: 6,
// Card informations
name: {
en: "Gardevoir δ",
},
hp: 100,
type: [
Type.PSYCHIC,
Type.METAL,
],
dexId: 282,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/6/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/6/high.png",
},
},
evolveFrom: {
en: "Kirlia",
},
tags: [
Tag.STAGE2,
],
illustrator: {
id: 9,
name: "Mitsuhiro Arita"
},
abilities: [{
id: 825,
type: AbilityType.POKEPOWER,
name: {
en: "Energy Jump",
},
text: {
en: "Once during your turn (before your attack), you may move an Energy card attached to 1 of your Pokémon to another of your Pokémon. This power can't be used if Gardevoir is affected by a Special Condition.",
}
}],
attacks: [{
cost: [
Type.METAL,
Type.COLORLESS
],
name: {
en: "Psychic Rage",
},
text: {
en: "Choose 1 of your opponent's Pokémon. This attack does 10 damage for each damage counter on Gardevoir to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
},
},{
cost: [
Type.PSYCHIC,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Black Magic",
},
text: {
en: "Does 10 damage plus 20 more damage times the number of your opponent's Benched Pokémon.",
},
damage: 10
}],
weaknesses: [{
type: Type.PSYCHIC,
value: "×2"
}],
rarity: Rarity.RareHolo,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

87
cards/ex/ex11/60.ts Normal file
View File

@ -0,0 +1,87 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "ex11-60",
localId: 60,
// Card informations
name: {
en: "Cubone",
},
hp: 50,
type: [
Type.FIGHTING,
],
dexId: 104,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/60/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/60/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 22,
name: "Yukiko Baba"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Beat",
},
damage: 10
},{
name: {
en: "Rage",
},
text: {
en: "Does 10 damage plus 10 more damage for each damage counter on Cubone.",
},
damage: 10
}],
weaknesses: [{
type: Type.GRASS,
value: "×2"
}],
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

92
cards/ex/ex11/61.ts Normal file
View File

@ -0,0 +1,92 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "ex11-61",
localId: 61,
// Card informations
name: {
en: "Ditto",
},
hp: 60,
type: [
Type.FIRE,
],
dexId: 132,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/61/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/61/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 45,
name: "Yuka Morii"
},
abilities: [{
id: 46,
type: AbilityType.POKEPOWER,
name: {
en: "Duplicate",
},
text: {
en: "Once during your turn (before your attack), you may search your deck for another Ditto and switch it with Ditto. (Any cards attached to Ditto, damage counters, Special Conditions, and effects on it are now on the new Pokémon.) If you do, put Ditto on top of your deck. Shuffle your deck afterward. You can't use more than 1 Duplicate Poké-Power each turn.",
}
}],
attacks: [{
cost: [
Type.FIRE,
Type.COLORLESS
],
name: {
en: "Fireworks",
},
text: {
en: "Flip a coin. If tails, discard a Fire Energy card attached to Ditto.",
},
damage: 30
}],
weaknesses: [{
type: Type.WATER,
value: "×2"
}],
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

91
cards/ex/ex11/62.ts Normal file
View File

@ -0,0 +1,91 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "ex11-62",
localId: 62,
// Card informations
name: {
en: "Ditto",
},
hp: 60,
type: [
Type.FIGHTING,
],
dexId: 132,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/62/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/62/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 45,
name: "Yuka Morii"
},
abilities: [{
id: 46,
type: AbilityType.POKEPOWER,
name: {
en: "Duplicate",
},
text: {
en: "Once during your turn (before your attack), you may search your deck for another Ditto and switch it with Ditto. (Any cards attached to Ditto, damage counters, Special Conditions, and effects on it are now on the new Pokémon.) If you do, put Ditto on top of your deck. Shuffle your deck afterward. You can't use more than 1 Duplicate Poké-Power each turn.",
}
}],
attacks: [{
cost: [
Type.FIGHTING,
Type.COLORLESS
],
name: {
en: "Linear Attack",
},
text: {
en: "Choose 1 of your opponent's Pokémon. This attack does 20 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
},
}],
weaknesses: [{
type: Type.WATER,
value: "×2"
}],
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

92
cards/ex/ex11/63.ts Normal file
View File

@ -0,0 +1,92 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "ex11-63",
localId: 63,
// Card informations
name: {
en: "Ditto",
},
hp: 60,
type: [
Type.LIGHTNING,
],
dexId: 132,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/63/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/63/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 45,
name: "Yuka Morii"
},
abilities: [{
id: 46,
type: AbilityType.POKEPOWER,
name: {
en: "Duplicate",
},
text: {
en: "Once during your turn (before your attack), you may search your deck for another Ditto and switch it with Ditto. (Any cards attached to Ditto, damage counters, Special Conditions, and effects on it are now on the new Pokémon.) If you do, put Ditto on top of your deck. Shuffle your deck afterward. You can't use more than 1 Duplicate Poké-Power each turn.",
}
}],
attacks: [{
cost: [
Type.LIGHTNING,
Type.COLORLESS
],
name: {
en: "Thundershock",
},
text: {
en: "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
},
damage: 20
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

92
cards/ex/ex11/64.ts Normal file
View File

@ -0,0 +1,92 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "ex11-64",
localId: 64,
// Card informations
name: {
en: "Ditto",
},
hp: 60,
type: [
Type.WATER,
],
dexId: 132,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/64/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/64/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 45,
name: "Yuka Morii"
},
abilities: [{
id: 46,
type: AbilityType.POKEPOWER,
name: {
en: "Duplicate",
},
text: {
en: "Once during your turn (before your attack), you may search your deck for another Ditto and switch it with Ditto. (Any cards attached to Ditto, damage counters, Special Conditions, and effects on it are now on the new Pokémon.) If you do, put Ditto on top of your deck. Shuffle your deck afterward. You can't use more than 1 Duplicate Poké-Power each turn.",
}
}],
attacks: [{
cost: [
Type.WATER,
Type.COLORLESS
],
name: {
en: "Spiral Drain",
},
text: {
en: "Remove 3 damage counters from Ditto (all if there are less than 3).",
},
damage: 20
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "×2"
}],
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

97
cards/ex/ex11/65.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: "ex11-65",
localId: 65,
// Card informations
name: {
en: "Dratini δ",
},
hp: 50,
type: [
Type.LIGHTNING,
],
dexId: 147,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/65/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/65/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 30,
name: "Hajime Kusajima"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Hook",
},
damage: 10
},{
cost: [
Type.LIGHTNING,
Type.COLORLESS
],
name: {
en: "Thunder Jolt",
},
text: {
en: "Flip a coin. If tails, Dratini does 10 damage to itself.",
},
damage: 30
}],
weaknesses: [{
type: Type.COLORLESS,
value: "×2"
}],
resistances: [{
type: Type.GRASS,
value: "-30"
},{
type: Type.FIGHTING,
value: "-30"
}],
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

88
cards/ex/ex11/66.ts Normal file
View File

@ -0,0 +1,88 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "ex11-66",
localId: 66,
// Card informations
name: {
en: "Dratini δ",
},
hp: 50,
type: [
Type.LIGHTNING,
],
dexId: 147,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/66/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/66/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 9,
name: "Mitsuhiro Arita"
},
attacks: [{
cost: [
Type.LIGHTNING
],
name: {
en: "Thunder Wave",
},
text: {
en: "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
},
damage: 10
}],
weaknesses: [{
type: Type.COLORLESS,
value: "×2"
}],
resistances: [{
type: Type.GRASS,
value: "-30"
},{
type: Type.FIGHTING,
value: "-30"
}],
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

90
cards/ex/ex11/67.ts Normal file
View File

@ -0,0 +1,90 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "ex11-67",
localId: 67,
// Card informations
name: {
en: "Drowzee",
},
hp: 50,
type: [
Type.PSYCHIC,
],
dexId: 96,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/67/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/67/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 18,
name: "Tomokazu Komiya"
},
attacks: [{
cost: [
Type.PSYCHIC
],
name: {
en: "Disable",
},
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.",
},
},{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Headbutt",
},
damage: 20
}],
weaknesses: [{
type: Type.PSYCHIC,
value: "×2"
}],
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

82
cards/ex/ex11/68.ts Normal file
View File

@ -0,0 +1,82 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "ex11-68",
localId: 68,
// Card informations
name: {
en: "Eevee δ",
},
hp: 50,
type: [
Type.METAL,
],
dexId: 133,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/68/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/68/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 9,
name: "Mitsuhiro Arita"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Metal Scoop",
},
text: {
en: "Search your discard pile for a Metal Energy card and attach it to Eevee.",
},
damage: 10
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

90
cards/ex/ex11/69.ts Normal file
View File

@ -0,0 +1,90 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "ex11-69",
localId: 69,
// Card informations
name: {
en: "Eevee",
},
hp: 50,
type: [
Type.COLORLESS,
],
dexId: 133,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/69/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/69/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 32,
name: "Atsuko Nishida"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Call for Family",
},
text: {
en: "Search your deck for a Basic Pokémon and put it onto your Bench. Shuffle your deck afterward.",
},
},{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Rear Kick",
},
damage: 20
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

101
cards/ex/ex11/7.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: "ex11-7",
localId: 7,
// Card informations
name: {
en: "Jolteon δ",
},
hp: 70,
type: [
Type.LIGHTNING,
Type.METAL,
],
dexId: 135,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/7/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/7/high.png",
},
},
evolveFrom: {
en: "Eevee",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 10,
name: "Kouki Saitou"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Delta Search",
},
text: {
en: "Search your deck for a Holon Energy card and attach it to Jolteon. Shuffle your deck afterward.",
},
damage: 10
},{
cost: [
Type.LIGHTNING,
Type.METAL,
Type.COLORLESS
],
name: {
en: "Return Spark",
},
text: {
en: "You may return an Energy card attached to Jolteon to your hand. If you do, this attack does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
},
damage: 50
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
resistances: [{
type: Type.METAL,
value: "-30"
}],
rarity: Rarity.RareHolo,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

84
cards/ex/ex11/70.ts Normal file
View File

@ -0,0 +1,84 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "ex11-70",
localId: 70,
// Card informations
name: {
en: "Holon's Magnemite",
},
hp: 40,
type: [
Type.METAL,
],
dexId: 81,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/70/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/70/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 76,
name: "Katsura Tabata"
},
attacks: [{
cost: [
Type.METAL
],
name: {
en: "Linear Attack",
},
text: {
en: "Choose 1 of your opponent's Pokémon. This attack does 10 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
},
}],
weaknesses: [{
type: Type.FIRE,
value: "×2"
}],
resistances: [{
type: Type.GRASS,
value: "-30"
}],
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

82
cards/ex/ex11/71.ts Normal file
View File

@ -0,0 +1,82 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "ex11-71",
localId: 71,
// Card informations
name: {
en: "Holon's Voltorb",
},
hp: 40,
type: [
Type.LIGHTNING,
],
dexId: 100,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/71/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/71/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 53,
name: "Takao Unno"
},
attacks: [{
cost: [
Type.LIGHTNING
],
name: {
en: "Thundershock",
},
text: {
en: "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
},
damage: 10
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

90
cards/ex/ex11/72.ts Normal file
View File

@ -0,0 +1,90 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "ex11-72",
localId: 72,
// Card informations
name: {
en: "Koffing",
},
hp: 50,
type: [
Type.GRASS,
],
dexId: 109,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/72/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/72/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 12,
name: "Sachiko Adachi"
},
attacks: [{
cost: [
Type.GRASS
],
name: {
en: "Confusion Gas",
},
text: {
en: "The Defending Pokémon is now Confused.",
},
},{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Ram",
},
damage: 20
}],
weaknesses: [{
type: Type.PSYCHIC,
value: "×2"
}],
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

87
cards/ex/ex11/73.ts Normal file
View File

@ -0,0 +1,87 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "ex11-73",
localId: 73,
// Card informations
name: {
en: "Larvitar δ",
},
hp: 50,
type: [
Type.FIRE,
],
dexId: 246,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/73/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/73/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 30,
name: "Hajime Kusajima"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Bite",
},
damage: 10
},{
name: {
en: "Rising Lunge",
},
text: {
en: "Flip a coin. If heads, this attack does 20 damage plus 10 more damage.",
},
damage: 20
}],
weaknesses: [{
type: Type.GRASS,
value: "×2"
}],
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

92
cards/ex/ex11/74.ts Normal file
View File

@ -0,0 +1,92 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "ex11-74",
localId: 74,
// Card informations
name: {
en: "Magnemite",
},
hp: 50,
type: [
Type.LIGHTNING,
],
dexId: 81,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/74/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/74/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 0,
name: "Kagemaru Himeno"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Collect",
},
text: {
en: "Draw a card.",
},
},{
cost: [
Type.LIGHTNING
],
name: {
en: "Magnetic Blast",
},
damage: 10
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
resistances: [{
type: Type.METAL,
value: "-30"
}],
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

82
cards/ex/ex11/75.ts Normal file
View File

@ -0,0 +1,82 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "ex11-75",
localId: 75,
// Card informations
name: {
en: "Makuhita",
},
hp: 50,
type: [
Type.FIGHTING,
],
dexId: 296,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/75/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/75/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 12,
name: "Sachiko Adachi"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Sand Attack",
},
text: {
en: "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing.",
},
damage: 10
}],
weaknesses: [{
type: Type.PSYCHIC,
value: "×2"
}],
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

91
cards/ex/ex11/76.ts Normal file
View File

@ -0,0 +1,91 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "ex11-76",
localId: 76,
// Card informations
name: {
en: "Marill",
},
hp: 50,
type: [
Type.WATER,
],
dexId: 183,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/76/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/76/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 2,
name: "Midori Harada"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Rollout",
},
damage: 10
},{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Jump On",
},
text: {
en: "Flip a coin. If heads, this attack does 10 damage plus 20 more damage.",
},
damage: 10
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "×2"
}],
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

89
cards/ex/ex11/77.ts Normal file
View File

@ -0,0 +1,89 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "ex11-77",
localId: 77,
// Card informations
name: {
en: "Meowth",
},
hp: 50,
type: [
Type.COLORLESS,
],
dexId: 52,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/77/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/77/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 47,
name: "Hiroki Fuchino"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Pickup Power",
},
text: {
en: "Search your discard pile for an Energy card, show it to your opponent, and put it into your hand.",
},
},{
cost: [
Type.COLORLESS
],
name: {
en: "Bite",
},
damage: 10
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

79
cards/ex/ex11/78.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: "ex11-78",
localId: 78,
// Card informations
name: {
en: "Ponyta",
},
hp: 50,
type: [
Type.FIRE,
],
dexId: 77,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/78/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/78/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 23,
name: "Naoyo Kimura"
},
attacks: [{
cost: [
Type.FIRE
],
name: {
en: "Flare",
},
damage: 10
}],
weaknesses: [{
type: Type.WATER,
value: "×2"
}],
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

96
cards/ex/ex11/79.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: "ex11-79",
localId: 79,
// Card informations
name: {
en: "Poochyena",
},
hp: 50,
type: [
Type.DARKNESS,
],
dexId: 261,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/79/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/79/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 12,
name: "Sachiko Adachi"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Roar",
},
text: {
en: "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon, if any.",
},
},{
cost: [
Type.DARKNESS,
Type.COLORLESS
],
name: {
en: "Ambush",
},
text: {
en: "Flip a coin. If heads, this attack does 10 damage plus 20 more damage.",
},
damage: 10
}],
weaknesses: [{
type: Type.FIRE,
value: "×2"
}],
resistances: [{
type: Type.PSYCHIC,
value: "-30"
}],
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

114
cards/ex/ex11/8.ts Normal file
View File

@ -0,0 +1,114 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "ex11-8",
localId: 8,
// Card informations
name: {
en: "Latias δ",
},
hp: 70,
type: [
Type.LIGHTNING,
Type.METAL,
],
dexId: 380,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/8/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/8/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 1,
name: "Ryo Ueda"
},
abilities: [{
id: 830,
type: AbilityType.POKEBODY,
name: {
en: "Delta Aura",
},
text: {
en: "If you have Latios or Latios ex in play, the attack cost of Latias's Extra Crush is now Lightning Metal Colorless.",
}
}],
attacks: [{
cost: [
Type.METAL,
Type.COLORLESS
],
name: {
en: "Spiral Drain",
},
text: {
en: "Remove 2 damage counters from Latias.",
},
damage: 20
},{
cost: [
Type.LIGHTNING,
Type.METAL,
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Extra Crush",
},
text: {
en: "If your opponent has no Pokémon-ex in play, this attack does nothing.",
},
damage: 80
}],
weaknesses: [{
type: Type.COLORLESS,
value: "×2"
}],
resistances: [{
type: Type.PSYCHIC,
value: "-30"
},{
type: Type.FIGHTING,
value: "-30"
}],
rarity: Rarity.RareHolo,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

80
cards/ex/ex11/80.ts Normal file
View File

@ -0,0 +1,80 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "ex11-80",
localId: 80,
// Card informations
name: {
en: "Porygon",
},
hp: 50,
type: [
Type.COLORLESS,
],
dexId: 137,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/80/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/80/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 55,
name: "Hisao Nakamura"
},
attacks: [{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Sharpen",
},
damage: 30
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

89
cards/ex/ex11/81.ts Normal file
View File

@ -0,0 +1,89 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "ex11-81",
localId: 81,
// Card informations
name: {
en: "Ralts",
},
hp: 50,
type: [
Type.PSYCHIC,
],
dexId: 280,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/81/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/81/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 99,
name: "Kenkichi Toyama"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Collect",
},
text: {
en: "Draw a card.",
},
},{
name: {
en: "Quick Blow",
},
text: {
en: "Flip a coin. If heads, this attack does 10 damage plus 20 more damage.",
},
damage: 10
}],
weaknesses: [{
type: Type.PSYCHIC,
value: "×2"
}],
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

90
cards/ex/ex11/82.ts Normal file
View File

@ -0,0 +1,90 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "ex11-82",
localId: 82,
// Card informations
name: {
en: "Sandshrew",
},
hp: 50,
type: [
Type.WATER,
],
dexId: 27,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/82/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/82/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 18,
name: "Tomokazu Komiya"
},
attacks: [{
cost: [
Type.FIGHTING
],
name: {
en: "Dig Under",
},
text: {
en: "Choose 1 of your opponent's Pokémon. This attack does 10 damage to that Pokémon. This attack's damage isn't affected by Weakness or Resistance.",
},
},{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Scratch",
},
damage: 20
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "×2"
}],
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

90
cards/ex/ex11/83.ts Normal file
View File

@ -0,0 +1,90 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "ex11-83",
localId: 83,
// Card informations
name: {
en: "Slowpoke",
},
hp: 50,
type: [
Type.WATER,
],
dexId: 79,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/83/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/83/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 0,
name: "Kagemaru Himeno"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Yawn",
},
text: {
en: "The Defending Pokémon is now Asleep.",
},
},{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Tackle",
},
damage: 20
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "×2"
}],
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

88
cards/ex/ex11/84.ts Normal file
View File

@ -0,0 +1,88 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "ex11-84",
localId: 84,
// Card informations
name: {
en: "Staryu",
},
hp: 50,
type: [
Type.WATER,
],
dexId: 120,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/84/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/84/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 2,
name: "Midori Harada"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Tackle",
},
damage: 10
},{
cost: [
Type.WATER,
Type.COLORLESS
],
name: {
en: "Spinning Attack",
},
damage: 20
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "×2"
}],
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

92
cards/ex/ex11/85.ts Normal file
View File

@ -0,0 +1,92 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "ex11-85",
localId: 85,
// Card informations
name: {
en: "Staryu",
},
hp: 50,
type: [
Type.WATER,
],
dexId: 120,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/85/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/85/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 55,
name: "Hisao Nakamura"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Surprise Attack",
},
text: {
en: "Flip a coin. If tails, this attack does nothing.",
},
damage: 20
},{
cost: [
Type.WATER
],
name: {
en: "Recover",
},
text: {
en: "Discard a Water Energy card attached to Staryu and remove 4 damage counters from Staryu (all if there are less than 4).",
},
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "×2"
}],
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

84
cards/ex/ex11/86.ts Normal file
View File

@ -0,0 +1,84 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "ex11-86",
localId: 86,
// Card informations
name: {
en: "Taillow",
},
hp: 40,
type: [
Type.COLORLESS,
],
dexId: 276,
image: {
low: {
en: "https://assets.tcgdex.net/en/ex/ex11/86/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/ex/ex11/86/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 18,
name: "Tomokazu Komiya"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Skill Dive",
},
text: {
en: "Does 10 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
},
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "×2"
}],
resistances: [{
type: Type.FIRE,
value: "-30"
}],
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Delta Species",
code: "ex11"
}
}
export default card

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