Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 48 additions & 0 deletions data/Pokémon TCG Pocket/Promos-A/042.ts
Original file line number Diff line number Diff line change
@@ -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
48 changes: 48 additions & 0 deletions data/Pokémon TCG Pocket/Promos-A/043.ts
Original file line number Diff line number Diff line change
@@ -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
60 changes: 60 additions & 0 deletions data/Pokémon TCG Pocket/Promos-A/044.ts
Original file line number Diff line number Diff line change
@@ -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
43 changes: 43 additions & 0 deletions data/Pokémon TCG Pocket/Promos-A/045.ts
Original file line number Diff line number Diff line change
@@ -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
40 changes: 40 additions & 0 deletions data/Pokémon TCG Pocket/Promos-A/046.ts
Original file line number Diff line number Diff line change
@@ -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
44 changes: 44 additions & 0 deletions data/Pokémon TCG Pocket/Promos-A/047.ts
Original file line number Diff line number Diff line change
@@ -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
43 changes: 43 additions & 0 deletions data/Pokémon TCG Pocket/Promos-A/048.ts
Original file line number Diff line number Diff line change
@@ -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
44 changes: 44 additions & 0 deletions data/Pokémon TCG Pocket/Promos-A/049.ts
Original file line number Diff line number Diff line change
@@ -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
Loading