1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-16 06:39:50 +00:00

Finished Complete Rework of the Database

This commit is contained in:
2021-02-24 16:56:26 +01:00
parent 8f9e953656
commit 9a1ae318f1
26038 changed files with 814437 additions and 1155588 deletions

View File

@ -0,0 +1,70 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Tangela",
},
illustrator: "kirisAki",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
114,
],
hp: 70,
types: [
"Grass",
],
stage: "Basic",
attacks: [
{
cost: [
"Grass",
],
name: {
en: "Beat",
},
damage: 10,
},
{
cost: [
"Grass",
"Colorless",
"Colorless",
],
name: {
en: "Flog",
},
effect: {
en: "Flip a coin. If heads, this attack does 20 more damage.",
},
damage: 20,
},
],
weaknesses: [
{
type: "Fire",
value: "×2"
},
],
resistances: [
{
type: "Water",
value: "-20"
},
],
}
export default card

View File

@ -0,0 +1,51 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Sewaddle",
},
illustrator: "Mitsuhiro Arita",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
540,
],
hp: 50,
types: [
"Grass",
],
stage: "Basic",
attacks: [
{
cost: [
"Colorless",
"Colorless",
],
name: {
en: "Gnaw",
},
damage: 20,
},
],
weaknesses: [
{
type: "Fire",
value: "×2"
},
],
}
export default card

View File

@ -0,0 +1,70 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Black Kyurem-EX",
},
illustrator: "Eske Yoshinob",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
646,
],
hp: 180,
types: [
"Dragon",
],
suffix: "EX",
attacks: [
{
cost: [
"Lightning",
"Colorless",
"Colorless",
],
name: {
en: "Dragon Fang",
},
effect: {
en: "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
},
damage: 60,
},
{
cost: [
"Water",
"Lightning",
"Lightning",
"Colorless",
],
name: {
en: "Freeze Shock",
},
effect: {
en: "This Pokémon can't attack during your next turn.",
},
damage: 150,
},
],
weaknesses: [
{
type: "Dragon",
value: "×2"
},
],
}
export default card

View File

@ -0,0 +1,70 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "White Kyurem-EX",
},
illustrator: "Eske Yoshinob",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
646,
],
hp: 180,
types: [
"Dragon",
],
suffix: "EX",
attacks: [
{
cost: [
"Fire",
"Colorless",
"Colorless",
],
name: {
en: "Dragon Stream",
},
effect: {
en: "Flip a coin. If heads, attach a basic Energy card from your discard pile to this Pokémon.",
},
damage: 60,
},
{
cost: [
"Fire",
"Fire",
"Water",
"Colorless",
],
name: {
en: "Ice Burn",
},
effect: {
en: "Discard 2 Fire Energy attached to this Pokémon. The Defending Pokémon is now Burned.",
},
damage: 150,
},
],
weaknesses: [
{
type: "Dragon",
value: "×2"
},
],
}
export default card

View File

@ -0,0 +1,70 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Lugia-EX",
},
illustrator: "Toyste Beach",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
249,
],
hp: 180,
types: [
"Colorless",
],
suffix: "EX",
abilities: [
{
type: "Ability",
name: {
en: "Overflow",
},
effect: {
en: "If your opponent's Pokémon is Knocked Out by damage from an attack of this Pokémon, take 1 more Prize card.",
},
},
],
attacks: [
{
cost: [
"Colorless",
"Colorless",
"Colorless",
"Colorless",
],
name: {
en: "Plasma Gale",
},
effect: {
en: "Discard a Plasma Energy attached to this Pokémon. If you can't discard a Plasma Energy, this attack does nothing.",
},
damage: 120,
},
],
weaknesses: [
{
type: "Lightning",
value: "×2"
},
],
resistances: [
{
type: "Fightning",
value: "-20"
},
],
}
export default card

View File

@ -0,0 +1,58 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Swablu",
},
illustrator: "Akira Komayama",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
333,
],
hp: 40,
types: [
"Colorless",
],
stage: "Basic",
attacks: [
{
cost: [
"Colorless",
"Colorless",
],
name: {
en: "Glare and Peck",
},
effect: {
en: "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
},
damage: 10,
},
],
weaknesses: [
{
type: "Lightning",
value: "×2"
},
],
resistances: [
{
type: "Fightning",
value: "-20"
},
],
}
export default card

View File

@ -0,0 +1,63 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Minccino",
},
illustrator: "Midori Harada",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
572,
],
hp: 60,
types: [
"Colorless",
],
stage: "Basic",
attacks: [
{
cost: [
"Colorless",
],
name: {
en: "Call for Family",
},
effect: {
en: "Search your deck for a Basic Pokémon and put it onto your Bench. Shuffle your deck afterward.",
},
},
{
cost: [
"Colorless",
"Colorless",
],
name: {
en: "Tail Smack",
},
damage: 20,
},
],
weaknesses: [
{
type: "Fightning",
value: "×2"
},
],
}
export default card

View File

@ -0,0 +1,66 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Cinccino",
},
illustrator: "Mitsuhiro Arita",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
573,
],
hp: 90,
types: [
"Colorless",
],
evolveFrom: {
en: "Minccino",
},
stage: "Stage1",
abilities: [
{
type: "Ability",
name: {
en: "Smooth Coat",
},
effect: {
en: "If any damage is done to this Pokémon by attacks, flip a coin. If heads, prevent that damage.",
},
},
],
attacks: [
{
cost: [
"Colorless",
"Colorless",
"Colorless",
],
name: {
en: "Echoed Voice",
},
effect: {
en: "During your next turn, this Pokémon's Echoed Voice attack does 50 more damage (before applying Weakness and Resistance).",
},
damage: 50,
},
],
weaknesses: [
{
type: "Fightning",
value: "×2"
},
],
}
export default card

View File

@ -0,0 +1,59 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Druddigon",
},
illustrator: "match",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
621,
],
hp: 100,
types: [
"Colorless",
],
stage: "Basic",
abilities: [
{
type: "Ability",
name: {
en: "Rough Skin",
},
effect: {
en: "If this Pokémon is your Active Pokémon and is damaged by an opponent's attack (even if this Pokémon is Knocked Out), put 2 damage counters on the Attacking Pokémon.",
},
},
],
attacks: [
{
cost: [
"Colorless",
"Colorless",
"Colorless",
],
name: {
en: "Clutch",
},
effect: {
en: "The Defending Pokémon can't retreat during your opponent's next turn.",
},
damage: 60,
},
],
}
export default card

View File

@ -0,0 +1,69 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Bouffalant",
},
illustrator: "Sanosuke Sakuma",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
626,
],
hp: 100,
types: [
"Colorless",
],
stage: "Basic",
attacks: [
{
cost: [
"Colorless",
"Colorless",
],
name: {
en: "Revenge",
},
effect: {
en: "If any of your Pokémon were Knocked Out by damage from an opponent's attack during his or her last turn, this attack does 70 more damage.",
},
damage: 20,
},
{
cost: [
"Colorless",
"Colorless",
"Colorless",
"Colorless",
],
name: {
en: "Head Charge",
},
effect: {
en: "Flip a coin. If tails, this Pokémon does 20 damage to itself.",
},
damage: 80,
},
],
weaknesses: [
{
type: "Fightning",
value: "×2"
},
],
}
export default card

View File

@ -0,0 +1,71 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Tornadus",
},
illustrator: "Miki Tanaka",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
641,
],
hp: 110,
types: [
"Colorless",
],
stage: "Basic",
attacks: [
{
cost: [
"Colorless",
],
name: {
en: "Energy Wheel",
},
effect: {
en: "Move an Energy from 1 of your Benched Pokémon to this Pokémon.",
},
},
{
cost: [
"Colorless",
"Colorless",
"Colorless",
],
name: {
en: "Hurricane",
},
effect: {
en: "Move a basic Energy from this Pokémon to 1 of your Benched Pokémon.",
},
damage: 80,
},
],
weaknesses: [
{
type: "Lightning",
value: "×2"
},
],
resistances: [
{
type: "Fightning",
value: "-20"
},
],
}
export default card

View File

