Skip to content

Commit

Permalink
feat: Add the new Pokémon TCG Pocket promos (#627)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aviortheking authored Jan 1, 2025
1 parent 60031a9 commit f2a7f09
Show file tree
Hide file tree
Showing 33 changed files with 672 additions and 33 deletions.
4 changes: 2 additions & 2 deletions data/Pokémon TCG Pocket/Promos-A/001.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ const card: Card = {
rarity: "One Diamond",
category: "Trainer",

description: {
effect: {
en: "Heal 20 damage from 1 of your Pokémon."
},

trainerType: "Item"
}

export default card
export default card
6 changes: 3 additions & 3 deletions data/Pokémon TCG Pocket/Promos-A/002.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ const card: Card = {
rarity: "One Diamond",
category: "Trainer",

description: {
en: "During this turn, the Retreat Cost of your Active Pokémon is 1 less."
effect: {
en: "During this turn, the Retreat Cost of your Active Pokémon is 1 less."
},

trainerType: "Item"
}

export default card
export default card
4 changes: 2 additions & 2 deletions data/Pokémon TCG Pocket/Promos-A/003.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ const card: Card = {
rarity: "One Diamond",
category: "Trainer",

description: {
effect: {
en: "Your opponent reveals their hand."
},

trainerType: "Item"
}

export default card
export default card
4 changes: 2 additions & 2 deletions data/Pokémon TCG Pocket/Promos-A/004.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ const card: Card = {
rarity: "One Diamond",
category: "Trainer",

description: {
effect: {
en: "Look at the top 3 cards of your deck."
},

trainerType: "Item"
}

export default card
export default card
6 changes: 3 additions & 3 deletions data/Pokémon TCG Pocket/Promos-A/005.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ const card: Card = {
rarity: "One Diamond",
category: "Trainer",

description: {
en: "Put 1 random Basic Pokémon from your deck into your hand."
effect: {
en: "Put 1 random Basic Pokémon from your deck into your hand."
},

trainerType: "Item"
}

export default card
export default card
4 changes: 2 additions & 2 deletions data/Pokémon TCG Pocket/Promos-A/006.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ const card: Card = {
rarity: "One Diamond",
category: "Trainer",

description: {
effect: {
en: "Your opponent shuffles their hand into their deck and draws 3 cards."
},

trainerType: "Item"
}

export default card
export default card
4 changes: 2 additions & 2 deletions data/Pokémon TCG Pocket/Promos-A/007.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ const card: Card = {
rarity: "One Diamond",
category: "Trainer",

description: {
effect: {
en: "Draw 2 cards."
},

trainerType: "Supporter"
}

export default card
export default card
22 changes: 22 additions & 0 deletions data/Pokémon TCG Pocket/Promos-A/008.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
import { Card } from "../../../interfaces"
import Set from "../Promos-A"

const card: Card = {
set: Set,

name: {
en: "Pokédex"
},

illustrator: "Yuu Nishida",
rarity: "One Diamond",
category: "Trainer",

effect: {
en: "Look at the top 3 cards of your deck."
},

trainerType: "Item"
}

export default card
15 changes: 14 additions & 1 deletion data/Pokémon TCG Pocket/Promos-A/009.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,20 @@ const card: Card = {

cost: ["Lightning"],
damage: 20
}]
}],

hp: 60,

description: {
en: "When it is angered, it immediately discharges the<br />energy stored in the pouches in its cheeks."
},

weaknesses: [{
type: "Fighting",
value: "+20"
}],

retreat: 1
}

export default card
15 changes: 14 additions & 1 deletion data/Pokémon TCG Pocket/Promos-A/010.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,20 @@ const card: Card = {
effect: {
en: "Discard 2 <span class=\"pfont\" title=\"Psychic\">P</span> Energy from this Pokémon."
}
}]
}],

hp: 120,

description: {
en: "It was created by a scientist after years of horrific<br />gene-splicing and DNA-engineering experiments."
},

weaknesses: [{
type: "Darkness",
value: "+20"
}],

retreat: 2
}

