diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown.ts new file mode 100644 index 000000000..d5c407c17 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown.ts @@ -0,0 +1,25 @@ +import { Set } from '../../interfaces' +import serie from '../Pokémon TCG Pocket' + +const set: Set = { + id: "A2", + + name: { + // de: "Unschlagbare Gene", + en: "Space-Time Smackdown", + // es: "Genes Formidables", + // fr: "Puissance Génétique", + // it: "Geni Supremi", + // pt: "Dominação Genética" + }, + + serie: serie, + + cardCount: { + official: 140 + }, + + releaseDate: "2025-01-30" +} + +export default set diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/001.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/001.ts new file mode 100644 index 000000000..1de4b09a8 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/001.ts @@ -0,0 +1,44 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Oddish" + }, + + illustrator: "Asako Ito", + rarity: "One Diamond", + category: "Pokemon", + hp: 60, + types: ["Grass"], + + description: { + en: "If exposed to moonlight, it starts to move.
It roams far and wide at night to scatter its seeds." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Blot" + }, + + damage: 10, + cost: ["Grass"], + + effect: { + en: "Heal 10 damage from this Pokémon." + } + }], + + weaknesses: [{ + type: "Fire", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/002.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/002.ts new file mode 100644 index 000000000..e141d0186 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/002.ts @@ -0,0 +1,44 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Gloom" + }, + + illustrator: "Shibuzoh.", + rarity: "One Diamond", + category: "Pokemon", + hp: 80, + types: ["Grass"], + + evolveFrom: { + en: "Oddish" + }, + + description: { + en: "Its pistils exude an incredibly foul odor.
The horrid stench can cause fainting at a distance
of 1.25 miles." + }, + + stage: "Stage1", + + attacks: [{ + name: { + en: "Razor Leaf" + }, + + damage: 30, + cost: ["Grass"] + }], + + weaknesses: [{ + type: "Fire", + value: "+20" + }], + + retreat: 2 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/003.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/003.ts new file mode 100644 index 000000000..3e5b50944 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/003.ts @@ -0,0 +1,44 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Bellossom" + }, + + illustrator: "Naoyo Kimura", + rarity: "Two Diamond", + category: "Pokemon", + hp: 130, + types: ["Grass"], + + evolveFrom: { + en: "Gloom" + }, + + description: { + en: "Plentiful in the tropics. When it dances, its petals
rub together and make a pleasant ringing sound." + }, + + stage: "Stage2", + + attacks: [{ + name: { + en: "Leaf Step" + }, + + damage: 80, + cost: ["Grass", "Grass"] + }], + + weaknesses: [{ + type: "Fire", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/004.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/004.ts new file mode 100644 index 000000000..37a26cf6b --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/004.ts @@ -0,0 +1,40 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Tangela" + }, + + illustrator: "Narumi Sato", + rarity: "One Diamond", + category: "Pokemon", + hp: 70, + types: ["Grass"], + + description: { + en: "Hidden beneath a tangle of vines that grows
nonstop even if the vines are torn off, this
Pokémon's true appearance remains a mystery." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Vine Whip" + }, + + damage: 30, + cost: ["Grass", "Colorless"] + }], + + weaknesses: [{ + type: "Fire", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/005.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/005.ts new file mode 100644 index 000000000..8d20e8bc5 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/005.ts @@ -0,0 +1,48 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Tangrowth" + }, + + illustrator: "kodama", + rarity: "Two Diamond", + category: "Pokemon", + hp: 130, + types: ["Grass"], + + evolveFrom: { + en: "Tangela" + }, + + description: { + en: "Tangrowth has two arms that it can extend as it
pleases. Recent research has shown that these
arms are, in fact, bundles of vines." + }, + + stage: "Stage1", + + attacks: [{ + name: { + en: "Mega Drain" + }, + + damage: 90, + cost: ["Grass", "Grass", "Grass", "Colorless"], + + effect: { + en: "Heal 30 damage from this Pokémon." + } + }], + + weaknesses: [{ + type: "Fire", + value: "+20" + }], + + retreat: 3 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/006.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/006.ts new file mode 100644 index 000000000..c52a2eb42 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/006.ts @@ -0,0 +1,40 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Yanma" + }, + + illustrator: "Eri Yamaki", + rarity: "One Diamond", + category: "Pokemon", + hp: 50, + types: ["Grass"], + + description: { + en: "Its eyes can see 360 degrees without moving its
head. It won't miss prey—even those behind it." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Flap" + }, + + damage: 20, + cost: ["Colorless"] + }], + + weaknesses: [{ + type: "Lightning", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/007.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/007.ts new file mode 100644 index 000000000..8d0186c9c --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/007.ts @@ -0,0 +1,45 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Yanmega ex" + }, + + illustrator: "PLANETA Tsuji", + rarity: "Four Diamond", + category: "Pokemon", + hp: 140, + types: ["Grass"], + + evolveFrom: { + en: "Yanma" + }, + + stage: "Stage1", + suffix: "EX", + + attacks: [{ + name: { + en: "Air Slash" + }, + + damage: 120, + cost: ["Colorless", "Colorless", "Colorless"], + + effect: { + en: "Discard a random Energy from this Pokémon." + } + }], + + weaknesses: [{ + type: "Lightning", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/008.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/008.ts new file mode 100644 index 000000000..c0fa6ed0d --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/008.ts @@ -0,0 +1,40 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Roselia" + }, + + illustrator: "kirisAki", + rarity: "One Diamond", + category: "Pokemon", + hp: 70, + types: ["Grass"], + + description: { + en: "Its flowers give off a relaxing fragrance.
The stronger its aroma, the healthier
the Roselia is." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Sting" + }, + + damage: 20, + cost: ["Grass"] + }], + + weaknesses: [{ + type: "Fire", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/009.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/009.ts new file mode 100644 index 000000000..c26d3b09d --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/009.ts @@ -0,0 +1,48 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Roserade" + }, + + illustrator: "Masakazu Fukuda", + rarity: "Two Diamond", + category: "Pokemon", + hp: 100, + types: ["Grass"], + + evolveFrom: { + en: "Roselia" + }, + + description: { + en: "After captivating opponents with its sweet scent,
it lashes them with its thorny whips." + }, + + stage: "Stage1", + + attacks: [{ + name: { + en: "Poisonous Whip" + }, + + damage: 50, + cost: ["Grass", "Colorless"], + + effect: { + en: "Your opponent's Active Pokémon is now Poisoned." + } + }], + + weaknesses: [{ + type: "Fire", + value: "+20" + }], + + retreat: 2 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/010.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/010.ts new file mode 100644 index 000000000..1a46c6264 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/010.ts @@ -0,0 +1,40 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Turtwig" + }, + + illustrator: "OOYAMA", + rarity: "One Diamond", + category: "Pokemon", + hp: 80, + types: ["Grass"], + + description: { + en: "It uses its whole body to photosynthesize when
exposed to sunlight. Its shell is made from
hardened soil." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Bite" + }, + + damage: 30, + cost: ["Grass", "Colorless"] + }], + + weaknesses: [{ + type: "Fire", + value: "+20" + }], + + retreat: 2 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/011.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/011.ts new file mode 100644 index 000000000..1ec97f116 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/011.ts @@ -0,0 +1,44 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Grotle" + }, + + illustrator: "Sumiyoshi Kizuki", + rarity: "Two Diamond", + category: "Pokemon", + hp: 100, + types: ["Grass"], + + evolveFrom: { + en: "Turtwig" + }, + + description: { + en: "It lives along water in forests. In the daytime,
it leaves the forest to sunbathe its treed shell." + }, + + stage: "Stage1", + + attacks: [{ + name: { + en: "Razor Leaf" + }, + + damage: 60, + cost: ["Grass", "Grass", "Colorless"] + }], + + weaknesses: [{ + type: "Fire", + value: "+20" + }], + + retreat: 3 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/012.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/012.ts new file mode 100644 index 000000000..0962dffb4 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/012.ts @@ -0,0 +1,48 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Torterra" + }, + + illustrator: "kawayoo", + rarity: "Three Diamond", + category: "Pokemon", + hp: 160, + types: ["Grass"], + + evolveFrom: { + en: "Grotle" + }, + + description: { + en: "Ancient people imagined that beneath the
ground dwelt a gigantic Torterra." + }, + + stage: "Stage2", + + attacks: [{ + name: { + en: "Frenzy Plant" + }, + + damage: 150, + cost: ["Grass", "Grass", "Colorless", "Colorless"], + + effect: { + en: "During your next turn, this Pokémon can't use ." + } + }], + + weaknesses: [{ + type: "Fire", + value: "+20" + }], + + retreat: 4 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/013.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/013.ts new file mode 100644 index 000000000..9116c9908 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/013.ts @@ -0,0 +1,40 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Kricketot" + }, + + illustrator: "Shigenori Negishi", + rarity: "One Diamond", + category: "Pokemon", + hp: 60, + types: ["Grass"], + + description: { + en: "Its legs are short. Whenever it stumbles, its stiff
antennae clack with a xylophone-like sound." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Bug Bite" + }, + + damage: 20, + cost: ["Grass"] + }], + + weaknesses: [{ + type: "Fire", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/014.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/014.ts new file mode 100644 index 000000000..84bfd73a9 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/014.ts @@ -0,0 +1,48 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Kricketune" + }, + + illustrator: "Naoyo Kimura", + rarity: "One Diamond", + category: "Pokemon", + hp: 90, + types: ["Grass"], + + evolveFrom: { + en: "Kricketot" + }, + + description: { + en: "By allowing its cry to resonate in the hollow of its
belly, it produces a captivating sound." + }, + + stage: "Stage1", + + attacks: [{ + name: { + en: "Entrancing Melody" + }, + + damage: 50, + cost: ["Grass", "Colorless"], + + effect: { + en: "Your opponent's Active Pokémon is now Confused." + } + }], + + weaknesses: [{ + type: "Fire", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/015.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/015.ts new file mode 100644 index 000000000..1a5d4518d --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/015.ts @@ -0,0 +1,40 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Burmy" + }, + + illustrator: "Mugi Hamada", + rarity: "One Diamond", + category: "Pokemon", + hp: 60, + types: ["Grass"], + + description: { + en: "To shelter itself from cold, wintry winds, it covers
itself with a cloak made of twigs and leaves." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Tackle" + }, + + damage: 10, + cost: ["Colorless"] + }], + + weaknesses: [{ + type: "Fire", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/016.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/016.ts new file mode 100644 index 000000000..7a11e4101 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/016.ts @@ -0,0 +1,48 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Wormadam" + }, + + illustrator: "Kouki Saitou", + rarity: "One Diamond", + category: "Pokemon", + hp: 120, + types: ["Grass"], + + evolveFrom: { + en: "Burmy" + }, + + description: { + en: "Its appearance changes depending on where it
evolved. The materials on hand become a part of
its body." + }, + + stage: "Stage1", + + attacks: [{ + name: { + en: "Leaf Cutter" + }, + + damage: 60, + cost: ["Grass", "Colorless", "Colorless"], + + effect: { + en: "Flip a coin. If heads, this attack does 30 more damage." + } + }], + + weaknesses: [{ + type: "Fire", + value: "+20" + }], + + retreat: 2 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/017.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/017.ts new file mode 100644 index 000000000..8020aa4cc --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/017.ts @@ -0,0 +1,43 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Combee" + }, + + illustrator: "Yukiko Baba", + rarity: "One Diamond", + category: "Pokemon", + hp: 50, + types: ["Grass"], + + description: { + en: "At night, Combee sleep in a group of about a
hundred, packed closely together in a lump." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Call for Family" + }, + + cost: ["Colorless"], + + effect: { + en: "Put 1 random from your deck onto your Bench." + } + }], + + weaknesses: [{ + type: "Fire", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/018.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/018.ts new file mode 100644 index 000000000..3acb66c9d --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/018.ts @@ -0,0 +1,44 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Vespiquen" + }, + + illustrator: "chibi", + rarity: "Two Diamond", + category: "Pokemon", + hp: 100, + types: ["Grass"], + + evolveFrom: { + en: "Combee" + }, + + description: { + en: "It houses its colony in cells in its body and
releases various pheromones to make those
grubs do its bidding." + }, + + stage: "Stage1", + + attacks: [{ + name: { + en: "Pierce" + }, + + damage: 70, + cost: ["Grass", "Grass"] + }], + + weaknesses: [{ + type: "Fire", + value: "+20" + }], + + retreat: 2 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/019.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/019.ts new file mode 100644 index 000000000..a2aefb461 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/019.ts @@ -0,0 +1,44 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Carnivine" + }, + + illustrator: "Anesaki Dynamic", + rarity: "Two Diamond", + category: "Pokemon", + hp: 90, + types: ["Grass"], + + description: { + en: "It attracts prey with its sweet-smelling saliva, then
chomps down. It takes a whole day to eat prey." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Flog" + }, + + damage: 40, + cost: ["Grass", "Grass", "Colorless"], + + effect: { + en: "Flip a coin. If heads, this attack does 50 more damage." + } + }], + + weaknesses: [{ + type: "Fire", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/020.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/020.ts new file mode 100644 index 000000000..0566a5e02 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/020.ts @@ -0,0 +1,48 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Leafeon" + }, + + illustrator: "Kouki Saitou", + rarity: "Three Diamond", + category: "Pokemon", + hp: 90, + types: ["Grass"], + + evolveFrom: { + en: "Eevee" + }, + + description: { + en: "When you see Leafeon asleep in a patch of
sunshine, you'll know it is using photosynthesis
to produce clean air." + }, + + stage: "Stage1", + + attacks: [{ + name: { + en: "Leafy Cyclone" + }, + + damage: 90, + cost: ["Grass", "Colorless"], + + effect: { + en: "During your next turn, this Pokémon can't attack." + } + }], + + weaknesses: [{ + type: "Fire", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/021.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/021.ts new file mode 100644 index 000000000..d7c57cd4d --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/021.ts @@ -0,0 +1,44 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Mow Rotom" + }, + + illustrator: "kawayoo", + rarity: "One Diamond", + category: "Pokemon", + hp: 80, + types: ["Grass"], + + description: { + en: "The lawn mower is one of the household
appliances that led to the development of
the Rotom Dex." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Energy Cutoff" + }, + + damage: 30, + cost: ["Grass", "Colorless"], + + effect: { + en: "Flip a coin. If heads, discard a random Energy from your opponent's Active Pokémon." + } + }], + + weaknesses: [{ + type: "Fire", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/022.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/022.ts new file mode 100644 index 000000000..619463a92 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/022.ts @@ -0,0 +1,52 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Shaymin" + }, + + illustrator: "Narumi Sato", + rarity: "Three Diamond", + category: "Pokemon", + hp: 60, + types: ["Grass"], + + description: { + en: "It can dissolve toxins in the air to instantly
transform ruined land into a lush field of flowers." + }, + + stage: "Basic", + + abilities: [{ + type: "Ability", + + name: { + en: "Fragrant Flower Garden" + }, + + effect: { + en: "Once during your turn, you may heal 10 damage from each of your Pokémon." + } + }], + + attacks: [{ + name: { + en: "Flop" + }, + + damage: 30, + cost: ["Grass", "Colorless"] + }], + + weaknesses: [{ + type: "Fire", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/023.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/023.ts new file mode 100644 index 000000000..341cb58d0 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/023.ts @@ -0,0 +1,43 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Magmar" + }, + + illustrator: "Hiroki Asanuma", + rarity: "One Diamond", + category: "Pokemon", + hp: 80, + types: ["Fire"], + + description: { + en: "Magmar dispatches its prey with fire. But it
regrets this habit once it realizes that it has
burned its intended prey to a charred crisp." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Stoke" + }, + + cost: ["Fire"], + + effect: { + en: "Take a Energy from your Energy Zone and attach it to this Pokémon." + } + }], + + weaknesses: [{ + type: "Water", + value: "+20" + }], + + retreat: 2 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/024.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/024.ts new file mode 100644 index 000000000..53d2632b2 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/024.ts @@ -0,0 +1,48 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Magmortar" + }, + + illustrator: "KEIICHIRO ITO", + rarity: "Three Diamond", + category: "Pokemon", + hp: 130, + types: ["Fire"], + + evolveFrom: { + en: "Magmar" + }, + + description: { + en: "When Magmortar inhales deeply, the fire burning
in its belly intensifies, rising in temperature to
over 3,600 degrees Fahrenheit." + }, + + stage: "Stage1", + + attacks: [{ + name: { + en: "Bursting Inferno" + }, + + damage: 100, + cost: ["Fire", "Fire", "Fire", "Fire"], + + effect: { + en: "Your opponent's Active Pokémon is now Burned." + } + }], + + weaknesses: [{ + type: "Water", + value: "+20" + }], + + retreat: 3 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/025.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/025.ts new file mode 100644 index 000000000..51f345edd --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/025.ts @@ -0,0 +1,40 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Slugma" + }, + + illustrator: "Naoyo Kimura", + rarity: "One Diamond", + category: "Pokemon", + hp: 70, + types: ["Fire"], + + description: { + en: "A common sight in volcanic areas, it slowly slithers
around in a constant search for warm places." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Flare" + }, + + damage: 20, + cost: ["Fire"] + }], + + weaknesses: [{ + type: "Water", + value: "+20" + }], + + retreat: 2 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/026.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/026.ts new file mode 100644 index 000000000..7b349422d --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/026.ts @@ -0,0 +1,48 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Magcargo" + }, + + illustrator: "Oswaldo KATO", + rarity: "Two Diamond", + category: "Pokemon", + hp: 120, + types: ["Fire"], + + evolveFrom: { + en: "Slugma" + }, + + description: { + en: "Its brittle shell occasionally spouts intense flames
that circulate throughout its body." + }, + + stage: "Stage1", + + attacks: [{ + name: { + en: "Searing Flame" + }, + + damage: 30, + cost: ["Fire", "Colorless"], + + effect: { + en: "Your opponent's Active Pokémon is now Burned." + } + }], + + weaknesses: [{ + type: "Water", + value: "+20" + }], + + retreat: 3 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/027.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/027.ts new file mode 100644 index 000000000..1b7e9af64 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/027.ts @@ -0,0 +1,40 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Chimchar" + }, + + illustrator: "Kagemaru Himeno", + rarity: "One Diamond", + category: "Pokemon", + hp: 60, + types: ["Fire"], + + description: { + en: "Its fiery rear end is fueled by gas made in its belly.
Even rain can't extinguish the fire." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Scratch" + }, + + damage: 20, + cost: ["Fire"] + }], + + weaknesses: [{ + type: "Water", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/028.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/028.ts new file mode 100644 index 000000000..a8befc084 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/028.ts @@ -0,0 +1,44 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Monferno" + }, + + illustrator: "Masakazu Fukuda", + rarity: "Two Diamond", + category: "Pokemon", + hp: 80, + types: ["Fire"], + + evolveFrom: { + en: "Chimchar" + }, + + description: { + en: "It skillfully controls the intensity of the fire on its
tail to keep its foes at an ideal distance." + }, + + stage: "Stage1", + + attacks: [{ + name: { + en: "Fiery Punch" + }, + + damage: 30, + cost: ["Fire"] + }], + + weaknesses: [{ + type: "Water", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/029.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/029.ts new file mode 100644 index 000000000..fc7b03ee7 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/029.ts @@ -0,0 +1,45 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Infernape ex" + }, + + illustrator: "PLANETA CG Works", + rarity: "Four Diamond", + category: "Pokemon", + hp: 170, + types: ["Fire"], + + evolveFrom: { + en: "Monferno" + }, + + stage: "Stage2", + suffix: "EX", + + attacks: [{ + name: { + en: "Flare Blitz" + }, + + damage: 140, + cost: ["Fire", "Fire"], + + effect: { + en: "Discard all Energy from this Pokémon." + } + }], + + weaknesses: [{ + type: "Water", + value: "+20" + }], + + retreat: 0 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/030.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/030.ts new file mode 100644 index 000000000..9dd49615e --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/030.ts @@ -0,0 +1,44 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Heat Rotom" + }, + + illustrator: "Kedamahadaitai Yawarakai", + rarity: "One Diamond", + category: "Pokemon", + hp: 80, + types: ["Fire"], + + description: { + en: "If the convection microwave oven is not working
properly, then the Rotom inhabiting it will
become lethargic." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Heat Breath" + }, + + damage: 30, + cost: ["Fire", "Colorless"], + + effect: { + en: "Flip a coin. If heads, this attack does 30 more damage." + } + }], + + weaknesses: [{ + type: "Water", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/031.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/031.ts new file mode 100644 index 000000000..e45be38cd --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/031.ts @@ -0,0 +1,40 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Swinub" + }, + + illustrator: "Eri Yamaki", + rarity: "One Diamond", + category: "Pokemon", + hp: 60, + types: ["Water"], + + description: { + en: "It rubs its snout on the ground to find and dig up
food. It sometimes discovers hot springs." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Headbutt" + }, + + damage: 40, + cost: ["Water", "Colorless"] + }], + + weaknesses: [{ + type: "Metal", + value: "+20" + }], + + retreat: 2 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/032.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/032.ts new file mode 100644 index 000000000..71abc6417 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/032.ts @@ -0,0 +1,56 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Piloswine" + }, + + illustrator: "Suwama Chiaki", + rarity: "Two Diamond", + category: "Pokemon", + hp: 110, + types: ["Water"], + + evolveFrom: { + en: "Swinub" + }, + + description: { + en: "If it charges at an enemy, the hairs on its back
stand up straight. It is very sensitive to sound." + }, + + stage: "Stage1", + + abilities: [{ + type: "Ability", + + name: { + en: "Thick Fat" + }, + + effect: { + en: "This Pokémon takes −20 damage from attacks from or Pokémon." + } + }], + + attacks: [{ + name: { + en: "Hammer In" + }, + + damage: 60, + cost: ["Water", "Water", "Colorless"] + }], + + weaknesses: [{ + type: "Metal", + value: "+20" + }], + + retreat: 3 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/033.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/033.ts new file mode 100644 index 000000000..f8ba5224d --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/033.ts @@ -0,0 +1,56 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Mamoswine" + }, + + illustrator: "match", + rarity: "Three Diamond", + category: "Pokemon", + hp: 160, + types: ["Water"], + + evolveFrom: { + en: "Piloswine" + }, + + description: { + en: "This Pokémon can be spotted in wall paintings
from as far back as 10,000 years ago. For a
while, it was thought to have gone extinct." + }, + + stage: "Stage2", + + abilities: [{ + type: "Ability", + + name: { + en: "Thick Fat" + }, + + effect: { + en: "This Pokémon takes −30 damage from attacks from or Pokémon." + } + }], + + attacks: [{ + name: { + en: "Frosty Flattening" + }, + + damage: 120, + cost: ["Water", "Water", "Colorless", "Colorless"] + }], + + weaknesses: [{ + type: "Metal", + value: "+20" + }], + + retreat: 4 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/034.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/034.ts new file mode 100644 index 000000000..453630b52 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/034.ts @@ -0,0 +1,52 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Regice" + }, + + illustrator: "Tomokazu Komiya", + rarity: "Two Diamond", + category: "Pokemon", + hp: 110, + types: ["Water"], + + description: { + en: "With cold air that can reach temperatures as low
as −328 degrees Fahrenheit, Regice instantly
freezes any creature that approaches it." + }, + + stage: "Basic", + + abilities: [{ + type: "Ability", + + name: { + en: "Crystal Body" + }, + + effect: { + en: "Prevent all effects of attacks used by your opponent's Pokémon done to this Pokémon." + } + }], + + attacks: [{ + name: { + en: "Frost Smash" + }, + + damage: 50, + cost: ["Water", "Water"] + }], + + weaknesses: [{ + type: "Metal", + value: "+20" + }], + + retreat: 2 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/035.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/035.ts new file mode 100644 index 000000000..97cd059f4 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/035.ts @@ -0,0 +1,43 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Piplup" + }, + + illustrator: "Hajime Kusajima", + rarity: "One Diamond", + category: "Pokemon", + hp: 60, + types: ["Water"], + + description: { + en: "It doesn't like to be taken care of. It's difficult to
bond with since it won't listen to its Trainer." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Nap" + }, + + cost: ["Colorless"], + + effect: { + en: "Heal 20 damage from this Pokémon." + } + }], + + weaknesses: [{ + type: "Lightning", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/036.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/036.ts new file mode 100644 index 000000000..bc9472de1 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/036.ts @@ -0,0 +1,44 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Prinplup" + }, + + illustrator: "Mizue", + rarity: "Two Diamond", + category: "Pokemon", + hp: 90, + types: ["Water"], + + evolveFrom: { + en: "Piplup" + }, + + description: { + en: "It lives alone, away from others. Apparently, every
one of them believes it is the most important." + }, + + stage: "Stage1", + + attacks: [{ + name: { + en: "Surf" + }, + + damage: 30, + cost: ["Water", "Colorless"] + }], + + weaknesses: [{ + type: "Lightning", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/037.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/037.ts new file mode 100644 index 000000000..2600af79c --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/037.ts @@ -0,0 +1,48 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Empoleon" + }, + + illustrator: "Satoshi Shirai", + rarity: "Three Diamond", + category: "Pokemon", + hp: 150, + types: ["Water"], + + evolveFrom: { + en: "Prinplup" + }, + + description: { + en: "It swims as fast as a jet boat. The edges of its
wings are sharp and can slice apart drifting ice." + }, + + stage: "Stage2", + + attacks: [{ + name: { + en: "Aqua Jet" + }, + + damage: 80, + cost: ["Water", "Water", "Colorless"], + + effect: { + en: "This attack also does 30 damage to 1 of your opponent's Benched Pokémon." + } + }], + + weaknesses: [{ + type: "Lightning", + value: "+20" + }], + + retreat: 2 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/038.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/038.ts new file mode 100644 index 000000000..2b91bd41b --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/038.ts @@ -0,0 +1,40 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Buizel" + }, + + illustrator: "OKUBO", + rarity: "One Diamond", + category: "Pokemon", + hp: 60, + types: ["Water"], + + description: { + en: "It spins its two tails like a screw to propel itself
through water. The tails also slice clinging
seaweed." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Water Gun" + }, + + damage: 20, + cost: ["Water"] + }], + + weaknesses: [{ + type: "Lightning", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/039.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/039.ts new file mode 100644 index 000000000..bbfaa1993 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/039.ts @@ -0,0 +1,48 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Floatzel" + }, + + illustrator: "Kanako Eo", + rarity: "Two Diamond", + category: "Pokemon", + hp: 90, + types: ["Water"], + + evolveFrom: { + en: "Buizel" + }, + + description: { + en: "With its flotation sac inflated, it can carry people
on its back. It deflates the sac before it dives." + }, + + stage: "Stage1", + + attacks: [{ + name: { + en: "Jet Screw" + }, + + damage: 30, + cost: ["Water"], + + effect: { + en: "Flip a coin. If heads, this attack does 30 more damage." + } + }], + + weaknesses: [{ + type: "Lightning", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/040.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/040.ts new file mode 100644 index 000000000..48eea9c50 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/040.ts @@ -0,0 +1,40 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Shellos" + }, + + illustrator: "Teeziro", + rarity: "One Diamond", + category: "Pokemon", + hp: 70, + types: ["Water"], + + description: { + en: "It used to have a shell on its back long ago.
This species is closely related to Pokémon
like Shellder." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Mud-Slap" + }, + + damage: 30, + cost: ["Water", "Colorless"] + }], + + weaknesses: [{ + type: "Lightning", + value: "+20" + }], + + retreat: 2 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/041.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/041.ts new file mode 100644 index 000000000..ea2c3e1fc --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/041.ts @@ -0,0 +1,48 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Gastrodon" + }, + + illustrator: "Aya Kusube", + rarity: "Two Diamond", + category: "Pokemon", + hp: 120, + types: ["Water"], + + evolveFrom: { + en: "Shellos" + }, + + description: { + en: "They normally inhabit rocky seashores, but in
times of continuous rain, they can sometimes be
found in the mountains, far from the sea." + }, + + stage: "Stage1", + + attacks: [{ + name: { + en: "Muddy Water" + }, + + damage: 60, + cost: ["Water", "Colorless", "Colorless"], + + effect: { + en: "This attack also does 20 damage to 1 of your opponent's Benched Pokémon." + } + }], + + weaknesses: [{ + type: "Lightning", + value: "+20" + }], + + retreat: 3 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/042.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/042.ts new file mode 100644 index 000000000..19a755896 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/042.ts @@ -0,0 +1,44 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Finneon" + }, + + illustrator: "Shigenori Negishi", + rarity: "One Diamond", + category: "Pokemon", + hp: 50, + types: ["Water"], + + description: { + en: "The line running down its side can store sunlight.
It shines vividly at night." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Elegant Swim" + }, + + damage: 10, + cost: ["Water"], + + effect: { + en: "Flip a coin. If heads, during your opponent's next turn, prevent all damage from—and effects of—attacks done to this Pokémon." + } + }], + + weaknesses: [{ + type: "Lightning", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/043.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/043.ts new file mode 100644 index 000000000..23e28a410 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/043.ts @@ -0,0 +1,44 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Lumineon" + }, + + illustrator: "rika", + rarity: "Two Diamond", + category: "Pokemon", + hp: 90, + types: ["Water"], + + evolveFrom: { + en: "Finneon" + }, + + description: { + en: "With its shining light, it lures its prey close.
However, the light also happens to attract
ferocious fish Pokémon—its natural predators." + }, + + stage: "Stage1", + + attacks: [{ + name: { + en: "Waterfall" + }, + + damage: 50, + cost: ["Water"] + }], + + weaknesses: [{ + type: "Lightning", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/044.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/044.ts new file mode 100644 index 000000000..b2f5ca00f --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/044.ts @@ -0,0 +1,44 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Snover" + }, + + illustrator: "match", + rarity: "One Diamond", + category: "Pokemon", + hp: 70, + types: ["Water"], + + description: { + en: "During cold seasons, it migrates to the
mountain's lower reaches. It returns to the
snow-covered summit in the spring." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Ice Shard" + }, + + damage: 10, + cost: ["Water"], + + effect: { + en: "If your opponent's Active Pokémon is a Pokémon, this attack does 30 more damage." + } + }], + + weaknesses: [{ + type: "Metal", + value: "+20" + }], + + retreat: 2 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/045.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/045.ts new file mode 100644 index 000000000..18b86fc92 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/045.ts @@ -0,0 +1,44 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Abomasnow" + }, + + illustrator: "Shin Nagasawa", + rarity: "Two Diamond", + category: "Pokemon", + hp: 140, + types: ["Water"], + + evolveFrom: { + en: "Snover" + }, + + description: { + en: "It lives a quiet life on mountains that are
perpetually covered in snow. It hides itself
by whipping up blizzards." + }, + + stage: "Stage1", + + attacks: [{ + name: { + en: "Frost Breath" + }, + + damage: 120, + cost: ["Water", "Water", "Water", "Colorless"] + }], + + weaknesses: [{ + type: "Metal", + value: "+20" + }], + + retreat: 4 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/046.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/046.ts new file mode 100644 index 000000000..9c2a8cc69 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/046.ts @@ -0,0 +1,48 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Glaceon" + }, + + illustrator: "Naoyo Kimura", + rarity: "Three Diamond", + category: "Pokemon", + hp: 90, + types: ["Water"], + + evolveFrom: { + en: "Eevee" + }, + + description: { + en: "It can control its body temperature at will.
This enables it to freeze the moisture in the
atmosphere, creating flurries of diamond dust." + }, + + stage: "Stage1", + + attacks: [{ + name: { + en: "Ice Beam" + }, + + damage: 60, + cost: ["Water", "Water"], + + effect: { + en: "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed." + } + }], + + weaknesses: [{ + type: "Metal", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/047.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/047.ts new file mode 100644 index 000000000..fafd45238 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/047.ts @@ -0,0 +1,40 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Wash Rotom" + }, + + illustrator: "Saboteri", + rarity: "One Diamond", + category: "Pokemon", + hp: 80, + types: ["Water"], + + description: { + en: "This Rotom has entered a washing machine.
It nods with satisfaction after it floods the
surrounding area." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Wave Splash" + }, + + damage: 30, + cost: ["Water"] + }], + + weaknesses: [{ + type: "Lightning", + value: "+20" + }], + + retreat: 2 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/048.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/048.ts new file mode 100644 index 000000000..82a8c426e --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/048.ts @@ -0,0 +1,44 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Frost Rotom" + }, + + illustrator: "MAHOU", + rarity: "One Diamond", + category: "Pokemon", + hp: 80, + types: ["Water"], + + description: { + en: "This Rotom has entered a refrigerator. It leaps
around gleefully after it uses cold air to freeze
the area around it." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Blizzard" + }, + + damage: 30, + cost: ["Water", "Water"], + + effect: { + en: "This attack also does 10 damage to each of your opponent's Benched Pokémon." + } + }], + + weaknesses: [{ + type: "Metal", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/049.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/049.ts new file mode 100644 index 000000000..57ea53723 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/049.ts @@ -0,0 +1,47 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Palkia ex" + }, + + illustrator: "PLANETA CG Works", + rarity: "Four Diamond", + category: "Pokemon", + hp: 150, + types: ["Water"], + stage: "Basic", + suffix: "EX", + + attacks: [{ + name: { + en: "Slash" + }, + + damage: 30, + cost: ["Water"] + }, { + name: { + en: "Dimensional Storm" + }, + + damage: 150, + cost: ["Water", "Water", "Water", "Colorless"], + + effect: { + en: "Discard 3 Energy from this Pokémon. This attack also does 20 damage to each of your opponent's Benched Pokémon." + } + }], + + weaknesses: [{ + type: "Lightning", + value: "+20" + }], + + retreat: 2 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/050.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/050.ts new file mode 100644 index 000000000..7a669397b --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/050.ts @@ -0,0 +1,43 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Manaphy" + }, + + illustrator: "MINAMINAMI Take", + rarity: "Two Diamond", + category: "Pokemon", + hp: 50, + types: ["Water"], + + description: { + en: "It is born with a wondrous power that lets it bond
with any kind of Pokémon." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Oceanic Gift" + }, + + cost: ["Water"], + + effect: { + en: "Choose 2 of your Benched Pokémon. For each of those Pokémon, take a Energy from your Energy Zone and attach it to that Pokémon." + } + }], + + weaknesses: [{ + type: "Lightning", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/051.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/051.ts new file mode 100644 index 000000000..3cfe2d51e --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/051.ts @@ -0,0 +1,40 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Magnemite" + }, + + illustrator: "MAHOU", + rarity: "One Diamond", + category: "Pokemon", + hp: 60, + types: ["Lightning"], + + description: { + en: "The electromagnetic waves emitted by the units
at the sides of its head expel antigravity, which
allows it to float." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Ram" + }, + + damage: 10, + cost: ["Colorless"] + }], + + weaknesses: [{ + type: "Fighting", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/052.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/052.ts new file mode 100644 index 000000000..7791cf785 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/052.ts @@ -0,0 +1,44 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Magneton" + }, + + illustrator: "Yumi", + rarity: "Two Diamond", + category: "Pokemon", + hp: 80, + types: ["Lightning"], + + evolveFrom: { + en: "Magnemite" + }, + + description: { + en: "Three Magnemite are linked by a strong magnetic
force. Earaches will occur if you get too close." + }, + + stage: "Stage1", + + attacks: [{ + name: { + en: "Lightning Ball" + }, + + damage: 50, + cost: ["Lightning", "Lightning"] + }], + + weaknesses: [{ + type: "Fighting", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/053.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/053.ts new file mode 100644 index 000000000..cd512f237 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/053.ts @@ -0,0 +1,48 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Magnezone" + }, + + illustrator: "Yoshinobu Saito", + rarity: "Three Diamond", + category: "Pokemon", + hp: 140, + types: ["Lightning"], + + evolveFrom: { + en: "Magneton" + }, + + description: { + en: "As it zooms through the sky, this Pokémon seems
to be receiving signals of unknown origin while
transmitting signals of unknown purpose." + }, + + stage: "Stage2", + + attacks: [{ + name: { + en: "Thunder Blast" + }, + + damage: 110, + cost: ["Lightning", "Colorless", "Colorless"], + + effect: { + en: "Discard a Energy from this Pokémon." + } + }], + + weaknesses: [{ + type: "Fighting", + value: "+20" + }], + + retreat: 2 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/054.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/054.ts new file mode 100644 index 000000000..99f642085 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/054.ts @@ -0,0 +1,44 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Voltorb" + }, + + illustrator: "Midori Harada", + rarity: "One Diamond", + category: "Pokemon", + hp: 60, + types: ["Lightning"], + + description: { + en: "It rolls to move. If the ground is uneven, a sudden
jolt from hitting a bump can cause it to explode." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Big Explosion" + }, + + damage: 30, + cost: ["Lightning"], + + effect: { + en: "This Pokémon also does 10 damage to itself." + } + }], + + weaknesses: [{ + type: "Fighting", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/055.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/055.ts new file mode 100644 index 000000000..8b4472929 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/055.ts @@ -0,0 +1,44 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Electrode" + }, + + illustrator: "Anesaki Dynamic", + rarity: "Two Diamond", + category: "Pokemon", + hp: 80, + types: ["Lightning"], + + evolveFrom: { + en: "Voltorb" + }, + + description: { + en: "The more energy it charges up, the faster
it gets. But this also makes it more likely
to explode." + }, + + stage: "Stage1", + + attacks: [{ + name: { + en: "Rolling Attack" + }, + + damage: 50, + cost: ["Lightning"] + }], + + weaknesses: [{ + type: "Fighting", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/056.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/056.ts new file mode 100644 index 000000000..d235271de --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/056.ts @@ -0,0 +1,43 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Electabuzz" + }, + + illustrator: "Shin Nagasawa", + rarity: "One Diamond", + category: "Pokemon", + hp: 80, + types: ["Lightning"], + + description: { + en: "Many power plants keep Ground-type Pokémon
around as a defense against Electabuzz that
come seeking electricity." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Charge" + }, + + cost: ["Lightning"], + + effect: { + en: "Take a Energy from your Energy Zone and attach it to this Pokémon." + } + }], + + weaknesses: [{ + type: "Fighting", + value: "+20" + }], + + retreat: 2 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/057.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/057.ts new file mode 100644 index 000000000..f8a0c5805 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/057.ts @@ -0,0 +1,48 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Electivire" + }, + + illustrator: "kawayoo", + rarity: "Three Diamond", + category: "Pokemon", + hp: 120, + types: ["Lightning"], + + evolveFrom: { + en: "Electabuzz" + }, + + description: { + en: "The amount of electrical energy this Pokémon
produces is proportional to the rate of its pulse.
The voltage jumps while Electivire is battling." + }, + + stage: "Stage1", + + attacks: [{ + name: { + en: "Exciting Voltage" + }, + + damage: 40, + cost: ["Lightning", "Lightning"], + + effect: { + en: "If this Pokémon has at least 2 extra Energy attached, this attack does 80 more damage." + } + }], + + weaknesses: [{ + type: "Fighting", + value: "+20" + }], + + retreat: 3 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/058.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/058.ts new file mode 100644 index 000000000..c56310add --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/058.ts @@ -0,0 +1,43 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Shinx" + }, + + illustrator: "Shibuzoh.", + rarity: "One Diamond", + category: "Pokemon", + hp: 60, + types: ["Lightning"], + + description: { + en: "The extension and contraction of its muscles
generates electricity. It glows when in trouble." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Hide" + }, + + cost: ["Lightning"], + + effect: { + en: "Flip a coin. If heads, during your opponent's next turn, prevent all damage from—and effects of—attacks done to this Pokémon." + } + }], + + weaknesses: [{ + type: "Fighting", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/059.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/059.ts new file mode 100644 index 000000000..60fe031cc --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/059.ts @@ -0,0 +1,44 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Luxio" + }, + + illustrator: "Naoki Saito", + rarity: "Two Diamond", + category: "Pokemon", + hp: 90, + types: ["Lightning"], + + evolveFrom: { + en: "Shinx" + }, + + description: { + en: "Strong electricity courses through the tips of
its sharp claws. A light scratch causes fainting
in foes." + }, + + stage: "Stage1", + + attacks: [{ + name: { + en: "Electric Claws" + }, + + damage: 40, + cost: ["Lightning", "Colorless"] + }], + + weaknesses: [{ + type: "Fighting", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/060.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/060.ts new file mode 100644 index 000000000..f40509326 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/060.ts @@ -0,0 +1,47 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Luxray" + }, + + illustrator: "Hitoshi Ariga", + rarity: "Three Diamond", + category: "Pokemon", + hp: 130, + types: ["Lightning"], + + evolveFrom: { + en: "Luxio" + }, + + description: { + en: "It can see clearly through walls to track down its
prey and seek its lost young." + }, + + stage: "Stage2", + + attacks: [{ + name: { + en: "Volt Bolt" + }, + + cost: ["Lightning", "Lightning", "Lightning"], + + effect: { + en: "Discard all Energy from this Pokémon. This attack does 120 damage to 1 of your opponent's Pokémon." + } + }], + + weaknesses: [{ + type: "Fighting", + value: "+20" + }], + + retreat: 0 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/061.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/061.ts new file mode 100644 index 000000000..9f8558d6b --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/061.ts @@ -0,0 +1,40 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Pachirisu ex" + }, + + illustrator: "PLANETA Tsuji", + rarity: "Four Diamond", + category: "Pokemon", + hp: 120, + types: ["Lightning"], + stage: "Basic", + suffix: "EX", + + attacks: [{ + name: { + en: "Sparking Gadget" + }, + + damage: 40, + cost: ["Lightning", "Lightning"], + + effect: { + en: "If this Pokémon has a Pokémon Tool attached, this attack does 40 more damage." + } + }], + + weaknesses: [{ + type: "Fighting", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/062.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/062.ts new file mode 100644 index 000000000..fa9d18330 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/062.ts @@ -0,0 +1,44 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Rotom" + }, + + illustrator: "Krgc", + rarity: "One Diamond", + category: "Pokemon", + hp: 70, + types: ["Lightning"], + + description: { + en: "Its electricity-like body can enter some kinds
of machines and take control in order to make
mischief." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Assault Laser" + }, + + damage: 20, + cost: ["Colorless"], + + effect: { + en: "If your opponent's Active Pokémon has a Pokémon Tool attached, this attack does 30 more damage." + } + }], + + weaknesses: [{ + type: "Fighting", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/063.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/063.ts new file mode 100644 index 000000000..a246bddb4 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/063.ts @@ -0,0 +1,40 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Togepi" + }, + + illustrator: "Narumi Sato", + rarity: "One Diamond", + category: "Pokemon", + hp: 50, + types: ["Psychic"], + + description: { + en: "The shell seems to be filled with joy. It is said
that it will share good luck when treated kindly." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Pound" + }, + + damage: 20, + cost: ["Psychic"] + }], + + weaknesses: [{ + type: "Metal", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/064.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/064.ts new file mode 100644 index 000000000..5e8be9d4d --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/064.ts @@ -0,0 +1,44 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Togetic" + }, + + illustrator: "Kanako Eo", + rarity: "Two Diamond", + category: "Pokemon", + hp: 80, + types: ["Psychic"], + + evolveFrom: { + en: "Togepi" + }, + + description: { + en: "They say that it will appear before kindhearted,
caring people and shower them with happiness." + }, + + stage: "Stage1", + + attacks: [{ + name: { + en: "Fairy Wind" + }, + + damage: 40, + cost: ["Psychic"] + }], + + weaknesses: [{ + type: "Metal", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/065.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/065.ts new file mode 100644 index 000000000..908358a05 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/065.ts @@ -0,0 +1,48 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Togekiss" + }, + + illustrator: "kawayoo", + rarity: "Three Diamond", + category: "Pokemon", + hp: 140, + types: ["Psychic"], + + evolveFrom: { + en: "Togetic" + }, + + description: { + en: "These Pokémon are never seen anywhere near
conflict or turmoil. In recent times, they've hardly
been seen at all." + }, + + stage: "Stage2", + + attacks: [{ + name: { + en: "Overdrive Smash" + }, + + damage: 60, + cost: ["Psychic", "Psychic"], + + effect: { + en: "During your next turn, this Pokémon's attack does +60 damage." + } + }], + + weaknesses: [{ + type: "Metal", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/066.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/066.ts new file mode 100644 index 000000000..7d77125a6 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/066.ts @@ -0,0 +1,40 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Misdreavus" + }, + + illustrator: "Sumiyoshi Kizuki", + rarity: "One Diamond", + category: "Pokemon", + hp: 60, + types: ["Psychic"], + + description: { + en: "This Pokémon startles people in the middle of
the night. It gathers fear as its energy." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Mumble" + }, + + damage: 20, + cost: ["Psychic"] + }], + + weaknesses: [{ + type: "Darkness", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/067.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/067.ts new file mode 100644 index 000000000..242880ac9 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/067.ts @@ -0,0 +1,45 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Mismagius ex" + }, + + illustrator: "PLANETA Igarashi", + rarity: "Four Diamond", + category: "Pokemon", + hp: 140, + types: ["Psychic"], + + evolveFrom: { + en: "Misdreavus" + }, + + stage: "Stage1", + suffix: "EX", + + attacks: [{ + name: { + en: "Magical Delusion" + }, + + damage: 70, + cost: ["Psychic", "Psychic"], + + effect: { + en: "Your opponent's Active Pokémon is now Confused." + } + }], + + weaknesses: [{ + type: "Darkness", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/068.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/068.ts new file mode 100644 index 000000000..1f62f080d --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/068.ts @@ -0,0 +1,43 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Ralts" + }, + + illustrator: "Miki Tanaka", + rarity: "One Diamond", + category: "Pokemon", + hp: 60, + types: ["Psychic"], + + description: { + en: "The horns on its head provide a strong power
that enables it to sense people's emotions." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Teleport" + }, + + cost: ["Colorless"], + + effect: { + en: "Switch this Pokémon with 1 of your Benched Pokémon." + } + }], + + weaknesses: [{ + type: "Darkness", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/069.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/069.ts new file mode 100644 index 000000000..7ad5c45ad --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/069.ts @@ -0,0 +1,44 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Kirlia" + }, + + illustrator: "Yukiko Baba", + rarity: "One Diamond", + category: "Pokemon", + hp: 80, + types: ["Psychic"], + + evolveFrom: { + en: "Ralts" + }, + + description: { + en: "It has a psychic power that enables it to distort
the space around it and see into the future." + }, + + stage: "Stage1", + + attacks: [{ + name: { + en: "Slap" + }, + + damage: 20, + cost: ["Colorless"] + }], + + weaknesses: [{ + type: "Darkness", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/070.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/070.ts new file mode 100644 index 000000000..ce236d266 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/070.ts @@ -0,0 +1,40 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Duskull" + }, + + illustrator: "ryoma uratsuka", + rarity: "One Diamond", + category: "Pokemon", + hp: 60, + types: ["Psychic"], + + description: { + en: "If it finds bad children who won't listen to their
parents, it will spirit them away—or so it's said." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Will-O-Wisp" + }, + + damage: 20, + cost: ["Psychic"] + }], + + weaknesses: [{ + type: "Darkness", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/071.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/071.ts new file mode 100644 index 000000000..31b178441 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/071.ts @@ -0,0 +1,44 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Dusclops" + }, + + illustrator: "Sumiyoshi Kizuki", + rarity: "Two Diamond", + category: "Pokemon", + hp: 90, + types: ["Psychic"], + + evolveFrom: { + en: "Duskull" + }, + + description: { + en: "It seeks drifting will-o'-the-wisps and sucks them
into its empty body. What happens inside is
a mystery." + }, + + stage: "Stage1", + + attacks: [{ + name: { + en: "Psypunch" + }, + + damage: 50, + cost: ["Psychic", "Colorless", "Colorless"] + }], + + weaknesses: [{ + type: "Darkness", + value: "+20" + }], + + retreat: 2 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/072.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/072.ts new file mode 100644 index 000000000..9d652f41b --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/072.ts @@ -0,0 +1,56 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Dusknoir" + }, + + illustrator: "Suwama Chiaki", + rarity: "Three Diamond", + category: "Pokemon", + hp: 130, + types: ["Psychic"], + + evolveFrom: { + en: "Dusclops" + }, + + description: { + en: "At the bidding of transmissions from the spirit
world, it steals people and Pokémon away.
No one knows whether it has a will of its own." + }, + + stage: "Stage2", + + abilities: [{ + type: "Ability", + + name: { + en: "Shadow Void" + }, + + effect: { + en: "As often as you like during your turn, you may choose 1 of your Pokémon that has damage on it, and move all of its damage to this Pokémon." + } + }], + + attacks: [{ + name: { + en: "Devour Soul" + }, + + damage: 70, + cost: ["Psychic", "Colorless", "Colorless"] + }], + + weaknesses: [{ + type: "Darkness", + value: "+20" + }], + + retreat: 2 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/073.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/073.ts new file mode 100644 index 000000000..9e3ebd50f --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/073.ts @@ -0,0 +1,44 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Drifloon" + }, + + illustrator: "Atsuko Nishida", + rarity: "One Diamond", + category: "Pokemon", + hp: 50, + types: ["Psychic"], + + description: { + en: "It is whispered that any child who mistakes
Drifloon for a balloon and holds on to it could
wind up missing." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Expand" + }, + + damage: 10, + cost: ["Psychic"], + + effect: { + en: "During your opponent's next turn, this Pokémon takes −20 damage from attacks." + } + }], + + weaknesses: [{ + type: "Lightning", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/074.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/074.ts new file mode 100644 index 000000000..1e2e291f8 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/074.ts @@ -0,0 +1,44 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Drifblim" + }, + + illustrator: "Miki Tanaka", + rarity: "Two Diamond", + category: "Pokemon", + hp: 100, + types: ["Psychic"], + + evolveFrom: { + en: "Drifloon" + }, + + description: { + en: "Some say this Pokémon is a collection of souls
burdened with regrets, silently drifting through
the dusk." + }, + + stage: "Stage1", + + attacks: [{ + name: { + en: "Balloon Strike" + }, + + damage: 60, + cost: ["Psychic", "Psychic"] + }], + + weaknesses: [{ + type: "Lightning", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/075.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/075.ts new file mode 100644 index 000000000..f3fedfd4d --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/075.ts @@ -0,0 +1,44 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Uxie" + }, + + illustrator: "AKIRA EGAWA", + rarity: "Two Diamond", + category: "Pokemon", + hp: 70, + types: ["Psychic"], + + description: { + en: "Known as \"The Being of Knowledge.\" It is said
that it can wipe out the memory of those who see
its eyes." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Mind Boost" + }, + + damage: 20, + cost: ["Psychic"], + + effect: { + en: "Take a Energy from your Energy Zone and attach it to Mesprit or Azelf." + } + }], + + weaknesses: [{ + type: "Darkness", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/076.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/076.ts new file mode 100644 index 000000000..4feb85964 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/076.ts @@ -0,0 +1,44 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Mesprit" + }, + + illustrator: "AKIRA EGAWA", + rarity: "Three Diamond", + category: "Pokemon", + hp: 70, + types: ["Psychic"], + + description: { + en: "Known as \"The Being of Emotion.\" It taught
humans the nobility of sorrow, pain, and joy." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Supreme Blast" + }, + + damage: 160, + cost: ["Psychic", "Psychic", "Psychic"], + + effect: { + en: "You can use this attack only if you have Uxie and Azelf on your Bench. Discard all Energy from this Pokémon." + } + }], + + weaknesses: [{ + type: "Darkness", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/077.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/077.ts new file mode 100644 index 000000000..d20dfb22a --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/077.ts @@ -0,0 +1,43 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Azelf" + }, + + illustrator: "AKIRA EGAWA", + rarity: "Two Diamond", + category: "Pokemon", + hp: 70, + types: ["Psychic"], + + description: { + en: "Known as \"The Being of Willpower.\" It sleeps at the
bottom of a lake to keep the world in balance." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Psychic Arrow" + }, + + cost: ["Psychic"], + + effect: { + en: "This attack does 20 damage to 1 of your opponent's Pokémon." + } + }], + + weaknesses: [{ + type: "Darkness", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/078.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/078.ts new file mode 100644 index 000000000..ca3fba586 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/078.ts @@ -0,0 +1,52 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Giratina" + }, + + illustrator: "AKIRA EGAWA", + rarity: "Three Diamond", + category: "Pokemon", + hp: 120, + types: ["Psychic"], + + description: { + en: "This Pokémon is said to live in a world on the
reverse side of ours, where common knowledge is
distorted and strange." + }, + + stage: "Basic", + + abilities: [{ + type: "Ability", + + name: { + en: "Levitate" + }, + + effect: { + en: "If this Pokémon has any Energy attached, it has no Retreat Cost." + } + }], + + attacks: [{ + name: { + en: "Spooky Shot" + }, + + damage: 70, + cost: ["Psychic", "Psychic", "Colorless"] + }], + + weaknesses: [{ + type: "Darkness", + value: "+20" + }], + + retreat: 3 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/079.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/079.ts new file mode 100644 index 000000000..0f1e076b9 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/079.ts @@ -0,0 +1,44 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Cresselia" + }, + + illustrator: "Masako Tomii", + rarity: "Three Diamond", + category: "Pokemon", + hp: 110, + types: ["Psychic"], + + description: { + en: "Shiny particles are released from its wings like a
veil. It is said to represent the crescent moon." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Moonlight Gain" + }, + + damage: 50, + cost: ["Psychic", "Psychic"], + + effect: { + en: "Heal 20 damage from this Pokémon." + } + }], + + weaknesses: [{ + type: "Darkness", + value: "+20" + }], + + retreat: 2 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/080.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/080.ts new file mode 100644 index 000000000..1bde628a1 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/080.ts @@ -0,0 +1,40 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Rhyhorn" + }, + + illustrator: "otumami", + rarity: "One Diamond", + category: "Pokemon", + hp: 80, + types: ["Fighting"], + + description: { + en: "Strong, but not too bright, this Pokémon can
shatter even a skyscraper with its charging tackles." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Horn Attack" + }, + + damage: 40, + cost: ["Fighting", "Colorless"] + }], + + weaknesses: [{ + type: "Grass", + value: "+20" + }], + + retreat: 3 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/081.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/081.ts new file mode 100644 index 000000000..77af9dc7c --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/081.ts @@ -0,0 +1,44 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Rhydon" + }, + + illustrator: "Oswaldo KATO", + rarity: "Two Diamond", + category: "Pokemon", + hp: 110, + types: ["Fighting"], + + evolveFrom: { + en: "Rhyhorn" + }, + + description: { + en: "It begins walking on its hind legs after evolution.
It can punch holes through boulders with its horn." + }, + + stage: "Stage1", + + attacks: [{ + name: { + en: "Wrack Down" + }, + + damage: 70, + cost: ["Fighting", "Fighting", "Colorless"] + }], + + weaknesses: [{ + type: "Grass", + value: "+20" + }], + + retreat: 3 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/082.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/082.ts new file mode 100644 index 000000000..d32c92a1d --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/082.ts @@ -0,0 +1,48 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Rhyperior" + }, + + illustrator: "Naoki Saito", + rarity: "Three Diamond", + category: "Pokemon", + hp: 160, + types: ["Fighting"], + + evolveFrom: { + en: "Rhydon" + }, + + description: { + en: "It can load up to three projectiles per arm into
the holes in its hands. What launches out of those
holes could be either rocks or Roggenrola." + }, + + stage: "Stage2", + + attacks: [{ + name: { + en: "Mountain Swing" + }, + + damage: 150, + cost: ["Fighting", "Fighting", "Fighting", "Colorless"], + + effect: { + en: "Discard the top 3 cards of your deck." + } + }], + + weaknesses: [{ + type: "Grass", + value: "+20" + }], + + retreat: 4 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/083.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/083.ts new file mode 100644 index 000000000..31749ea8a --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/083.ts @@ -0,0 +1,40 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Gligar" + }, + + illustrator: "Sanosuke Sakuma", + rarity: "One Diamond", + category: "Pokemon", + hp: 60, + types: ["Fighting"], + + description: { + en: "It usually clings to cliffs. When it spots its prey,
it spreads its wings and glides down to attack." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Pierce" + }, + + damage: 20, + cost: ["Fighting"] + }], + + weaknesses: [{ + type: "Grass", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/084.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/084.ts new file mode 100644 index 000000000..fa01ad2c0 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/084.ts @@ -0,0 +1,48 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Gliscor" + }, + + illustrator: "Mizue", + rarity: "Two Diamond", + category: "Pokemon", + hp: 100, + types: ["Fighting"], + + evolveFrom: { + en: "Gligar" + }, + + description: { + en: "It observes prey while hanging inverted from
branches. When the chance presents itself,
it swoops!" + }, + + stage: "Stage1", + + attacks: [{ + name: { + en: "Acrobatics" + }, + + damage: 20, + cost: ["Fighting"], + + effect: { + en: "Flip 2 coins. This attack does 20 more damage for each heads." + } + }], + + weaknesses: [{ + type: "Grass", + value: "+20" + }], + + retreat: 2 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/085.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/085.ts new file mode 100644 index 000000000..59bcef9b6 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/085.ts @@ -0,0 +1,40 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Hitmontop" + }, + + illustrator: "sowsow", + rarity: "One Diamond", + category: "Pokemon", + hp: 80, + types: ["Fighting"], + + description: { + en: "It launches kicks while spinning. If it spins at high
speed, it may bore its way into the ground." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Spinning Attack" + }, + + damage: 50, + cost: ["Fighting", "Fighting"] + }], + + weaknesses: [{ + type: "Psychic", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/086.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/086.ts new file mode 100644 index 000000000..92227ff0c --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/086.ts @@ -0,0 +1,40 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Nosepass" + }, + + illustrator: "Midori Harada", + rarity: "One Diamond", + category: "Pokemon", + hp: 70, + types: ["Fighting"], + + description: { + en: "It moves less than an inch a year, but when
it's in a jam, it will spin and drill down into the
ground in a split second." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Ram" + }, + + damage: 30, + cost: ["Colorless", "Colorless"] + }], + + weaknesses: [{ + type: "Grass", + value: "+20" + }], + + retreat: 2 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/087.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/087.ts new file mode 100644 index 000000000..94fe29052 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/087.ts @@ -0,0 +1,52 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Regirock" + }, + + illustrator: "Tomokazu Komiya", + rarity: "Two Diamond", + category: "Pokemon", + hp: 120, + types: ["Fighting"], + + description: { + en: "Every bit of Regirock's body is made of stone.
As parts of its body erode, this Pokémon sticks
rocks to itself to repair what's been lost." + }, + + stage: "Basic", + + abilities: [{ + type: "Ability", + + name: { + en: "Exoskeleton" + }, + + effect: { + en: "This Pokémon takes −20 damage from attacks." + } + }], + + attacks: [{ + name: { + en: "Boulder Crush" + }, + + damage: 100, + cost: ["Fighting", "Fighting", "Fighting", "Colorless"] + }], + + weaknesses: [{ + type: "Grass", + value: "+20" + }], + + retreat: 3 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/088.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/088.ts new file mode 100644 index 000000000..02b2b0b2c --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/088.ts @@ -0,0 +1,44 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Cranidos" + }, + + illustrator: "Kouki Saitou", + rarity: "Two Diamond", + category: "Pokemon", + hp: 90, + types: ["Fighting"], + + evolveFrom: { + en: "Skull Fossil" + }, + + description: { + en: "A primeval Pokémon, it possesses a hard and
sturdy skull, lacking any intelligence within." + }, + + stage: "Stage1", + + attacks: [{ + name: { + en: "Headbutt" + }, + + damage: 50, + cost: ["Fighting"] + }], + + weaknesses: [{ + type: "Grass", + value: "+20" + }], + + retreat: 2 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/089.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/089.ts new file mode 100644 index 000000000..cb6b38fba --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/089.ts @@ -0,0 +1,48 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Rampardos" + }, + + illustrator: "Yoshinobu Saito", + rarity: "Three Diamond", + category: "Pokemon", + hp: 150, + types: ["Fighting"], + + evolveFrom: { + en: "Cranidos" + }, + + description: { + en: "In ancient times, people would dig up fossils of
this Pokémon and use its skull, which is harder
than steel, to make helmets." + }, + + stage: "Stage2", + + attacks: [{ + name: { + en: "Head Smash" + }, + + damage: 130, + cost: ["Fighting"], + + effect: { + en: "If your opponent's Pokémon is Knocked Out by damage from this attack, this Pokémon also does 50 damage to itself." + } + }], + + weaknesses: [{ + type: "Grass", + value: "+20" + }], + + retreat: 2 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/090.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/090.ts new file mode 100644 index 000000000..a532fa671 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/090.ts @@ -0,0 +1,44 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Wormadam" + }, + + illustrator: "Hajime Kusajima", + rarity: "One Diamond", + category: "Pokemon", + hp: 120, + types: ["Fighting"], + + evolveFrom: { + en: "Burmy" + }, + + description: { + en: "Its appearance changes depending on where it
evolved. The materials on hand become a part of
its body." + }, + + stage: "Stage1", + + attacks: [{ + name: { + en: "Land Crush" + }, + + damage: 70, + cost: ["Fighting", "Colorless", "Colorless"] + }], + + weaknesses: [{ + type: "Grass", + value: "+20" + }], + + retreat: 2 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/091.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/091.ts new file mode 100644 index 000000000..ec25bea18 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/091.ts @@ -0,0 +1,40 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Riolu" + }, + + illustrator: "AKIRA EGAWA", + rarity: "One Diamond", + category: "Pokemon", + hp: 60, + types: ["Fighting"], + + description: { + en: "They communicate with one another using their
auras. They are able to run all through the night." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Jab" + }, + + damage: 20, + cost: ["Fighting"] + }], + + weaknesses: [{ + type: "Psychic", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/092.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/092.ts new file mode 100644 index 000000000..3f4a9fc2d --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/092.ts @@ -0,0 +1,56 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Lucario" + }, + + illustrator: "nagimiso", + rarity: "Three Diamond", + category: "Pokemon", + hp: 100, + types: ["Fighting"], + + evolveFrom: { + en: "Riolu" + }, + + description: { + en: "It's said that no foe can remain invisible to
Lucario, since it can detect auras—even those
of foes it could not otherwise see." + }, + + stage: "Stage1", + + abilities: [{ + type: "Ability", + + name: { + en: "Fighting Coach" + }, + + effect: { + en: "Attacks used by your Pokémon do +20 damage to your opponent's Active Pokémon." + } + }], + + attacks: [{ + name: { + en: "Submarine Blow" + }, + + damage: 40, + cost: ["Fighting", "Fighting"] + }], + + weaknesses: [{ + type: "Psychic", + value: "+20" + }], + + retreat: 2 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/093.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/093.ts new file mode 100644 index 000000000..00b47789a --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/093.ts @@ -0,0 +1,40 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Hippopotas" + }, + + illustrator: "Akira Komayama", + rarity: "One Diamond", + category: "Pokemon", + hp: 80, + types: ["Fighting"], + + description: { + en: "It shuts its nostrils tight, then travels through sand
as if walking. They form colonies of around 10." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Rolling Tackle" + }, + + damage: 60, + cost: ["Fighting", "Fighting", "Colorless"] + }], + + weaknesses: [{ + type: "Grass", + value: "+20" + }], + + retreat: 3 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/094.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/094.ts new file mode 100644 index 000000000..c5058727d --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/094.ts @@ -0,0 +1,44 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Hippowdon" + }, + + illustrator: "KEIICHIRO ITO", + rarity: "Two Diamond", + category: "Pokemon", + hp: 140, + types: ["Fighting"], + + evolveFrom: { + en: "Hippopotas" + }, + + description: { + en: "It is surprisingly quick to anger. It holds its mouth
agape as a display of its strength." + }, + + stage: "Stage1", + + attacks: [{ + name: { + en: "Earthen Press" + }, + + damage: 120, + cost: ["Fighting", "Fighting", "Fighting", "Colorless"] + }], + + weaknesses: [{ + type: "Grass", + value: "+20" + }], + + retreat: 4 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/095.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/095.ts new file mode 100644 index 000000000..229d46762 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/095.ts @@ -0,0 +1,45 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Gallade ex" + }, + + illustrator: "PLANETA CG Works", + rarity: "Four Diamond", + category: "Pokemon", + hp: 170, + types: ["Fighting"], + + evolveFrom: { + en: "Kirlia" + }, + + stage: "Stage2", + suffix: "EX", + + attacks: [{ + name: { + en: "Energized Blade" + }, + + damage: 70, + cost: ["Fighting", "Fighting"], + + effect: { + en: "This attack does 20 more damage for each Energy attached to your opponent's Active Pokémon." + } + }], + + weaknesses: [{ + type: "Psychic", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/096.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/096.ts new file mode 100644 index 000000000..6fade1de6 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/096.ts @@ -0,0 +1,40 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Murkrow" + }, + + illustrator: "Yukiko Baba", + rarity: "One Diamond", + category: "Pokemon", + hp: 60, + types: ["Darkness"], + + description: { + en: "Feared and loathed by many, it is believed to
bring misfortune to all those who see it at night." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Peck" + }, + + damage: 20, + cost: ["Darkness"] + }], + + weaknesses: [{ + type: "Lightning", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/097.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/097.ts new file mode 100644 index 000000000..6ced1a251 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/097.ts @@ -0,0 +1,47 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Honchkrow" + }, + + illustrator: "Hideki Ishikawa", + rarity: "Two Diamond", + category: "Pokemon", + hp: 100, + types: ["Darkness"], + + evolveFrom: { + en: "Murkrow" + }, + + description: { + en: "It is merciless by nature. It is said that it never
forgives the mistakes of its Murkrow followers." + }, + + stage: "Stage1", + + attacks: [{ + name: { + en: "Skill Dive" + }, + + cost: ["Darkness", "Darkness"], + + effect: { + en: "This attack does 50 damage to 1 of your opponent's Pokémon." + } + }], + + weaknesses: [{ + type: "Lightning", + value: "+20" + }], + + retreat: 2 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/098.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/098.ts new file mode 100644 index 000000000..8ff9323de --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/098.ts @@ -0,0 +1,44 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Sneasel" + }, + + illustrator: "Hasuno", + rarity: "One Diamond", + category: "Pokemon", + hp: 60, + types: ["Darkness"], + + description: { + en: "This cunning Pokémon hides under the cover of
darkness, waiting to attack its prey." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Double Scratch" + }, + + damage: 20, + cost: ["Darkness"], + + effect: { + en: "Flip 2 coins. This attack does 20 damage for each heads." + } + }], + + weaknesses: [{ + type: "Grass", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/099.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/099.ts new file mode 100644 index 000000000..0e0a1ebd0 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/099.ts @@ -0,0 +1,45 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Weavile ex" + }, + + illustrator: "PLANETA CG Works", + rarity: "Four Diamond", + category: "Pokemon", + hp: 140, + types: ["Darkness"], + + evolveFrom: { + en: "Sneasel" + }, + + stage: "Stage1", + suffix: "EX", + + attacks: [{ + name: { + en: "Scratching Nails" + }, + + damage: 30, + cost: ["Darkness"], + + effect: { + en: "If your opponent's Active Pokémon has damage on it, this attack does 40 more damage." + } + }], + + weaknesses: [{ + type: "Grass", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/100.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/100.ts new file mode 100644 index 000000000..6b5a52007 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/100.ts @@ -0,0 +1,40 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Poochyena" + }, + + illustrator: "Midori Harada", + rarity: "One Diamond", + category: "Pokemon", + hp: 60, + types: ["Darkness"], + + description: { + en: "A Pokémon with a persistent nature, it chases its
chosen prey until the prey becomes exhausted." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Bite" + }, + + damage: 20, + cost: ["Darkness"] + }], + + weaknesses: [{ + type: "Grass", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/101.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/101.ts new file mode 100644 index 000000000..4fcdb1c18 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/101.ts @@ -0,0 +1,44 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Mightyena" + }, + + illustrator: "Kouki Saitou", + rarity: "Two Diamond", + category: "Pokemon", + hp: 90, + types: ["Darkness"], + + evolveFrom: { + en: "Poochyena" + }, + + description: { + en: "It will always obey the commands of a skilled
Trainer. Its behavior arises from its living in packs
in ancient times." + }, + + stage: "Stage1", + + attacks: [{ + name: { + en: "Darkness Fang" + }, + + damage: 60, + cost: ["Darkness", "Colorless"] + }], + + weaknesses: [{ + type: "Grass", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/102.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/102.ts new file mode 100644 index 000000000..82e04aaf2 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/102.ts @@ -0,0 +1,40 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Stunky" + }, + + illustrator: "Kyoko Umemoto", + rarity: "One Diamond", + category: "Pokemon", + hp: 70, + types: ["Darkness"], + + description: { + en: "It sprays a foul fluid from its rear. Its stench
spreads over a mile radius, driving Pokémon
away." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Scratch" + }, + + damage: 10, + cost: ["Darkness"] + }], + + weaknesses: [{ + type: "Fighting", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/103.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/103.ts new file mode 100644 index 000000000..15a3295e9 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/103.ts @@ -0,0 +1,48 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Skuntank" + }, + + illustrator: "kirisAki", + rarity: "Two Diamond", + category: "Pokemon", + hp: 100, + types: ["Darkness"], + + evolveFrom: { + en: "Stunky" + }, + + description: { + en: "It attacks by spraying a horribly smelly fluid from
the tip of its tail. Attacks from above confound it." + }, + + stage: "Stage1", + + attacks: [{ + name: { + en: "Poison Gas" + }, + + damage: 50, + cost: ["Darkness", "Colorless"], + + effect: { + en: "Your opponent's Active Pokémon is now Poisoned." + } + }], + + weaknesses: [{ + type: "Fighting", + value: "+20" + }], + + retreat: 2 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/104.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/104.ts new file mode 100644 index 000000000..407f868be --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/104.ts @@ -0,0 +1,43 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Spiritomb" + }, + + illustrator: "HYOGONOSUKE", + rarity: "Two Diamond", + category: "Pokemon", + hp: 80, + types: ["Darkness"], + + description: { + en: "Its constant mischief and misdeeds resulted
in it being bound to an Odd Keystone by a
mysterious spell." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Swirling Disaster" + }, + + cost: ["Colorless"], + + effect: { + en: "This attack does 10 damage to each of your opponent's Pokémon." + } + }], + + weaknesses: [{ + type: "Grass", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/105.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/105.ts new file mode 100644 index 000000000..3f007667f --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/105.ts @@ -0,0 +1,40 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Skorupi" + }, + + illustrator: "Naoki Saito", + rarity: "One Diamond", + category: "Pokemon", + hp: 70, + types: ["Darkness"], + + description: { + en: "After burrowing into the sand, it waits patiently
for prey to come near. This Pokémon and
Sizzlipede share common descent." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Pierce" + }, + + damage: 30, + cost: ["Darkness", "Colorless"] + }], + + weaknesses: [{ + type: "Fighting", + value: "+20" + }], + + retreat: 2 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/106.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/106.ts new file mode 100644 index 000000000..74919ceef --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/106.ts @@ -0,0 +1,48 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Drapion" + }, + + illustrator: "Hitoshi Ariga", + rarity: "Two Diamond", + category: "Pokemon", + hp: 120, + types: ["Darkness"], + + evolveFrom: { + en: "Skorupi" + }, + + description: { + en: "Its poison is potent, but it rarely sees use. This
Pokémon prefers to use physical force instead,
going on rampages with its car-crushing strength." + }, + + stage: "Stage1", + + attacks: [{ + name: { + en: "Cross Poison" + }, + + damage: 40, + cost: ["Darkness", "Darkness", "Darkness"], + + effect: { + en: "Flip 4 coins. This attack does 40 damage for each heads. If at least 2 of them are heads, your opponent's Active Pokémon is now Poisoned." + } + }], + + weaknesses: [{ + type: "Fighting", + value: "+20" + }], + + retreat: 3 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/107.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/107.ts new file mode 100644 index 000000000..99de6ff3f --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/107.ts @@ -0,0 +1,44 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Croagunk" + }, + + illustrator: "Masakazu Fukuda", + rarity: "One Diamond", + category: "Pokemon", + hp: 60, + types: ["Darkness"], + + description: { + en: "Inflating its poison sacs, it fills the area with an
odd sound and hits flinching opponents with a
poison jab." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Group Beatdown" + }, + + damage: 20, + cost: ["Darkness", "Darkness"], + + effect: { + en: "Flip a coin for each Pokémon you have in play. This attack does 20 damage for each heads." + } + }], + + weaknesses: [{ + type: "Fighting", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/108.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/108.ts new file mode 100644 index 000000000..8a2122238 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/108.ts @@ -0,0 +1,48 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Toxicroak" + }, + + illustrator: "Hajime Kusajima", + rarity: "Two Diamond", + category: "Pokemon", + hp: 90, + types: ["Darkness"], + + evolveFrom: { + en: "Croagunk" + }, + + description: { + en: "Swaying and dodging the attacks of its foes, it
weaves its flexible body in close, then lunges
out with its poisonous claws." + }, + + stage: "Stage1", + + attacks: [{ + name: { + en: "Group Beatdown" + }, + + damage: 40, + cost: ["Darkness", "Darkness"], + + effect: { + en: "Flip a coin for each Pokémon you have in play. This attack does 40 damage for each heads." + } + }], + + weaknesses: [{ + type: "Fighting", + value: "+20" + }], + + retreat: 2 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/109.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/109.ts new file mode 100644 index 000000000..c4bf80a18 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/109.ts @@ -0,0 +1,44 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Darkrai" + }, + + illustrator: "Masako Tomii", + rarity: "Three Diamond", + category: "Pokemon", + hp: 110, + types: ["Darkness"], + + description: { + en: "It chases people and Pokémon from its territory by
causing them to experience deep,
nightmarish slumbers." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Dark Void" + }, + + damage: 60, + cost: ["Darkness", "Darkness", "Colorless"], + + effect: { + en: "Your opponent's Active Pokémon is now Asleep." + } + }], + + weaknesses: [{ + type: "Grass", + value: "+20" + }], + + retreat: 2 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/110.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/110.ts new file mode 100644 index 000000000..7a4941713 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/110.ts @@ -0,0 +1,48 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Darkrai ex" + }, + + illustrator: "PLANETA Yamashita", + rarity: "Four Diamond", + category: "Pokemon", + hp: 140, + types: ["Darkness"], + stage: "Basic", + suffix: "EX", + + abilities: [{ + type: "Ability", + + name: { + en: "Nightmare Aura" + }, + + effect: { + en: "Whenever you attach a Energy from your Energy Zone to this Pokémon, do 20 damage to your opponent's Active Pokémon." + } + }], + + attacks: [{ + name: { + en: "Dark Prism" + }, + + damage: 80, + cost: ["Darkness", "Darkness", "Colorless"] + }], + + weaknesses: [{ + type: "Grass", + value: "+20" + }], + + retreat: 2 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/111.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/111.ts new file mode 100644 index 000000000..75b87c02e --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/111.ts @@ -0,0 +1,44 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Skarmory" + }, + + illustrator: "Oswaldo KATO", + rarity: "Two Diamond", + category: "Pokemon", + hp: 80, + types: ["Metal"], + + description: { + en: "People fashion swords from Skarmory's shed
feathers, so this Pokémon is a popular element
in heraldic designs." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Metal Arms" + }, + + damage: 20, + cost: ["Metal"], + + effect: { + en: "If this Pokémon has a Pokémon Tool attached, this attack does 30 more damage." + } + }], + + weaknesses: [{ + type: "Lightning", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/112.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/112.ts new file mode 100644 index 000000000..b0754729b --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/112.ts @@ -0,0 +1,40 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Registeel" + }, + + illustrator: "Tomokazu Komiya", + rarity: "Two Diamond", + category: "Pokemon", + hp: 110, + types: ["Metal"], + + description: { + en: "Registeel's body is made of a strange material
that is flexible enough to stretch and shrink but
also more durable than any metal." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Metal Claw" + }, + + damage: 90, + cost: ["Metal", "Metal", "Metal"] + }], + + weaknesses: [{ + type: "Fire", + value: "+20" + }], + + retreat: 2 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/113.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/113.ts new file mode 100644 index 000000000..fced56386 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/113.ts @@ -0,0 +1,44 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Shieldon" + }, + + illustrator: "Kouki Saitou", + rarity: "Two Diamond", + category: "Pokemon", + hp: 100, + types: ["Metal"], + + evolveFrom: { + en: "Armor Fossil" + }, + + description: { + en: "A mild-mannered, herbivorous Pokémon, it used
its face to dig up tree roots to eat. The skin on
its face was plenty tough." + }, + + stage: "Stage1", + + attacks: [{ + name: { + en: "Headbutt" + }, + + damage: 50, + cost: ["Metal", "Colorless"] + }], + + weaknesses: [{ + type: "Fire", + value: "+20" + }], + + retreat: 2 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/114.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/114.ts new file mode 100644 index 000000000..575f421e6 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/114.ts @@ -0,0 +1,56 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Bastiodon" + }, + + illustrator: "Kagemaru Himeno", + rarity: "Three Diamond", + category: "Pokemon", + hp: 160, + types: ["Metal"], + + evolveFrom: { + en: "Shieldon" + }, + + description: { + en: "The bones of its face are huge and hard, so
they were mistaken for its spine until after this
Pokémon was successfully restored." + }, + + stage: "Stage2", + + abilities: [{ + type: "Ability", + + name: { + en: "Guarded Grill" + }, + + effect: { + en: "If any damage is done to this Pokémon by attacks, flip a coin. If heads, this Pokémon takes −100 damage from that attack." + } + }], + + attacks: [{ + name: { + en: "Headbang" + }, + + damage: 80, + cost: ["Metal", "Metal", "Colorless"] + }], + + weaknesses: [{ + type: "Fire", + value: "+20" + }], + + retreat: 4 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/115.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/115.ts new file mode 100644 index 000000000..c1931af69 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/115.ts @@ -0,0 +1,48 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Wormadam" + }, + + illustrator: "Kyoko Umemoto", + rarity: "One Diamond", + category: "Pokemon", + hp: 110, + types: ["Metal"], + + evolveFrom: { + en: "Burmy" + }, + + description: { + en: "Its appearance changes depending on where it
evolved. The materials on hand become a part of
its body." + }, + + stage: "Stage1", + + attacks: [{ + name: { + en: "Iron Head" + }, + + damage: 50, + cost: ["Metal", "Metal"], + + effect: { + en: "Flip a coin until you get tails. This attack does 30 more damage for each heads." + } + }], + + weaknesses: [{ + type: "Fire", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/116.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/116.ts new file mode 100644 index 000000000..7a7303096 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/116.ts @@ -0,0 +1,40 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Bronzor" + }, + + illustrator: "Miki Tanaka", + rarity: "One Diamond", + category: "Pokemon", + hp: 60, + types: ["Metal"], + + description: { + en: "Ancient people believed that the pattern on
Bronzor's back contained a mysterious power." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Tackle" + }, + + damage: 30, + cost: ["Metal", "Colorless"] + }], + + weaknesses: [{ + type: "Fire", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/117.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/117.ts new file mode 100644 index 000000000..dd7a5b3fa --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/117.ts @@ -0,0 +1,48 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Bronzong" + }, + + illustrator: "Yuka Morii", + rarity: "Two Diamond", + category: "Pokemon", + hp: 120, + types: ["Metal"], + + evolveFrom: { + en: "Bronzor" + }, + + description: { + en: "In ages past, this Pokémon was revered as a
bringer of rain. It was found buried in the ground." + }, + + stage: "Stage1", + + attacks: [{ + name: { + en: "Guard Press" + }, + + damage: 60, + cost: ["Metal", "Metal", "Colorless"], + + effect: { + en: "During your opponent's next turn, this Pokémon takes −20 damage from attacks." + } + }], + + weaknesses: [{ + type: "Fire", + value: "+20" + }], + + retreat: 3 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/118.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/118.ts new file mode 100644 index 000000000..8caa5bdf8 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/118.ts @@ -0,0 +1,48 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Probopass" + }, + + illustrator: "MAHOU", + rarity: "Two Diamond", + category: "Pokemon", + hp: 130, + types: ["Metal"], + + evolveFrom: { + en: "Nosepass" + }, + + description: { + en: "Although it can control its units known as
Mini-Noses, they sometimes get lost and don't
come back." + }, + + stage: "Stage1", + + attacks: [{ + name: { + en: "Triple Nose" + }, + + damage: 30, + cost: ["Metal", "Metal", "Metal", "Colorless"], + + effect: { + en: "Flip 3 coins. This attack does 50 more damage for each heads." + } + }], + + weaknesses: [{ + type: "Fire", + value: "+20" + }], + + retreat: 4 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/119.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/119.ts new file mode 100644 index 000000000..1c3080cf2 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/119.ts @@ -0,0 +1,47 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Dialga ex" + }, + + illustrator: "PLANETA CG Works", + rarity: "Four Diamond", + category: "Pokemon", + hp: 150, + types: ["Metal"], + stage: "Basic", + suffix: "EX", + + attacks: [{ + name: { + en: "Metallic Turbo" + }, + + damage: 30, + cost: ["Metal", "Metal"], + + effect: { + en: "Take 2 Energy from your Energy Zone and attach it to 1 of your Benched Pokémon." + } + }, { + name: { + en: "Heavy Impact" + }, + + damage: 100, + cost: ["Metal", "Metal", "Colorless", "Colorless"] + }], + + weaknesses: [{ + type: "Fire", + value: "+20" + }], + + retreat: 2 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/120.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/120.ts new file mode 100644 index 000000000..7945bd5c6 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/120.ts @@ -0,0 +1,44 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Heatran" + }, + + illustrator: "Oswaldo KATO", + rarity: "Three Diamond", + category: "Pokemon", + hp: 120, + types: ["Metal"], + + description: { + en: "It dwells in volcanic caves. It digs in with its
cross-shaped feet to crawl on ceilings and walls." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Steel Tackle" + }, + + damage: 110, + cost: ["Metal", "Metal", "Metal"], + + effect: { + en: "This Pokémon also does 20 damage to itself." + } + }], + + weaknesses: [{ + type: "Fire", + value: "+20" + }], + + retreat: 3 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/121.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/121.ts new file mode 100644 index 000000000..419c77d27 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/121.ts @@ -0,0 +1,40 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Gible" + }, + + illustrator: "Naoyo Kimura", + rarity: "One Diamond", + category: "Pokemon", + hp: 60, + types: ["Dragon"], + + description: { + en: "It skulks in caves, and when prey or an enemy
passes by, it leaps out and chomps them.
The force of its attack sometimes chips its teeth." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Gnaw" + }, + + damage: 20, + cost: ["Colorless"] + }], + + weaknesses: [{ + type: "Colorless", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/122.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/122.ts new file mode 100644 index 000000000..b2fb3c482 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/122.ts @@ -0,0 +1,44 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Gabite" + }, + + illustrator: "Shigenori Negishi", + rarity: "Two Diamond", + category: "Pokemon", + hp: 90, + types: ["Dragon"], + + evolveFrom: { + en: "Gible" + }, + + description: { + en: "In rare cases, it molts and sheds its scales.
Medicine containing its scales as an ingredient
will make a weary body feel invigorated." + }, + + stage: "Stage1", + + attacks: [{ + name: { + en: "Slash" + }, + + damage: 60, + cost: ["Water", "Fighting"] + }], + + weaknesses: [{ + type: "Colorless", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/123.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/123.ts new file mode 100644 index 000000000..eb574b4fd --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/123.ts @@ -0,0 +1,56 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Garchomp" + }, + + illustrator: "Atsushi Furusawa", + rarity: "Three Diamond", + category: "Pokemon", + hp: 140, + types: ["Dragon"], + + evolveFrom: { + en: "Gabite" + }, + + description: { + en: "It is said that when one runs at high speed,
its wings create blades of wind that can fell
nearby trees." + }, + + stage: "Stage2", + + abilities: [{ + type: "Ability", + + name: { + en: "Reckless Shearing" + }, + + effect: { + en: "You must discard a card from your hand in order to use this Ability. Once during your turn, you may draw a card." + } + }], + + attacks: [{ + name: { + en: "Dragon Claw" + }, + + damage: 100, + cost: ["Water", "Fighting"] + }], + + weaknesses: [{ + type: "Colorless", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/124.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/124.ts new file mode 100644 index 000000000..66372c441 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/124.ts @@ -0,0 +1,40 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Lickitung" + }, + + illustrator: "Yukiko Baba", + rarity: "One Diamond", + category: "Pokemon", + hp: 80, + types: ["Colorless"], + + description: { + en: "If this Pokémon's sticky saliva gets on you and
you don't clean it off, an intense itch will set in.
The itch won't go away, either." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Tongue Slap" + }, + + damage: 50, + cost: ["Colorless", "Colorless", "Colorless"] + }], + + weaknesses: [{ + type: "Fighting", + value: "+20" + }], + + retreat: 2 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/125.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/125.ts new file mode 100644 index 000000000..80eb9cd5a --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/125.ts @@ -0,0 +1,45 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Lickilicky ex" + }, + + illustrator: "PLANETA Igarashi", + rarity: "Four Diamond", + category: "Pokemon", + hp: 160, + types: ["Colorless"], + + evolveFrom: { + en: "Lickitung" + }, + + stage: "Stage1", + suffix: "EX", + + attacks: [{ + name: { + en: "Licking Fury" + }, + + damage: 100, + cost: ["Colorless", "Colorless", "Colorless", "Colorless"], + + effect: { + en: "Flip a coin until you get tails. This attack does 40 more damage for each heads." + } + }], + + weaknesses: [{ + type: "Fighting", + value: "+20" + }], + + retreat: 4 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/126.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/126.ts new file mode 100644 index 000000000..3803ee1de --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/126.ts @@ -0,0 +1,44 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Eevee" + }, + + illustrator: "Shibuzoh.", + rarity: "One Diamond", + category: "Pokemon", + hp: 60, + types: ["Colorless"], + + description: { + en: "Its ability to evolve into many forms allows it to
adapt smoothly and perfectly to any environment." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Quick Attack" + }, + + damage: 10, + cost: ["Colorless"], + + effect: { + en: "Flip a coin. If heads, this attack does 20 more damage." + } + }], + + weaknesses: [{ + type: "Fighting", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/127.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/127.ts new file mode 100644 index 000000000..4f0e7c724 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/127.ts @@ -0,0 +1,40 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Porygon" + }, + + illustrator: "Shin Nagasawa", + rarity: "One Diamond", + category: "Pokemon", + hp: 60, + types: ["Colorless"], + + description: { + en: "State-of-the-art technology was used to create
Porygon. It was the first artificial Pokémon to be
created via computer programming." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Beam" + }, + + damage: 20, + cost: ["Colorless"] + }], + + weaknesses: [{ + type: "Fighting", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/128.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/128.ts new file mode 100644 index 000000000..caa601959 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/128.ts @@ -0,0 +1,44 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Porygon2" + }, + + illustrator: "sowsow", + rarity: "Two Diamond", + category: "Pokemon", + hp: 80, + types: ["Colorless"], + + evolveFrom: { + en: "Porygon" + }, + + description: { + en: "This is a Porygon that was updated with special
data. Porygon2 develops itself by learning about
many different subjects all on its own." + }, + + stage: "Stage1", + + attacks: [{ + name: { + en: "Sharpen" + }, + + damage: 30, + cost: ["Colorless"] + }], + + weaknesses: [{ + type: "Fighting", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/129.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/129.ts new file mode 100644 index 000000000..186d82d28 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/129.ts @@ -0,0 +1,48 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Porygon-Z" + }, + + illustrator: "Shin Nagasawa", + rarity: "Three Diamond", + category: "Pokemon", + hp: 140, + types: ["Colorless"], + + evolveFrom: { + en: "Porygon2" + }, + + description: { + en: "Porygon-Z had a program installed to allow it to
move between dimensions, but the program also
caused instability in Porygon-Z's behavior." + }, + + stage: "Stage2", + + attacks: [{ + name: { + en: "Buggy Beam" + }, + + damage: 80, + cost: ["Colorless", "Colorless", "Colorless"], + + effect: { + en: "Change the type of the next Energy that will be generated for your opponent to 1 of the following at random: , , , , , , , or ." + } + }], + + weaknesses: [{ + type: "Fighting", + value: "+20" + }], + + retreat: 2 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/130.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/130.ts new file mode 100644 index 000000000..afae8f253 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/130.ts @@ -0,0 +1,40 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Aipom" + }, + + illustrator: "Miki Tanaka", + rarity: "One Diamond", + category: "Pokemon", + hp: 60, + types: ["Colorless"], + + description: { + en: "As it did more and more with its tail, its hands
became clumsy. It makes its nest high in
the treetops." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Tail Jab" + }, + + damage: 20, + cost: ["Colorless"] + }], + + weaknesses: [{ + type: "Fighting", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/131.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/131.ts new file mode 100644 index 000000000..48e34521b --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/131.ts @@ -0,0 +1,48 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Ambipom" + }, + + illustrator: "Naoyo Kimura", + rarity: "One Diamond", + category: "Pokemon", + hp: 90, + types: ["Colorless"], + + evolveFrom: { + en: "Aipom" + }, + + description: { + en: "It uses its tails for everything. If it wraps both
of its tails around you and gives you a squeeze,
that's proof it really likes you." + }, + + stage: "Stage1", + + attacks: [{ + name: { + en: "Double Hit" + }, + + damage: 40, + cost: ["Colorless"], + + effect: { + en: "Flip 2 coins. This attack does 40 damage for each heads." + } + }], + + weaknesses: [{ + type: "Fighting", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/132.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/132.ts new file mode 100644 index 000000000..9ab7e53bb --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/132.ts @@ -0,0 +1,44 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Starly" + }, + + illustrator: "Atsuko Nishida", + rarity: "One Diamond", + category: "Pokemon", + hp: 50, + types: ["Colorless"], + + description: { + en: "They flock around mountains and fields, chasing
after bug Pokémon. Their singing is noisy and
annoying." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Pluck" + }, + + damage: 20, + cost: ["Colorless"], + + effect: { + en: "Before doing damage, discard all Pokémon Tools from your opponent's Active Pokémon." + } + }], + + weaknesses: [{ + type: "Lightning", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/133.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/133.ts new file mode 100644 index 000000000..16cfc0084 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/133.ts @@ -0,0 +1,44 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Staravia" + }, + + illustrator: "REND", + rarity: "One Diamond", + category: "Pokemon", + hp: 80, + types: ["Colorless"], + + evolveFrom: { + en: "Starly" + }, + + description: { + en: "Recognizing their own weakness, they always live
in a group. When alone, a Staravia cries noisily." + }, + + stage: "Stage1", + + attacks: [{ + name: { + en: "Wing Attack" + }, + + damage: 40, + cost: ["Colorless", "Colorless"] + }], + + weaknesses: [{ + type: "Lightning", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/134.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/134.ts new file mode 100644 index 000000000..50a1e1cae --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/134.ts @@ -0,0 +1,48 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Staraptor" + }, + + illustrator: "Sekio", + rarity: "Two Diamond", + category: "Pokemon", + hp: 140, + types: ["Colorless"], + + evolveFrom: { + en: "Staravia" + }, + + description: { + en: "When Staravia evolve into Staraptor, they leave
the flock to live alone. They have sturdy wings." + }, + + stage: "Stage2", + + attacks: [{ + name: { + en: "Clutch" + }, + + damage: 80, + cost: ["Colorless", "Colorless", "Colorless"], + + effect: { + en: "During your opponent's next turn, the Defending Pokémon can't retreat." + } + }], + + weaknesses: [{ + type: "Lightning", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/135.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/135.ts new file mode 100644 index 000000000..d692a063b --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/135.ts @@ -0,0 +1,43 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Bidoof" + }, + + illustrator: "Kagemaru Himeno", + rarity: "One Diamond", + category: "Pokemon", + hp: 60, + types: ["Colorless"], + + description: { + en: "With nerves of steel, nothing can perturb it. It is
more agile and active than it appears." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Super Fang" + }, + + cost: ["Colorless", "Colorless"], + + effect: { + en: "Halve your opponent's Active Pokémon's remaining HP, rounded down." + } + }], + + weaknesses: [{ + type: "Fighting", + value: "+20" + }], + + retreat: 2 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/136.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/136.ts new file mode 100644 index 000000000..1c5df58d9 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/136.ts @@ -0,0 +1,44 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Bibarel" + }, + + illustrator: "kirisAki", + rarity: "One Diamond", + category: "Pokemon", + hp: 110, + types: ["Colorless"], + + evolveFrom: { + en: "Bidoof" + }, + + description: { + en: "It busily makes its nest with stacks of branches and
roots it has cut up with its sharp incisors." + }, + + stage: "Stage1", + + attacks: [{ + name: { + en: "Rolling Tackle" + }, + + damage: 60, + cost: ["Colorless", "Colorless"] + }], + + weaknesses: [{ + type: "Fighting", + value: "+20" + }], + + retreat: 2 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/137.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/137.ts new file mode 100644 index 000000000..f2a8af2ac --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/137.ts @@ -0,0 +1,40 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Buneary" + }, + + illustrator: "Narumi Sato", + rarity: "One Diamond", + category: "Pokemon", + hp: 60, + types: ["Colorless"], + + description: { + en: "If both of Buneary's ears are rolled up, something
is wrong with its body or mind. It's a sure sign the
Pokémon is in need of care." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Splash" + }, + + damage: 10, + cost: ["Colorless"] + }], + + weaknesses: [{ + type: "Fighting", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/138.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/138.ts new file mode 100644 index 000000000..ee40f6366 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/138.ts @@ -0,0 +1,48 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Lopunny" + }, + + illustrator: "Sanosuke Sakuma", + rarity: "One Diamond", + category: "Pokemon", + hp: 90, + types: ["Colorless"], + + evolveFrom: { + en: "Buneary" + }, + + description: { + en: "Lopunny is constantly monitoring its surroundings.
If danger approaches, this Pokémon responds
with superdestructive kicks." + }, + + stage: "Stage1", + + attacks: [{ + name: { + en: "Jump Kick" + }, + + damage: 20, + cost: ["Colorless"], + + effect: { + en: "This attack also does 20 damage to 1 of your opponent's Benched Pokémon." + } + }], + + weaknesses: [{ + type: "Fighting", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/139.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/139.ts new file mode 100644 index 000000000..32d6b3173 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/139.ts @@ -0,0 +1,44 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Glameow" + }, + + illustrator: "sowsow", + rarity: "One Diamond", + category: "Pokemon", + hp: 60, + types: ["Colorless"], + + description: { + en: "It claws if displeased and purrs when affectionate.
Its fickleness is very popular among some." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Pose" + }, + + damage: 40, + cost: ["Colorless"], + + effect: { + en: "Flip a coin. If tails, this attack does nothing." + } + }], + + weaknesses: [{ + type: "Fighting", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/140.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/140.ts new file mode 100644 index 000000000..368d510b1 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/140.ts @@ -0,0 +1,48 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Purugly" + }, + + illustrator: "Kagemaru Himeno", + rarity: "Two Diamond", + category: "Pokemon", + hp: 110, + types: ["Colorless"], + + evolveFrom: { + en: "Glameow" + }, + + description: { + en: "It would claim another Pokémon's nest as its own
if it finds a nest sufficiently comfortable." + }, + + stage: "Stage1", + + attacks: [{ + name: { + en: "Interrupt" + }, + + damage: 60, + cost: ["Colorless", "Colorless", "Colorless"], + + effect: { + en: "Your opponent reveals their hand. Choose a card you find there and shuffle it into your opponent's deck." + } + }], + + weaknesses: [{ + type: "Fighting", + value: "+20" + }], + + retreat: 3 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/141.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/141.ts new file mode 100644 index 000000000..417e06ecb --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/141.ts @@ -0,0 +1,44 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Chatot" + }, + + illustrator: "HYOGONOSUKE", + rarity: "One Diamond", + category: "Pokemon", + hp: 70, + types: ["Colorless"], + + description: { + en: "It mimics the cries of other Pokémon to trick them
into thinking it's one of them. This way they won't
attack it." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Fury Attack" + }, + + damage: 20, + cost: ["Colorless"], + + effect: { + en: "Flip 3 coins. This attack does 20 damage for each heads." + } + }], + + weaknesses: [{ + type: "Lightning", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/142.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/142.ts new file mode 100644 index 000000000..ffb131e6a --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/142.ts @@ -0,0 +1,43 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Fan Rotom" + }, + + illustrator: "Masakazu Fukuda", + rarity: "One Diamond", + category: "Pokemon", + hp: 80, + types: ["Colorless"], + + description: { + en: "This Rotom has entered an electric fan. It smirks
with satisfaction over a prank well pulled after it
blows away everything around it." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Spin Storm" + }, + + cost: ["Colorless", "Colorless"], + + effect: { + en: "Flip a coin. If heads, put your opponent's Active Pokémon into their hand." + } + }], + + weaknesses: [{ + type: "Lightning", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/143.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/143.ts new file mode 100644 index 000000000..347e31b85 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/143.ts @@ -0,0 +1,44 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Regigigas" + }, + + illustrator: "Tomokazu Komiya", + rarity: "Three Diamond", + category: "Pokemon", + hp: 140, + types: ["Colorless"], + + description: { + en: "It is said to have made Pokémon that look like
itself from a special ice mountain, rocks,
and magma." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Raging Hammer" + }, + + damage: 50, + cost: ["Colorless", "Colorless", "Colorless", "Colorless"], + + effect: { + en: "This attack does more damage equal to the damage this Pokémon has on it." + } + }], + + weaknesses: [{ + type: "Fighting", + value: "+20" + }], + + retreat: 4 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/144.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/144.ts new file mode 100644 index 000000000..0844f1bd9 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/144.ts @@ -0,0 +1,22 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Skull Fossil" + }, + + illustrator: "Toyste Beach", + rarity: "One Diamond", + category: "Trainer", + + effect: { + en: "Play this card as if it were a 40-HP Basic Pokémon.
At any time during your turn, you may discard this card from play.
This card can't retreat." + }, + + trainerType: "Item" +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/145.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/145.ts new file mode 100644 index 000000000..f47b71d8b --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/145.ts @@ -0,0 +1,22 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Armor Fossil" + }, + + illustrator: "Toyste Beach", + rarity: "One Diamond", + category: "Trainer", + + effect: { + en: "Play this card as if it were a 40-HP Basic Pokémon.
At any time during your turn, you may discard this card from play.
This card can't retreat." + }, + + trainerType: "Item" +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/146.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/146.ts new file mode 100644 index 000000000..76ad6cd2c --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/146.ts @@ -0,0 +1,22 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Pokémon Communication" + }, + + illustrator: "Ayaka Yoshida", + rarity: "Two Diamond", + category: "Trainer", + + effect: { + en: "Choose a Pokémon in your hand and switch it with a random Pokémon in your deck." + }, + + trainerType: "Item" +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/147.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/147.ts new file mode 100644 index 000000000..cfba81ef5 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/147.ts @@ -0,0 +1,22 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Giant Cape" + }, + + illustrator: "Ryo Ueda", + rarity: "Two Diamond", + category: "Trainer", + + effect: { + en: "The Pokémon this card is attached to gets +20 HP." + }, + + trainerType: "Tool" +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/148.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/148.ts new file mode 100644 index 000000000..18ee695f1 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/148.ts @@ -0,0 +1,22 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Rocky Helmet" + }, + + illustrator: "Ayaka Yoshida", + rarity: "Two Diamond", + category: "Trainer", + + effect: { + en: "If the Pokémon this card is attached to is in the Active Spot and is damaged by an attack from your opponent's Pokémon, do 20 damage to the Attacking Pokémon." + }, + + trainerType: "Tool" +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/149.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/149.ts new file mode 100644 index 000000000..14d266f2d --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/149.ts @@ -0,0 +1,22 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Lum Berry" + }, + + illustrator: "Yoshinobu Saito", + rarity: "Two Diamond", + category: "Trainer", + + effect: { + en: "At the end of each turn, if the Pokémon this card is attached to is affected by any Special Conditions, it recovers from all of them, and discard this card." + }, + + trainerType: "Tool" +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/150.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/150.ts new file mode 100644 index 000000000..3413597c0 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/150.ts @@ -0,0 +1,22 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Cyrus" + }, + + illustrator: "akagi", + rarity: "Two Diamond", + category: "Trainer", + + effect: { + en: "Switch in 1 of your opponent's Benched Pokémon that has damage on it to the Active Spot." + }, + + trainerType: "Supporter" +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/151.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/151.ts new file mode 100644 index 000000000..c0e4c04f7 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/151.ts @@ -0,0 +1,22 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Team Galactic Grunt" + }, + + illustrator: "GOSSAN", + rarity: "Two Diamond", + category: "Trainer", + + effect: { + en: "Put 1 random Glameow, Stunky, or Croagunk from your deck into your hand." + }, + + trainerType: "Supporter" +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/152.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/152.ts new file mode 100644 index 000000000..0b50dfabc --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/152.ts @@ -0,0 +1,22 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Cynthia" + }, + + illustrator: "Ryuta Fuse", + rarity: "Two Diamond", + category: "Trainer", + + effect: { + en: "During this turn, attacks used by your Garchomp or Togekiss do +50 damage to your opponent's Active Pokémon." + }, + + trainerType: "Supporter" +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/153.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/153.ts new file mode 100644 index 000000000..30d662ba1 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/153.ts @@ -0,0 +1,22 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Volkner" + }, + + illustrator: "GIDORA", + rarity: "Two Diamond", + category: "Trainer", + + effect: { + en: "Choose 1 of your Electivire or Luxray. Attach 2 Energy from your discard pile to that Pokémon." + }, + + trainerType: "Supporter" +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/154.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/154.ts new file mode 100644 index 000000000..e194aaaae --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/154.ts @@ -0,0 +1,22 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Dawn" + }, + + illustrator: "saino misaki", + rarity: "Two Diamond", + category: "Trainer", + + effect: { + en: "Move an Energy from 1 of your Benched Pokémon to your Active Pokémon." + }, + + trainerType: "Supporter" +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/155.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/155.ts new file mode 100644 index 000000000..5b7bdd0b7 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/155.ts @@ -0,0 +1,22 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Mars" + }, + + illustrator: "Yuu Nishida", + rarity: "Two Diamond", + category: "Trainer", + + effect: { + en: "Your opponent shuffles their hand into their deck and draws a card for each of their remaining points needed to win." + }, + + trainerType: "Supporter" +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/156.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/156.ts new file mode 100644 index 000000000..f9f9771c4 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/156.ts @@ -0,0 +1,48 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Tangrowth" + }, + + illustrator: "Saboteri", + rarity: "One Star", + category: "Pokemon", + hp: 130, + types: ["Grass"], + + evolveFrom: { + en: "Tangela" + }, + + description: { + en: "Tangrowth has two arms that it can extend as it
pleases. Recent research has shown that these
arms are, in fact, bundles of vines." + }, + + stage: "Stage1", + + attacks: [{ + name: { + en: "Mega Drain" + }, + + damage: 90, + cost: ["Grass", "Grass", "Grass", "Colorless"], + + effect: { + en: "Heal 30 damage from this Pokémon." + } + }], + + weaknesses: [{ + type: "Fire", + value: "+20" + }], + + retreat: 3 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/157.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/157.ts new file mode 100644 index 000000000..4698200d9 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/157.ts @@ -0,0 +1,43 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Combee" + }, + + illustrator: "Shibuzoh.", + rarity: "One Star", + category: "Pokemon", + hp: 50, + types: ["Grass"], + + description: { + en: "At night, Combee sleep in a group of about a
hundred, packed closely together in a lump." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Call for Family" + }, + + cost: ["Colorless"], + + effect: { + en: "Put 1 random from your deck onto your Bench." + } + }], + + weaknesses: [{ + type: "Fire", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/158.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/158.ts new file mode 100644 index 000000000..172b0941f --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/158.ts @@ -0,0 +1,44 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Carnivine" + }, + + illustrator: "Yoriyuki Ikegami", + rarity: "One Star", + category: "Pokemon", + hp: 90, + types: ["Grass"], + + description: { + en: "It attracts prey with its sweet-smelling saliva, then
chomps down. It takes a whole day to eat prey." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Flog" + }, + + damage: 40, + cost: ["Grass", "Grass", "Colorless"], + + effect: { + en: "Flip a coin. If heads, this attack does 50 more damage." + } + }], + + weaknesses: [{ + type: "Fire", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/159.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/159.ts new file mode 100644 index 000000000..252c77983 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/159.ts @@ -0,0 +1,52 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Shaymin" + }, + + illustrator: "REND", + rarity: "One Star", + category: "Pokemon", + hp: 60, + types: ["Grass"], + + description: { + en: "It can dissolve toxins in the air to instantly
transform ruined land into a lush field of flowers." + }, + + stage: "Basic", + + abilities: [{ + type: "Ability", + + name: { + en: "Fragrant Flower Garden" + }, + + effect: { + en: "Once during your turn, you may heal 10 damage from each of your Pokémon." + } + }], + + attacks: [{ + name: { + en: "Flop" + }, + + damage: 30, + cost: ["Grass", "Colorless"] + }], + + weaknesses: [{ + type: "Fire", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/160.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/160.ts new file mode 100644 index 000000000..05da68dea --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/160.ts @@ -0,0 +1,56 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Mamoswine" + }, + + illustrator: "OKACHEKE", + rarity: "One Star", + category: "Pokemon", + hp: 160, + types: ["Water"], + + evolveFrom: { + en: "Piloswine" + }, + + description: { + en: "This Pokémon can be spotted in wall paintings
from as far back as 10,000 years ago. For a
while, it was thought to have gone extinct." + }, + + stage: "Stage2", + + abilities: [{ + type: "Ability", + + name: { + en: "Thick Fat" + }, + + effect: { + en: "This Pokémon takes −30 damage from attacks from or Pokémon." + } + }], + + attacks: [{ + name: { + en: "Frosty Flattening" + }, + + damage: 120, + cost: ["Water", "Water", "Colorless", "Colorless"] + }], + + weaknesses: [{ + type: "Metal", + value: "+20" + }], + + retreat: 4 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/161.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/161.ts new file mode 100644 index 000000000..211f8aba1 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/161.ts @@ -0,0 +1,48 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Gastrodon" + }, + + illustrator: "takashi shiraishi", + rarity: "One Star", + category: "Pokemon", + hp: 120, + types: ["Water"], + + evolveFrom: { + en: "Shellos" + }, + + description: { + en: "They normally inhabit rocky seashores, but in
times of continuous rain, they can sometimes be
found in the mountains, far from the sea." + }, + + stage: "Stage1", + + attacks: [{ + name: { + en: "Muddy Water" + }, + + damage: 60, + cost: ["Water", "Colorless", "Colorless"], + + effect: { + en: "This attack also does 20 damage to 1 of your opponent's Benched Pokémon." + } + }], + + weaknesses: [{ + type: "Lightning", + value: "+20" + }], + + retreat: 3 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/162.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/162.ts new file mode 100644 index 000000000..dee4642e1 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/162.ts @@ -0,0 +1,43 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Manaphy" + }, + + illustrator: "miki kudo", + rarity: "One Star", + category: "Pokemon", + hp: 50, + types: ["Water"], + + description: { + en: "It is born with a wondrous power that lets it bond
with any kind of Pokémon." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Oceanic Gift" + }, + + cost: ["Water"], + + effect: { + en: "Choose 2 of your Benched Pokémon. For each of those Pokémon, take a Energy from your Energy Zone and attach it to that Pokémon." + } + }], + + weaknesses: [{ + type: "Lightning", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/163.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/163.ts new file mode 100644 index 000000000..251604199 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/163.ts @@ -0,0 +1,43 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Shinx" + }, + + illustrator: "Yuu Nishida", + rarity: "One Star", + category: "Pokemon", + hp: 60, + types: ["Lightning"], + + description: { + en: "The extension and contraction of its muscles
generates electricity. It glows when in trouble." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Hide" + }, + + cost: ["Lightning"], + + effect: { + en: "Flip a coin. If heads, during your opponent's next turn, prevent all damage from—and effects of—attacks done to this Pokémon." + } + }], + + weaknesses: [{ + type: "Fighting", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/164.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/164.ts new file mode 100644 index 000000000..0af66ddb4 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/164.ts @@ -0,0 +1,44 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Rotom" + }, + + illustrator: "Shimaris Yukichi", + rarity: "One Star", + category: "Pokemon", + hp: 70, + types: ["Lightning"], + + description: { + en: "Its electricity-like body can enter some kinds
of machines and take control in order to make
mischief." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Assault Laser" + }, + + damage: 20, + cost: ["Colorless"], + + effect: { + en: "If your opponent's Active Pokémon has a Pokémon Tool attached, this attack does 30 more damage." + } + }], + + weaknesses: [{ + type: "Fighting", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/165.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/165.ts new file mode 100644 index 000000000..aee9fa755 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/165.ts @@ -0,0 +1,44 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Drifloon" + }, + + illustrator: "Orca", + rarity: "One Star", + category: "Pokemon", + hp: 50, + types: ["Psychic"], + + description: { + en: "It is whispered that any child who mistakes
Drifloon for a balloon and holds on to it could
wind up missing." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Expand" + }, + + damage: 10, + cost: ["Psychic"], + + effect: { + en: "During your opponent's next turn, this Pokémon takes −20 damage from attacks." + } + }], + + weaknesses: [{ + type: "Lightning", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/166.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/166.ts new file mode 100644 index 000000000..9960fc177 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/166.ts @@ -0,0 +1,44 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Mesprit" + }, + + illustrator: "Orca", + rarity: "One Star", + category: "Pokemon", + hp: 70, + types: ["Psychic"], + + description: { + en: "Known as \"The Being of Emotion.\" It taught
humans the nobility of sorrow, pain, and joy." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Supreme Blast" + }, + + damage: 160, + cost: ["Psychic", "Psychic", "Psychic"], + + effect: { + en: "You can use this attack only if you have Uxie and Azelf on your Bench. Discard all Energy from this Pokémon." + } + }], + + weaknesses: [{ + type: "Darkness", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/167.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/167.ts new file mode 100644 index 000000000..5e92b89ba --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/167.ts @@ -0,0 +1,52 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Giratina" + }, + + illustrator: "Rond", + rarity: "One Star", + category: "Pokemon", + hp: 120, + types: ["Psychic"], + + description: { + en: "This Pokémon is said to live in a world on the
reverse side of ours, where common knowledge is
distorted and strange." + }, + + stage: "Basic", + + abilities: [{ + type: "Ability", + + name: { + en: "Levitate" + }, + + effect: { + en: "If this Pokémon has any Energy attached, it has no Retreat Cost." + } + }], + + attacks: [{ + name: { + en: "Spooky Shot" + }, + + damage: 70, + cost: ["Psychic", "Psychic", "Colorless"] + }], + + weaknesses: [{ + type: "Darkness", + value: "+20" + }], + + retreat: 3 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/168.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/168.ts new file mode 100644 index 000000000..6611b47c0 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/168.ts @@ -0,0 +1,44 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Cresselia" + }, + + illustrator: "rika", + rarity: "One Star", + category: "Pokemon", + hp: 110, + types: ["Psychic"], + + description: { + en: "Shiny particles are released from its wings like a
veil. It is said to represent the crescent moon." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Moonlight Gain" + }, + + damage: 50, + cost: ["Psychic", "Psychic"], + + effect: { + en: "Heal 20 damage from this Pokémon." + } + }], + + weaknesses: [{ + type: "Darkness", + value: "+20" + }], + + retreat: 2 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/169.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/169.ts new file mode 100644 index 000000000..b22437cd1 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/169.ts @@ -0,0 +1,48 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Rhyperior" + }, + + illustrator: "Taiga Kayama", + rarity: "One Star", + category: "Pokemon", + hp: 160, + types: ["Fighting"], + + evolveFrom: { + en: "Rhydon" + }, + + description: { + en: "It can load up to three projectiles per arm into
the holes in its hands. What launches out of those
holes could be either rocks or Roggenrola." + }, + + stage: "Stage2", + + attacks: [{ + name: { + en: "Mountain Swing" + }, + + damage: 150, + cost: ["Fighting", "Fighting", "Fighting", "Colorless"], + + effect: { + en: "Discard the top 3 cards of your deck." + } + }], + + weaknesses: [{ + type: "Grass", + value: "+20" + }], + + retreat: 4 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/170.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/170.ts new file mode 100644 index 000000000..8cfc47ca0 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/170.ts @@ -0,0 +1,56 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Lucario" + }, + + illustrator: "Akira Komayama", + rarity: "One Star", + category: "Pokemon", + hp: 100, + types: ["Fighting"], + + evolveFrom: { + en: "Riolu" + }, + + description: { + en: "It's said that no foe can remain invisible to
Lucario, since it can detect auras—even those
of foes it could not otherwise see." + }, + + stage: "Stage1", + + abilities: [{ + type: "Ability", + + name: { + en: "Fighting Coach" + }, + + effect: { + en: "Attacks used by your Pokémon do +20 damage to your opponent's Active Pokémon." + } + }], + + attacks: [{ + name: { + en: "Submarine Blow" + }, + + damage: 40, + cost: ["Fighting", "Fighting"] + }], + + weaknesses: [{ + type: "Psychic", + value: "+20" + }], + + retreat: 2 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/171.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/171.ts new file mode 100644 index 000000000..746adbf07 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/171.ts @@ -0,0 +1,40 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Hippopotas" + }, + + illustrator: "Teeziro", + rarity: "One Star", + category: "Pokemon", + hp: 80, + types: ["Fighting"], + + description: { + en: "It shuts its nostrils tight, then travels through sand
as if walking. They form colonies of around 10." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Rolling Tackle" + }, + + damage: 60, + cost: ["Fighting", "Fighting", "Colorless"] + }], + + weaknesses: [{ + type: "Grass", + value: "+20" + }], + + retreat: 3 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/172.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/172.ts new file mode 100644 index 000000000..41ee83776 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/172.ts @@ -0,0 +1,43 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Spiritomb" + }, + + illustrator: "Shinji Kanda", + rarity: "One Star", + category: "Pokemon", + hp: 80, + types: ["Darkness"], + + description: { + en: "Its constant mischief and misdeeds resulted
in it being bound to an Odd Keystone by a
mysterious spell." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Swirling Disaster" + }, + + cost: ["Colorless"], + + effect: { + en: "This attack does 10 damage to each of your opponent's Pokémon." + } + }], + + weaknesses: [{ + type: "Grass", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/173.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/173.ts new file mode 100644 index 000000000..88b2fa0b1 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/173.ts @@ -0,0 +1,44 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Croagunk" + }, + + illustrator: "GOSSAN", + rarity: "One Star", + category: "Pokemon", + hp: 60, + types: ["Darkness"], + + description: { + en: "Inflating its poison sacs, it fills the area with an
odd sound and hits flinching opponents with a
poison jab." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Group Beatdown" + }, + + damage: 20, + cost: ["Darkness", "Darkness"], + + effect: { + en: "Flip a coin for each Pokémon you have in play. This attack does 20 damage for each heads." + } + }], + + weaknesses: [{ + type: "Fighting", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/174.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/174.ts new file mode 100644 index 000000000..2d42feb99 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/174.ts @@ -0,0 +1,44 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Heatran" + }, + + illustrator: "OKUBO", + rarity: "One Star", + category: "Pokemon", + hp: 120, + types: ["Metal"], + + description: { + en: "It dwells in volcanic caves. It digs in with its
cross-shaped feet to crawl on ceilings and walls." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Steel Tackle" + }, + + damage: 110, + cost: ["Metal", "Metal", "Metal"], + + effect: { + en: "This Pokémon also does 20 damage to itself." + } + }], + + weaknesses: [{ + type: "Fire", + value: "+20" + }], + + retreat: 3 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/175.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/175.ts new file mode 100644 index 000000000..99ea9e2b4 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/175.ts @@ -0,0 +1,56 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Garchomp" + }, + + illustrator: "MINAMINAMI Take", + rarity: "One Star", + category: "Pokemon", + hp: 140, + types: ["Dragon"], + + evolveFrom: { + en: "Gabite" + }, + + description: { + en: "It is said that when one runs at high speed,
its wings create blades of wind that can fell
nearby trees." + }, + + stage: "Stage2", + + abilities: [{ + type: "Ability", + + name: { + en: "Reckless Shearing" + }, + + effect: { + en: "You must discard a card from your hand in order to use this Ability. Once during your turn, you may draw a card." + } + }], + + attacks: [{ + name: { + en: "Dragon Claw" + }, + + damage: 100, + cost: ["Water", "Fighting"] + }], + + weaknesses: [{ + type: "Colorless", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/176.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/176.ts new file mode 100644 index 000000000..120fbf173 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/176.ts @@ -0,0 +1,48 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Staraptor" + }, + + illustrator: "Ryota Murayama", + rarity: "One Star", + category: "Pokemon", + hp: 140, + types: ["Colorless"], + + evolveFrom: { + en: "Staravia" + }, + + description: { + en: "When Staravia evolve into Staraptor, they leave
the flock to live alone. They have sturdy wings." + }, + + stage: "Stage2", + + attacks: [{ + name: { + en: "Clutch" + }, + + damage: 80, + cost: ["Colorless", "Colorless", "Colorless"], + + effect: { + en: "During your opponent's next turn, the Defending Pokémon can't retreat." + } + }], + + weaknesses: [{ + type: "Lightning", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/177.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/177.ts new file mode 100644 index 000000000..7c8d711c1 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/177.ts @@ -0,0 +1,43 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Bidoof" + }, + + illustrator: "Shinya Komatsu", + rarity: "One Star", + category: "Pokemon", + hp: 60, + types: ["Colorless"], + + description: { + en: "With nerves of steel, nothing can perturb it. It is
more agile and active than it appears." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Super Fang" + }, + + cost: ["Colorless", "Colorless"], + + effect: { + en: "Halve your opponent's Active Pokémon's remaining HP, rounded down." + } + }], + + weaknesses: [{ + type: "Fighting", + value: "+20" + }], + + retreat: 2 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/178.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/178.ts new file mode 100644 index 000000000..30364fee2 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/178.ts @@ -0,0 +1,44 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Glameow" + }, + + illustrator: "matazo", + rarity: "One Star", + category: "Pokemon", + hp: 60, + types: ["Colorless"], + + description: { + en: "It claws if displeased and purrs when affectionate.
Its fickleness is very popular among some." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Pose" + }, + + damage: 40, + cost: ["Colorless"], + + effect: { + en: "Flip a coin. If tails, this attack does nothing." + } + }], + + weaknesses: [{ + type: "Fighting", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/179.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/179.ts new file mode 100644 index 000000000..b9929111b --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/179.ts @@ -0,0 +1,44 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Regigigas" + }, + + illustrator: "Tetsu Kayama", + rarity: "One Star", + category: "Pokemon", + hp: 140, + types: ["Colorless"], + + description: { + en: "It is said to have made Pokémon that look like
itself from a special ice mountain, rocks,
and magma." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Raging Hammer" + }, + + damage: 50, + cost: ["Colorless", "Colorless", "Colorless", "Colorless"], + + effect: { + en: "This attack does more damage equal to the damage this Pokémon has on it." + } + }], + + weaknesses: [{ + type: "Fighting", + value: "+20" + }], + + retreat: 4 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/180.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/180.ts new file mode 100644 index 000000000..c76c400e6 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/180.ts @@ -0,0 +1,45 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Yanmega ex" + }, + + illustrator: "PLANETA Tsuji", + rarity: "Two Star", + category: "Pokemon", + hp: 140, + types: ["Grass"], + + evolveFrom: { + en: "Yanma" + }, + + stage: "Stage1", + suffix: "EX", + + attacks: [{ + name: { + en: "Air Slash" + }, + + damage: 120, + cost: ["Colorless", "Colorless", "Colorless"], + + effect: { + en: "Discard a random Energy from this Pokémon." + } + }], + + weaknesses: [{ + type: "Lightning", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/181.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/181.ts new file mode 100644 index 000000000..c1a527ed9 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/181.ts @@ -0,0 +1,45 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Infernape ex" + }, + + illustrator: "PLANETA CG Works", + rarity: "Two Star", + category: "Pokemon", + hp: 170, + types: ["Fire"], + + evolveFrom: { + en: "Monferno" + }, + + stage: "Stage2", + suffix: "EX", + + attacks: [{ + name: { + en: "Flare Blitz" + }, + + damage: 140, + cost: ["Fire", "Fire"], + + effect: { + en: "Discard all Energy from this Pokémon." + } + }], + + weaknesses: [{ + type: "Water", + value: "+20" + }], + + retreat: 0 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/182.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/182.ts new file mode 100644 index 000000000..db0aa87e9 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/182.ts @@ -0,0 +1,47 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Palkia ex" + }, + + illustrator: "PLANETA CG Works", + rarity: "Two Star", + category: "Pokemon", + hp: 150, + types: ["Water"], + stage: "Basic", + suffix: "EX", + + attacks: [{ + name: { + en: "Slash" + }, + + damage: 30, + cost: ["Water"] + }, { + name: { + en: "Dimensional Storm" + }, + + damage: 150, + cost: ["Water", "Water", "Water", "Colorless"], + + effect: { + en: "Discard 3 Energy from this Pokémon. This attack also does 20 damage to each of your opponent's Benched Pokémon." + } + }], + + weaknesses: [{ + type: "Lightning", + value: "+20" + }], + + retreat: 2 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/183.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/183.ts new file mode 100644 index 000000000..da40b37d8 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/183.ts @@ -0,0 +1,40 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Pachirisu ex" + }, + + illustrator: "PLANETA Tsuji", + rarity: "Two Star", + category: "Pokemon", + hp: 120, + types: ["Lightning"], + stage: "Basic", + suffix: "EX", + + attacks: [{ + name: { + en: "Sparking Gadget" + }, + + damage: 40, + cost: ["Lightning", "Lightning"], + + effect: { + en: "If this Pokémon has a Pokémon Tool attached, this attack does 40 more damage." + } + }], + + weaknesses: [{ + type: "Fighting", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/184.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/184.ts new file mode 100644 index 000000000..95a55cff9 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/184.ts @@ -0,0 +1,45 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Mismagius ex" + }, + + illustrator: "PLANETA Tsuji", + rarity: "Two Star", + category: "Pokemon", + hp: 140, + types: ["Psychic"], + + evolveFrom: { + en: "Misdreavus" + }, + + stage: "Stage1", + suffix: "EX", + + attacks: [{ + name: { + en: "Magical Delusion" + }, + + damage: 70, + cost: ["Psychic", "Psychic"], + + effect: { + en: "Your opponent's Active Pokémon is now Confused." + } + }], + + weaknesses: [{ + type: "Darkness", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/185.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/185.ts new file mode 100644 index 000000000..ef5a35c01 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/185.ts @@ -0,0 +1,45 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Gallade ex" + }, + + illustrator: "PLANETA CG Works", + rarity: "Two Star", + category: "Pokemon", + hp: 170, + types: ["Fighting"], + + evolveFrom: { + en: "Kirlia" + }, + + stage: "Stage2", + suffix: "EX", + + attacks: [{ + name: { + en: "Energized Blade" + }, + + damage: 70, + cost: ["Fighting", "Fighting"], + + effect: { + en: "This attack does 20 more damage for each Energy attached to your opponent's Active Pokémon." + } + }], + + weaknesses: [{ + type: "Psychic", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/186.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/186.ts new file mode 100644 index 000000000..91df78c0b --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/186.ts @@ -0,0 +1,45 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Weavile ex" + }, + + illustrator: "PLANETA CG Works", + rarity: "Two Star", + category: "Pokemon", + hp: 140, + types: ["Darkness"], + + evolveFrom: { + en: "Sneasel" + }, + + stage: "Stage1", + suffix: "EX", + + attacks: [{ + name: { + en: "Scratching Nails" + }, + + damage: 30, + cost: ["Darkness"], + + effect: { + en: "If your opponent's Active Pokémon has damage on it, this attack does 40 more damage." + } + }], + + weaknesses: [{ + type: "Grass", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/187.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/187.ts new file mode 100644 index 000000000..dcd64b25a --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/187.ts @@ -0,0 +1,48 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Darkrai ex" + }, + + illustrator: "PLANETA Yamashita", + rarity: "Two Star", + category: "Pokemon", + hp: 140, + types: ["Darkness"], + stage: "Basic", + suffix: "EX", + + abilities: [{ + type: "Ability", + + name: { + en: "Nightmare Aura" + }, + + effect: { + en: "Whenever you attach a Energy from your Energy Zone to this Pokémon, do 20 damage to your opponent's Active Pokémon." + } + }], + + attacks: [{ + name: { + en: "Dark Prism" + }, + + damage: 80, + cost: ["Darkness", "Darkness", "Colorless"] + }], + + weaknesses: [{ + type: "Grass", + value: "+20" + }], + + retreat: 2 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/188.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/188.ts new file mode 100644 index 000000000..df607031b --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/188.ts @@ -0,0 +1,47 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Dialga ex" + }, + + illustrator: "PLANETA CG Works", + rarity: "Two Star", + category: "Pokemon", + hp: 150, + types: ["Metal"], + stage: "Basic", + suffix: "EX", + + attacks: [{ + name: { + en: "Metallic Turbo" + }, + + damage: 30, + cost: ["Metal", "Metal"], + + effect: { + en: "Take 2 Energy from your Energy Zone and attach it to 1 of your Benched Pokémon." + } + }, { + name: { + en: "Heavy Impact" + }, + + damage: 100, + cost: ["Metal", "Metal", "Colorless", "Colorless"] + }], + + weaknesses: [{ + type: "Fire", + value: "+20" + }], + + retreat: 2 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/189.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/189.ts new file mode 100644 index 000000000..54ca99402 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/189.ts @@ -0,0 +1,45 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Lickilicky ex" + }, + + illustrator: "PLANETA Tsuji", + rarity: "Two Star", + category: "Pokemon", + hp: 160, + types: ["Colorless"], + + evolveFrom: { + en: "Lickitung" + }, + + stage: "Stage1", + suffix: "EX", + + attacks: [{ + name: { + en: "Licking Fury" + }, + + damage: 100, + cost: ["Colorless", "Colorless", "Colorless", "Colorless"], + + effect: { + en: "Flip a coin until you get tails. This attack does 40 more damage for each heads." + } + }], + + weaknesses: [{ + type: "Fighting", + value: "+20" + }], + + retreat: 4 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/190.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/190.ts new file mode 100644 index 000000000..034165f8d --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/190.ts @@ -0,0 +1,22 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Cyrus" + }, + + illustrator: "akagi", + rarity: "Two Star", + category: "Trainer", + + effect: { + en: "Switch in 1 of your opponent's Benched Pokémon that has damage on it to the Active Spot." + }, + + trainerType: "Supporter" +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/191.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/191.ts new file mode 100644 index 000000000..d47001948 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/191.ts @@ -0,0 +1,22 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Team Galactic Grunt" + }, + + illustrator: "GOSSAN", + rarity: "Two Star", + category: "Trainer", + + effect: { + en: "Put 1 random Glameow, Stunky, or Croagunk from your deck into your hand." + }, + + trainerType: "Supporter" +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/192.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/192.ts new file mode 100644 index 000000000..6bd12855f --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/192.ts @@ -0,0 +1,22 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Cynthia" + }, + + illustrator: "Ryuta Fuse", + rarity: "Two Star", + category: "Trainer", + + effect: { + en: "During this turn, attacks used by your Garchomp or Togekiss do +50 damage to your opponent's Active Pokémon." + }, + + trainerType: "Supporter" +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/193.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/193.ts new file mode 100644 index 000000000..562407971 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/193.ts @@ -0,0 +1,22 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Volkner" + }, + + illustrator: "GIDORA", + rarity: "Two Star", + category: "Trainer", + + effect: { + en: "Choose 1 of your Electivire or Luxray. Attach 2 Energy from your discard pile to that Pokémon." + }, + + trainerType: "Supporter" +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/194.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/194.ts new file mode 100644 index 000000000..1ae438a64 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/194.ts @@ -0,0 +1,22 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Dawn" + }, + + illustrator: "saino misaki", + rarity: "Two Star", + category: "Trainer", + + effect: { + en: "Move an Energy from 1 of your Benched Pokémon to your Active Pokémon." + }, + + trainerType: "Supporter" +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/195.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/195.ts new file mode 100644 index 000000000..175bb4542 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/195.ts @@ -0,0 +1,22 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Mars" + }, + + illustrator: "Yuu Nishida", + rarity: "Two Star", + category: "Trainer", + + effect: { + en: "Your opponent shuffles their hand into their deck and draws a card for each of their remaining points needed to win." + }, + + trainerType: "Supporter" +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/196.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/196.ts new file mode 100644 index 000000000..dfeb61931 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/196.ts @@ -0,0 +1,45 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Yanmega ex" + }, + + illustrator: "Mina Nakai", + rarity: "Two Star", + category: "Pokemon", + hp: 140, + types: ["Grass"], + + evolveFrom: { + en: "Yanma" + }, + + stage: "Stage1", + suffix: "EX", + + attacks: [{ + name: { + en: "Air Slash" + }, + + damage: 120, + cost: ["Colorless", "Colorless", "Colorless"], + + effect: { + en: "Discard a random Energy from this Pokémon." + } + }], + + weaknesses: [{ + type: "Lightning", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/197.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/197.ts new file mode 100644 index 000000000..4d130e9f7 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/197.ts @@ -0,0 +1,45 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Infernape ex" + }, + + illustrator: "nagimiso", + rarity: "Two Star", + category: "Pokemon", + hp: 170, + types: ["Fire"], + + evolveFrom: { + en: "Monferno" + }, + + stage: "Stage2", + suffix: "EX", + + attacks: [{ + name: { + en: "Flare Blitz" + }, + + damage: 140, + cost: ["Fire", "Fire"], + + effect: { + en: "Discard all Energy from this Pokémon." + } + }], + + weaknesses: [{ + type: "Water", + value: "+20" + }], + + retreat: 0 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/198.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/198.ts new file mode 100644 index 000000000..3ee7b8dcd --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/198.ts @@ -0,0 +1,40 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Pachirisu ex" + }, + + illustrator: "Nurikabe", + rarity: "Two Star", + category: "Pokemon", + hp: 120, + types: ["Lightning"], + stage: "Basic", + suffix: "EX", + + attacks: [{ + name: { + en: "Sparking Gadget" + }, + + damage: 40, + cost: ["Lightning", "Lightning"], + + effect: { + en: "If this Pokémon has a Pokémon Tool attached, this attack does 40 more damage." + } + }], + + weaknesses: [{ + type: "Fighting", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/199.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/199.ts new file mode 100644 index 000000000..eb86baa49 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/199.ts @@ -0,0 +1,45 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Mismagius ex" + }, + + illustrator: "Kuroimori", + rarity: "Two Star", + category: "Pokemon", + hp: 140, + types: ["Psychic"], + + evolveFrom: { + en: "Misdreavus" + }, + + stage: "Stage1", + suffix: "EX", + + attacks: [{ + name: { + en: "Magical Delusion" + }, + + damage: 70, + cost: ["Psychic", "Psychic"], + + effect: { + en: "Your opponent's Active Pokémon is now Confused." + } + }], + + weaknesses: [{ + type: "Darkness", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/200.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/200.ts new file mode 100644 index 000000000..e886b3ec2 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/200.ts @@ -0,0 +1,45 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Gallade ex" + }, + + illustrator: "Takumi Wada", + rarity: "Two Star", + category: "Pokemon", + hp: 170, + types: ["Fighting"], + + evolveFrom: { + en: "Kirlia" + }, + + stage: "Stage2", + suffix: "EX", + + attacks: [{ + name: { + en: "Energized Blade" + }, + + damage: 70, + cost: ["Fighting", "Fighting"], + + effect: { + en: "This attack does 20 more damage for each Energy attached to your opponent's Active Pokémon." + } + }], + + weaknesses: [{ + type: "Psychic", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/201.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/201.ts new file mode 100644 index 000000000..3e2366ae1 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/201.ts @@ -0,0 +1,45 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Weavile ex" + }, + + illustrator: "hncl", + rarity: "Two Star", + category: "Pokemon", + hp: 140, + types: ["Darkness"], + + evolveFrom: { + en: "Sneasel" + }, + + stage: "Stage1", + suffix: "EX", + + attacks: [{ + name: { + en: "Scratching Nails" + }, + + damage: 30, + cost: ["Darkness"], + + effect: { + en: "If your opponent's Active Pokémon has damage on it, this attack does 40 more damage." + } + }], + + weaknesses: [{ + type: "Grass", + value: "+20" + }], + + retreat: 1 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/202.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/202.ts new file mode 100644 index 000000000..ef8161dc3 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/202.ts @@ -0,0 +1,48 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Darkrai ex" + }, + + illustrator: "Oswaldo KATO", + rarity: "Two Star", + category: "Pokemon", + hp: 140, + types: ["Darkness"], + stage: "Basic", + suffix: "EX", + + abilities: [{ + type: "Ability", + + name: { + en: "Nightmare Aura" + }, + + effect: { + en: "Whenever you attach a Energy from your Energy Zone to this Pokémon, do 20 damage to your opponent's Active Pokémon." + } + }], + + attacks: [{ + name: { + en: "Dark Prism" + }, + + damage: 80, + cost: ["Darkness", "Darkness", "Colorless"] + }], + + weaknesses: [{ + type: "Grass", + value: "+20" + }], + + retreat: 2 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/203.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/203.ts new file mode 100644 index 000000000..cc45ae6bb --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/203.ts @@ -0,0 +1,45 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Lickilicky ex" + }, + + illustrator: "Jerky", + rarity: "Two Star", + category: "Pokemon", + hp: 160, + types: ["Colorless"], + + evolveFrom: { + en: "Lickitung" + }, + + stage: "Stage1", + suffix: "EX", + + attacks: [{ + name: { + en: "Licking Fury" + }, + + damage: 100, + cost: ["Colorless", "Colorless", "Colorless", "Colorless"], + + effect: { + en: "Flip a coin until you get tails. This attack does 40 more damage for each heads." + } + }], + + weaknesses: [{ + type: "Fighting", + value: "+20" + }], + + retreat: 4 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/204.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/204.ts new file mode 100644 index 000000000..29b0c72df --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/204.ts @@ -0,0 +1,47 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Palkia ex" + }, + + illustrator: "N-DESIGN Inc.", + rarity: "Three Star", + category: "Pokemon", + hp: 150, + types: ["Water"], + stage: "Basic", + suffix: "EX", + + attacks: [{ + name: { + en: "Slash" + }, + + damage: 30, + cost: ["Water"] + }, { + name: { + en: "Dimensional Storm" + }, + + damage: 150, + cost: ["Water", "Water", "Water", "Colorless"], + + effect: { + en: "Discard 3 Energy from this Pokémon. This attack also does 20 damage to each of your opponent's Benched Pokémon." + } + }], + + weaknesses: [{ + type: "Lightning", + value: "+20" + }], + + retreat: 2 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/205.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/205.ts new file mode 100644 index 000000000..74a6c606c --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/205.ts @@ -0,0 +1,47 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Dialga ex" + }, + + illustrator: "N-DESIGN Inc.", + rarity: "Three Star", + category: "Pokemon", + hp: 150, + types: ["Metal"], + stage: "Basic", + suffix: "EX", + + attacks: [{ + name: { + en: "Metallic Turbo" + }, + + damage: 30, + cost: ["Metal", "Metal"], + + effect: { + en: "Take 2 Energy from your Energy Zone and attach it to 1 of your Benched Pokémon." + } + }, { + name: { + en: "Heavy Impact" + }, + + damage: 100, + cost: ["Metal", "Metal", "Colorless", "Colorless"] + }], + + weaknesses: [{ + type: "Fire", + value: "+20" + }], + + retreat: 2 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/206.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/206.ts new file mode 100644 index 000000000..da93aa441 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/206.ts @@ -0,0 +1,47 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Palkia ex" + }, + + illustrator: "PLANETA CG Works", + rarity: "Crown", + category: "Pokemon", + hp: 150, + types: ["Water"], + stage: "Basic", + suffix: "EX", + + attacks: [{ + name: { + en: "Slash" + }, + + damage: 30, + cost: ["Water"] + }, { + name: { + en: "Dimensional Storm" + }, + + damage: 150, + cost: ["Water", "Water", "Water", "Colorless"], + + effect: { + en: "Discard 3 Energy from this Pokémon. This attack also does 20 damage to each of your opponent's Benched Pokémon." + } + }], + + weaknesses: [{ + type: "Lightning", + value: "+20" + }], + + retreat: 2 +} + +export default card \ No newline at end of file diff --git a/data/Pokémon TCG Pocket/Space-Time Smackdown/207.ts b/data/Pokémon TCG Pocket/Space-Time Smackdown/207.ts new file mode 100644 index 000000000..915177852 --- /dev/null +++ b/data/Pokémon TCG Pocket/Space-Time Smackdown/207.ts @@ -0,0 +1,47 @@ +import { Card } from "../../../interfaces" +import Set from "../Space-Time Smackdown" + +const card: Card = { + set: Set, + + name: { + en: "Dialga ex" + }, + + illustrator: "PLANETA CG Works", + rarity: "Crown", + category: "Pokemon", + hp: 150, + types: ["Metal"], + stage: "Basic", + suffix: "EX", + + attacks: [{ + name: { + en: "Metallic Turbo" + }, + + damage: 30, + cost: ["Metal", "Metal"], + + effect: { + en: "Take 2 Energy from your Energy Zone and attach it to 1 of your Benched Pokémon." + } + }, { + name: { + en: "Heavy Impact" + }, + + damage: 100, + cost: ["Metal", "Metal", "Colorless", "Colorless"] + }], + + weaknesses: [{ + type: "Fire", + value: "+20" + }], + + retreat: 2 +} + +export default card \ No newline at end of file