@ -0,0 +1,29 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Bianca",
},
illustrator: "Megumi Mizutani",
rarity: "Uncommon",
category: "Trainer",
set: Set,
trainerType: "Supporter",
}
export default card

View File

@ -0,0 +1,66 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Swadloon",
},
illustrator: "sui",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
541,
],
hp: 70,
types: [
"Grass",
],
evolveFrom: {
en: "Sewaddle",
},
stage: "Stage1",
attacks: [
{
cost: [
"Grass",
],
name: {
en: "Tackle",
},
damage: 20,
},
{
cost: [
"Colorless",
"Colorless",
],
name: {
en: "String Shot",
},
effect: {
en: "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
},
damage: 20,
},
],
weaknesses: [
{
type: "Fire",
value: "×2"
},
],
}
export default card

View File

@ -0,0 +1,29 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Cedric Juniper",
},
illustrator: "Ken Sugimori",
rarity: "Uncommon",
category: "Trainer",
set: Set,
trainerType: "Supporter",
}
export default card

View File

@ -0,0 +1,29 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Crushing Hammer",
},
illustrator: "5ban Graphics",
rarity: "Uncommon",
category: "Trainer",
set: Set,
trainerType: "Item",
}
export default card

View File

@ -0,0 +1,29 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Energy Switch",
},
illustrator: "Kent Kanetsuna",
rarity: "Uncommon",
category: "Trainer",
set: Set,
trainerType: "Item",
}
export default card

View File

@ -0,0 +1,29 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Double Colorless Energy",
},
illustrator: "5ban Graphics",
rarity: "Uncommon",
category: "Energy",
set: Set,
energyType: "Special",
}
export default card

View File

@ -0,0 +1,68 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Reshiram",
},
illustrator: "5ban Graphics",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
643,
],
hp: 130,
types: [
"Fire",
],
stage: "Basic",
attacks: [
{
cost: [
"Colorless",
"Colorless",
],
name: {
en: "Outrage",
},
effect: {
en: "Does 10 more damage for each damage counter on this Pokémon.",
},
damage: 20,
},
{
cost: [
"Fire",
"Fire",
"Colorless",
],
name: {
en: "Blue Flare",
},
effect: {
en: "Discard 2 Fire Energy attached to this Pokémon.",
},
damage: 120,
},
],
weaknesses: [
{
type: "Water",
value: "×2"
},
],
}
export default card

View File

@ -0,0 +1,68 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Zekrom",
},
illustrator: "5ban Graphics",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
644,
],
hp: 130,
types: [
"Lightning",
],
stage: "Basic",
attacks: [
{
cost: [
"Colorless",
"Colorless",
],
name: {
en: "Outrage",
},
effect: {
en: "Does 10 more damage for each damage counter on this Pokémon.",
},
damage: 20,
},
{
cost: [
"Lightning",
"Lightning",
"Colorless",
],
name: {
en: "Bolt Strike",
},
effect: {
en: "This Pokémon does 40 damage to itself.",
},
damage: 120,
},
],
weaknesses: [
{
type: "Fightning",
value: "×2"
},
],
}
export default card

View File

@ -0,0 +1,66 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Leavanny",
},
illustrator: "match",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
542,
],
hp: 130,
types: [
"Grass",
],
evolveFrom: {
en: "Swadloon",
},
stage: "Stage2",
abilities: [
{
type: "Ability",
name: {
en: "Leaf Tailor",
},
effect: {
en: "Each of your Pokémon that has any Energy attached to it has no Weakness.",
},
},
],
attacks: [
{
cost: [
"Grass",
"Colorless",
"Colorless",
],
name: {
en: "Cutting Arm",
},
effect: {
en: "Flip 2 coins. This attack does 20 more damage for each heads.",
},
damage: 40,
},
],
weaknesses: [
{
type: "Fire",
value: "×2"
},
],
}
export default card

View File

@ -0,0 +1,51 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Dwebble",
},
illustrator: "sui",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
557,
],
hp: 60,
types: [
"Grass",
],
stage: "Basic",
attacks: [
{
cost: [
"Grass",
"Colorless",
],
name: {
en: "Bug Bite",
},
damage: 20,
},
],
weaknesses: [
{
type: "Fire",
value: "×2"
},
],
}
export default card

View File

@ -0,0 +1,68 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Crustle",
},
illustrator: "Naoki Saito",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
558,
],
hp: 100,
types: [
"Grass",
],
evolveFrom: {
en: "Dwebble",
},
stage: "Stage1",
attacks: [
{
cost: [
"Colorless",
"Colorless",
],
name: {
en: "Hard Press",
},
effect: {
en: "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
},
damage: 30,
},
{
cost: [
"Grass",
"Colorless",
"Colorless",
],
name: {
en: "Hammer In",
},
damage: 70,
},
],
weaknesses: [
{
type: "Fire",
value: "×2"
},
],
}
export default card

View File

@ -0,0 +1,70 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Virizion",
},
illustrator: "Atsuko Nishida",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
640,
],
hp: 110,
types: [
"Grass",
],
stage: "Basic",
attacks: [
{
cost: [
"Colorless",
],
name: {
en: "Double Draw",
},
effect: {
en: "Draw 2 cards.",
},
},
{
cost: [
"Grass",
"Colorless",
],
name: {
en: "Leaf Wallop",
},
effect: {
en: "During your next turn, this Pokémon's Leaf Wallop attack does 40 more damage (before applying Weakness and Resistance).",
},
damage: 40,
},
],
weaknesses: [
{
type: "Fire",
value: "×2"
},
],
resistances: [
{
type: "Water",
value: "-20"
},
],
}
export default card

View File

@ -0,0 +1,66 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Genesect",
},
illustrator: "Ayaka Yoshida",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
649,
],
hp: 110,
types: [
"Grass",
],
stage: "Basic",
attacks: [
{
cost: [
"Grass",
],
name: {
en: "Slash",
},
damage: 20,
},
{
cost: [
"Colorless",
"Colorless",
"Colorless",
"Colorless",
],
name: {
en: "Gaia Blaster",
},
effect: {
en: "Does 20 more damage for each Grass Energy attached to this Pokémon.",
},
damage: 50,
},
],
weaknesses: [
{
type: "Fire",
value: "×2"
},
],
}
export default card

View File

@ -0,0 +1,63 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Charmander",
},
illustrator: "match",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
4,
],
hp: 70,
types: [
"Fire",
],
stage: "Basic",
attacks: [
{
cost: [
"Fire",
],
name: {
en: "Draw In",
},
effect: {
en: "Attach 2 Fire Energy cards from your discard pile to this Pokémon.",
},
},
{
cost: [
"Fire",
"Colorless",
],
name: {
en: "Flare",
},
damage: 20,
},
],
weaknesses: [
{
type: "Water",
value: "×2"
},
],
}
export default card

View File

@ -0,0 +1,67 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Charmeleon",
},
illustrator: "Akira Komayama",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
5,
],
hp: 90,
types: [
"Fire",
],
evolveFrom: {
en: "Charmander",
},
stage: "Stage1",
attacks: [
{
cost: [
"Fire",
],
name: {
en: "Flare",
},
damage: 20,
},
{
cost: [
"Fire",
"Colorless",
"Colorless",
],
name: {
en: "Raging Claws",
},
effect: {
en: "Does 10 more damage for each damage counter on this Pokémon.",
},
damage: 50,
},
],
weaknesses: [
{
type: "Water",
value: "×2"
},
],
}
export default card

View File

@ -0,0 +1,72 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Charizard",
},
illustrator: "TOKIYA",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
6,
],
hp: 160,
types: [
"Fire",
],
evolveFrom: {
en: "Charmeleon",
},
stage: "Stage2",
attacks: [
{
cost: [
"Fire",
"Colorless",
"Colorless",
],
name: {
en: "Split Bomb",
},
effect: {
en: "This attack does 40 damage to 2 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
},
},
{
cost: [
"Fire",
"Colorless",
"Colorless",
"Colorless",
"Colorless",
],
name: {
en: "Scorching Fire",
},
effect: {
en: "Discard a Fire Energy attached to this Pokémon.",
},
damage: 150,
},
],
weaknesses: [
{
type: "Water",
value: "×2"
},
],
}
export default card

