1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-05-01 15:12:10 +00:00

feat: Add data TCGP Promo-A 042-059 (March 2025) (#680)

* Add new PTCGP Promo-A cards for March 2025 (42 through 49)

* Add additional cards Promos-A 050 - 059

---------

Co-authored-by: Khaleeq Ahmad <1710642+khaleeqahmad@users.noreply.github.com>
This commit is contained in:
Khaleeq Ahmad 2025-04-30 08:53:54 +01:00 committed by GitHub
parent 744ad63e3a
commit e1de8e8323
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
18 changed files with 807 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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émons Overacceleration attack does +20 damage."
}
}],
weaknesses: [{
type: "Fighting",
value: "+20"
}],
retreat: 1
}
export default card

View File

@ -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

View File

@ -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 opponents Active Pokémon has damage on it, this attack does 60 more damage."
}
}],
weaknesses: [{
type: "Lightning",
value: "+20"
}],
retreat: 1
}
export default card

View File

@ -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

View File

@ -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

View File

@ -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 opponents Active Pokémon is now Poisoned."
}
}],
weaknesses: [{
type: "Fighting",
value: "+20"
}],
retreat: 1
}
export default card

View File

@ -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

View File

@ -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: "Its 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

View File

@ -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