diff --git a/data/Pokémon TCG Pocket/Promos-A/042.ts b/data/Pokémon TCG Pocket/Promos-A/042.ts new file mode 100644 index 000000000..98bb0635e --- /dev/null +++ b/data/Pokémon TCG Pocket/Promos-A/042.ts @@ -0,0 +1,48 @@ +import { Card } from "../../../interfaces" +import Set from "../Promos-A" + +const card: Card = { + set: Set, + + name: { + en: "Darkrai ex" + }, + + illustrator: "PLANETA Mochizuki", + rarity: "None", + category: "Pokemon", + hp: 140, + types: ["Darkness"], + stage: "Basic", + suffix: "EX", + + abilities: [{ + type: "Ability", + + name: { + en: "Nightmare Aura" + }, + + effect: { + en: "Whenever you attach a [Darkness] 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 diff --git a/data/Pokémon TCG Pocket/Promos-A/043.ts b/data/Pokémon TCG Pocket/Promos-A/043.ts new file mode 100644 index 000000000..dfd4d1b79 --- /dev/null +++ b/data/Pokémon TCG Pocket/Promos-A/043.ts @@ -0,0 +1,48 @@ +import { Card } from "../../../interfaces" +import Set from "../Promos-A" + +const card: Card = { + set: Set, + + name: { + en: "Cherrim" + }, + + illustrator: "MAHOU", + rarity: "None", + category: "Pokemon", + hp: 80, + types: ["Grass"], + + evolveFrom: { + en: "Cherubi" + }, + + description: { + en: "After absorbing plenty of sunlight, Cherrim takes this form. It's full of energy while it's like this, and its liveliness will go on until sundown." + }, + + stage: "Stage1", + + attacks: [{ + name: { + en: "Leech Seed" + }, + + damage: 60, + cost: ["Grass", "Grass"], + + effect: { + en: "Heal 20 damage from this Pokémon." + } + }], + + weaknesses: [{ + type: "Fire", + value: "+20" + }], + + retreat: 1 +} + +export default card diff --git a/data/Pokémon TCG Pocket/Promos-A/044.ts b/data/Pokémon TCG Pocket/Promos-A/044.ts new file mode 100644 index 000000000..4dd15ae40 --- /dev/null +++ b/data/Pokémon TCG Pocket/Promos-A/044.ts @@ -0,0 +1,60 @@ +import { Card } from "../../../interfaces" +import Set from "../Promos-A" + +const card: Card = { + set: Set, + + name: { + en: "Raichu" + }, + + illustrator: "Kazumasa Yasukuni", + rarity: "None", + category: "Pokemon", + hp: 90, + types: ["Lightning"], + + evolveFrom: { + en: "Pikachu" + }, + + description: { + en: "Its tail discharges electricity into the ground, protecting it from getting shocked." + }, + + stage: "Stage1", + + abilities: [{ + type: "Ability", + + name: { + en: "Resilience Link" + }, + + effect: { + en: "If you have Arceus or Arceus ex in play, this Pokémon takes −30 damage from attacks." + } + }], + + attacks: [{ + name: { + en: "Spark" + }, + + damage: 40, + cost: ["Lightning", "Lightning"], + + 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 diff --git a/data/Pokémon TCG Pocket/Promos-A/045.ts b/data/Pokémon TCG Pocket/Promos-A/045.ts new file mode 100644 index 000000000..900a1a135 --- /dev/null +++ b/data/Pokémon TCG Pocket/Promos-A/045.ts @@ -0,0 +1,43 @@ +import { Card } from "../../../interfaces" +import Set from "../Promos-A" + +const card: Card = { + set: Set, + + name: { + en: "Nosepass" + }, + + illustrator: "Tomokazu Komiya", + rarity: "None", + category: "Pokemon", + hp: 60, + 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: "Iron Defense" + }, + + cost: ["Colorless", "Colorless"], + + effect: { + en: "Flip a coin. If heads, during your opponent's next turn, prevent all damage done to this Pokémon by attacks." + } + }], + + weaknesses: [{ + type: "Grass", + value: "+20" + }], + + retreat: 1 +} + +export default card diff --git a/data/Pokémon TCG Pocket/Promos-A/046.ts b/data/Pokémon TCG Pocket/Promos-A/046.ts new file mode 100644 index 000000000..dcee0600c --- /dev/null +++ b/data/Pokémon TCG Pocket/Promos-A/046.ts @@ -0,0 +1,40 @@ +import { Card } from "../../../interfaces" +import Set from "../Promos-A" + +const card: Card = { + set: Set, + + name: { + en: "Gible" + }, + + illustrator: "Uninori", + rarity: "None", + category: "Pokemon", + hp: 60, + types: ["Fighting"], + + 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: "Tackle" + }, + + damage: 20, + cost: ["Fighting"] + }], + + weaknesses: [{ + type: "Grass", + value: "+20" + }], + + retreat: 1 +} + +export default card diff --git a/data/Pokémon TCG Pocket/Promos-A/047.ts b/data/Pokémon TCG Pocket/Promos-A/047.ts new file mode 100644 index 000000000..fd0204406 --- /dev/null +++ b/data/Pokémon TCG Pocket/Promos-A/047.ts @@ -0,0 +1,44 @@ +import { Card } from "../../../interfaces" +import Set from "../Promos-A" + +const card: Card = { + set: Set, + + name: { + en: "Staraptor" + }, + + illustrator: "Hasuno", + rarity: "None", + 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: "Wing Attack" + }, + + damage: 90, + cost: ["Colorless", "Colorless", "Colorless"] + }], + + weaknesses: [{ + type: "Lightning", + value: "+20" + }], + + retreat: 1 +} + +export default card diff --git a/data/Pokémon TCG Pocket/Promos-A/048.ts b/data/Pokémon TCG Pocket/Promos-A/048.ts new file mode 100644 index 000000000..509ce7dd6 --- /dev/null +++ b/data/Pokémon TCG Pocket/Promos-A/048.ts @@ -0,0 +1,43 @@ +import { Card } from "../../../interfaces" +import Set from "../Promos-A" + +const card: Card = { + set: Set, + + name: { + en: "Manaphy" + }, + + illustrator: "sui", + rarity: "None", + 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 [Water] Energy from your Energy Zone and attach it to that Pokémon." + } + }], + + weaknesses: [{ + type: "Lightning", + value: "+20" + }], + + retreat: 1 +} + +export default card diff --git a/data/Pokémon TCG Pocket/Promos-A/049.ts b/data/Pokémon TCG Pocket/Promos-A/049.ts new file mode 100644 index 000000000..7f19b4e4e --- /dev/null +++ b/data/Pokémon TCG Pocket/Promos-A/049.ts @@ -0,0 +1,44 @@ +import { Card } from "../../../interfaces" +import Set from "../Promos-A" + +const card: Card = { + set: Set, + + name: { + en: "Snorlax" + }, + + illustrator: "okayamatakatoshi", + rarity: "None", + category: "Pokemon", + hp: 140, + types: ["Colorless"], + + description: { + en: "It is not satisfied unless it eats over 880 pounds of food every day. When it is done eating, it goes promptly to sleep." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Collapse" + }, + + damage: 100, + cost: ["Colorless", "Colorless", "Colorless", "Colorless"], + + effect: { + en: "This Pokémon is now Asleep." + } + }], + + weaknesses: [{ + type: "Fighting", + value: "+20" + }], + + retreat: 4 +} + +export default card diff --git a/data/Pokémon TCG Pocket/Promos-A/050.ts b/data/Pokémon TCG Pocket/Promos-A/050.ts new file mode 100644 index 000000000..129e89e29 --- /dev/null +++ b/data/Pokémon TCG Pocket/Promos-A/050.ts @@ -0,0 +1,49 @@ +import { Card } from "../../../interfaces" +import Set from "../Promos-A" + +const card: Card = { + set: Set, + + name: { + en: "Mewtwo ex" + }, + + illustrator: "PLANETA Mochizuki", + rarity: "None", + category: "Pokemon", + hp: 150, + types: ["Psychic"], + stage: "Basic", + suffix: "EX", + + attacks: [{ + cost: ["Psychic", "Colorless"], + + name: { + en: "Psychic Sphere" + }, + + damage: "50" + }, { + cost: ["Psychic", "Psychic", "Colorless", "Colorless"], + + name: { + en: "Psydrive" + }, + + effect: { + en: "Discard 2 [Psychic] Energy from this Pokémon." + }, + + damage: "150" + }], + + weaknesses: [{ + type: "Darkness", + value: "+20" + }], + + retreat: 2 +} + +export default card diff --git a/data/Pokémon TCG Pocket/Promos-A/051.ts b/data/Pokémon TCG Pocket/Promos-A/051.ts new file mode 100644 index 000000000..270e1f732 --- /dev/null +++ b/data/Pokémon TCG Pocket/Promos-A/051.ts @@ -0,0 +1,45 @@ +import { Card } from "../../../interfaces" +import Set from "../Promos-A" + +const card: Card = { + set: Set, + + name: { + en: "Cyclizar" + }, + + illustrator: "Shigenori Negishi", + rarity: "None", + category: "Pokemon", + hp: 80, + types: ["Colorless"], + + description: { + en: "Apparently Cyclizar has been allowing people to ride on its back since ancient times. Depictions of this have been found in 10,000-year-old murals.", + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Overacceleration" + }, + + cost: ["Colorless"], + damage: 20, + + effect: { + en: "During your next turn, this Pokémon’s Overacceleration attack does +20 damage." + } + }], + + + weaknesses: [{ + type: "Fighting", + value: "+20" + }], + + retreat: 1 +} + +export default card diff --git a/data/Pokémon TCG Pocket/Promos-A/052.ts b/data/Pokémon TCG Pocket/Promos-A/052.ts new file mode 100644 index 000000000..62b16d2bb --- /dev/null +++ b/data/Pokémon TCG Pocket/Promos-A/052.ts @@ -0,0 +1,44 @@ +import { Card } from "../../../interfaces" +import Set from "../Promos-A" + +const card: Card = { + set: Set, + + name: { + en: "Sprigatito" + }, + + illustrator: "MINAMINAMI Take", + rarity: "None", + category: "Pokemon", + hp: 60, + types: ["Grass"], + + description: { + en: "Its fluffy fur is similar in composition to plants. This Pokémon frequently washes its face to keep it from drying out." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Cry for Help", + }, + + cost: ["Grass"], + damage: 60, + + effect: { + en: "Put 1 random [Grass] Pokémon from your deck into your hand." + } + }], + + weaknesses: [{ + type: "Fire", + value: "+20" + }], + + retreat: 1 +} + +export default card diff --git a/data/Pokémon TCG Pocket/Promos-A/053.ts b/data/Pokémon TCG Pocket/Promos-A/053.ts new file mode 100644 index 000000000..1cd490086 --- /dev/null +++ b/data/Pokémon TCG Pocket/Promos-A/053.ts @@ -0,0 +1,48 @@ +import { Card } from "../../../interfaces" +import Set from "../Promos-A" + +const card: Card = { + set: Set, + + name: { + en: "Floatzel" + }, + + illustrator: "Shin Nagasawa", + rarity: "None", + category: "Pokemon", + hp: 100, + types: ["Water"], + + description: { + en: "With its flotation sac inflated, it can carry people on its back. It deflates the sac before it dives." + }, + + stage: "Stage1", + + evolveFrom: { + en: "Buizel" + }, + + attacks: [{ + name: { + en: "Attack the Wound" + }, + + cost: ["Water"], + damage: "10+", + + effect: { + en: "If your opponent’s Active Pokémon has damage on it, this attack does 60 more damage." + } + }], + + weaknesses: [{ + type: "Lightning", + value: "+20" + }], + + retreat: 1 +} + +export default card diff --git a/data/Pokémon TCG Pocket/Promos-A/054.ts b/data/Pokémon TCG Pocket/Promos-A/054.ts new file mode 100644 index 000000000..31cf132f8 --- /dev/null +++ b/data/Pokémon TCG Pocket/Promos-A/054.ts @@ -0,0 +1,35 @@ +import { Card } from "../../../interfaces" +import Set from "../Promos-A" + +const card: Card = { + set: Set, + + name: { + en: "Pawmot" + }, + + illustrator: "REND", + rarity: "None", + category: "Pokemon", + hp: 140, + types: ["Lightning"], + + description: { + en: "This Pokémon normally is slow to react, but once it enters battle, it will strike down its enemies with lightning-fast movements." + }, + + stage: "Stage2", + + evolveFrom: { + en: "Pawmo" + }, + + weaknesses: [{ + type: "Fighting", + value: "+20" + }], + + retreat: 0 +} + +export default card diff --git a/data/Pokémon TCG Pocket/Promos-A/055.ts b/data/Pokémon TCG Pocket/Promos-A/055.ts new file mode 100644 index 000000000..a00d28ee9 --- /dev/null +++ b/data/Pokémon TCG Pocket/Promos-A/055.ts @@ -0,0 +1,48 @@ +import { Card } from "../../../interfaces" +import Set from "../Promos-A" + +const card: Card = { + set: Set, + + name: { + en: "Machamp" + }, + + illustrator: "Masakazu Fukuda", + rarity: "None", + category: "Pokemon", + hp: 150, + types: ["Fighting"], + + description: { + en: "It quickly swings its four arms to rock its opponents with ceaseless punches and chops from all angles." + }, + + stage: "Stage2", + + evolveFrom: { + en: "Machamp" + }, + + attacks: [{ + name: { + en: "Power Press" + }, + + cost: ["Fighting", "Fighting"], + damage: "70+", + + effect: { + en: "If this Pokémon has at least 2 extra [Fighting] Energy attached, this attack does 50 more damage." + } + }], + + weaknesses: [{ + type: "Psychic", + value: "+20" + }], + + retreat: 2 +} + +export default card diff --git a/data/Pokémon TCG Pocket/Promos-A/056.ts b/data/Pokémon TCG Pocket/Promos-A/056.ts new file mode 100644 index 000000000..c53fb4111 --- /dev/null +++ b/data/Pokémon TCG Pocket/Promos-A/056.ts @@ -0,0 +1,44 @@ +import { Card } from "../../../interfaces" +import Set from "../Promos-A" + +const card: Card = { + set: Set, + + name: { + en: "Ekans" + }, + + illustrator: "Krgc", + rarity: "None", + category: "Pokemon", + hp: 60, + types: ["Darkness"], + + description: { + en: "By dislocating its jaw, it can swallow prey larger than itself. After a meal, it curls up and rests." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Poison Sting" + }, + + cost: ["Darkness"], + damage: 60, + + effect: { + en: "Your opponent’s Active Pokémon is now Poisoned." + } + }], + + weaknesses: [{ + type: "Fighting", + value: "+20" + }], + + retreat: 1 +} + +export default card diff --git a/data/Pokémon TCG Pocket/Promos-A/057.ts b/data/Pokémon TCG Pocket/Promos-A/057.ts new file mode 100644 index 000000000..3608e6a4e --- /dev/null +++ b/data/Pokémon TCG Pocket/Promos-A/057.ts @@ -0,0 +1,40 @@ +import { Card } from "../../../interfaces" +import Set from "../Promos-A" + +const card: Card = { + set: Set, + + name: { + en: "Bidoof" + }, + + illustrator: "Kouki Saitou", + rarity: "None", + category: "Pokemon", + hp: 70, + 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: "Headbutt" + }, + + cost: ["Colorless", "Colorless"], + damage: 30 + }], + + weaknesses: [{ + type: "Fighting", + value: "+20" + }], + + retreat: 2 +} + +export default card diff --git a/data/Pokémon TCG Pocket/Promos-A/058.ts b/data/Pokémon TCG Pocket/Promos-A/058.ts new file mode 100644 index 000000000..b31f8a48f --- /dev/null +++ b/data/Pokémon TCG Pocket/Promos-A/058.ts @@ -0,0 +1,44 @@ +import { Card } from "../../../interfaces" +import Set from "../Promos-A" + +const card: Card = { + set: Set, + + name: { + en: "Pachirisu" + }, + + illustrator: "OOYAMA", + rarity: "None", + category: "Pokemon", + hp: 70, + types: ["Lightning"], + + description: { + en: "It’s one of the kinds of Pokémon with electric cheek pouches. It shoots charges from its tail." + }, + + stage: "Basic", + + attacks: [{ + name: { + en: "Plasma" + }, + + cost: ["Lightning"], + damage: 10, + + effect: { + en: "Take a [Lightning] Energy from your Energy Zone and attach it to 1 of your Benched [Lightning] Pokémon." + } + }], + + weaknesses: [{ + type: "Fighting", + value: "+20" + }], + + retreat: 1 +} + +export default card diff --git a/data/Pokémon TCG Pocket/Promos-A/059.ts b/data/Pokémon TCG Pocket/Promos-A/059.ts new file mode 100644 index 000000000..83446ee08 --- /dev/null +++ b/data/Pokémon TCG Pocket/Promos-A/059.ts @@ -0,0 +1,40 @@ +import { Card } from "../../../interfaces" +import Set from "../Promos-A" + +const card: Card = { + set: Set, + + name: { + en: "Riolu" + }, + + illustrator: "Akira Komayama", + rarity: "None", + category: "Pokemon", + hp: 70, + 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: "Punch" + }, + + cost: ["Fighting", "Fighting"], + damage: 40 + }], + + weaknesses: [{ + type: "Psychic", + value: "+20" + }], + + retreat: 1 +} + +export default card