View File

@ -0,0 +1,75 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Tangrowth",
},
illustrator: "Kagemaru Himeno",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
465,
],
hp: 120,
types: [
"Grass",
],
evolveFrom: {
en: "Tangela",
},
stage: "Stage1",
attacks: [
{
cost: [
"Grass",
],
name: {
en: "Bind Down",
},
effect: {
en: "The Defending Pokémon can't retreat during your opponent's next turn.",
},
damage: 30,
},
{
cost: [
"Grass",
"Grass",
"Colorless",
"Colorless",
],
name: {
en: "Flog",
},
effect: {
en: "Flip a coin. If heads, this attack does 30 more damage.",
},
damage: 60,
},
],
weaknesses: [
{
type: "Fire",
value: "×2"
},
],
resistances: [
{
type: "Water",
value: "-20"
},
],
}
export default card

View File

@ -0,0 +1,53 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Vulpix",
},
illustrator: "Masakazu Fukuda",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
37,
],
hp: 60,
types: [
"Fire",
],
stage: "Basic",
attacks: [
{
cost: [
"Fire",
"Colorless",
],
name: {
en: "Firebreathing",
},
effect: {
en: "Flip a coin. If heads, this attack does 10 more damage.",
},
damage: 20,
},
],
weaknesses: [
{
type: "Water",
value: "×2"
},
],
}
export default card

View File

@ -0,0 +1,56 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Ninetales",
},
illustrator: "Satoshi Shirai",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
38,
],
hp: 90,
types: [
"Fire",
],
evolveFrom: {
en: "Vulpix",
},
stage: "Stage1",
attacks: [
{
cost: [
"Colorless",
"Colorless",
"Colorless",
],
name: {
en: "Color Coordination",
},
effect: {
en: "If this Pokémon has any basic Energy attached to it that is the same type as the Defending Pokémon, this attack does 40 more damage.",
},
damage: 50,
},
],
weaknesses: [
{
type: "Water",
value: "×2"
},
],
}
export default card

View File

@ -0,0 +1,75 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Moltres",
},
illustrator: "Mitsuhiro Arita",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
146,
],
hp: 120,
types: [
"Fire",
],
stage: "Basic",
attacks: [
{
cost: [
"Fire",
"Colorless",
"Colorless",
],
name: {
en: "Searing Flame",
},
effect: {
en: "The Defending Pokémon is now Burned.",
},
damage: 50,
},
{
cost: [
"Fire",
"Colorless",
"Colorless",
"Colorless",
],
name: {
en: "Fire Blast",
},
effect: {
en: "Discard a Fire Energy attached to this Pokémon.",
},
damage: 90,
},
],
weaknesses: [
{
type: "Water",
value: "×2"
},
],
resistances: [
{
type: "Fightning",
value: "-20"
},
],
}
export default card

View File

@ -0,0 +1,63 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Victini",
},
illustrator: "Tomokazu Komiya",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
494,
],
hp: 60,
types: [
"Fire",
],
stage: "Basic",
abilities: [
{
type: "Ability",
name: {
en: "Victory Star",
},
effect: {
en: "Once during your turn, after you flip any coins for an attack, you may ignore all effects of those coin flips and begin flipping those coins again. You can't use more than 1 Victory Star Ability each turn.",
},
},
],
attacks: [
{
cost: [
"Fire",
"Colorless",
],
name: {
en: "Stored Power",
},
effect: {
en: "Move all Energy attached to this Pokémon to 1 of your Benched Pokémon.",
},
damage: 30,
},
],
weaknesses: [
{
type: "Water",
value: "×2"
},
],
}
export default card

View File

@ -0,0 +1,66 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Victini-EX",
},
illustrator: "Eske Yoshinob",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
494,
],
hp: 110,
types: [
"Fire",
],
suffix: "EX",
attacks: [
{
cost: [
"Fire",
],
name: {
en: "Turbo Energize",
},
effect: {
en: "Search your deck for 2 basic Energy cards and attach them to your Benched Pokémon in any way you like. Shuffle your deck afterward.",
},
},
{
cost: [
"Fire",
"Colorless",
"Colorless",
],
name: {
en: "Intensifying Burn",
},
effect: {
en: "If the Defending Pokémon is a Pokémon-EX, this attack does 50 more damage.",
},
damage: 50,
},
],
weaknesses: [
{
type: "Water",
value: "×2"
},
],
}
export default card

View File

@ -0,0 +1,53 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Tepig",
},
illustrator: "Kanako Eo",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
498,
],
hp: 70,
types: [
"Fire",
],
stage: "Basic",
attacks: [
{
cost: [
"Fire",
"Colorless",
],
name: {
en: "Take Down",
},
effect: {
en: "This Pokémon does 10 damage to itself.",
},
damage: 30,
},
],
weaknesses: [
{
type: "Water",
value: "×2"
},
],
}
export default card

View File

@ -0,0 +1,68 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Pignite",
},
illustrator: "Kanako Eo",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
499,
],
hp: 100,
types: [
"Fire",
],
evolveFrom: {
en: "Tepig",
},
stage: "Stage1",
attacks: [
{
cost: [
"Colorless",
"Colorless",
],
name: {
en: "Rollout",
},
damage: 20,
},
{
cost: [
"Fire",
"Fire",
"Colorless",
],
name: {
en: "Flamethrower",
},
effect: {
en: "Discard an Energy attached to this Pokémon.",
},
damage: 70,
},
],
weaknesses: [
{
type: "Water",
value: "×2"
},
],
}
export default card

View File

@ -0,0 +1,65 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Emboar",
},
illustrator: "Kanako Eo",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
500,
],
hp: 150,
types: [
"Fire",
],
evolveFrom: {
en: "Pignite",
},
stage: "Stage2",
abilities: [
{
type: "Ability",
name: {
en: "Inferno Fandango",
},
effect: {
en: "As often as you like during your turn (before your attack), you may attach a Fire Energy card from your hand to 1 of your Pokémon.",
},
},
],
attacks: [
{
cost: [
"Fire",
"Fire",
"Colorless",
"Colorless",
],
name: {
en: "Heat Crash",
},
damage: 80,
},
],
weaknesses: [
{
type: "Water",
value: "×2"
},
],
}
export default card

View File

@ -0,0 +1,68 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Reshiram",
},
illustrator: "Aya Kusube",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
643,
],
hp: 130,
types: [
"Fire",
],
stage: "Basic",
attacks: [
{
cost: [
"Colorless",
"Colorless",
],
name: {
en: "Outrage",
},
effect: {
en: "Does 10 more damage for each damage counter on this Pokémon.",
},
damage: 20,
},
{
cost: [
"Fire",
"Fire",
"Colorless",
],
name: {
en: "Blue Flare",
},
effect: {
en: "Discard 2 Fire Energy attached to this Pokémon.",
},
damage: 120,
},
],
weaknesses: [
{
type: "Water",
value: "×2"
},
],
}
export default card

View File

@ -0,0 +1,70 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Reshiram-EX",
},
illustrator: "Shizurow",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
643,
],
hp: 180,
types: [
"Fire",
],
suffix: "EX",
attacks: [
{
cost: [
"Fire",
"Colorless",
"Colorless",
],
name: {
en: "Glinting Claw",
},
effect: {
en: "Flip a coin. If heads, this attack does 30 more damage.",
},
damage: 50,
},
{
cost: [
"Fire",
"Fire",
"Colorless",
"Colorless",
],
name: {
en: "Brave Fire",
},
effect: {
en: "Flip a coin. If tails, this Pokémon does 50 damage to itself.",
},
damage: 150,
},
],
weaknesses: [
{
type: "Water",
value: "×2"
},
],
}
export default card

View File

