Skip to content
Draft
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
41 changes: 41 additions & 0 deletions data/Pokémon TCG Pocket/Deluxe Pack: ex.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
import { Set } from '../../interfaces'
import serie from '../Pokémon TCG Pocket'

const set: Set = {
id: "A4b",

name: {
// de: "Hüter des Firmaments",
en: "Deluxe Pack: ex",
// es: "Guardianes Celestiales",
// fr: "Gardiens Astraux",
// it: "Guardiani Astrali",
// 'pt-br': "Guardiões Celestiais",
// ko: '쌍천의 수호자',
ja: 'ハイクラスパックex'
},

serie: serie,

cardCount: {
official: 353
},

boosters: {
deluxe_pack_ex: {
name: {
// de: "Solgaleo",
en: 'Delux Pack EX',
// fr: 'Solgaleo',
// es: 'Solgaleo',
// it: 'Solgaleo',
// 'pt-br': 'Solgaleo',
// ko: '솔가레오'
}
}
},

releaseDate: "2025-09-30"
}

export default set
40 changes: 40 additions & 0 deletions data/Pokémon TCG Pocket/Deluxe Pack: ex/001.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
import { Card } from "../../../interfaces"
import Set from "../Deluxe Pack: ex"

const card: Card = {
set: Set,

name: {
en: "Bulbasaur"
},

illustrator: "Narumi Sato",
rarity: "One Diamond",
category: "Pokemon",
hp: 70,
types: ["Grass"],

description: {
en: "There is a plant seed on its back right from the\nday this Pokémon is born. The seed slowly\ngrows larger."
},

stage: "Basic",

attacks: [{
name: {
en: "Vine Whip"
},

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

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

retreat: 1
}

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

const card: Card = {
set: Set,

name: {
en: "Bulbasaur"
},

illustrator: "Narumi Sato",
rarity: "One Diamond",
category: "Pokemon",
hp: 70,
types: ["Grass"],

description: {
en: "There is a plant seed on its back right from the\nday this Pokémon is born. The seed slowly\ngrows larger."
},

stage: "Basic",

attacks: [{
name: {
en: "Vine Whip"
},

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

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

retreat: 1
}

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

const card: Card = {
set: Set,

name: {
en: "Ivysaur"
},

illustrator: "Kurata So",
rarity: "Two Diamond",
category: "Pokemon",
hp: 90,
types: ["Grass"],

evolveFrom: {
en: "Bulbasaur"
},

description: {
en: "When the bulb on its back grows large, it\nappears to lose the ability to stand on its\nhind legs."
},

stage: "Stage1",

attacks: [{
name: {
en: "Razor Leaf"
},

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

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

retreat: 2
}

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

const card: Card = {
set: Set,

name: {
en: "Ivysaur"
},

illustrator: "Kurata So",
rarity: "Two Diamond",
category: "Pokemon",
hp: 90,
types: ["Grass"],

evolveFrom: {
en: "Bulbasaur"
},

description: {
en: "When the bulb on its back grows large, it\nappears to lose the ability to stand on its\nhind legs."
},

stage: "Stage1",

attacks: [{
name: {
en: "Razor Leaf"
},

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

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

retreat: 2
}

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

const card: Card = {
set: Set,

name: {
en: "Venusaur ex"
},

illustrator: "PLANETA CG Works",
rarity: "Four Diamond",
category: "Pokemon",
hp: 190,
types: ["Grass"],

evolveFrom: {
en: "Ivysaur"
},

stage: "Stage2",
suffix: "EX",

attacks: [{
name: {
en: "Razor Leaf"
},

damage: 60,
cost: ["Grass", "Colorless", "Colorless"]
}, {
name: {
en: "Giant Bloom"
},

damage: 100,
cost: ["Grass", "Grass", "Colorless", "Colorless"],

effect: {
en: "Heal 30 damage from this Pokémon."
}
}],

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

retreat: 3
}

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

const card: Card = {
set: Set,

name: {
en: "Weedle"
},

illustrator: "Akira Komayama",
rarity: "One Diamond",
category: "Pokemon",
hp: 50,
types: ["Grass"],

description: {
en: "Often found in forests and grasslands.\nIt has a sharp, toxic barb of around two inches\non top of its head."
},

stage: "Basic",

attacks: [{
name: {
en: "Multiply"
},

cost: ["Grass"],

effect: {
en: "Put 1 random Weedle from your deck onto your Bench."
}
}],

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

retreat: 1
}

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

const card: Card = {
set: Set,

name: {
en: "Kakuna"
},

illustrator: "Yuka Morii",
rarity: "Two Diamond",
category: "Pokemon",
hp: 80,
types: ["Grass"],

evolveFrom: {
en: "Weedle"
},

description: {
en: "Almost incapable of moving, this Pokémon can only\nharden its shell to protect itself when it is\nin danger."
},

stage: "Stage1",

attacks: [{
name: {
en: "String Shot"
},

damage: 20,
cost: ["Grass"],

effect: {
en: "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed."
}
}],

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

retreat: 2
}

export default card
Loading
Loading