mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-16 09:08:52 +00:00
feat: add inner-workings, still need auto-update and missing datas
Signed-off-by: Avior <git@avior.me>
This commit is contained in:
@@ -19,6 +19,10 @@ const base4: Set = {
|
||||
|
||||
abbreviations: {
|
||||
official: "B2"
|
||||
},
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 1527
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -5,21 +5,26 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Alakazam",
|
||||
},
|
||||
|
||||
illustrator: "Ken Sugimori",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
65,
|
||||
],
|
||||
|
||||
hp: 80,
|
||||
|
||||
types: [
|
||||
"Psychic",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Kadabra",
|
||||
},
|
||||
|
||||
stage: "Stage2",
|
||||
|
||||
abilities: [
|
||||
@@ -33,6 +38,7 @@ const card: Card = {
|
||||
},
|
||||
},
|
||||
],
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
@@ -50,6 +56,7 @@ const card: Card = {
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Psychic",
|
||||
@@ -57,10 +64,9 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 273924
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,22 +5,24 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Mewtwo",
|
||||
},
|
||||
|
||||
illustrator: "Ken Sugimori",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
150,
|
||||
],
|
||||
|
||||
hp: 60,
|
||||
|
||||
types: [
|
||||
"Psychic",
|
||||
],
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
@@ -50,6 +52,7 @@ const card: Card = {
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Psychic",
|
||||
@@ -57,10 +60,9 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 273933
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,22 +5,24 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Weedle",
|
||||
},
|
||||
|
||||
illustrator: "Mitsuhiro Arita",
|
||||
rarity: "Common",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
13,
|
||||
],
|
||||
|
||||
hp: 40,
|
||||
|
||||
types: [
|
||||
"Grass",
|
||||
],
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
@@ -36,6 +38,7 @@ const card: Card = {
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Fire",
|
||||
@@ -43,10 +46,9 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 274023
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,25 +5,15 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Computer Search",
|
||||
},
|
||||
|
||||
illustrator: "Keiji Kinebuchi",
|
||||
rarity: "Rare",
|
||||
category: "Trainer",
|
||||
|
||||
set: Set,
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 274024
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,25 +5,15 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Item Finder",
|
||||
},
|
||||
|
||||
illustrator: "Keiji Kinebuchi",
|
||||
rarity: "Rare",
|
||||
category: "Trainer",
|
||||
|
||||
set: Set,
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 274026
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,25 +5,15 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Lass",
|
||||
},
|
||||
|
||||
illustrator: "Ken Sugimori",
|
||||
rarity: "Rare",
|
||||
category: "Trainer",
|
||||
|
||||
set: Set,
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 274027
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,25 +5,15 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Pokémon Breeder",
|
||||
},
|
||||
|
||||
illustrator: "Ken Sugimori",
|
||||
rarity: "Rare",
|
||||
category: "Trainer",
|
||||
|
||||
set: Set,
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 274028
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,25 +5,15 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Pokémon Trader",
|
||||
},
|
||||
|
||||
illustrator: "Ken Sugimori",
|
||||
rarity: "Rare",
|
||||
category: "Trainer",
|
||||
|
||||
set: Set,
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 274029
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,25 +5,15 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Scoop Up",
|
||||
},
|
||||
|
||||
illustrator: "Keiji Kinebuchi",
|
||||
rarity: "Rare",
|
||||
category: "Trainer",
|
||||
|
||||
set: Set,
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 274030
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,25 +5,15 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Super Energy Removal",
|
||||
},
|
||||
|
||||
illustrator: "Keiji Kinebuchi",
|
||||
rarity: "Rare",
|
||||
category: "Trainer",
|
||||
|
||||
set: Set,
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 274031
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,25 +5,15 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Defender",
|
||||
},
|
||||
|
||||
illustrator: "Keiji Kinebuchi",
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
set: Set,
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 274032
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,23 +5,27 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Nidoking",
|
||||
},
|
||||
|
||||
illustrator: "Ken Sugimori",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
34,
|
||||
],
|
||||
|
||||
hp: 90,
|
||||
|
||||
types: [
|
||||
"Grass",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Nidorino",
|
||||
},
|
||||
stage: "Stage2",
|
||||
|
||||
stage: "Stage2",
|
||||
|
||||
attacks: [
|
||||
{
|
||||
@@ -55,6 +59,7 @@ const card: Card = {
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Psychic",
|
||||
@@ -62,10 +67,9 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 273934
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,25 +5,15 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Energy Retrieval",
|
||||
},
|
||||
|
||||
illustrator: "Keiji Kinebuchi",
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
set: Set,
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 274033
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,25 +5,15 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Full Heal",
|
||||
},
|
||||
|
||||
illustrator: "Keiji Kinebuchi",
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
set: Set,
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 274034
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,25 +5,15 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Maintenance",
|
||||
},
|
||||
|
||||
illustrator: "Keiji Kinebuchi",
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
set: Set,
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 274035
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,25 +5,15 @@ const card: Card = {
|
||||
name: {
|
||||
en: "PlusPower",
|
||||
},
|
||||
|
||||
illustrator: "Keiji Kinebuchi",
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
set: Set,
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 274036
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,25 +5,15 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Pokémon Center",
|
||||
},
|
||||
|
||||
illustrator: "Keiji Kinebuchi",
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
set: Set,
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 274037
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,25 +5,15 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Pokédex",
|
||||
},
|
||||
|
||||
illustrator: "Keiji Kinebuchi",
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
set: Set,
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 274038
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,25 +5,15 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Professor Oak",
|
||||
},
|
||||
|
||||
illustrator: "Ken Sugimori",
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
set: Set,
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 274039
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,25 +5,15 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Super Potion",
|
||||
},
|
||||
|
||||
illustrator: "Keiji Kinebuchi",
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
set: Set,
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 274040
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,25 +5,15 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Bill",
|
||||
},
|
||||
|
||||
illustrator: "Ken Sugimori",
|
||||
rarity: "Common",
|
||||
category: "Trainer",
|
||||
|
||||
set: Set,
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 274041
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,25 +5,15 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Energy Removal",
|
||||
},
|
||||
|
||||
illustrator: "Keiji Kinebuchi",
|
||||
rarity: "Common",
|
||||
category: "Trainer",
|
||||
|
||||
set: Set,
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 274042
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,23 +5,27 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Nidoqueen",
|
||||
},
|
||||
|
||||
illustrator: "Ken Sugimori",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
31,
|
||||
],
|
||||
|
||||
hp: 90,
|
||||
|
||||
types: [
|
||||
"Grass",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Nidorina",
|
||||
},
|
||||
stage: "Stage2",
|
||||
|
||||
stage: "Stage2",
|
||||
|
||||
attacks: [
|
||||
{
|
||||
@@ -53,6 +57,7 @@ const card: Card = {
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Psychic",
|
||||
@@ -60,10 +65,9 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 273935
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,25 +5,15 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Gust of Wind",
|
||||
},
|
||||
|
||||
illustrator: "Keiji Kinebuchi",
|
||||
rarity: "Common",
|
||||
category: "Trainer",
|
||||
|
||||
set: Set,
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 274043
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,25 +5,15 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Poké Ball",
|
||||
},
|
||||
|
||||
illustrator: "Keiji Kinebuchi",
|
||||
rarity: "Common",
|
||||
category: "Trainer",
|
||||
|
||||
set: Set,
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 274044
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,25 +5,15 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Potion",
|
||||
},
|
||||
|
||||
illustrator: "Keiji Kinebuchi",
|
||||
rarity: "Common",
|
||||
category: "Trainer",
|
||||
|
||||
set: Set,
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 274045
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,25 +5,15 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Switch",
|
||||
},
|
||||
|
||||
illustrator: "Keiji Kinebuchi",
|
||||
rarity: "Common",
|
||||
category: "Trainer",
|
||||
|
||||
set: Set,
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 274046
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,25 +5,16 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Double Colorless Energy",
|
||||
},
|
||||
|
||||
illustrator: "Keiji Kinebuchi",
|
||||
rarity: "Uncommon",
|
||||
category: "Energy",
|
||||
|
||||
set: Set,
|
||||
energyType: "Special",
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
energyType: "Special",
|
||||
thirdParty: {
|
||||
cardmarket: 274047
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,25 +5,17 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Fighting Energy",
|
||||
},
|
||||
|
||||
illustrator: "Keiji Kinebuchi",
|
||||
rarity: "Common",
|
||||
category: "Energy",
|
||||
|
||||
set: Set,
|
||||
|
||||
|
||||
|
||||
|
||||
stage: "Basic",
|
||||
energyType: "Normal",
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
energyType: "Normal",
|
||||
thirdParty: {
|
||||
cardmarket: 274048
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,25 +5,17 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Fire Energy",
|
||||
},
|
||||
|
||||
illustrator: "Keiji Kinebuchi",
|
||||
rarity: "Common",
|
||||
category: "Energy",
|
||||
|
||||
set: Set,
|
||||
|
||||
|
||||
|
||||
|
||||
stage: "Basic",
|
||||
energyType: "Normal",
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
energyType: "Normal",
|
||||
thirdParty: {
|
||||
cardmarket: 274049
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,25 +5,17 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Grass Energy",
|
||||
},
|
||||
|
||||
illustrator: "Keiji Kinebuchi",
|
||||
rarity: "Common",
|
||||
category: "Energy",
|
||||
|
||||
set: Set,
|
||||
|
||||
|
||||
|
||||
|
||||
stage: "Basic",
|
||||
energyType: "Normal",
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
energyType: "Normal",
|
||||
thirdParty: {
|
||||
cardmarket: 274050
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,25 +5,17 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Lightning Energy",
|
||||
},
|
||||
|
||||
illustrator: "Keiji Kinebuchi",
|
||||
rarity: "Common",
|
||||
category: "Energy",
|
||||
|
||||
set: Set,
|
||||
|
||||
|
||||
|
||||
|
||||
stage: "Basic",
|
||||
energyType: "Normal",
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
energyType: "Normal",
|
||||
thirdParty: {
|
||||
cardmarket: 274051
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,25 +5,17 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Psychic Energy",
|
||||
},
|
||||
|
||||
illustrator: "Keiji Kinebuchi",
|
||||
rarity: "Common",
|
||||
category: "Energy",
|
||||
|
||||
set: Set,
|
||||
|
||||
|
||||
|
||||
|
||||
stage: "Basic",
|
||||
energyType: "Normal",
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
energyType: "Normal",
|
||||
thirdParty: {
|
||||
cardmarket: 274052
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,23 +5,27 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Ninetales",
|
||||
},
|
||||
|
||||
illustrator: "Ken Sugimori",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
38,
|
||||
],
|
||||
|
||||
hp: 80,
|
||||
|
||||
types: [
|
||||
"Fire",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Vulpix",
|
||||
},
|
||||
stage: "Stage1",
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
attacks: [
|
||||
{
|
||||
@@ -54,6 +58,7 @@ const card: Card = {
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Water",
|
||||
@@ -61,10 +66,9 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 273936
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,25 +5,17 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Water Energy",
|
||||
},
|
||||
|
||||
illustrator: "Keiji Kinebuchi",
|
||||
rarity: "Common",
|
||||
category: "Energy",
|
||||
|
||||
set: Set,
|
||||
|
||||
|
||||
|
||||
|
||||
stage: "Basic",
|
||||
energyType: "Normal",
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
energyType: "Normal",
|
||||
thirdParty: {
|
||||
cardmarket: 274053
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,23 +5,27 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Pidgeot",
|
||||
},
|
||||
|
||||
illustrator: "Kagemaru Himeno",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
18,
|
||||
],
|
||||
|
||||
hp: 80,
|
||||
|
||||
types: [
|
||||
"Colorless",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Pidgeotto",
|
||||
},
|
||||
stage: "Stage2",
|
||||
|
||||
stage: "Stage2",
|
||||
|
||||
attacks: [
|
||||
{
|
||||
@@ -52,12 +56,14 @@ const card: Card = {
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Lightning",
|
||||
value: "×2"
|
||||
},
|
||||
],
|
||||
|
||||
resistances: [
|
||||
{
|
||||
type: "Fighting",
|
||||
@@ -65,9 +71,9 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 273937
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,23 +5,27 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Poliwrath",
|
||||
},
|
||||
|
||||
illustrator: "Ken Sugimori",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
62,
|
||||
],
|
||||
|
||||
hp: 90,
|
||||
|
||||
types: [
|
||||
"Water",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Poliwhirl",
|
||||
},
|
||||
stage: "Stage2",
|
||||
|
||||
stage: "Stage2",
|
||||
|
||||
attacks: [
|
||||
{
|
||||
@@ -56,6 +60,7 @@ const card: Card = {
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Grass",
|
||||
@@ -63,10 +68,9 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 273938
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,23 +5,27 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Raichu",
|
||||
},
|
||||
|
||||
illustrator: "Ken Sugimori",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
26,
|
||||
],
|
||||
|
||||
hp: 80,
|
||||
|
||||
types: [
|
||||
"Lightning",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Pikachu",
|
||||
},
|
||||
stage: "Stage1",
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
attacks: [
|
||||
{
|
||||
@@ -56,6 +60,7 @@ const card: Card = {
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Fighting",
|
||||
@@ -63,10 +68,9 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 273939
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,22 +5,24 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Scyther",
|
||||
},
|
||||
|
||||
illustrator: "Ken Sugimori",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
123,
|
||||
],
|
||||
|
||||
hp: 70,
|
||||
|
||||
types: [
|
||||
"Grass",
|
||||
],
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
@@ -48,12 +50,14 @@ const card: Card = {
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Fire",
|
||||
value: "×2"
|
||||
},
|
||||
],
|
||||
|
||||
resistances: [
|
||||
{
|
||||
type: "Fighting",
|
||||
@@ -61,9 +65,9 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 273940
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,21 +5,26 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Venusaur",
|
||||
},
|
||||
|
||||
illustrator: "Mitsuhiro Arita",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
3,
|
||||
],
|
||||
|
||||
hp: 100,
|
||||
|
||||
types: [
|
||||
"Grass",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Ivysaur",
|
||||
},
|
||||
|
||||
stage: "Stage2",
|
||||
|
||||
abilities: [
|
||||
@@ -33,6 +38,7 @@ const card: Card = {
|
||||
},
|
||||
},
|
||||
],
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
@@ -49,6 +55,7 @@ const card: Card = {
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Fire",
|
||||
@@ -56,10 +63,9 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 273941
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,23 +5,27 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Wigglytuff",
|
||||
},
|
||||
|
||||
illustrator: "Mitsuhiro Arita",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
40,
|
||||
],
|
||||
|
||||
hp: 80,
|
||||
|
||||
types: [
|
||||
"Colorless",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Jigglypuff",
|
||||
},
|
||||
stage: "Stage1",
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
attacks: [
|
||||
{
|
||||
@@ -52,12 +56,14 @@ const card: Card = {
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Fighting",
|
||||
value: "×2"
|
||||
},
|
||||
],
|
||||
|
||||
resistances: [
|
||||
{
|
||||
type: "Psychic",
|
||||
@@ -65,9 +71,9 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 273942
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,21 +5,26 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Blastoise",
|
||||
},
|
||||
|
||||
illustrator: "Ken Sugimori",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
9,
|
||||
],
|
||||
|
||||
hp: 100,
|
||||
|
||||
types: [
|
||||
"Water",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Wartortle",
|
||||
},
|
||||
|
||||
stage: "Stage2",
|
||||
|
||||
abilities: [
|
||||
@@ -33,6 +38,7 @@ const card: Card = {
|
||||
},
|
||||
},
|
||||
],
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
@@ -50,6 +56,7 @@ const card: Card = {
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Lightning",
|
||||
@@ -57,10 +64,9 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 273925
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,22 +5,24 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Zapdos",
|
||||
},
|
||||
|
||||
illustrator: "Ken Sugimori",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
145,
|
||||
],
|
||||
|
||||
hp: 90,
|
||||
|
||||
types: [
|
||||
"Lightning",
|
||||
],
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
@@ -63,9 +65,9 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 273943
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,23 +5,27 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Beedrill",
|
||||
},
|
||||
|
||||
illustrator: "Ken Sugimori",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
15,
|
||||
],
|
||||
|
||||
hp: 80,
|
||||
|
||||
types: [
|
||||
"Grass",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Kakuna",
|
||||
},
|
||||
stage: "Stage2",
|
||||
|
||||
stage: "Stage2",
|
||||
|
||||
attacks: [
|
||||
{
|
||||
@@ -54,12 +58,14 @@ const card: Card = {
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Fire",
|
||||
value: "×2"
|
||||
},
|
||||
],
|
||||
|
||||
resistances: [
|
||||
{
|
||||
type: "Fighting",
|
||||
@@ -67,9 +73,9 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 273944
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,23 +5,27 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Dragonair",
|
||||
},
|
||||
|
||||
illustrator: "Mitsuhiro Arita",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
148,
|
||||
],
|
||||
|
||||
hp: 80,
|
||||
|
||||
types: [
|
||||
"Colorless",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Dratini",
|
||||
},
|
||||
stage: "Stage1",
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
attacks: [
|
||||
{
|
||||
@@ -63,9 +67,9 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 273945
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,23 +5,27 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Dugtrio",
|
||||
},
|
||||
|
||||
illustrator: "Keiji Kinebuchi",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
51,
|
||||
],
|
||||
|
||||
hp: 70,
|
||||
|
||||
types: [
|
||||
"Fighting",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Diglett",
|
||||
},
|
||||
stage: "Stage1",
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
attacks: [
|
||||
{
|
||||
@@ -54,12 +58,14 @@ const card: Card = {
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Grass",
|
||||
value: "×2"
|
||||
},
|
||||
],
|
||||
|
||||
resistances: [
|
||||
{
|
||||
type: "Lightning",
|
||||
@@ -67,9 +73,9 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 273946
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,22 +5,24 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Electabuzz",
|
||||
},
|
||||
|
||||
illustrator: "Ken Sugimori",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
125,
|
||||
],
|
||||
|
||||
hp: 70,
|
||||
|
||||
types: [
|
||||
"Lightning",
|
||||
],
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
@@ -50,6 +52,7 @@ const card: Card = {
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Fighting",
|
||||
@@ -57,10 +60,9 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 273947
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,21 +5,26 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Electrode",
|
||||
},
|
||||
|
||||
illustrator: "Keiji Kinebuchi",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
101,
|
||||
],
|
||||
|
||||
hp: 80,
|
||||
|
||||
types: [
|
||||
"Lightning",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Voltorb",
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
abilities: [
|
||||
@@ -33,6 +38,7 @@ const card: Card = {
|
||||
},
|
||||
},
|
||||
],
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
@@ -50,6 +56,7 @@ const card: Card = {
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Fighting",
|
||||
@@ -57,10 +64,9 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 273948
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,22 +5,24 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Kangaskhan",
|
||||
},
|
||||
|
||||
illustrator: "Mitsuhiro Arita",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
115,
|
||||
],
|
||||
|
||||
hp: 90,
|
||||
|
||||
types: [
|
||||
"Colorless",
|
||||
],
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
@@ -51,12 +53,14 @@ const card: Card = {
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Fighting",
|
||||
value: "×2"
|
||||
},
|
||||
],
|
||||
|
||||
resistances: [
|
||||
{
|
||||
type: "Psychic",
|
||||
@@ -64,9 +68,9 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 273949
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,21 +5,26 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Mr. Mime",
|
||||
},
|
||||
|
||||
illustrator: "Ken Sugimori",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
122,
|
||||
],
|
||||
|
||||
hp: 40,
|
||||
|
||||
types: [
|
||||
"Psychic",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Mime Jr.",
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
abilities: [
|
||||
@@ -33,6 +38,7 @@ const card: Card = {
|
||||
},
|
||||
},
|
||||
],
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
@@ -49,6 +55,7 @@ const card: Card = {
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Psychic",
|
||||
@@ -56,10 +63,9 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 273950
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,23 +5,27 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Pidgeotto",
|
||||
},
|
||||
|
||||
illustrator: "Ken Sugimori",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
17,
|
||||
],
|
||||
|
||||
hp: 60,
|
||||
|
||||
types: [
|
||||
"Colorless",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Pidgey",
|
||||
},
|
||||
stage: "Stage1",
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
attacks: [
|
||||
{
|
||||
@@ -53,12 +57,14 @@ const card: Card = {
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Lightning",
|
||||
value: "×2"
|
||||
},
|
||||
],
|
||||
|
||||
resistances: [
|
||||
{
|
||||
type: "Fighting",
|
||||
@@ -66,9 +72,9 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 273951
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,22 +5,24 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Pinsir",
|
||||
},
|
||||
|
||||
illustrator: "Kagemaru Himeno",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
127,
|
||||
],
|
||||
|
||||
hp: 60,
|
||||
|
||||
types: [
|
||||
"Grass",
|
||||
],
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
@@ -51,6 +53,7 @@ const card: Card = {
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Fire",
|
||||
@@ -58,10 +61,9 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 273952
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,22 +5,24 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Chansey",
|
||||
},
|
||||
|
||||
illustrator: "Ken Sugimori",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
113,
|
||||
],
|
||||
|
||||
hp: 120,
|
||||
|
||||
types: [
|
||||
"Colorless",
|
||||
],
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
@@ -52,12 +54,14 @@ const card: Card = {
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Fighting",
|
||||
value: "×2"
|
||||
},
|
||||
],
|
||||
|
||||
resistances: [
|
||||
{
|
||||
type: "Psychic",
|
||||
@@ -65,9 +69,9 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 273926
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,21 +5,26 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Snorlax",
|
||||
},
|
||||
|
||||
illustrator: "Ken Sugimori",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
143,
|
||||
],
|
||||
|
||||
hp: 90,
|
||||
|
||||
types: [
|
||||
"Colorless",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Munchlax",
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
abilities: [
|
||||
@@ -33,6 +38,7 @@ const card: Card = {
|
||||
},
|
||||
},
|
||||
],
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
@@ -51,12 +57,14 @@ const card: Card = {
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Fighting",
|
||||
value: "×2"
|
||||
},
|
||||
],
|
||||
|
||||
resistances: [
|
||||
{
|
||||
type: "Psychic",
|
||||
@@ -64,9 +72,9 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 273953
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,21 +5,26 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Venomoth",
|
||||
},
|
||||
|
||||
illustrator: "Ken Sugimori",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
49,
|
||||
],
|
||||
|
||||
hp: 70,
|
||||
|
||||
types: [
|
||||
"Grass",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Venonat",
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
abilities: [
|
||||
@@ -33,6 +38,7 @@ const card: Card = {
|
||||
},
|
||||
},
|
||||
],
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
@@ -48,12 +54,14 @@ const card: Card = {
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Fire",
|
||||
value: "×2"
|
||||
},
|
||||
],
|
||||
|
||||
resistances: [
|
||||
{
|
||||
type: "Fighting",
|
||||
@@ -61,9 +69,9 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 273954
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,23 +5,27 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Victreebel",
|
||||
},
|
||||
|
||||
illustrator: "Ken Sugimori",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
71,
|
||||
],
|
||||
|
||||
hp: 80,
|
||||
|
||||
types: [
|
||||
"Grass",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Weepinbell",
|
||||
},
|
||||
stage: "Stage2",
|
||||
|
||||
stage: "Stage2",
|
||||
|
||||
attacks: [
|
||||
{
|
||||
@@ -51,6 +55,7 @@ const card: Card = {
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Fire",
|
||||
@@ -58,10 +63,9 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 273955
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,23 +5,27 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Arcanine",
|
||||
},
|
||||
|
||||
illustrator: "Ken Sugimori",
|
||||
rarity: "Uncommon",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
59,
|
||||
],
|
||||
|
||||
hp: 100,
|
||||
|
||||
types: [
|
||||
"Fire",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Growlithe",
|
||||
},
|
||||
stage: "Stage1",
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
attacks: [
|
||||
{
|
||||
@@ -56,6 +60,7 @@ const card: Card = {
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Water",
|
||||
@@ -63,10 +68,9 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 273956
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,23 +5,27 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Butterfree",
|
||||
},
|
||||
|
||||
illustrator: "Kagemaru Himeno",
|
||||
rarity: "Uncommon",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
12,
|
||||
],
|
||||
|
||||
hp: 70,
|
||||
|
||||
types: [
|
||||
"Grass",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Metapod",
|
||||
},
|
||||
stage: "Stage2",
|
||||
|
||||
stage: "Stage2",
|
||||
|
||||
attacks: [
|
||||
{
|
||||
@@ -55,12 +59,14 @@ const card: Card = {
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Fire",
|
||||
value: "×2"
|
||||
},
|
||||
],
|
||||
|
||||
resistances: [
|
||||
{
|
||||
type: "Fighting",
|
||||
@@ -68,9 +74,9 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 273957
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,23 +5,27 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Charmeleon",
|
||||
},
|
||||
|
||||
illustrator: "Mitsuhiro Arita",
|
||||
rarity: "Uncommon",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
5,
|
||||
],
|
||||
|
||||
hp: 80,
|
||||
|
||||
types: [
|
||||
"Fire",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Charmander",
|
||||
},
|
||||
stage: "Stage1",
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
attacks: [
|
||||
{
|
||||
@@ -53,6 +57,7 @@ const card: Card = {
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Water",
|
||||
@@ -60,10 +65,9 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 273958
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,23 +5,27 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Dewgong",
|
||||
},
|
||||
|
||||
illustrator: "Mitsuhiro Arita",
|
||||
rarity: "Uncommon",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
87,
|
||||
],
|
||||
|
||||
hp: 80,
|
||||
|
||||
types: [
|
||||
"Water",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Seel",
|
||||
},
|
||||
stage: "Stage1",
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
attacks: [
|
||||
{
|
||||
@@ -54,6 +58,7 @@ const card: Card = {
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Lightning",
|
||||
@@ -61,10 +66,9 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 273959
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,21 +5,26 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Dodrio",
|
||||
},
|
||||
|
||||
illustrator: "Mitsuhiro Arita",
|
||||
rarity: "Uncommon",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
85,
|
||||
],
|
||||
|
||||
hp: 70,
|
||||
|
||||
types: [
|
||||
"Colorless",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Doduo",
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
abilities: [
|
||||
@@ -33,6 +38,7 @@ const card: Card = {
|
||||
},
|
||||
},
|
||||
],
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
@@ -50,12 +56,14 @@ const card: Card = {
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Lightning",
|
||||
value: "×2"
|
||||
},
|
||||
],
|
||||
|
||||
resistances: [
|
||||
{
|
||||
type: "Fighting",
|
||||
@@ -63,9 +71,9 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 273960
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,22 +5,24 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Dratini",
|
||||
},
|
||||
|
||||
illustrator: "Ken Sugimori",
|
||||
rarity: "Uncommon",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
147,
|
||||
],
|
||||
|
||||
hp: 40,
|
||||
|
||||
types: [
|
||||
"Colorless",
|
||||
],
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
@@ -42,9 +44,9 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 273961
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,23 +5,27 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Exeggutor",
|
||||
},
|
||||
|
||||
illustrator: "Kagemaru Himeno",
|
||||
rarity: "Uncommon",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
103,
|
||||
],
|
||||
|
||||
hp: 80,
|
||||
|
||||
types: [
|
||||
"Grass",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Exeggcute",
|
||||
},
|
||||
stage: "Stage1",
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
attacks: [
|
||||
{
|
||||
@@ -50,6 +54,7 @@ const card: Card = {
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Fire",
|
||||
@@ -57,10 +62,9 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 273962
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,21 +5,26 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Charizard",
|
||||
},
|
||||
|
||||
illustrator: "Mitsuhiro Arita",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
6,
|
||||
],
|
||||
|
||||
hp: 120,
|
||||
|
||||
types: [
|
||||
"Fire",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Charmeleon",
|
||||
},
|
||||
|
||||
stage: "Stage2",
|
||||
|
||||
abilities: [
|
||||
@@ -33,6 +38,7 @@ const card: Card = {
|
||||
},
|
||||
},
|
||||
],
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
@@ -51,20 +57,26 @@ const card: Card = {
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Water",
|
||||
value: "×2"
|
||||
},
|
||||
],
|
||||
|
||||
resistances: [
|
||||
{
|
||||
type: "Fighting",
|
||||
value: "-30"
|
||||
},
|
||||
],
|
||||
|
||||
retreat: 3,
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 273927
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,22 +5,24 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Farfetch'd",
|
||||
},
|
||||
|
||||
illustrator: "Ken Sugimori",
|
||||
rarity: "Uncommon",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
83,
|
||||
],
|
||||
|
||||
hp: 50,
|
||||
|
||||
types: [
|
||||
"Colorless",
|
||||
],
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
@@ -48,12 +50,14 @@ const card: Card = {
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Lightning",
|
||||
value: "×2"
|
||||
},
|
||||
],
|
||||
|
||||
resistances: [
|
||||
{
|
||||
type: "Fighting",
|
||||
@@ -61,9 +65,9 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 273963
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,23 +5,27 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Fearow",
|
||||
},
|
||||
|
||||
illustrator: "Mitsuhiro Arita",
|
||||
rarity: "Uncommon",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
22,
|
||||
],
|
||||
|
||||
hp: 70,
|
||||
|
||||
types: [
|
||||
"Colorless",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Spearow",
|
||||
},
|
||||
stage: "Stage1",
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
attacks: [
|
||||
{
|
||||
@@ -54,12 +58,14 @@ const card: Card = {
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Lightning",
|
||||
value: "×2"
|
||||
},
|
||||
],
|
||||
|
||||
resistances: [
|
||||
{
|
||||
type: "Fighting",
|
||||
@@ -67,9 +73,9 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 273964
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,22 +5,24 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Growlithe",
|
||||
},
|
||||
|
||||
illustrator: "Ken Sugimori",
|
||||
rarity: "Uncommon",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
58,
|
||||
],
|
||||
|
||||
hp: 60,
|
||||
|
||||
types: [
|
||||
"Fire",
|
||||
],
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
@@ -35,6 +37,7 @@ const card: Card = {
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Water",
|
||||
@@ -42,10 +45,9 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 273965
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,23 +5,27 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Haunter",
|
||||
},
|
||||
|
||||
illustrator: "Keiji Kinebuchi",
|
||||
rarity: "Uncommon",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
93,
|
||||
],
|
||||
|
||||
hp: 60,
|
||||
|
||||
types: [
|
||||
"Psychic",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Gastly",
|
||||
},
|
||||
stage: "Stage1",
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
attacks: [
|
||||
{
|
||||
@@ -58,9 +62,9 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 273966
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,23 +5,27 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Ivysaur",
|
||||
},
|
||||
|
||||
illustrator: "Ken Sugimori",
|
||||
rarity: "Uncommon",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
2,
|
||||
],
|
||||
|
||||
hp: 60,
|
||||
|
||||
types: [
|
||||
"Grass",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Barboach",
|
||||
},
|
||||
stage: "Stage1",
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
attacks: [
|
||||
{
|
||||
@@ -53,6 +57,7 @@ const card: Card = {
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Fire",
|
||||
@@ -60,10 +65,9 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 273967
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,22 +5,24 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Jynx",
|
||||
},
|
||||
|
||||
illustrator: "Ken Sugimori",
|
||||
rarity: "Uncommon",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
124,
|
||||
],
|
||||
|
||||
hp: 70,
|
||||
|
||||
types: [
|
||||
"Psychic",
|
||||
],
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
@@ -51,6 +53,7 @@ const card: Card = {
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Psychic",
|
||||
@@ -58,10 +61,9 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 273968
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,23 +5,27 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Kadabra",
|
||||
},
|
||||
|
||||
illustrator: "Ken Sugimori",
|
||||
rarity: "Uncommon",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
64,
|
||||
],
|
||||
|
||||
hp: 60,
|
||||
|
||||
types: [
|
||||
"Psychic",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Abra",
|
||||
},
|
||||
stage: "Stage1",
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
attacks: [
|
||||
{
|
||||
@@ -51,6 +55,7 @@ const card: Card = {
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Psychic",
|
||||
@@ -58,10 +63,9 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 273969
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,23 +5,27 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Kakuna",
|
||||
},
|
||||
|
||||
illustrator: "Keiji Kinebuchi",
|
||||
rarity: "Uncommon",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
14,
|
||||
],
|
||||
|
||||
hp: 80,
|
||||
|
||||
types: [
|
||||
"Grass",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Weedle",
|
||||
},
|
||||
stage: "Stage1",
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
attacks: [
|
||||
{
|
||||
@@ -51,6 +55,7 @@ const card: Card = {
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Fire",
|
||||
@@ -58,10 +63,9 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 273970
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,22 +5,24 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Lickitung",
|
||||
},
|
||||
|
||||
illustrator: "Mitsuhiro Arita",
|
||||
rarity: "Uncommon",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
108,
|
||||
],
|
||||
|
||||
hp: 90,
|
||||
|
||||
types: [
|
||||
"Colorless",
|
||||
],
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
@@ -49,12 +51,14 @@ const card: Card = {
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Fighting",
|
||||
value: "×2"
|
||||
},
|
||||
],
|
||||
|
||||
resistances: [
|
||||
{
|
||||
type: "Psychic",
|
||||
@@ -62,9 +66,9 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 273971
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,23 +5,27 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Machoke",
|
||||
},
|
||||
|
||||
illustrator: "Ken Sugimori",
|
||||
rarity: "Uncommon",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
67,
|
||||
],
|
||||
|
||||
hp: 80,
|
||||
|
||||
types: [
|
||||
"Fighting",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Machop",
|
||||
},
|
||||
stage: "Stage1",
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
attacks: [
|
||||
{
|
||||
@@ -55,6 +59,7 @@ const card: Card = {
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Psychic",
|
||||
@@ -62,10 +67,9 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 273972
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,23 +5,27 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Clefable",
|
||||
},
|
||||
|
||||
illustrator: "Mitsuhiro Arita",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
36,
|
||||
],
|
||||
|
||||
hp: 70,
|
||||
|
||||
types: [
|
||||
"Colorless",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Clefairy",
|
||||
},
|
||||
stage: "Stage1",
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
attacks: [
|
||||
{
|
||||
@@ -50,12 +54,14 @@ const card: Card = {
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Fighting",
|
||||
value: "×2"
|
||||
},
|
||||
],
|
||||
|
||||
resistances: [
|
||||
{
|
||||
type: "Psychic",
|
||||
@@ -63,9 +69,9 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 273928
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,22 +5,24 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Magikarp",
|
||||
},
|
||||
|
||||
illustrator: "Mitsuhiro Arita",
|
||||
rarity: "Uncommon",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
129,
|
||||
],
|
||||
|
||||
hp: 30,
|
||||
|
||||
types: [
|
||||
"Water",
|
||||
],
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
@@ -47,6 +49,7 @@ const card: Card = {
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Lightning",
|
||||
@@ -54,10 +57,9 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 273973
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,22 +5,24 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Magmar",
|
||||
},
|
||||
|
||||
illustrator: "Ken Sugimori",
|
||||
rarity: "Uncommon",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
126,
|
||||
],
|
||||
|
||||
hp: 50,
|
||||
|
||||
types: [
|
||||
"Fire",
|
||||
],
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
@@ -50,6 +52,7 @@ const card: Card = {
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Water",
|
||||
@@ -57,10 +60,9 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 273974
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,23 +5,27 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Marowak",
|
||||
},
|
||||
|
||||
illustrator: "Mitsuhiro Arita",
|
||||
rarity: "Uncommon",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
105,
|
||||
],
|
||||
|
||||
hp: 60,
|
||||
|
||||
types: [
|
||||
"Fighting",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Cubone",
|
||||
},
|
||||
stage: "Stage1",
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
attacks: [
|
||||
{
|
||||
@@ -53,12 +57,14 @@ const card: Card = {
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Grass",
|
||||
value: "×2"
|
||||
},
|
||||
],
|
||||
|
||||
resistances: [
|
||||
{
|
||||
type: "Lightning",
|
||||
@@ -66,9 +72,9 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 273975
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,23 +5,27 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Nidorina",
|
||||
},
|
||||
|
||||
illustrator: "Ken Sugimori",
|
||||
rarity: "Uncommon",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
30,
|
||||
],
|
||||
|
||||
hp: 70,
|
||||
|
||||
types: [
|
||||
"Grass",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Nidoran♀",
|
||||
},
|
||||
stage: "Stage1",
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
attacks: [
|
||||
{
|
||||
@@ -52,6 +56,7 @@ const card: Card = {
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Psychic",
|
||||
@@ -59,10 +64,9 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 273976
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,23 +5,27 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Nidorino",
|
||||
},
|
||||
|
||||
illustrator: "Mitsuhiro Arita",
|
||||
rarity: "Uncommon",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
33,
|
||||
],
|
||||
|
||||
hp: 60,
|
||||
|
||||
types: [
|
||||
"Grass",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Nidoran♂",
|
||||
},
|
||||
stage: "Stage1",
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
attacks: [
|
||||
{
|
||||
@@ -54,6 +58,7 @@ const card: Card = {
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Psychic",
|
||||
@@ -61,10 +66,9 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 273977
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,23 +5,27 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Parasect",
|
||||
},
|
||||
|
||||
illustrator: "Ken Sugimori",
|
||||
rarity: "Uncommon",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
47,
|
||||
],
|
||||
|
||||
hp: 60,
|
||||
|
||||
types: [
|
||||
"Grass",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Paras",
|
||||
},
|
||||
stage: "Stage1",
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
attacks: [
|
||||
{
|
||||
@@ -51,6 +55,7 @@ const card: Card = {
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Fire",
|
||||
@@ -58,10 +63,9 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 273978
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,23 +5,27 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Persian",
|
||||
},
|
||||
|
||||
illustrator: "Kagemaru Himeno",
|
||||
rarity: "Uncommon",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
53,
|
||||
],
|
||||
|
||||
hp: 70,
|
||||
|
||||
types: [
|
||||
"Colorless",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Meowth",
|
||||
},
|
||||
stage: "Stage1",
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
attacks: [
|
||||
{
|
||||
@@ -52,12 +56,14 @@ const card: Card = {
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Fighting",
|
||||
value: "×2"
|
||||
},
|
||||
],
|
||||
|
||||
resistances: [
|
||||
{
|
||||
type: "Psychic",
|
||||
@@ -65,9 +71,9 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 273979
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,23 +5,27 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Poliwhirl",
|
||||
},
|
||||
|
||||
illustrator: "Ken Sugimori",
|
||||
rarity: "Uncommon",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
61,
|
||||
],
|
||||
|
||||
hp: 60,
|
||||
|
||||
types: [
|
||||
"Water",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Poliwag",
|
||||
},
|
||||
stage: "Stage1",
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
attacks: [
|
||||
{
|
||||
@@ -53,6 +57,7 @@ const card: Card = {
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Grass",
|
||||
@@ -60,10 +65,9 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 273980
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,23 +5,27 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Raticate",
|
||||
},
|
||||
|
||||
illustrator: "Ken Sugimori",
|
||||
rarity: "Uncommon",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
20,
|
||||
],
|
||||
|
||||
hp: 60,
|
||||
|
||||
types: [
|
||||
"Colorless",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Poochyena",
|
||||
},
|
||||
stage: "Stage1",
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
attacks: [
|
||||
{
|
||||
@@ -50,12 +54,14 @@ const card: Card = {
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Fighting",
|
||||
value: "×2"
|
||||
},
|
||||
],
|
||||
|
||||
resistances: [
|
||||
{
|
||||
type: "Psychic",
|
||||
@@ -63,9 +69,9 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 273981
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,23 +5,27 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Rhydon",
|
||||
},
|
||||
|
||||
illustrator: "Kagemaru Himeno",
|
||||
rarity: "Uncommon",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
112,
|
||||
],
|
||||
|
||||
hp: 100,
|
||||
|
||||
types: [
|
||||
"Fighting",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Rhyhorn",
|
||||
},
|
||||
stage: "Stage1",
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
attacks: [
|
||||
{
|
||||
@@ -54,12 +58,14 @@ const card: Card = {
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Grass",
|
||||
value: "×2"
|
||||
},
|
||||
],
|
||||
|
||||
resistances: [
|
||||
{
|
||||
type: "Lightning",
|
||||
@@ -67,9 +73,9 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 273982
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,22 +5,24 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Clefairy",
|
||||
},
|
||||
|
||||
illustrator: "Ken Sugimori",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
35,
|
||||
],
|
||||
|
||||
hp: 40,
|
||||
|
||||
types: [
|
||||
"Colorless",
|
||||
],
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
@@ -49,12 +51,14 @@ const card: Card = {
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Fighting",
|
||||
value: "×2"
|
||||
},
|
||||
],
|
||||
|
||||
resistances: [
|
||||
{
|
||||
type: "Psychic",
|
||||
@@ -62,9 +66,9 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 273929
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,23 +5,27 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Seaking",
|
||||
},
|
||||
|
||||
illustrator: "Kagemaru Himeno",
|
||||
rarity: "Uncommon",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
119,
|
||||
],
|
||||
|
||||
hp: 70,
|
||||
|
||||
types: [
|
||||
"Water",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Goldeen",
|
||||
},
|
||||
stage: "Stage1",
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
attacks: [
|
||||
{
|
||||
@@ -48,6 +52,7 @@ const card: Card = {
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Lightning",
|
||||
@@ -55,10 +60,9 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 273983
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,22 +5,24 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Seel",
|
||||
},
|
||||
|
||||
illustrator: "Ken Sugimori",
|
||||
rarity: "Uncommon",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
86,
|
||||
],
|
||||
|
||||
hp: 60,
|
||||
|
||||
types: [
|
||||
"Water",
|
||||
],
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
@@ -34,6 +36,7 @@ const card: Card = {
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Lightning",
|
||||
@@ -41,10 +44,9 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 273984
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,22 +5,24 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Tauros",
|
||||
},
|
||||
|
||||
illustrator: "Kagemaru Himeno",
|
||||
rarity: "Uncommon",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
128,
|
||||
],
|
||||
|
||||
hp: 60,
|
||||
|
||||
types: [
|
||||
"Colorless",
|
||||
],
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
@@ -52,12 +54,14 @@ const card: Card = {
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Fighting",
|
||||
value: "×2"
|
||||
},
|
||||
],
|
||||
|
||||
resistances: [
|
||||
{
|
||||
type: "Psychic",
|
||||
@@ -65,9 +69,9 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 273985
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,23 +5,27 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Wartortle",
|
||||
},
|
||||
|
||||
illustrator: "Ken Sugimori",
|
||||
rarity: "Uncommon",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
8,
|
||||
],
|
||||
|
||||
hp: 70,
|
||||
|
||||
types: [
|
||||
"Water",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Squirtle",
|
||||
},
|
||||
stage: "Stage1",
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
attacks: [
|
||||
{
|
||||
@@ -51,6 +55,7 @@ const card: Card = {
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Lightning",
|
||||
@@ -60,6 +65,10 @@ const card: Card = {
|
||||
|
||||
variants: {
|
||||
wPromo: true
|
||||
},
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 273986
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -5,23 +5,27 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Weepinbell",
|
||||
},
|
||||
|
||||
illustrator: "Kagemaru Himeno",
|
||||
rarity: "Uncommon",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
70,
|
||||
],
|
||||
|
||||
hp: 70,
|
||||
|
||||
types: [
|
||||
"Grass",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Bellsprout",
|
||||
},
|
||||
stage: "Stage1",
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
attacks: [
|
||||
{
|
||||
@@ -49,6 +53,7 @@ const card: Card = {
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Fire",
|
||||
@@ -56,10 +61,9 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 273987
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,22 +5,24 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Abra",
|
||||
},
|
||||
|
||||
illustrator: "Mitsuhiro Arita",
|
||||
rarity: "Common",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
63,
|
||||
],
|
||||
|
||||
hp: 30,
|
||||
|
||||
types: [
|
||||
"Psychic",
|
||||
],
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
@@ -36,6 +38,7 @@ const card: Card = {
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Psychic",
|
||||
@@ -43,10 +46,9 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 273988
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,22 +5,24 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Bellsprout",
|
||||
},
|
||||
|
||||
illustrator: "Kagemaru Himeno",
|
||||
rarity: "Common",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
69,
|
||||
],
|
||||
|
||||
hp: 40,
|
||||
|
||||
types: [
|
||||
"Grass",
|
||||
],
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
@@ -46,6 +48,7 @@ const card: Card = {
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Fire",
|
||||
@@ -53,10 +56,9 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 273989
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,22 +5,24 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Bulbasaur",
|
||||
},
|
||||
|
||||
illustrator: "Mitsuhiro Arita",
|
||||
rarity: "Common",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
1,
|
||||
],
|
||||
|
||||
hp: 40,
|
||||
|
||||
types: [
|
||||
"Grass",
|
||||
],
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
@@ -37,6 +39,7 @@ const card: Card = {
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Fire",
|
||||
@@ -44,10 +47,9 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 273990
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,22 +5,24 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Caterpie",
|
||||
},
|
||||
|
||||
illustrator: "Ken Sugimori",
|
||||
rarity: "Common",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
10,
|
||||
],
|
||||
|
||||
hp: 40,
|
||||
|
||||
types: [
|
||||
"Grass",
|
||||
],
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
@@ -36,6 +38,7 @@ const card: Card = {
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Fire",
|
||||
@@ -43,10 +46,9 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 273991
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,22 +5,24 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Charmander",
|
||||
},
|
||||
|
||||
illustrator: "Mitsuhiro Arita",
|
||||
rarity: "Common",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
4,
|
||||
],
|
||||
|
||||
hp: 50,
|
||||
|
||||
types: [
|
||||
"Fire",
|
||||
],
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
@@ -48,6 +50,7 @@ const card: Card = {
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Water",
|
||||
@@ -55,10 +58,9 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 273992
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,23 +5,27 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Gyarados",
|
||||
},
|
||||
|
||||
illustrator: "Mitsuhiro Arita",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
130,
|
||||
],
|
||||
|
||||
hp: 100,
|
||||
|
||||
types: [
|
||||
"Water",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Magikarp",
|
||||
},
|
||||
stage: "Stage1",
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
attacks: [
|
||||
{
|
||||
@@ -54,12 +58,14 @@ const card: Card = {
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Grass",
|
||||
value: "×2"
|
||||
},
|
||||
],
|
||||
|
||||
resistances: [
|
||||
{
|
||||
type: "Fighting",
|
||||
@@ -67,9 +73,9 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 273930
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,22 +5,24 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Cubone",
|
||||
},
|
||||
|
||||
illustrator: "Mitsuhiro Arita",
|
||||
rarity: "Common",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
104,
|
||||
],
|
||||
|
||||
hp: 40,
|
||||
|
||||
types: [
|
||||
"Fighting",
|
||||
],
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
@@ -49,12 +51,14 @@ const card: Card = {
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Grass",
|
||||
value: "×2"
|
||||
},
|
||||
],
|
||||
|
||||
resistances: [
|
||||
{
|
||||
type: "Lightning",
|
||||
@@ -62,9 +66,9 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 273993
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
@@ -5,22 +5,24 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Diglett",
|
||||
},
|
||||
|
||||
illustrator: "Keiji Kinebuchi",
|
||||
rarity: "Common",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
50,
|
||||
],
|
||||
|
||||
hp: 30,
|
||||
|
||||
types: [
|
||||
"Fighting",
|
||||
],
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
@@ -46,12 +48,14 @@ const card: Card = {
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Grass",
|
||||
value: "×2"
|
||||
},
|
||||
],
|
||||
|
||||
resistances: [
|
||||
{
|
||||
type: "Lightning",
|
||||
@@ -59,9 +63,9 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
thirdParty: {
|
||||
cardmarket: 273994
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user