@ -0,0 +1,66 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Shuckle",
},
illustrator: "MAHOU",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
213,
],
hp: 80,
types: [
"Grass",
],
stage: "Basic",
attacks: [
{
cost: [
"Grass",
],
name: {
en: "Share",
},
effect: {
en: "Heal 40 damage from 1 of your Benched Pokémon.",
},
},
{
cost: [
"Grass",
"Grass",
"Colorless",
],
name: {
en: "Double Stab",
},
effect: {
en: "Flip 2 coins. This attack does 40 damage times the number of heads.",
},
damage: 40,
},
],
weaknesses: [
{
type: "Fire",
value: "×2"
},
],
}
export default card

View File

@ -0,0 +1,52 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Magikarp",
},
illustrator: "Midori Harada",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
129,
],
hp: 30,
types: [
"Water",
],
stage: "Basic",
attacks: [
{
cost: [
"Colorless",
],
name: {
en: "Flailing Flop",
},
effect: {
en: "Flip a coin. If tails, this Pokémon does 10 damage to itself.",
},
damage: 10,
},
],
weaknesses: [
{
type: "Lightning",
value: "×2"
},
],
}
export default card

View File

@ -0,0 +1,70 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Gyarados",
},
illustrator: "hatachu",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
130,
],
hp: 130,
types: [
"Water",
],
evolveFrom: {
en: "Magikarp",
},
stage: "Stage1",
attacks: [
{
cost: [
"Water",
"Colorless",
],
name: {
en: "Howling Rampage",
},
effect: {
en: "Does 20 damage times the number of Prize cards both players have taken.",
},
damage: 20,
},
{
cost: [
"Water",
"Water",
"Colorless",
"Colorless",
"Colorless",
],
name: {
en: "Hydro Splash",
},
damage: 120,
},
],
weaknesses: [
{
type: "Lightning",
value: "×2"
},
],
}
export default card

View File

@ -0,0 +1,73 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Articuno",
},
illustrator: "Kagemaru Himeno",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
144,
],
hp: 120,
types: [
"Water",
],
stage: "Basic",
attacks: [
{
cost: [
"Water",
"Colorless",
"Colorless",
],
name: {
en: "Ice Beam",
},
effect: {
en: "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
},
damage: 50,
},
{
cost: [
"Water",
"Colorless",
"Colorless",
"Colorless",
],
name: {
en: "Ice Wing",
},
damage: 80,
},
],
weaknesses: [
{
type: "Metal",
value: "×2"
},
],
resistances: [
{
type: "Fightning",
value: "-20"
},
],
}
export default card

View File

@ -0,0 +1,53 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Piplup",
},
illustrator: "Mizue",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
393,
],
hp: 60,
types: [
"Water",
],
stage: "Basic",
attacks: [
{
cost: [
"Water",
"Colorless",
],
name: {
en: "Water Splash",
},
effect: {
en: "Flip a coin. If heads, this attack does 20 more damage.",
},
damage: 10,
},
],
weaknesses: [
{
type: "Lightning",
value: "×2"
},
],
}
export default card

View File

@ -0,0 +1,55 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Prinplup",
},
illustrator: "Miki Tanaka",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
394,
],
hp: 90,
types: [
"Water",
],
evolveFrom: {
en: "Piplup",
},
stage: "Stage1",
attacks: [
{
cost: [
"Water",
"Colorless",
],
name: {
en: "Water Splash",
},
effect: {
en: "Flip a coin. If heads, this attack does 30 more damage.",
},
damage: 20,
},
],
weaknesses: [
{
type: "Lightning",
value: "×2"
},
],
}
export default card

View File

@ -0,0 +1,68 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Empoleon",
},
illustrator: "kawayoo",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
395,
],
hp: 140,
types: [
"Water",
],
evolveFrom: {
en: "Prinplup",
},
stage: "Stage2",
attacks: [
{
cost: [
"Water",
"Colorless",
],
name: {
en: "Surf",
},
damage: 50,
},
{
cost: [
"Water",
"Water",
"Colorless",
],
name: {
en: "Emperor's Strike",
},
effect: {
en: "If this Pokémon has fewer remaining HP than the Defending Pokémon, this attack does 60 more damage.",
},
damage: 70,
},
],
weaknesses: [
{
type: "Lightning",
value: "×2"
},
],
}
export default card

View File

@ -0,0 +1,64 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Phione",
},
illustrator: "kawayoo",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
489,
],
hp: 70,
types: [
"Water",
],
stage: "Basic",
attacks: [
{
cost: [
"Colorless",
],
name: {
en: "Pull Out",
},
effect: {
en: "Put a card from your discard pile on top of your deck.",
},
},
{
cost: [
"Water",
],
name: {
en: "Aqua Boomerang",
},
effect: {
en: "Return this Pokémon and all cards attached to it to your hand.",
},
damage: 20,
},
],
weaknesses: [
{
type: "Lightning",
value: "×2"
},
],
}
export default card

View File

@ -0,0 +1,53 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Oshawott",
},
illustrator: "Midori Harada",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
501,
],
hp: 60,
types: [
"Water",
],
stage: "Basic",
attacks: [
{
cost: [
"Water",
"Colorless",
],
name: {
en: "Razor Shell",
},
effect: {
en: "Flip a coin. If heads, this attack does 20 more damage.",
},
damage: 20,
},
],
weaknesses: [
{
type: "Lightning",
value: "×2"
},
],
}
export default card

View File

@ -0,0 +1,55 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Dewott",
},
illustrator: "Mizue",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
502,
],
hp: 80,
types: [
"Water",
],
evolveFrom: {
en: "Oshawott",
},
stage: "Stage1",
attacks: [
{
cost: [
"Colorless",
"Colorless",
],
name: {
en: "Aqua Tail",
},
effect: {
en: "Flip a coin for each Water Energy attached to this Pokémon. This attack does 10 more damage for each heads.",
},
damage: 30,
},
],
weaknesses: [
{
type: "Lightning",
value: "×2"
},
],
}
export default card

View File

@ -0,0 +1,66 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Samurott",
},
illustrator: "Naoki Saito",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
503,
],
hp: 140,
types: [
"Water",
],
evolveFrom: {
en: "Dewott",
},
stage: "Stage2",
abilities: [
{
type: "Ability",
name: {
en: "Shell Armor",
},
effect: {
en: "Any damage done to this Pokémon by attacks is reduced by 20 (after applying Weakness and Resistance).",
},
},
],
attacks: [
{
cost: [
"Colorless",
"Colorless",
"Colorless",
],
name: {
en: "Hydro Pump",
},
effect: {
en: "Does 10 more damage for each Water Energy attached to this Pokémon.",
},
damage: 70,
},
],
weaknesses: [
{
type: "Lightning",
value: "×2"
},
],
}
export default card

View File

@ -0,0 +1,57 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Cherubi",
},
illustrator: "Atsuko Nishida",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
420,
],
hp: 40,
types: [
"Grass",
],
stage: "Basic",
attacks: [
{
cost: [
"Colorless",
],
name: {
en: "Double Spin",
},
effect: {
en: "Flip 2 coins. This attack does 10 damage times the number of heads.",
},
damage: 10,
},
],
weaknesses: [
{
type: "Fire",
value: "×2"
},
],
resistances: [
{
type: "Water",
value: "-20"
},
],
}
export default card

View File

@ -0,0 +1,62 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Tympole",
},
illustrator: "Kyoko Umemoto",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
535,
],
hp: 60,
types: [
"Water",
],
stage: "Basic",
attacks: [
{
cost: [
"Colorless",
],
name: {
en: "Vibration",
},
damage: 10,
},
{
cost: [
"Water",
"Colorless",
],
name: {
en: "Mud Shot",
},
damage: 20,
},
],
weaknesses: [
{
type: "Grass",
value: "×2"
},
],
}
export default card

View File

@ -0,0 +1,67 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Palpitoad",
},
illustrator: "Sachiko Adachi",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
536,
],
hp: 80,
types: [
"Water",
],
evolveFrom: {
en: "Tympole",
},
stage: "Stage1",
attacks: [
{
cost: [
"Water",
],
name: {
en: "Mud Shot",
},
damage: 20,
},
{
cost: [
"Colorless",
"Colorless",
"Colorless",
],
name: {
en: "Round",
},
effect: {
en: "Does 20 damage times the number of your Pokémon that have the Round attack.",
},
damage: 20,
},
],
weaknesses: [
{
type: "Grass",
value: "×2"
},
],
}
export default card