export default card
15 changes: 14 additions & 1 deletion data/Pokémon TCG Pocket/Promos-A/011.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,20 @@ const card: Card = {

cost: ["Colorless", "Colorless", "Colorless"],
damage: 60
}]
}],

hp: 120,

description: {
en: "This kindly Pokémon lays highly nutritious eggs<br />and shares them with injured Pokémon or people."
},

weaknesses: [{
type: "Fighting",
value: "+20"
}],

retreat: 3
}

export default card
17 changes: 15 additions & 2 deletions data/Pokémon TCG Pocket/Promos-A/012.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,22 @@ const card: Card = {
damage: 10,

effect: {
en: "Draw 1 card."
en: "Draw a card."
}
}]
}],

hp: 60,

description: {
en: "All it does is sleep during the daytime. At night,<br />it patrols its territory with its eyes aglow."
},

weaknesses: [{
type: "Fighting",
value: "+20"
}],

retreat: 1
}

export default card
19 changes: 18 additions & 1 deletion data/Pokémon TCG Pocket/Promos-A/013.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,24 @@ const card: Card = {

cost: ["Grass", "Colorless", "Colorless"],
damage: 60
}]
}],

hp: 120,

evolveFrom: {
en: "Metapod"
},

description: {
en: "In battle, it flaps its wings at great speed to<br />release highly toxic dust into the air."
},

weaknesses: [{
type: "Fire",
value: "+20"
}],

retreat: 1
}

export default card
12 changes: 11 additions & 1 deletion data/Pokémon TCG Pocket/Promos-A/014.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,17 @@ const card: Card = {
effect: {
en: "Heal 20 damage from this Pokémon."
}
}]
}],

hp: 140,
suffix: "EX",

weaknesses: [{
type: "Lightning",
value: "+20"
}],

retreat: 3
}

export default card
15 changes: 14 additions & 1 deletion data/Pokémon TCG Pocket/Promos-A/015.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,20 @@ const card: Card = {

cost: ["Lightning"],
damage: 20
}]
}],

hp: 60,

description: {
en: "When it is angered, it immediately discharges the<br />energy stored in the pouches in its cheeks."
},

weaknesses: [{
type: "Fighting",
value: "+20"
}],

retreat: 1
}

export default card
15 changes: 14 additions & 1 deletion data/Pokémon TCG Pocket/Promos-A/016.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,20 @@ const card: Card = {

cost: ["Psychic"],
damage: 20
}]
}],

hp: 60,

description: {
en: "It is said that happiness will come to those who<br />see a gathering of Clefairy dancing under a<br />full moon."
},

weaknesses: [{
type: "Metal",
value: "+20"
}],

retreat: 1
}

export default card
15 changes: 14 additions & 1 deletion data/Pokémon TCG Pocket/Promos-A/017.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,20 @@ const card: Card = {
effect: {
en: "This Pokémon also does 10 damage to itself."
}
}]
}],

hp: 50,

description: {
en: "It lives in groups in the treetops. If it loses sight of<br />its group, it becomes infuriated by its loneliness."
},

weaknesses: [{
type: "Psychic",
value: "+20"
}],

retreat: 1
}

export default card
19 changes: 18 additions & 1 deletion data/Pokémon TCG Pocket/Promos-A/018.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,24 @@ const card: Card = {
effect: {
en: "Heal 30 damage from this Pokémon."
}
}]
}],

hp: 160,

evolveFrom: {
en: "Ivysaur"
},

description: {
en: "Its plant blooms when it is absorbing solar<br />energy. It stays on the move to seek sunlight."
},

weaknesses: [{
type: "Fire",
value: "+20"
}],

retreat: 3
}

export default card
19 changes: 18 additions & 1 deletion data/Pokémon TCG Pocket/Promos-A/019.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,24 @@ const card: Card = {

cost: ["Water", "Colorless"],
damage: 60
}]
}],

hp: 120,

evolveFrom: {
en: "Frogadier"
},

description: {
en: "It creates throwing stars out of compressed water. <br />When it spins them and throws them at high speed, <br />these stars can split metal in two."
},

weaknesses: [{
type: "Lightning",
value: "+20"
}],

retreat: 1
}

export default card
Loading

0 comments on commit f2a7f09

Please sign in to comment.