View File

@ -0,0 +1,68 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Seismitoad",
},
illustrator: "Hajime Kusajima",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
537,
],
hp: 140,
types: [
"Water",
],
evolveFrom: {
en: "Palpitoad",
},
stage: "Stage2",
attacks: [
{
cost: [
"Colorless",
"Colorless",
],
name: {
en: "Round",
},
effect: {
en: "Does 30 damage times the number of your Pokémon that have the Round attack.",
},
damage: 30,
},
{
cost: [
"Water",
"Water",
"Colorless",
],
name: {
en: "Hyper Voice",
},
damage: 70,
},
],
weaknesses: [
{
type: "Grass",
value: "×2"
},
],
}
export default card

View File

@ -0,0 +1,67 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Kyurem",
},
illustrator: "Midori Harada",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
646,
],
hp: 130,
types: [
"Water",
],
stage: "Basic",
attacks: [
{
cost: [
"Colorless",
"Colorless",
],
name: {
en: "Outrage",
},
effect: {
en: "Does 10 more damage for each damage counter on this Pokémon.",
},
damage: 20,
},
{
cost: [
"Water",
"Water",
"Colorless",
],
name: {
en: "Glaciate",
},
effect: {
en: "This attack does 30 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
},
},
],
weaknesses: [
{
type: "Metal",
value: "×2"
},
],
}
export default card

View File

@ -0,0 +1,70 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Kyurem-EX",
},
illustrator: "Shizurow",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
646,
],
hp: 180,
types: [
"Water",
],
suffix: "EX",
attacks: [
{
cost: [
"Water",
"Colorless",
"Colorless",
],
name: {
en: "Frozen Wings",
},
effect: {
en: "Discard a Special Energy attached to the Defending Pokémon.",
},
damage: 60,
},
{
cost: [
"Water",
"Water",
"Colorless",
"Colorless",
],
name: {
en: "Hail Blizzard",
},
effect: {
en: "This Pokémon can't use Hail Blizzard during your next turn.",
},
damage: 120,
},
],
weaknesses: [
{
type: "Metal",
value: "×2"
},
],
}
export default card

View File

@ -0,0 +1,64 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Keldeo-EX",
},
illustrator: "Toyste Beach",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
647,
],
hp: 170,
types: [
"Water",
],
suffix: "EX",
abilities: [
{
type: "Ability",
name: {
en: "Rush In",
},
effect: {
en: "Once during your turn (before your attack), if this Pokémon is on your Bench, you may switch this Pokémon with your Active Pokémon.",
},
},
],
attacks: [
{
cost: [
"Colorless",
"Colorless",
"Colorless",
],
name: {
en: "Secret Sword",
},
effect: {
en: "Does 20 more damage for each Water Energy attached to this Pokémon.",
},
damage: 50,
},
],
weaknesses: [
{
type: "Grass",
value: "×2"
},
],
}
export default card

View File

@ -0,0 +1,74 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Zapdos",
},
illustrator: "Kouki Saitou",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
145,
],
hp: 120,
types: [
"Lightning",
],
stage: "Basic",
attacks: [
{
cost: [
"Lightning",
"Colorless",
"Colorless",
],
name: {
en: "Random Spark",
},
effect: {
en: "This attack does 50 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
},
},
{
cost: [
"Lightning",
"Colorless",
"Colorless",
"Colorless",
],
name: {
en: "Thundering Hurricane",
},
effect: {
en: "Flip 4 coins. This attack does 50 damage times the number of heads.",
},
damage: 50,
},
],
weaknesses: [
{
type: "Lightning",
value: "×2"
},
],
resistances: [
{
type: "Fightning",
value: "-20"
},
],
}
export default card

View File

@ -0,0 +1,64 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Plusle",
},
illustrator: "Kouki Saitou",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
311,
],
hp: 60,
types: [
"Lightning",
],
stage: "Basic",
attacks: [
{
cost: [
"Colorless",
],
name: {
en: "Tag Draw",
},
effect: {
en: "Shuffle your hand into your deck. Then, draw 4 cards. If Minun is on your Bench, draw 4 more cards.",
},
},
{
cost: [
"Lightning",
],
name: {
en: "Positive Ion",
},
effect: {
en: "Flip a coin. If heads, this attack does 10 more damage.",
},
damage: 20,
},
],
weaknesses: [
{
type: "Fightning",
value: "×2"
},
],
}
export default card

View File

@ -0,0 +1,63 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Minun",
},
illustrator: "Kouki Saitou",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
312,
],
hp: 60,
types: [
"Lightning",
],
stage: "Basic",
attacks: [
{
cost: [
"Colorless",
],
name: {
en: "Negative Ion",
},
effect: {
en: "During your opponent's next turn, any damage done by attacks from the Defending Pokémon is reduced by 30 (before applying Weakness and Resistance).",
},
},
{
cost: [
"Lightning",
],
name: {
en: "Electrishower",
},
effect: {
en: "This attack does 10 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
},
},
],
weaknesses: [
{
type: "Fightning",
value: "×2"
},
],
}
export default card

View File

@ -0,0 +1,67 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Emolga",
},
illustrator: "Tomokazu Komiya",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
587,
],
hp: 70,
types: [
"Lightning",
],
stage: "Basic",
attacks: [
{
cost: [
"Colorless",
],
name: {
en: "Call for Family",
},
effect: {
en: "Search your deck for 2 Basic Pokémon and put them onto your Bench. Shuffle your deck afterward.",
},
},
{
cost: [
"Lightning",
],
name: {
en: "Static Shock",
},
damage: 20,
},
],
weaknesses: [
{
type: "Lightning",
value: "×2"
},
],
resistances: [
{
type: "Fightning",
value: "-20"
},
],
}
export default card

View File

@ -0,0 +1,58 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Carnivine",
},
illustrator: "HiRON",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
455,
],
hp: 80,
types: [
"Grass",
],
stage: "Basic",
attacks: [
{
cost: [
"Grass",
"Colorless",
],
name: {
en: "Ambush Bite",
},
effect: {
en: "Flip a coin. If heads, this attack does 20 more damage and discard an Energy attached to the Defending Pokémon.",
},
damage: 20,
},
],
weaknesses: [
{
type: "Fire",
value: "×2"
},
],
resistances: [
{
type: "Water",
value: "-20"
},
],
}
export default card

View File

@ -0,0 +1,66 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Thundurus",
},
illustrator: "Yukiko Baba",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
642,
],
hp: 110,
types: [
"Lightning",
],
stage: "Basic",
attacks: [
{
cost: [
"Colorless",
],
name: {
en: "Charge",
},
effect: {
en: "Search your deck for a Lightning Energy card and attach it to this Pokémon. Shuffle your deck afterward.",
},
},
{
cost: [
"Lightning",
"Lightning",
"Colorless",
],
name: {
en: "Disaster Volt",
},
effect: {
en: "Discard an Energy attached to this Pokémon.",
},
damage: 80,
},
],
weaknesses: [
{
type: "Fightning",
value: "×2"
},
],
}
export default card

View File

@ -0,0 +1,68 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Zekrom",
},
illustrator: "Kagemaru Himeno",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
644,
],
hp: 130,
types: [
"Lightning",
],
stage: "Basic",
attacks: [
{
cost: [
"Colorless",
"Colorless",
],
name: {
en: "Outrage",
},
effect: {
en: "Does 10 more damage for each damage counter on this Pokémon.",
},
damage: 20,
},
{
cost: [
"Lightning",
"Lightning",
"Colorless",
],
name: {
en: "Bolt Strike",
},
effect: {
en: "This Pokémon does 40 damage to itself.",
},
damage: 120,
},
],
weaknesses: [
{
type: "Fightning",
value: "×2"
},
],
}
export default card

View File

@ -0,0 +1,70 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Zekrom-EX",
},
illustrator: "Shizurow",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
644,
],
hp: 180,
types: [
"Lightning",
],
suffix: "EX",
attacks: [
{
cost: [
"Lightning",
"Colorless",
"Colorless",
],
name: {
en: "Glinting Claw",
},
effect: {
en: "Flip a coin. If heads, this attack does 30 more damage.",
},
damage: 50,
},
{
cost: [
"Lightning",
"Lightning",
"Colorless",
"Colorless",
],
name: {
en: "Strong Volt",
},
effect: {
en: "Discard 2 Energy attached to this Pokémon.",
},
damage: 150,
},
],
weaknesses: [
{
type: "Fightning",
value: "×2"
},
],
}
export default card

View File

@ -0,0 +1,67 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Mewtwo",
},
illustrator: "Ayaka Yoshida",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
150,
],
hp: 120,
types: [
"Psychic",
],
stage: "Basic",
attacks: [
{
cost: [
"Colorless",
"Colorless",
],
name: {
en: "Power Edge",
},
damage: 30,
},
{
cost: [
"Psychic",
"Psychic",
"Colorless",
"Colorless",
],
name: {
en: "Psyslash",
},
effect: {
en: "Discard 2 Energy attached to this Pokémon.",
},
damage: 120,
},
],
weaknesses: [
{
type: "Psychic",
value: "×2"
},
],
}
export default card

View File

@ -0,0 +1,68 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Mewtwo-EX",
},
illustrator: "Shizurow",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
150,
],
hp: 170,
types: [
"Psychic",
],
suffix: "EX",
attacks: [
{
cost: [
"Colorless",
"Colorless",
],
name: {
en: "X Ball",
},
effect: {
en: "Does 20 damage times the amount of Energy attached to this Pokémon and the Defending Pokémon.",
},
damage: 20,
},
{
cost: [
"Psychic",
"Psychic",
"Colorless",
],
name: {
en: "Psydrive",
},
effect: {
en: "Discard an Energy attached to this Pokémon.",
},
damage: 120,
},
],
weaknesses: [
{
type: "Psychic",
value: "×2"
},
],
}
export default card

View File

@ -0,0 +1,51 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Natu",
},
illustrator: "Sanosuke Sakuma",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
177,
],
hp: 50,
types: [
"Psychic",
],
stage: "Basic",
attacks: [
{
cost: [
"Psychic",
"Colorless",
],
name: {
en: "Peck",
},
damage: 20,
},
],
weaknesses: [
{
type: "Psychic",
value: "×2"
},
],
}
export default card

View File

@ -0,0 +1,68 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Xatu",
},
illustrator: "Kouki Saitou",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
178,
],
hp: 90,
types: [
"Psychic",
],
evolveFrom: {
en: "Natu",
},
stage: "Stage1",
attacks: [
{
cost: [
"Psychic",
],
name: {
en: "Fortunate Draw",
},
effect: {
en: "You and your opponent play Rock-Paper-Scissors. The player who wins draws 3 cards. The player who loses discards the top 3 cards of his or her deck.",
},
},
{
cost: [
"Psychic",
"Colorless",
"Colorless",
],
name: {
en: "Miracle Wing",
},
effect: {
en: "Flip a coin. If heads, the Defending Pokémon is now Confused.",
},
damage: 60,
},
],
weaknesses: [
{
type: "Psychic",
value: "×2"
},
],
}
export default card

View File

@ -0,0 +1,51 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Misdreavus",
},
illustrator: "Hitoshi Ariga",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
200,
],
hp: 60,
types: [
"Psychic",
],
stage: "Basic",
attacks: [
{
cost: [
"Psychic",
"Colorless",
],
name: {
en: "Spooky Shot",
},
damage: 20,
},
],
weaknesses: [
{
type: "Darkness",
value: "×2"
},
],
}
export default card

View File

@ -0,0 +1,68 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Mismagius",
},
illustrator: "Sumiyoshi Kizuki",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
429,
],
hp: 100,
types: [
"Psychic",
],
evolveFrom: {
en: "Misdreavus",
},
stage: "Stage1",
attacks: [
{
cost: [
"Psychic",
"Colorless",
],
name: {
en: "Absorb Life",
},
effect: {
en: "Heal 10 damage from this Pokémon.",
},
damage: 30,
},
{
cost: [
"Psychic",
"Colorless",
"Colorless",
],
name: {
en: "Spooky Shot",
},
damage: 70,
},
],
weaknesses: [
{
type: "Darkness",
value: "×2"
},
],
}
export default card

View File

@ -0,0 +1,53 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Ralts",
},
illustrator: "Naoyo Kimura",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
280,
],
hp: 60,
types: [
"Psychic",
],
stage: "Basic",
attacks: [
{
cost: [
"Psychic",
"Colorless",
],
name: {
en: "Mind Bend",
},
effect: {
en: "Flip a coin. If heads, the Defending Pokémon is now Confused.",
},
damage: 10,
},
],
weaknesses: [
{
type: "Psychic",
value: "×2"
},
],
}
export default card

View File

@ -0,0 +1,58 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Snivy",
},
illustrator: "Aya Kusube",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
495,
],
hp: 60,
types: [
"Grass",
],
stage: "Basic",
attacks: [
{
cost: [
"Grass",
"Colorless",
],
name: {
en: "Leaf Blade",
},
effect: {
en: "Flip a coin. If heads, this attack does 30 more damage.",
},
damage: 10,
},
],
weaknesses: [
{
type: "Fire",
value: "×2"
},
],
resistances: [
{
type: "Water",
value: "-20"
},
],
}
export default card

View File

@ -0,0 +1,68 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Kirlia",
},
illustrator: "Yukiko Baba",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
281,
],
hp: 80,
types: [
"Psychic",
],
evolveFrom: {
en: "Ralts",
},
stage: "Stage1",
attacks: [
{
cost: [
"Psychic",
"Colorless",
],
name: {
en: "Mind Bend",
},
effect: {
en: "Flip a coin. If heads, the Defending Pokémon is now Confused.",
},
damage: 20,
},
{
cost: [
"Psychic",
"Colorless",
"Colorless",
],
name: {
en: "Spinning Attack",
},
damage: 40,
},
],
weaknesses: [
{
type: "Psychic",
value: "×2"
},
],
}
export default card

View File

@ -0,0 +1,48 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Sableye",
},
illustrator: "Hiroki Asanuma",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
302,
],
hp: 70,
types: [
"Psychic",
],
stage: "Basic",
attacks: [
{
cost: [
"Psychic",
"Colorless",
],
name: {
en: "Tight Jaw",
},
effect: {
en: "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
},
damage: 30,
},
],
}
export default card

View File

@ -0,0 +1,53 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Croagunk",
},
illustrator: "Sanosuke Sakuma",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
453,
],
hp: 70,
types: [
"Psychic",
],
stage: "Basic",
attacks: [
{
cost: [
"Psychic",
"Colorless",
],
name: {
en: "Poison Jab",
},
effect: {
en: "The Defending Pokémon is now Poisoned.",
},
damage: 20,
},
],
weaknesses: [
{
type: "Psychic",
value: "×2"
},
],
}
export default card

View File

@ -0,0 +1,69 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Toxicroak",
},
illustrator: "Naoki Saito",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
454,
],
hp: 90,
types: [
"Psychic",
],
evolveFrom: {
en: "Croagunk",
},
stage: "Stage1",
attacks: [
{
cost: [
"Colorless",
],
name: {
en: "Revenge",
},
effect: {
en: "If any of your Pokémon were Knocked Out by damage from an opponent's attack during his or her last turn, this attack does 70 more damage.",
},
damage: 20,
},
{
cost: [
"Psychic",
"Colorless",
"Colorless",
],
name: {
en: "Poison Jab",
},
effect: {
en: "The Defending Pokémon is now Poisoned.",
},
damage: 60,
},
],
weaknesses: [
{
type: "Psychic",
value: "×2"
},
],
}
export default card

View File

@ -0,0 +1,57 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Woobat",
},
illustrator: "Mizue",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
527,
],
hp: 50,
types: [
"Psychic",
],
stage: "Basic",
attacks: [
{
cost: [
"Psychic",
],
name: {
en: "Dual Cut",
},
effect: {
en: "Flip 2 coins. This attack does 10 damage times the number of heads.",
},
damage: 10,
},
],
weaknesses: [
{
type: "Lightning",
value: "×2"
},
],
resistances: [
{
type: "Fightning",
value: "-20"
},
],
}
export default card

View File

@ -0,0 +1,69 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Swoobat",
},
illustrator: "Masakazu Fukuda",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
528,
],
hp: 80,
types: [
"Psychic",
],
evolveFrom: {
en: "Woobat",
},
stage: "Stage1",
attacks: [
{
cost: [
"Colorless",
],
name: {
en: "Energy Gift",
},
effect: {
en: "Flip a coin. If heads, search your deck for 2 Psychic Energy cards and attach them to your Pokémon in any way you like. Shuffle your deck afterward.",
},
},
{
cost: [
"Psychic",
],
name: {
en: "Heart Stamp",
},
damage: 30,
},
],
weaknesses: [
{
type: "Lightning",
value: "×2"
},
],
resistances: [
{
type: "Fightning",
value: "-20"
},
],
}
export default card

View File

@ -0,0 +1,64 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Sigilyph",
},
illustrator: "Shigenori Negishi",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
561,
],
hp: 90,
types: [
"Psychic",
],
stage: "Basic",
abilities: [
{
type: "Ability",
name: {
en: "Safeguard",
},
effect: {
en: "Prevent all effects of attacks, including damage, done to this Pokémon by Pokémon-EX.",
},
},
],
attacks: [
{
cost: [
"Psychic",
"Colorless",
"Colorless",
],
name: {
en: "Psychic",
},
effect: {
en: "Does 10 more damage for each Energy attached to the Defending Pokémon.",
},
damage: 50,
},
],
weaknesses: [
{
type: "Psychic",
value: "×2"
},
],
}
export default card

View File

@ -0,0 +1,66 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Trubbish",
},
illustrator: "kawayoo",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
568,
],
hp: 70,
types: [
"Psychic",
],
stage: "Basic",
attacks: [
{
cost: [
"Colorless",
"Colorless",
],
name: {
en: "Pound",
},
damage: 20,
},
{
cost: [
"Psychic",
"Colorless",
"Colorless",
],
name: {
en: "Poison Gas",
},
effect: {
en: "The Defending Pokémon is now Poisoned.",
},
damage: 30,
},
],
weaknesses: [
{
type: "Psychic",
value: "×2"
},
],
}
export default card

View File

@ -0,0 +1,64 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Garbodor",
},
illustrator: "Tomoaki Imakuni",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
569,
],
hp: 100,
types: [
"Psychic",
],
evolveFrom: {
en: "Trubbish",
},
stage: "Stage1",
abilities: [
{
type: "Ability",
name: {
en: "Garbotoxin",
},
effect: {
en: "If this Pokémon has a Pokémon Tool card attached to it, each Pokémon in play, in each player's hand, and in each player's discard pile has no Abilities (except for Garbotoxin).",
},
},
],
attacks: [
{
cost: [
"Psychic",
"Psychic",
"Colorless",
],
name: {
en: "Sludge Toss",
},
damage: 60,
},
],
weaknesses: [
{
type: "Psychic",
value: "×2"
},
],
}
export default card

View File

@ -0,0 +1,65 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Gothita",
},
illustrator: "TOKIYA",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
574,
],
hp: 60,
types: [
"Psychic",
],
stage: "Basic",
attacks: [
{
cost: [
"Colorless",
],
name: {
en: "Hypnotic Gaze",
},
effect: {
en: "The Defending Pokémon is now Asleep.",
},
},
{
cost: [
"Colorless",
"Colorless",
],
name: {
en: "Double Slap",
},
effect: {
en: "Flip 2 coins. This attack does 20 damage times the number of heads.",
},
damage: 20,
},
],
weaknesses: [
{
type: "Psychic",
value: "×2"
},
],
}
export default card

View File

@ -0,0 +1,60 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Servine",
},
illustrator: "Shigenori Negishi",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
496,
],
hp: 80,
types: [
"Grass",
],
evolveFrom: {
en: "Snivy",
},
stage: "Stage1",
attacks: [
{
cost: [
"Grass",
"Colorless",
],
name: {
en: "Wring Out",
},
effect: {
en: "Flip a coin. If heads, the Defending Pokémon is now Paralyzed and discard an Energy attached to the Defending Pokémon.",
},
damage: 30,
},
],
weaknesses: [
{
type: "Fire",
value: "×2"
},
],
resistances: [
{
type: "Water",
value: "-20"
},
],
}
export default card

View File

@ -0,0 +1,53 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Gothita",
},
illustrator: "Akira Komayama",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
574,
],
hp: 50,
types: [
"Psychic",
],
stage: "Basic",
attacks: [
{
cost: [
"Colorless",
"Colorless",
],
name: {
en: "Trip Over",
},
effect: {
en: "Flip a coin. If heads, this attack does 20 more damage.",
},
damage: 10,
},
],
weaknesses: [
{
type: "Psychic",
value: "×2"
},
],
}
export default card

View File

@ -0,0 +1,68 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Gothorita",
},
illustrator: "kirisAki",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
575,
],
hp: 80,
types: [
"Psychic",
],
evolveFrom: {
en: "Gothita",
},
stage: "Stage1",
attacks: [
{
cost: [
"Colorless",
],
name: {
en: "Double Slap",
},
effect: {
en: "Flip 2 coins. This attack does 20 damage times the number of heads.",
},
damage: 20,
},
{
cost: [
"Psychic",
"Colorless",
],
name: {
en: "Psybeam",
},
effect: {
en: "The Defending Pokémon is now Confused.",
},
damage: 20,
},
],
weaknesses: [
{
type: "Psychic",
value: "×2"
},
],
}
export default card

View File

@ -0,0 +1,66 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Gothitelle",
},
illustrator: "kawayoo",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
576,
],
hp: 130,
types: [
"Psychic",
],
evolveFrom: {
en: "Gothorita",
},
stage: "Stage2",
abilities: [
{
type: "Ability",
name: {
en: "Magic Room",
},
effect: {
en: "As long as this Pokémon is your Active Pokémon, your opponent can't play any Item cards from his or her hand.",
},
},
],
attacks: [
{
cost: [
"Colorless",
"Colorless",
"Colorless",
],
name: {
en: "Madkinesis",
},
effect: {
en: "Does 20 more damage for each Psychic Energy attached to this Pokémon.",
},
damage: 30,
},
],
weaknesses: [
{
type: "Psychic",
value: "×2"
},
],
}
export default card

View File

@ -0,0 +1,50 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Solosis",
},
illustrator: "HiRON",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
577,
],
hp: 30,
types: [
"Psychic",
],
stage: "Basic",
attacks: [
{
cost: [
"Colorless",
],
name: {
en: "Rollout",
},
damage: 10,
},
],
weaknesses: [
{
type: "Psychic",
value: "×2"
},
],
}
export default card

View File

@ -0,0 +1,63 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Solosis",
},
illustrator: "Kouki Saitou",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
577,
],
hp: 30,
types: [
"Psychic",
],
stage: "Basic",
attacks: [
{
cost: [
"Psychic",
],
name: {
en: "Nap",
},
effect: {
en: "Heal 20 damage from this Pokémon.",
},
},
{
cost: [
"Psychic",
"Colorless",
],
name: {
en: "Ram",
},
damage: 20,
},
],
weaknesses: [
{
type: "Psychic",
value: "×2"
},
],
}
export default card

View File

@ -0,0 +1,52 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Duosion",
},
illustrator: "Suwama Chiaki",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
578,
],
hp: 60,
types: [
"Psychic",
],
evolveFrom: {
en: "Solosis",
},
stage: "Stage1",
attacks: [
{
cost: [
"Colorless",
],
name: {
en: "Rollout",
},
damage: 20,
},
],
weaknesses: [
{
type: "Psychic",
value: "×2"
},
],
}
export default card

View File

@ -0,0 +1,66 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Reuniclus",
},
illustrator: "Kyoko Umemoto",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
579,
],
hp: 90,
types: [
"Psychic",
],
evolveFrom: {
en: "Duosion",
},
stage: "Stage2",
attacks: [
{
cost: [
"Colorless",
],
name: {
en: "Future Sight",
},
effect: {
en: "Look at the top 5 cards of your deck and put them back on top of your deck in any order.",
},
},
{
cost: [
"Psychic",
],
name: {
en: "Net Force",
},
effect: {
en: "Does 40 damage times the number of Reuniclus you have in play.",
},
damage: 40,
},
],
weaknesses: [
{
type: "Psychic",
value: "×2"
},
],
}
export default card

View File

@ -0,0 +1,66 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Chandelure-EX",
},
illustrator: "Ryo Ueda",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
609,
],
hp: 170,
types: [
"Psychic",
],
suffix: "EX",
attacks: [
{
cost: [
"Psychic",
],
name: {
en: "Cursed Drop",
},
effect: {
en: "Put 4 damage counters on your opponent's Pokémon in any way you like.",
},
},
{
cost: [
"Psychic",
"Psychic",
"Colorless",
],
name: {
en: "Eerie Glow",
},
effect: {
en: "The Defending Pokémon is now Burned and Confused.",
},
damage: 70,
},
],
weaknesses: [
{
type: "Darkness",
value: "×2"
},
],
}
export default card

View File

@ -0,0 +1,67 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Meloetta",
},
illustrator: "kawayoo",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
648,
],
hp: 80,
types: [
"Psychic",
],
stage: "Basic",
attacks: [
{
cost: [
"Psychic",
],
name: {
en: "Psychic",
},
effect: {
en: "Does 20 more damage for each Energy attached to the Defending Pokémon.",
},
damage: 10,
},
{
cost: [
"Psychic",
"Colorless",
"Colorless",
],
name: {
en: "Echoed Voice",
},
effect: {
en: "During your next turn, this Pokémon's Echoed Voice attack does 50 more damage (before applying Weakness and Resistance).",
},
damage: 50,
},
],
weaknesses: [
{
type: "Psychic",
value: "×2"
},
],
}
export default card

View File

@ -0,0 +1,64 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Riolu",
},
illustrator: "Naoyo Kimura",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
447,
],
hp: 70,
types: [
"Fightning",
],
stage: "Basic",
attacks: [
{
cost: [
"Colorless",
],
name: {
en: "Punch",
},
damage: 10,
},
{
cost: [
"Fightning",
"Colorless",
],
name: {
en: "Quick Attack",
},
effect: {
en: "Flip a coin. If heads, this attack does 20 more damage.",
},
damage: 10,
},
],
weaknesses: [
{
type: "Psychic",
value: "×2"
},
],
}
export default card

View File

@ -0,0 +1,70 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Serperior",
},
illustrator: "hatachu",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
497,
],
hp: 130,
types: [
"Grass",
],
evolveFrom: {
en: "Servine",
},
stage: "Stage2",
abilities: [
{
type: "Ability",
name: {
en: "Royal Heal",
},
effect: {
en: "At any time between turns, heal 10 damage from each of your Pokémon.",
},
},
],
attacks: [
{
cost: [
"Grass",
"Colorless",
],
name: {
en: "Leaf Tornado",
},
effect: {
en: "Move as many Grass Energy attached to your Pokémon to your other Pokémon in any way you like.",
},
damage: 60,
},
],
weaknesses: [
{
type: "Fire",
value: "×2"
},
],
resistances: [
{
type: "Water",
value: "-20"
},
],
}
export default card

View File

@ -0,0 +1,65 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Lucario",
},
illustrator: "MAHOU",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
448,
],
hp: 100,
types: [
"Fightning",
],
evolveFrom: {
en: "Riolu",
},
stage: "Stage1",
abilities: [
{
type: "Ability",
name: {
en: "Reflexive Retaliation",
},
effect: {
en: "If this Pokémon is your Active Pokémon and is damaged by an opponent's attack (even if this Pokémon is Knocked Out), put 2 damage counters on the Attacking Pokémon.",
},
},
],
attacks: [
{
cost: [
"Fightning",
"Fightning",
],
name: {
en: "Aura Sphere",
},
effect: {
en: "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: "Psychic",
value: "×2"
},
],
}
export default card

View File

@ -0,0 +1,69 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Gallade",
},
illustrator: "Hajime Kusajima",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
475,
],
hp: 140,
types: [
"Fightning",
],
evolveFrom: {
en: "Kirlia",
},
stage: "Stage2",
attacks: [
{
cost: [
"Fightning",
],
name: {
en: "Nerve Shot",
},
effect: {
en: "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
},
damage: 30,
},
{
cost: [
"Fightning",
"Colorless",
"Colorless",
],
name: {
en: "Pandemonium Blade",
},
effect: {
en: "Does 20 more damage for each of your Benched Pokémon that has any damage counters on it.",
},
damage: 60,
},
],
weaknesses: [
{
type: "Psychic",
value: "×2"
},
],
}
export default card

View File

@ -0,0 +1,74 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Excadrill-EX",
},
illustrator: "Ryo Ueda",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
530,
],
hp: 180,
types: [
"Fightning",
],
suffix: "EX",
attacks: [
{
cost: [
"Colorless",
"Colorless",
],
name: {
en: "Dig Out",
},
effect: {
en: "Discard the top card of your deck. If that card is a basic Energy card, attach it to 1 of your Pokémon.",
},
damage: 40,
},
{
cost: [
"Fightning",
"Fightning",
"Colorless",
"Colorless",
],
name: {
en: "Break Ground",
},
effect: {
en: "Does 10 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
},
damage: 120,
},
],
weaknesses: [
{
type: "Water",
value: "×2"
},
],
resistances: [
{
type: "Lightning",
value: "-20"
},
],
}
export default card

View File

@ -0,0 +1,71 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Stunfisk",
},
illustrator: "Yuka Morii",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
618,
],
hp: 100,
types: [
"Fightning",
],
stage: "Basic",
attacks: [
{
cost: [
"Fightning",
],
name: {
en: "Muddy Water",
},
effect: {
en: "Does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
},
damage: 20,
},
{
cost: [
"Fightning",
"Colorless",
],
name: {
en: "Rumble",
},
effect: {
en: "The Defending Pokémon can't retreat during your opponent's next turn.",
},
damage: 40,
},
],
weaknesses: [
{
type: "Water",
value: "×2"
},
],
resistances: [
{
type: "Lightning",
value: "-20"
},
],
}
export default card

View File

@ -0,0 +1,66 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Terrakion",
},
illustrator: "Shigenori Negishi",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
639,
],
hp: 130,
types: [
"Fightning",
],
stage: "Basic",
attacks: [
{
cost: [
"Fightning",
"Colorless",
],
name: {
en: "Retaliate",
},
effect: {
en: "If any of your Pokémon were Knocked Out by damage from an opponent's attack during his or her last turn, this attack does 60 more damage.",
},
damage: 30,
},
{
cost: [
"Fightning",
"Fightning",
"Colorless",
],
name: {
en: "Land Crush",
},
damage: 90,
},
],
weaknesses: [
{
type: "Grass",
value: "×2"
},
],
}
export default card

View File

@ -0,0 +1,71 @@
import { Card } from '../../../interfaces'
import Set from '../Legendary Treasures'
const card: Card = {
name: {
en: "Landorus",
},
illustrator: "Midori Harada",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
645,
],
hp: 110,
types: [
"Fightning",
],
stage: "Basic",
attacks: [
{
cost: [
"Fightning",
],
name: {
en: "Abundant Harvest",
},
effect: {
en: "Attach a basic Energy card from your discard pile to this Pokémon.",
},
},
{
cost: [
"Fightning",
"Fightning",
"Colorless",
],
name: {
en: "Gaia Hammer",
},
effect: {
en: "Does 10 damage to each Benched Pokémon (both yours and your opponent's). (Don't apply Weakness and Resistance for Benched Pokémon.)",
},
damage: 80,
},
],
weaknesses: [
{
type: "Water",
value: "×2"
},
],
resistances: [
{
type: "Lightning",
value: "-20"
},
],
}
export default card

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