1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-05-04 08:32:10 +00:00

fix: correct data for sets tk-ex-latia, tk-ex-latio, tk-ex-m, tk-ex-p, tk-bw-e, tk-bw-z (#726)

Co-authored-by: Avior <github@avior.me>
This commit is contained in:
yugi-classic 2025-05-04 00:37:30 +02:00 committed by GitHub
parent d0c43e5ce6
commit d169a67833
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
128 changed files with 2709 additions and 1068 deletions

View File

@ -5,9 +5,9 @@ const set: Set = {
id: "tk-bw-e",
name: {
en: "HS trainer Kit (Excadrill)",
fr: "HS Kit du dresseur (Minitaupe)",
es: "Kit de Entrenador HeatGold & SoulSilver (Excadrill)",
en: "BW trainer Kit (Excadrill)",
fr: "BW Kit du dresseur (Minitaupe)",
es: "Kit de Entrenador BW (Excadrill)",
},
serie: serie,

View File

@ -0,0 +1,61 @@
import { Card } from '../../../interfaces'
import Set from '../BW trainer Kit (Excadrill).ts'
const card: Card = {
dexId: [506],
set: Set,
name: {
en: "Lillipup",
fr: "Ponchiot",
es: "Lillipup",
it: "Lillipup",
pt: "Lillipup",
de: "Yorkleff"
},
illustrator: "Mosakazu Fukuda",
rarity: "None",
category: "Pokemon",
stage: "Basic",
hp: 50,
types: [
"Colorless"
],
attacks: [{
cost: [
"Colorless",
],
name: {
en: "Pickup"
},
effect: {
en: "Put an Item card from your discard pile into your hand."
}
}, {
cost: [
"Colorless",
],
name: {
en: "Bite"
},
damage: 10
}],
weaknesses: [{
type: "Fighting",
value: "×2"
}],
description: {
en: "It faces strong opponents with great courage. But, when at a disadvantage in a fight, this intelligent Pokémon flees."
},
retreat: 1,
}
export default card

View File

@ -1,5 +1,5 @@
import { Card } from '../../../interfaces'
import Set from '../HS trainer Kit (Excadrill)'
import Set from '../BW trainer Kit (Excadrill).ts'
const card: Card = {
set: Set,
@ -13,9 +13,9 @@ const card: Card = {
de: "Kampf-Energie"
},
rarity: "Common",
rarity: "None",
category: "Energy",
energyType: "Normal"
}
export default card
export default card

View File

@ -0,0 +1,49 @@
import { Card } from '../../../interfaces'
import Set from '../BW trainer Kit (Excadrill).ts'
const card: Card = {
dexId: [532],
set: Set,
name: {
en: "Timburr",
fr: "Charpenti",
es: "Timburr",
it: "Timburr",
pt: "Timburr",
de: "Praktibalk"
},
illustrator: "match",
rarity: "None",
category: "Pokemon",
hp: 60,
types: ["Fighting"],
stage: "Basic",
attacks: [{
cost: [
"Fighting",
"Fighting"
],
name: {
en: "Pound"
},
damage: 30
}],
weaknesses: [
{
type: "Psychic",
value: "2x"
},
],
description: {
en: "It fights by swinging a piece of lumber around. It is close to evolving when it can handle the lumber without difficulty."
},
retreat: 1,
}
export default card

View File

@ -0,0 +1,52 @@
import { Card } from '../../../interfaces'
import Set from '../BW trainer Kit (Excadrill).ts'
const card: Card = {
dexId: [531],
set: Set,
name: {
en: "Audino",
fr: "Nanméouïe",
es: "Audino",
it: "Audino",
pt: "Audino",
de: "Ohrdoch"
},
illustrator: "MAHOU",
rarity: "None",
category: "Pokemon",
hp: 80,
types: ["Colorless"],
stage: "Basic",
attacks: [{
cost: [
"Colorless",
"Colorless"
],
name: {
en: "Doubleslap"
},
effect: {
en: "Flip 2 coins. This attack does 30 damage times the number of heads."
},
damage: "30x"
}],
weaknesses: [
{
type: "Fighting",
value: "2x"
},
],
description: {
en: "It touches others with the feelers on its ears, using the sound of their heartbeats to tell how they are feeling."
},
retreat: 2,
}
export default card

View File

@ -0,0 +1,62 @@
import { Card } from '../../../interfaces'
import Set from '../BW trainer Kit (Excadrill).ts'
const card: Card = {
dexId: [529],
set: Set,
name: {
en: "Drilbur",
fr: "Rototaupe",
es: "Drilbur",
it: "Drilbur",
pt: "Drilbur",
de: "Rotomurf"
},
rarity: "None",
category: "Pokemon",
hp: 70,
types: ["Fighting"],
stage: "Basic",
attacks: [{
cost: [
"Colorless",
],
name: {
en: "Hone Claws"
},
effect: {
en: "During your next turn, each of this Pokémon's attacks does 30 more damage (before applying Weakness and Ressistance)."
}
}, {
cost: [
"Fighting",
],
name: {
en: "Scratch"
},
damage: 10
}],
weaknesses: [
{
type: "Water",
value: "2x"
},
],
resistances: [{
type: "Lightning",
value: "-20"
}],
description: {
en: "It can dig through the ground at a speed of 30 mph. It could give a car running aboveground a good race."
},
retreat: 2,
}
export default card

View File

@ -0,0 +1,67 @@
import { Card } from '../../../interfaces'
import Set from '../BW trainer Kit (Excadrill).ts'
const card: Card = {
dexId: [533],
set: Set,
name: {
en: "Gurdurr",
fr: "Ouvrifier",
es: "Gurdurr",
it: "Gurdurr",
pt: "Gurdurr",
de: "Strepoli"
},
rarity: "None",
category: "Pokemon",
hp: 80,
types: ["Fighting"],
evolveFrom: {
en: "Timburr",
fr: "Charpenti",
es: "Timburr",
it: "Timburr",
pt: "Timburr",
de: "Praktibalk"
},
stage: "Stage1",
attacks: [{
cost: [
"Colorless",
],
name: {
en: "Bulk Up"
},
effect: {
en: "During your next turn, each of this Pokémon's attacks does 20 more damage (before applying Weakness and Resistance)."
}
}, {
cost: [
"Fighting",
"Fighting",
"Colorless"
],
name: {
en: "Pound"
},
damage: 60
}],
weaknesses: [{
type: "Psychic",
value: "×2"
}],
description: {
en: "They strengthen their bodies by carrying steel beams. They show off their big muscles to their friends."
},
retreat: 2,
}
export default card

View File

@ -1,5 +1,5 @@
import { Card } from '../../../interfaces'
import Set from '../HS trainer Kit (Excadrill)'
import Set from '../BW trainer Kit (Excadrill).ts'
const card: Card = {
set: Set,
@ -13,8 +13,9 @@ const card: Card = {
de: "Trank"
},
rarity: "Common",
rarity: "None",
category: "Trainer",
illustrator: "Ayaka Yoshida",
effect: {
en: "Heal 30 damage from 1 of your Pokémon.",
@ -28,4 +29,4 @@ const card: Card = {
trainerType: "Item"
}
export default card
export default card

View File

@ -1,5 +1,5 @@
import { Card } from '../../../interfaces'
import Set from '../HS trainer Kit (Excadrill)'
import Set from '../BW trainer Kit (Excadrill).ts'
const card: Card = {
set: Set,
@ -13,8 +13,9 @@ const card: Card = {
de: "PlusPower"
},
rarity: "Uncommon",
rarity: "None",
category: "Trainer",
illustrator: "5ban Graphics",
effect: {
en: "During this turn, your Pokémons attacks do 10 more damage to the Active Pokémon (before applying Weakness and Resistance).",
@ -28,4 +29,4 @@ const card: Card = {
trainerType: "Item"
}
export default card
export default card

View File

@ -1,5 +1,5 @@
import { Card } from '../../../interfaces'
import Set from '../HS trainer Kit (Excadrill)'
import Set from '../BW trainer Kit (Excadrill).ts'
const card: Card = {
dexId: [530],
@ -14,37 +14,11 @@ const card: Card = {
de: "Stalobor"
},
illustrator: "5ban Graphics",
rarity: "None",
category: "Pokemon",
description: {
en: "It can help in tunnel construction. Its drill has evolved into steel strong enough to bore through iron plates."
},
illustrator: "5ban Graphics",
stage: "Stage1",
attacks: [{
name: {
en: "Metal Claw"
},
damage: 30
}, {
name: {
en: "Drill Run"
},
damage: 80,
effect: {
en: "Discard an Energy attached to the Defending Pokémon."
}
}],
hp: 110,
types: ["Fighting"],
evolveFrom: {
en: "Drilbur",
fr: "Rototaupe",
@ -54,7 +28,35 @@ const card: Card = {
de: "Rotomurf"
},
retreat: 2,
hp: 110,
types: [
"Fighting"
],
attacks: [{
cost: [
"Colorless",
],
name: {
en: "Metal Claw"
},
damage: 30
}, {
cost: [
"Fighting",
"Fighting",
"Fighting"
],
name: {
en: "Drill Run"
},
effect: {
en: "Discard an Energy attached to the Defending Pokémon."
},
damage: 80,
}],
weaknesses: [{
type: "Water",
@ -64,7 +66,13 @@ const card: Card = {
resistances: [{
type: "Lightning",
value: "-20"
}]
}],
description: {
en: "It can help in tunnel construction. Its drill has evolved into steel strong enough to bore through iron plates."
},
retreat: 2,
}
export default card
export default card

View File

@ -0,0 +1,52 @@
import { Card } from '../../../interfaces'
import Set from '../BW trainer Kit (Excadrill).ts'
const card: Card = {
dexId: [531],
set: Set,
name: {
en: "Audino",
fr: "Nanméouïe",
es: "Audino",
it: "Audino",
pt: "Audino",
de: "Ohrdoch"
},
illustrator: "MAHOU",
rarity: "None",
category: "Pokemon",
hp: 80,
types: ["Colorless"],
stage: "Basic",
attacks: [{
cost: [
"Colorless",
"Colorless"
],
name: {
en: "Doubleslap"
},
effect: {
en: "Flip 2 coins. This attack does 30 damage times the number of heads."
},
damage: "30x"
}],
weaknesses: [
{
type: "Fighting",
value: "2x"
},
],
description: {
en: "It touches others with the feelers on its ears, using the sound of their heartbeats to tell how they are feeling."
},
retreat: 2,
}
export default card

View File

@ -0,0 +1,69 @@
import { Card } from '../../../interfaces'
import Set from '../BW trainer Kit (Excadrill).ts'
const card: Card = {
dexId: [507],
set: Set,
name: {
en: "Herdier",
fr: "Ponchien",
es: "Herdier",
it: "Herdier",
pt: "Herdier",
de: "Terribark"
},
illustrator: "Midori Harada",
rarity: "None",
category: "Pokemon",
hp: 80,
types: ["Colorless"],
evolveFrom: {
en: "Lillipup",
fr: "Ponchiot",
es: "Lillipup",
it: "Lillipup",
pt: "Lillipup",
de: "Yorkleff"
},
stage: "Stage1",
attacks: [{
cost: [
"Colorless",
"Colorless"
],
name: {
en: "Collect"
},
effect: {
en: "Draw 3 cards."
}
}, {
cost: [
"Colorless",
"Colorless",
"Colorless"
],
name: {
en: "Bite"
},
damage: 50
}],
weaknesses: [{
type: "Fighting",
value: "×2"
}],
description: {
en: "It loyally follows its Trainer's orders. For ages, they have helped Trainers raise Pokémon."
},
retreat: 1,
}
export default card

View File

@ -1,5 +1,5 @@
import { Card } from '../../../interfaces'
import Set from '../HS trainer Kit (Excadrill)'
import Set from '../BW trainer Kit (Excadrill).ts'
const card: Card = {
set: Set,
@ -13,9 +13,9 @@ const card: Card = {
de: "Kampf-Energie"
},
rarity: "Common",
rarity: "None",
category: "Energy",
energyType: "Normal"
}
export default card
export default card

View File

@ -1,5 +1,5 @@
import { Card } from '../../../interfaces'
import Set from '../HS trainer Kit (Excadrill)'
import Set from '../BW trainer Kit (Excadrill).ts'
const card: Card = {
set: Set,
@ -13,9 +13,9 @@ const card: Card = {
de: "Kampf-Energie"
},
rarity: "Common",
rarity: "None",
category: "Energy",
energyType: "Normal"
}
export default card
export default card

View File

@ -1,5 +1,5 @@
import { Card } from '../../../interfaces'
import Set from '../HS trainer Kit (Excadrill)'
import Set from '../BW trainer Kit (Excadrill).ts'
const card: Card = {
set: Set,
@ -13,8 +13,9 @@ const card: Card = {
de: "Energiesuche"
},
rarity: "Common",
rarity: "None",
category: "Trainer",
illustrator: "Ryo Ueda",
effect: {
en: "Search your deck for a basic Energy card, reveal it, and put it into your hand. Shuffle your deck afterward.",
@ -28,4 +29,4 @@ const card: Card = {
trainerType: "Item"
}
export default card
export default card

View File

@ -1,5 +1,5 @@
import { Card } from '../../../interfaces'
import Set from '../HS trainer Kit (Excadrill)'
import Set from '../BW trainer Kit (Excadrill).ts'
const card: Card = {
set: Set,
@ -13,9 +13,9 @@ const card: Card = {
de: "Kampf-Energie"
},
rarity: "Common",
rarity: "None",
category: "Energy",
energyType: "Normal"
}
export default card
export default card

View File

@ -1,5 +1,5 @@
import { Card } from '../../../interfaces'
import Set from '../HS trainer Kit (Excadrill)'
import Set from '../BW trainer Kit (Excadrill).ts'
const card: Card = {
set: Set,
@ -13,8 +13,9 @@ const card: Card = {
de: "Trank"
},
rarity: "Common",
rarity: "None",
category: "Trainer",
illustrator: "Ayaka Yoshida",
effect: {
en: "Heal 30 damage from 1 of your Pokémon.",
@ -28,4 +29,4 @@ const card: Card = {
trainerType: "Item"
}
export default card
export default card

View File

@ -1,5 +1,5 @@
import { Card } from '../../../interfaces'
import Set from '../HS trainer Kit (Excadrill)'
import Set from '../BW trainer Kit (Excadrill).ts'
const card: Card = {
set: Set,
@ -13,8 +13,9 @@ const card: Card = {
de: "Pokémon-Kommunikation"
},
rarity: "Uncommon",
rarity: "None",
category: "Trainer",
illustrator: "5ban Graphics",
effect: {
en: "Reveal a Pokémon in your hand and put it on top of your deck. If you do, search your deck for a Pokémon, reveal it, and put it into your hand. Shuffle your deck afterward.",
@ -28,4 +29,4 @@ const card: Card = {
trainerType: "Item"
}
export default card
export default card

View File

@ -0,0 +1,60 @@
import { Card } from '../../../interfaces'
import Set from '../BW trainer Kit (Excadrill).ts'
const card: Card = {
dexId: [529],
set: Set,
name: {
en: "Drilbur",
fr: "Rototaupe",
es: "Drilbur",
it: "Drilbur",
pt: "Drilbur",
de: "Rotomurf"
},
rarity: "None",
category: "Pokemon",
hp: 70,
types: ["Fighting"],
stage: "Basic",
attacks: [{
cost: [
"Colorless",
],
name: {
en: "Hone Claws"
},
effect: {
en: "During your next turn, each of this Pokémon's attacks does 30 more damage (before applying Weakness and Ressistance)."
}
}, {
cost: [
"Fighting",
],
name: {
en: "Scratch"
},
damage: 10
}],
weaknesses: [{
type: "Water",
value: "×2"
}],
resistances: [{
type: "Lightning",
value: "-20"
}],
description: {
en: "It can dig through the ground at a speed of 30 mph. It could give a car running aboveground a good race."
},
retreat: 2,
}
export default card

View File

@ -1,5 +1,5 @@
import { Card } from '../../../interfaces'
import Set from '../HS trainer Kit (Excadrill)'
import Set from '../BW trainer Kit (Excadrill).ts'
const card: Card = {
set: Set,
@ -13,9 +13,9 @@ const card: Card = {
de: "Kampf-Energie"
},
rarity: "Common",
rarity: "None",
category: "Energy",
energyType: "Normal"
}
export default card
export default card

View File

@ -0,0 +1,61 @@
import { Card } from '../../../interfaces'
import Set from '../BW trainer Kit (Excadrill).ts'
const card: Card = {
dexId: [506],
set: Set,
name: {
en: "Lillipup",
fr: "Ponchiot",
es: "Lillipup",
it: "Lillipup",
pt: "Lillipup",
de: "Yorkleff"
},
illustrator: "Mosakazu Fukuda",
rarity: "None",
category: "Pokemon",
stage: "Basic",
hp: 50,
types: [
"Colorless"
],
attacks: [{
cost: [
"Colorless",
],
name: {
en: "Pickup"
},
effect: {
en: "Put an Item card from your discard pile into your hand."
}
}, {
cost: [
"Colorless",
],
name: {
en: "Bite"
},
damage: 10
}],
weaknesses: [{
type: "Fighting",
value: "×2"
}],
description: {
en: "It faces strong opponents with great courage. But, when at a disadvantage in a fight, this intelligent Pokémon flees."
},
retreat: 1,
}
export default card

View File

@ -1,5 +1,5 @@
import { Card } from '../../../interfaces'
import Set from '../HS trainer Kit (Excadrill)'
import Set from '../BW trainer Kit (Excadrill).ts'
const card: Card = {
set: Set,
@ -13,9 +13,9 @@ const card: Card = {
de: "Kampf-Energie"
},
rarity: "Common",
rarity: "None",
category: "Energy",
energyType: "Normal"
}
export default card
export default card

View File

@ -0,0 +1,49 @@
import { Card } from '../../../interfaces'
import Set from '../BW trainer Kit (Excadrill).ts'
const card: Card = {
dexId: [532],
set: Set,
name: {
en: "Timburr",
fr: "Charpenti",
es: "Timburr",
it: "Timburr",
pt: "Timburr",
de: "Praktibalk"
},
illustrator: "match",
rarity: "None",
category: "Pokemon",
hp: 60,
types: ["Fighting"],
stage: "Basic",
attacks: [{
cost: [
"Fighting",
"Fighting"
],
name: {
en: "Pound"
},
damage: 30
}],
weaknesses: [
{
type: "Psychic",
value: "2x"
},
],
description: {
en: "It fights by swinging a piece of lumber around. It is close to evolving when it can handle the lumber without difficulty."
},
retreat: 1,
}
export default card

View File

@ -1,5 +1,5 @@
import { Card } from '../../../interfaces'
import Set from '../HS trainer Kit (Excadrill)'
import Set from '../BW trainer Kit (Excadrill).ts'
const card: Card = {
set: Set,
@ -13,9 +13,9 @@ const card: Card = {
de: "Kampf-Energie"
},
rarity: "Common",
rarity: "None",
category: "Energy",
energyType: "Normal"
}
export default card
export default card

View File

@ -1,5 +1,5 @@
import { Card } from '../../../interfaces'
import Set from '../HS trainer Kit (Excadrill)'
import Set from '../BW trainer Kit (Excadrill).ts'
const card: Card = {
dexId: [530],
@ -14,37 +14,11 @@ const card: Card = {
de: "Stalobor"
},
illustrator: "5ban Graphics",
rarity: "None",
category: "Pokemon",
description: {
en: "It can help in tunnel construction. Its drill has evolved into steel strong enough to bore through iron plates."
},
illustrator: "5ban Graphics",
stage: "Stage1",
attacks: [{
name: {
en: "Metal Claw"
},
damage: 30
}, {
name: {
en: "Drill Run"
},
damage: 80,
effect: {
en: "Discard an Energy attached to the Defending Pokémon."
}
}],
hp: 110,
types: ["Fighting"],
evolveFrom: {
en: "Drilbur",
fr: "Rototaupe",
@ -54,7 +28,35 @@ const card: Card = {
de: "Rotomurf"
},
retreat: 2,
hp: 110,
types: [
"Fighting"
],
attacks: [{
cost: [
"Colorless",
],
name: {
en: "Metal Claw"
},
damage: 30
}, {
cost: [
"Fighting",
"Fighting",
"Fighting"
],
name: {
en: "Drill Run"
},
effect: {
en: "Discard an Energy attached to the Defending Pokémon."
},
damage: 80,
}],
weaknesses: [{
type: "Water",
@ -64,7 +66,13 @@ const card: Card = {
resistances: [{
type: "Lightning",
value: "-20"
}]
}],
description: {
en: "It can help in tunnel construction. Its drill has evolved into steel strong enough to bore through iron plates."
},
retreat: 2,
}
export default card
export default card

View File

@ -1,5 +1,5 @@
import { Card } from '../../../interfaces'
import Set from '../HS trainer Kit (Excadrill)'
import Set from '../BW trainer Kit (Excadrill).ts'
const card: Card = {
set: Set,
@ -13,8 +13,9 @@ const card: Card = {
de: "Energie-Umschalter"
},
rarity: "Uncommon",
rarity: "None",
category: "Trainer",
illustrator: "Kent Kanetsuna",
effect: {
en: "Move a basic Energy from 1 of your Pokémon to another of your Pokémon.",
@ -28,4 +29,4 @@ const card: Card = {
trainerType: "Item"
}
export default card
export default card

View File

@ -1,5 +1,5 @@
import { Card } from '../../../interfaces'
import Set from '../HS trainer Kit (Excadrill)'
import Set from '../BW trainer Kit (Excadrill).ts'
const card: Card = {
set: Set,
@ -13,9 +13,9 @@ const card: Card = {
de: "Kampf-Energie"
},
rarity: "Common",
rarity: "None",
category: "Energy",
energyType: "Normal"
}
export default card
export default card

View File

@ -1,5 +1,5 @@
import { Card } from '../../../interfaces'
import Set from '../HS trainer Kit (Excadrill)'
import Set from '../BW trainer Kit (Excadrill).ts'
const card: Card = {
set: Set,
@ -13,9 +13,9 @@ const card: Card = {
de: "Kampf-Energie"
},
rarity: "Common",
rarity: "None",
category: "Energy",
energyType: "Normal"
}
export default card
export default card

View File

@ -1,5 +1,5 @@
import { Card } from '../../../interfaces'
import Set from '../HS trainer Kit (Excadrill)'
import Set from '../BW trainer Kit (Excadrill).ts'
const card: Card = {
set: Set,
@ -13,9 +13,9 @@ const card: Card = {
de: "Kampf-Energie"
},
rarity: "Common",
rarity: "None",
category: "Energy",
energyType: "Normal"
}
export default card
export default card

View File

@ -1,5 +1,5 @@
import { Card } from '../../../interfaces'
import Set from '../HS trainer Kit (Excadrill)'
import Set from '../BW trainer Kit (Excadrill).ts'
const card: Card = {
set: Set,
@ -13,9 +13,9 @@ const card: Card = {
de: "Kampf-Energie"
},
rarity: "Common",
rarity: "None",
category: "Energy",
energyType: "Normal"
}
export default card
export default card

View File

@ -1,5 +1,5 @@
import { Card } from '../../../interfaces'
import Set from '../HS trainer Kit (Excadrill)'
import Set from '../BW trainer Kit (Excadrill).ts'
const card: Card = {
set: Set,
@ -13,9 +13,9 @@ const card: Card = {
de: "Kampf-Energie"
},
rarity: "Common",
rarity: "None",
category: "Energy",
energyType: "Normal"
}
export default card
export default card

View File

@ -5,8 +5,8 @@ const set: Set = {
id: "tk-bw-z",
name: {
en: "HS trainer Kit (Zoroark)",
fr: "HS Kit du dresseur (Zoroark)",
en: "BW trainer Kit (Zoroark)",
fr: "BW Kit du dresseur (Zoroark)",
es: "Kit de Entrenador XY (Pikachu Enmascarada)",
},

View File

@ -0,0 +1,60 @@
import { Card } from '../../../interfaces'
import Set from '../BW trainer Kit (Zoroark).ts'
const card: Card = {
dexId: [509],
set: Set,
name: {
en: "Purrloin",
fr: "Chacripan",
es: "Purrloin",
it: "Purrloin",
pt: "Purrloin",
de: "Felilou"
},
illustrator: "Kagemaru Himeno",
rarity: "None",
category: "Pokemon",
hp: 60,
types: ["Darkness"],
stage: "Basic",
attacks: [{
cost: [
"Colorless",
],
name: {
en: "Scratch"
},
damage: 10
}, {
cost: [
"Colorless",
"Colorless"
],
name: {
en: "Slash"
},
damage: 20
}],
weaknesses: [{
type: "Fighting",
value: "×2"
}],
resistances: [{
type: "Psychic",
value: "-20"
}],
description: {
en: "Its cute act is a ruse. When victims let down their guard, they find their items taken. It attacks with sharp claws."
},
retreat: 1,
}
export default card

View File

@ -1,5 +1,5 @@
import { Card } from '../../../interfaces'
import Set from '../HS trainer Kit (Zoroark)'
import Set from '../BW trainer Kit (Zoroark).ts'
const card: Card = {
set: Set,
@ -13,9 +13,9 @@ const card: Card = {
de: "Finsternis-Energie"
},
rarity: "Common",
rarity: "None",
category: "Energy",
energyType: "Normal"
}
export default card
export default card

View File

@ -1,5 +1,5 @@
import { Card } from '../../../interfaces'
import Set from '../HS trainer Kit (Zoroark)'
import Set from '../BW trainer Kit (Zoroark).ts'
const card: Card = {
set: Set,
@ -13,7 +13,8 @@ const card: Card = {
de: "PlusPower"
},
rarity: "Uncommon",
illustrator: "5ban Graphics",
rarity: "None",
category: "Trainer",
effect: {
@ -28,4 +29,4 @@ const card: Card = {
trainerType: "Item"
}
export default card
export default card

View File

@ -0,0 +1,55 @@
import { Card } from '../../../interfaces'
import Set from '../BW trainer Kit (Zoroark).ts'
const card: Card = {
dexId: [504],
set: Set,
name: {
en: "Patrat",
fr: "Ratentif",
es: "Patrat",
it: "Patrat",
pt: "Patrat",
de: "Nagelotz"
},
illustrator: "Kagemaru Himeno",
rarity: "None",
category: "Pokemon",
hp: 50,
types: ["Colorless"],
stage: "Basic",
attacks: [{
cost: [
"Colorless",
],
name: {
en: "Tackle"
},
damage: 10
}, {
cost: [
"Colorless",
"Colorless"
],
name: {
en: "Bite"
},
damage: 20
}],
weaknesses: [{
type: "Fighting",
value: "×2"
}],
description: {
en: "Using food stored in cheek pouches, they can keep watch for days. They use their tails to communicate with others."
},
retreat: 1,
}
export default card

View File

@ -0,0 +1,55 @@
import { Card } from '../../../interfaces'
import Set from '../BW trainer Kit (Zoroark).ts'
const card: Card = {
dexId: [570],
set: Set,
name: {
en: "Zorua",
fr: "Zorua",
es: "Zorua",
it: "Zorua",
pt: "Zorua",
de: "Zorua"
},
illustrator: "Kouki Saitou",
rarity: "None",
category: "Pokemon",
hp: 60,
types: ["Darkness"],
stage: "Basic",
attacks: [{
cost: [
"Colorless",
"Colorless"
],
name: {
en: "Lunge"
},
effect: {
en: "Flip a coin. If tails, this attack does nothing."
},
damage: 30
}],
weaknesses: [{
type: "Fighting",
value: "×2"
}],
resistances: [{
type: "Psychic",
value: "-20"
}],
description: {
en: "To protect themselves from danger, they hide their true identities by transforming into people and Pokémon."
},
retreat: 1,
}
export default card

View File

@ -0,0 +1,54 @@
import { Card } from '../../../interfaces'
import Set from '../BW trainer Kit (Zoroark).ts'
const card: Card = {
dexId: [519],
set: Set,
name: {
en: "Pidove",
fr: "Poichigeon",
es: "Pidove",
it: "Pidove",
pt: "Pidove",
de: "Dusselgurr"
},
illustrator: "Masakazu Fukuda",
rarity: "None",
category: "Pokemon",
hp: 50,
types: ["Colorless"],
stage: "Basic",
attacks: [{
cost: [
"Colorless",
],
name: {
en: "Quick Attack"
},
effect: {
en: "Flip a coin. If heads, this attack does 10 more damage."
},
damage: "10+"
}],
weaknesses: [{
type: "Lightning",
value: "×2"
}],
resistances: [{
type: "Fighting",
value: "-20"
}],
description: {
en: "Each follows its Trainer's orders as best it can, but they sometimes fail to understand complicated commands."
},
retreat: 1,
}
export default card

View File

@ -1,5 +1,5 @@
import { Card } from '../../../interfaces'
import Set from '../HS trainer Kit (Zoroark)'
import Set from '../BW trainer Kit (Zoroark).ts'
const card: Card = {
dexId: [520],
@ -14,7 +14,8 @@ const card: Card = {
de: "Navitaub"
},
rarity: "Uncommon",
illustrator: "Kouki Saitou",
rarity: "None",
category: "Pokemon",
hp: 70,
types: ["Colorless"],
@ -29,7 +30,28 @@ const card: Card = {
},
stage: "Stage1",
retreat: 1,
attacks: [{
cost: [
"Colorless",
],
name: {
en: "Gust"
},
damage: 20
}, {
cost: [
"Colorless",
"Colorless"
],
name: {
en: "Quick Attack"
},
effect: {
en: "Flip a coin. If heads, this attack does 30 more damage."
},
damage: "20+"
}],
weaknesses: [{
type: "Lightning",
@ -39,7 +61,13 @@ const card: Card = {
resistances: [{
type: "Fighting",
value: "-20"
}]
}],
description: {
en: "It can return to its Trainer's location regardless of the distance separating them."
},
retreat: 1,
}
export default card
export default card

View File

@ -1,5 +1,5 @@
import { Card } from '../../../interfaces'
import Set from '../HS trainer Kit (Zoroark)'
import Set from '../BW trainer Kit (Zoroark).ts'
const card: Card = {
set: Set,
@ -13,7 +13,8 @@ const card: Card = {
de: "Energie-Rückgewinnung"
},
rarity: "Uncommon",
illustrator: "Kent Kanetsuna",
rarity: "None",
category: "Trainer",
effect: {
@ -28,4 +29,4 @@ const card: Card = {
trainerType: "Item"
}
export default card
export default card

View File

@ -1,5 +1,5 @@
import { Card } from '../../../interfaces'
import Set from '../HS trainer Kit (Zoroark)'
import Set from '../BW trainer Kit (Zoroark).ts'
const card: Card = {
dexId: [571],
@ -18,30 +18,8 @@ const card: Card = {
rarity: "None",
category: "Pokemon",
description: {
en: "Bonds between these Pokémon are very strong. It protects the safety of its pack by tricking its opponents."
},
stage: "Stage1",
attacks: [{
name: {
en: "Fury Swipes"
},
damage: "20×",
effect: {
en: "Flip 3 coins. This attack does 20 damage times the number of heads."
}
}, {
name: {
en: "Night Daze"
},
damage: 80
}],
hp: 100,
types: ["Darkness"],
@ -54,7 +32,28 @@ const card: Card = {
de: "Zorua"
},
retreat: 2,
attacks: [{
cost: [
"Darkness"
],
name: {
en: "Fury Swipes"
},
effect: {
en: "Flip 3 coins. This attack does 20 damage times the number of heads."
},
damage: "20×",
}, {
cost: [
"Darkness",
"Colorless",
"Colorless"
],
name: {
en: "Night Daze"
},
damage: 80
}],
weaknesses: [{
type: "Fighting",
@ -64,7 +63,13 @@ const card: Card = {
resistances: [{
type: "Psychic",
value: "-20"
}]
}],
description: {
en: "Bonds between these Pokémon are very strong. It protects the safety of its pack by tricking its opponents."
},
retreat: 2,
}
export default card
export default card

View File

@ -1,5 +1,5 @@
import { Card } from '../../../interfaces'
import Set from '../HS trainer Kit (Zoroark)'
import Set from '../BW trainer Kit (Zoroark).ts'
const card: Card = {
set: Set,
@ -13,7 +13,8 @@ const card: Card = {
de: "Pokémon-Kommunikation"
},
rarity: "Uncommon",
illustrator: "5ban Graphics",
rarity: "None",
category: "Trainer",
effect: {
@ -28,4 +29,4 @@ const card: Card = {
trainerType: "Item"
}
export default card
export default card

View File

@ -0,0 +1,49 @@
import { Card } from '../../../interfaces'
import Set from '../BW trainer Kit (Zoroark).ts'
const card: Card = {
dexId: [572],
set: Set,
name: {
en: "Minccino",
fr: "Chinchidou",
es: "Minccino",
it: "Minccino",
pt: "Minccino",
de: "Picochilla"
},
illustrator: "sui",
rarity: "None",
category: "Pokemon",
hp: 60,
types: ["Colorless"],
stage: "Basic",
attacks: [{
cost: [
"Colorless",
],
name: {
en: "Tail Slap"
},
effect: {
en: "Flip 2 coins. This attack does 10 damage times the number of heads."
},
damage: "10x"
}],
weaknesses: [{
type: "Fighting",
value: "×2"
}],
description: {
en: "They greet one another by rubbing each other with their tails, which are always kept well groomed and clean."
},
retreat: 1,
}
export default card

View File

@ -0,0 +1,71 @@
import { Card } from '../../../interfaces'
import Set from '../BW trainer Kit (Zoroark).ts'
const card: Card = {
dexId: [505],
set: Set,
name: {
en: "Watchog",
fr: "Miradar",
es: "Watchog",
it: "Watchog",
pt: "Watchog",
de: "Kukmarda"
},
illustrator: "match",
rarity: "None",
category: "Pokemon",
hp: 90,
types: ["Colorless"],
evolveFrom: {
en: "Patrat",
fr: "Ratentif",
es: "Patrat",
it: "Patrat",
pt: "Patrat",
de: "Nagelotz"
},
stage: "Stage1",
attacks: [{
cost: [
"Colorless",
"Colorless"
],
name: {
en: "Confuse Ray"
},
effect: {
en: "The Defending Pokémon is now Confused."
},
}, {
cost: [
"Colorless",
"Colorless"
],
name: {
en: "Hyper Fang"
},
effect: {
en: "Flip a coin. If tails, this attack does nothing."
},
damage: 60
}],
weaknesses: [{
type: "Fighting",
value: "×2"
}],
description: {
en: "They make the patterns on their bodies shine in order to threaten predators. Keen eyesight lets them see in the dark."
},
retreat: 1,
}
export default card

View File

@ -1,5 +1,5 @@
import { Card } from '../../../interfaces'
import Set from '../HS trainer Kit (Zoroark)'
import Set from '../BW trainer Kit (Zoroark).ts'
const card: Card = {
set: Set,
@ -13,9 +13,9 @@ const card: Card = {
de: "Finsternis-Energie"
},
rarity: "Common",
rarity: "None",
category: "Energy",
energyType: "Normal"
}
export default card
export default card

View File

@ -0,0 +1,54 @@
import { Card } from '../../../interfaces'
import Set from '../BW trainer Kit (Zoroark).ts'
const card: Card = {
dexId: [519],
set: Set,
name: {
en: "Pidove",
fr: "Poichigeon",
es: "Pidove",
it: "Pidove",
pt: "Pidove",
de: "Dusselgurr"
},
illustrator: "Masakazu Fukuda",
rarity: "None",
category: "Pokemon",
hp: 50,
types: ["Colorless"],
stage: "Basic",
attacks: [{
cost: [
"Colorless",
],
name: {
en: "Quick Attack"
},
effect: {
en: "Flip a coin. If heads, this attack does 10 more damage."
},
damage: "10+"
}],
weaknesses: [{
type: "Lightning",
value: "×2"
}],
resistances: [{
type: "Fighting",
value: "-20"
}],
description: {
en: "Each follows its Trainer's orders as best it can, but they sometimes fail to understand complicated commands."
},
retreat: 1,
}
export default card

View File

@ -1,5 +1,5 @@
import { Card } from '../../../interfaces'
import Set from '../HS trainer Kit (Zoroark)'
import Set from '../BW trainer Kit (Zoroark).ts'
const card: Card = {
set: Set,
@ -13,9 +13,9 @@ const card: Card = {
de: "Finsternis-Energie"
},
rarity: "Common",
rarity: "None",
category: "Energy",
energyType: "Normal"
}
export default card
export default card

View File

@ -0,0 +1,55 @@
import { Card } from '../../../interfaces'
import Set from '../BW trainer Kit (Zoroark).ts'
const card: Card = {
dexId: [570],
set: Set,
name: {
en: "Zorua",
fr: "Zorua",
es: "Zorua",
it: "Zorua",
pt: "Zorua",
de: "Zorua"
},
illustrator: "Kouki Saitou",
rarity: "None",
category: "Pokemon",
hp: 60,
types: ["Darkness"],
stage: "Basic",
attacks: [{
cost: [
"Colorless",
"Colorless"
],
name: {
en: "Lunge"
},
effect: {
en: "Flip a coin. If tails, this attack does nothing."
},
damage: 30
}],
weaknesses: [{
type: "Fighting",
value: "×2"
}],
resistances: [{
type: "Psychic",
value: "-20"
}],
description: {
en: "To protect themselves from danger, they hide their true identities by transforming into people and Pokémon."
},
retreat: 1,
}
export default card

View File

@ -1,5 +1,5 @@
import { Card } from '../../../interfaces'
import Set from '../HS trainer Kit (Zoroark)'
import Set from '../BW trainer Kit (Zoroark).ts'
const card: Card = {
set: Set,
@ -13,9 +13,9 @@ const card: Card = {
de: "Finsternis-Energie"
},
rarity: "Common",
rarity: "None",
category: "Energy",
energyType: "Normal"
}
export default card
export default card

View File

@ -0,0 +1,60 @@
import { Card } from '../../../interfaces'
import Set from '../BW trainer Kit (Zoroark).ts'
const card: Card = {
dexId: [509],
set: Set,
name: {
en: "Purrloin",
fr: "Chacripan",
es: "Purrloin",
it: "Purrloin",
pt: "Purrloin",
de: "Felilou"
},
illustrator: "Kagemaru Himeno",
rarity: "None",
category: "Pokemon",
hp: 60,
types: ["Darkness"],
stage: "Basic",
attacks: [{
cost: [
"Colorless",
],
name: {
en: "Scratch"
},
damage: 10
}, {
cost: [
"Colorless",
"Colorless"
],
name: {
en: "Slash"
},
damage: 20
}],
weaknesses: [{
type: "Fighting",
value: "×2"
}],
resistances: [{
type: "Psychic",
value: "-20"
}],
description: {
en: "Its cute act is a ruse. When victims let down their guard, they find their items taken. It attacks with sharp claws."
},
retreat: 1,
}
export default card

View File

@ -1,5 +1,5 @@
import { Card } from '../../../interfaces'
import Set from '../HS trainer Kit (Zoroark)'
import Set from '../BW trainer Kit (Zoroark).ts'
const card: Card = {
set: Set,
@ -13,9 +13,9 @@ const card: Card = {
de: "Finsternis-Energie"
},
rarity: "Common",
rarity: "None",
category: "Energy",
energyType: "Normal"
}
export default card
export default card

View File

@ -1,5 +1,5 @@
import { Card } from '../../../interfaces'
import Set from '../HS trainer Kit (Zoroark)'
import Set from '../BW trainer Kit (Zoroark).ts'
const card: Card = {
set: Set,
@ -13,7 +13,8 @@ const card: Card = {
de: "Energiesuche"
},
rarity: "Common",
illustrator: "Ryo Ueda",
rarity: "None",
category: "Trainer",
effect: {
@ -28,4 +29,4 @@ const card: Card = {
trainerType: "Item"
}
export default card
export default card

View File

@ -1,5 +1,5 @@
import { Card } from '../../../interfaces'
import Set from '../HS trainer Kit (Zoroark)'
import Set from '../BW trainer Kit (Zoroark).ts'
const card: Card = {
set: Set,
@ -13,9 +13,9 @@ const card: Card = {
de: "Finsternis-Energie"
},
rarity: "Common",
rarity: "None",
category: "Energy",
energyType: "Normal"
}
export default card
export default card

View File

@ -0,0 +1,55 @@
import { Card } from '../../../interfaces'
import Set from '../BW trainer Kit (Zoroark).ts'
const card: Card = {
dexId: [504],
set: Set,
name: {
en: "Patrat",
fr: "Ratentif",
es: "Patrat",
it: "Patrat",
pt: "Patrat",
de: "Nagelotz"
},
illustrator: "Kagemaru Himeno",
rarity: "None",
category: "Pokemon",
hp: 50,
types: ["Colorless"],
stage: "Basic",
attacks: [{
cost: [
"Colorless",
],
name: {
en: "Tackle"
},
damage: 10
}, {
cost: [
"Colorless",
"Colorless"
],
name: {
en: "Bite"
},
damage: 20
}],
weaknesses: [{
type: "Fighting",
value: "×2"
}],
description: {
en: "Using food stored in cheek pouches, they can keep watch for days. They use their tails to communicate with others."
},
retreat: 1,
}
export default card

View File

@ -1,5 +1,5 @@
import { Card } from '../../../interfaces'
import Set from '../HS trainer Kit (Zoroark)'
import Set from '../BW trainer Kit (Zoroark).ts'
const card: Card = {
set: Set,
@ -13,9 +13,9 @@ const card: Card = {
de: "Finsternis-Energie"
},
rarity: "Common",
rarity: "None",
category: "Energy",
energyType: "Normal"
}
export default card
export default card

View File

@ -1,5 +1,5 @@
import { Card } from '../../../interfaces'
import Set from '../HS trainer Kit (Zoroark)'
import Set from '../BW trainer Kit (Zoroark).ts'
const card: Card = {
dexId: [571],
@ -18,30 +18,8 @@ const card: Card = {
rarity: "None",
category: "Pokemon",
description: {
en: "Bonds between these Pokémon are very strong. It protects the safety of its pack by tricking its opponents."
},
stage: "Stage1",
attacks: [{
name: {
en: "Fury Swipes"
},
damage: "20×",
effect: {
en: "Flip 3 coins. This attack does 20 damage times the number of heads."
}
}, {
name: {
en: "Night Daze"
},
damage: 80
}],
hp: 100,
types: ["Darkness"],
@ -54,7 +32,28 @@ const card: Card = {
de: "Zorua"
},
retreat: 2,
attacks: [{
cost: [
"Darkness"
],
name: {
en: "Fury Swipes"
},
effect: {
en: "Flip 3 coins. This attack does 20 damage times the number of heads."
},
damage: "20×",
}, {
cost: [
"Darkness",
"Colorless",
"Colorless"
],
name: {
en: "Night Daze"
},
damage: 80
}],
weaknesses: [{
type: "Fighting",
@ -64,7 +63,13 @@ const card: Card = {
resistances: [{
type: "Psychic",
value: "-20"
}]
}],
description: {
en: "Bonds between these Pokémon are very strong. It protects the safety of its pack by tricking its opponents."
},
retreat: 2,
}
export default card
export default card

View File

@ -0,0 +1,49 @@
import { Card } from '../../../interfaces'
import Set from '../BW trainer Kit (Zoroark).ts'
const card: Card = {
dexId: [572],
set: Set,
name: {
en: "Minccino",
fr: "Chinchidou",
es: "Minccino",
it: "Minccino",
pt: "Minccino",
de: "Picochilla"
},
illustrator: "sui",
rarity: "None",
category: "Pokemon",
hp: 60,
types: ["Colorless"],
stage: "Basic",
attacks: [{
cost: [
"Colorless",
],
name: {
en: "Tail Slap"
},
effect: {
en: "Flip 2 coins. This attack does 10 damage times the number of heads."
},
damage: "10x"
}],
weaknesses: [{
type: "Fighting",
value: "×2"
}],
description: {
en: "They greet one another by rubbing each other with their tails, which are always kept well groomed and clean."
},
retreat: 1,
}
export default card

View File

@ -1,5 +1,5 @@
import { Card } from '../../../interfaces'
import Set from '../HS trainer Kit (Zoroark)'
import Set from '../BW trainer Kit (Zoroark).ts'
const card: Card = {
set: Set,
@ -13,9 +13,9 @@ const card: Card = {
de: "Finsternis-Energie"
},
rarity: "Common",
rarity: "None",
category: "Energy",
energyType: "Normal"
}
export default card
export default card

View File

@ -1,5 +1,5 @@
import { Card } from '../../../interfaces'
import Set from '../HS trainer Kit (Zoroark)'
import Set from '../BW trainer Kit (Zoroark).ts'
const card: Card = {
set: Set,
@ -13,9 +13,9 @@ const card: Card = {
de: "Finsternis-Energie"
},
rarity: "Common",
rarity: "None",
category: "Energy",
energyType: "Normal"
}
export default card
export default card

View File

@ -1,5 +1,5 @@
import { Card } from '../../../interfaces'
import Set from '../HS trainer Kit (Zoroark)'
import Set from '../BW trainer Kit (Zoroark).ts'
const card: Card = {
set: Set,
@ -13,9 +13,9 @@ const card: Card = {
de: "Finsternis-Energie"
},
rarity: "Common",
rarity: "None",
category: "Energy",
energyType: "Normal"
}
export default card
export default card

View File

@ -1,5 +1,5 @@
import { Card } from '../../../interfaces'
import Set from '../HS trainer Kit (Zoroark)'
import Set from '../BW trainer Kit (Zoroark).ts'
const card: Card = {
set: Set,
@ -13,9 +13,9 @@ const card: Card = {
de: "Finsternis-Energie"
},
rarity: "Common",
rarity: "None",
category: "Energy",
energyType: "Normal"
}
export default card
export default card

View File

@ -1,5 +1,5 @@
import { Card } from '../../../interfaces'
import Set from '../HS trainer Kit (Zoroark)'
import Set from '../BW trainer Kit (Zoroark).ts'
const card: Card = {
set: Set,
@ -13,9 +13,9 @@ const card: Card = {
de: "Finsternis-Energie"
},
rarity: "Common",
rarity: "None",
category: "Energy",
energyType: "Normal"
}
export default card
export default card

View File

@ -14,19 +14,32 @@ const card: Card = {
category: "Pokemon",
stage: "Basic",
hp: 40,
types: [
"Colorless",
],
attacks: [{
cost: [
"Colorless",
],
name: {
en: "Headbutt"
},
damage: 10
}, {
cost: [
"Fire",
"Colorless"
],
name: {
en: "Flare"
},
damage: 20
}]
}],
retreat: 1,
}
export default card
export default card

View File

@ -0,0 +1,17 @@
import { Card } from '../../../interfaces'
import Set from '../EX trainer Kit (Latias)'
const card: Card = {
name: {
en: "Fire Energy",
},
illustrator: "",
rarity: "None",
category: "Energy",
set: Set,
stage: "Basic",
energyType: "Normal",
}
export default card

View File

@ -14,23 +14,47 @@ const card: Card = {
category: "Pokemon",
stage: "Stage1",
hp: 70,
types: [
"Fire",
],
evolveFrom: {
en: "Torchic",
},
attacks: [{
cost: [
"Fire",
],
name: {
en: "Flare"
},
damage: 20
}, {
cost: [
"Colorless",
"Colorless",
"Colorless"
],
name: {
en: "Double Kick"
},
damage: "40×",
effect: {
en: "Flip 2 coins. This attack does 40 damage times the number of heads."
}
}]
},
damage: "40×"
}],
weaknesses: [
{
type: "Water",
value: "2x"
},
],
retreat: 1,
}
export default card
export default card

View File

@ -14,23 +14,49 @@ const card: Card = {
category: "Pokemon",
stage: "Stage1",
hp: 80,
types: [
"Colorless",
],
evolveFrom: {
en: "Skitty",
},
attacks: [{
cost: [
"Colorless",
"Colorless"
],
name: {
en: "Scratch"
},
damage: 30
}, {
cost: [
"Colorless",
"Colorless",
"Colorless"
],
name: {
en: "Ultra Energy Source"
},
damage: "10×",
effect: {
en: "Does 10 damage times the number of basic Energy cards attached to all of the Active Pokémon (both yours and your opponents)."
}
}]
},
damage: "10×"
}],
weaknesses: [
{
type: "Fighting",
value: "2x"
},
],
retreat: 1,
}
export default card
export default card

View File

@ -14,23 +14,43 @@ const card: Card = {
category: "Pokemon",
stage: "Basic",
hp: 70,
types: [
"Colorless",
],
attacks: [{
cost: [
"Fire",
],
name: {
en: "Dragon Dew"
},
damage: 10,
effect: {
en: "Remove 1 damage counter from 1 of your Pokémon."
}
},
damage: 10
}, {
cost: [
"Fire",
"Fire",
"Colorless"
],
name: {
en: "Heat Blast"
},
damage: 40
}]
}],
weaknesses: [
{
type: "Psychic",
value: "2x"
},
],
retreat: 1,
}
export default card
export default card

View File

@ -14,23 +14,42 @@ const card: Card = {
category: "Pokemon",
stage: "Basic",
hp: 40,
types: [
"Fire",
],
attacks: [{
cost: [
"Fire",
],
name: {
en: "Firebreathing"
},
damage: "10+",
effect: {
en: "Flip a coin. If heads, this attack does 10 damage plus 10 more damage."
}
},
damage: "10+"
}, {
cost: [
"Colorless",
"Colorless"
],
name: {
en: "Tackle"
},
damage: 20
}]
}],
weaknesses: [
{
type: "Water",
value: "2x"
},
],
retreat: 1,
}
export default card
export default card

View File

@ -14,23 +14,43 @@ const card: Card = {
category: "Pokemon",
stage: "Basic",
hp: 50,
types: [
"Colorless",
],
attacks: [{
cost: [
"Colorless",
],
name: {
en: "Tackle"
},
damage: 10
}, {
cost: [
"Colorless",
"Colorless"
],
name: {
en: "Lunge"
},
damage: 30,
effect: {
en: "Flip a coin. If tails, this attack does nothing."
}
}]
},
damage: 30
}],
weaknesses: [
{
type: "Fighting",
value: "2x"
},
],
retreat: 1,
}
export default card
export default card

View File

@ -14,17 +14,34 @@ const card: Card = {
category: "Pokemon",
stage: "Basic",
hp: 50,
types: [
"Fire",
],
attacks: [{
cost: [
"Fire",
"Colorless"
],
name: {
en: "Firebreathing"
},
damage: "20+",
effect: {
en: "Flip a coin. If heads, this attack does 20 damage plus 20 more damage."
}
}]
},
damage: "20+"
}],
weaknesses: [
{
type: "Water",
value: "2x"
},
],
retreat: 1,
}
export default card
export default card

View File

@ -0,0 +1,19 @@
import { Card } from '../../../interfaces'
import Set from '../EX trainer Kit (Latias)'
const card: Card = {
name: {
en: "Potion"
},
illustrator: "Keiji Kinebuchi",
rarity: "None",
category: "Trainer",
set: Set,
effect: {
en: "Remove 2 damage counters from 1 of your Pokémon (remove 1 damage counter if that Pokémon has only 1)."
}
}
export default card

View File

@ -0,0 +1,19 @@
import { Card } from '../../../interfaces'
import Set from '../EX trainer Kit (Latias)'
const card: Card = {
name: {
en: "Energy Search"
},
illustrator: "Kai Ishikawa",
rarity: "None",
category: "Trainer",
set: Set,
effect: {
en: "Search your deck for a basic Energy card, show it to your opponent, and put it into your hand. Shuffle your deck afterward."
}
}
export default card

View File

@ -14,13 +14,38 @@ const card: Card = {
category: "Pokemon",
stage: "Basic",
hp: 50,
types: [
"Lightning",
],
attacks: [{
cost: [
"Colorless",
],
name: {
en: "Headbutt"
},
damage: 10
}]
}],
weaknesses: [
{
type: "Fighting",
value: "2x"
},
],
resistances: [
{
type: "Metal",
value: "-30"
},
],
retreat: 1,
}
export default card
export default card

View File

@ -0,0 +1,17 @@
import { Card } from '../../../interfaces'
import Set from '../EX trainer Kit (Latios)'
const card: Card = {
name: {
en: "Lightning Energy",
},
illustrator: "",
rarity: "None",
category: "Energy",
set: Set,
stage: "Basic",
energyType: "Normal",
}
export default card

View File

@ -14,23 +14,44 @@ const card: Card = {
category: "Pokemon",
stage: "Basic",
hp: 80,
types: [
"Colorless",
],
attacks: [{
cost: [
"Lightning",
"Colorless"
],
name: {
en: "Gather Energy"
},
damage: 20,
effect: {
en: "Flip a coin. If heads, search your deck for a basic Energy card and attach it to 1 of your Pokémon. Shuffle your deck afterward."
}
},
damage: 20
}, {
cost: [
"Lightning",
"Lightning",
"Colorless"
],
name: {
en: "Dragon Claw"
},
damage: 40
}]
}],
weaknesses: [
{
type: "Psychic",
value: "2x"
},
],
retreat: 1,
}
export default card
export default card

View File

@ -14,25 +14,48 @@ const card: Card = {
category: "Pokemon",
stage: "Stage1",
hp: 70,
types: [
"Colorless",
],
evolveFrom: {
en: "Zigzagoon",
},
attacks: [{
cost: [
"Colorless",
],
name: {
en: "Seek Out"
},
effect: {
en: "Search your deck for up to 2 cards and put them into your hand. Shuffle your deck afterward."
}
}, {
cost: [
"Colorless",
"Colorless"
],
name: {
en: "Continuous Headbutt"
},
damage: "40×",
effect: {
en: "Flip a coin until you get tails. This attack does 40 damage times the number of heads."
}
}]
},
damage: "40×"
}],
weaknesses: [
{
type: "Fighting",
value: "2x"
},
],
retreat: 1,
}
export default card
export default card

View File

@ -14,19 +14,46 @@ const card: Card = {
category: "Pokemon",
stage: "Basic",
hp: 40,
types: [
"Lightning",
],
attacks: [{
cost: [
"Colorless",
],
name: {
en: "Rollout"
},
damage: 10
}, {
cost: [
"Colorless",
"Colorless"
],
name: {
en: "Hook"
},
damage: 20
}]
}],
weaknesses: [
{
type: "Fighting",
value: "2x"
},
],
resistances: [
{
type: "Metal",
value: "-30"
},
],
retreat: 1,
}
export default card
export default card

View File

@ -14,23 +14,48 @@ const card: Card = {
category: "Pokemon",
stage: "Stage1",
hp: 80,
types: [
"Lightning",
],
evolveFrom: {
en: "Magnemite",
},
attacks: [{
cost: [
"Colorless",
"Colorless"
],
name: {
en: "Ram"
},
damage: 20
}, {
cost: [
"Lightning",
"Colorless",
"Colorless"
],
name: {
en: "Triple Smash"
},
damage: "20+",
effect: {
en: "Flip 3 coins. This attack does 20 damage plus 20 more damage for each heads."
}
}]
},
damage: "20+"
}],
weaknesses: [
{
type: "Fighting",
value: "2x"
},
],
retreat: 1,
}
export default card
export default card

View File

@ -14,19 +14,40 @@ const card: Card = {
category: "Pokemon",
stage: "Basic",
hp: 50,
types: [
"Lightning",
],
attacks: [{
cost: [
"Colorless",
],
name: {
en: "Scratch"
},
damage: 10
}, {
cost: [
"Lightning",
"Colorless",
"Colorless"
],
name: {
en: "Pika Bolt"
},
damage: 40
}]
}],
weaknesses: [
{
type: "Fighting",
value: "2x"
},
],
retreat: 1,
}
export default card
export default card

View File

@ -14,17 +14,33 @@ const card: Card = {
category: "Pokemon",
stage: "Basic",
hp: 40,
types: [
"Colorless",
],
attacks: [{
cost: [
"Colorless",
],
name: {
en: "Fury Swipes"
},
damage: "10×",
effect: {
en: "Flip 3 coins. This attack does 10 damage times the number of heads."
}
}]
},
damage: "10×"
}],
weaknesses: [
{
type: "Fighting",
value: "2x"
},
],
retreat: 1,
}
export default card
export default card

View File

@ -0,0 +1,19 @@
import { Card } from '../../../interfaces'
import Set from '../EX trainer Kit (Latios)'
const card: Card = {
name: {
en: "Potion"
},
illustrator: "Keiji Kinebuchi",
rarity: "None",
category: "Trainer",
set: Set,
effect: {
en: "Remove 2 damage counters from 1 of your Pokémon (remove 1 damage counter if that Pokémon has only 1)."
}
}
export default card

View File

@ -0,0 +1,19 @@
import { Card } from '../../../interfaces'
import Set from '../EX trainer Kit (Latios)'
const card: Card = {
name: {
en: "Energy Search"
},
illustrator: "Kai Ishikawa",
rarity: "None",
category: "Trainer",
set: Set,
effect: {
en: "Search your deck for a basic Energy card, show it to your opponent, and put it into your hand. Shuffle your deck afterward."
}
}
export default card

View File

@ -2,10 +2,10 @@ import { Set } from '../../interfaces'
import serie from '../Trainer kits'
const set: Set = {
id: "tk-ex-n",
id: "tk-ex-m",
name: {
en: "EX trainer Kit 2 (Ninun)",
en: "EX trainer Kit 2 (Minun)",
it: "EX trainer Kit (Ninun)",
fr: "EX Kit dresseur (Négapi)",
es: "Kit de Entrenador EX (Ninun)",

View File

@ -1,5 +1,5 @@
import { Card } from '../../../interfaces'
import Set from '../EX trainer Kit 2 (Ninun)'
import Set from '../EX trainer Kit 2 (Minun).ts'
const card: Card = {
dexId: [59],
@ -14,23 +14,48 @@ const card: Card = {
category: "Pokemon",
stage: "Stage1",
hp: 90,
types: [
"Fire",
],
evolveFrom: {
en: "Growlithe",
},
attacks: [{
cost: [
"Fire",
],
name: {
en: "Flare"
},
damage: 20
}, {
cost: [
"Fire",
"Colorless",
"Colorless",
"Colorless"
],
name: {
en: "Heat Tackle"
},
damage: 70,
effect: {
en: "Arcanine does 10 damage to itself."
}
}]
},
damage: 70
}],
weaknesses: [
{
type: "Water",
value: "2x"
},
],
retreat: 2,
}
export default card
export default card

View File

@ -0,0 +1,19 @@
import { Card } from '../../../interfaces'
import Set from '../EX trainer Kit 2 (Minun).ts'
const card: Card = {
name: {
en: "Potion"
},
illustrator: "Keiji Kinebuchi",
rarity: "None",
category: "Trainer",
set: Set,
effect: {
en: "Remove 2 damage counters from 1 of your Pokémon (remove 1 damage counter if that Pokémon has only 1)."
}
}
export default card

View File

@ -0,0 +1,18 @@
import { Card } from '../../../interfaces'
import Set from '../EX trainer Kit 2 (Minun).ts'
const card: Card = {
name: {
en: "Fire Energy",
},
illustrator: "",
rarity: "None",
category: "Energy",
set: Set,
stage: "Basic",
energyType: "Normal",
}
export default card

View File

@ -0,0 +1,18 @@
import { Card } from '../../../interfaces'
import Set from '../EX trainer Kit 2 (Minun).ts'
const card: Card = {
name: {
en: "Lightning Energy",
},
illustrator: "",
rarity: "None",
category: "Energy",
set: Set,
stage: "Basic",
energyType: "Normal",
}
export default card

View File

@ -1,5 +1,5 @@
import { Card } from '../../../interfaces'
import Set from '../EX trainer Kit 2 (Ninun)'
import Set from '../EX trainer Kit 2 (Minun).ts'
const card: Card = {
dexId: [4],
@ -14,19 +14,39 @@ const card: Card = {
category: "Pokemon",
stage: "Basic",
hp: 50,
types: [
"Fire",
],
attacks: [{
cost: [
"Colorless",
],
name: {
en: "Headbutt"
},
damage: 10
}, {
cost: [
"Colorless",
"Colorless"
],
name: {
en: "Slash"
},
damage: 20
}]
}],
weaknesses: [
{
type: "Water",
value: "2x"
},
],
retreat: 1,
}
export default card
export default card

View File

@ -1,5 +1,5 @@
import { Card } from '../../../interfaces'
import Set from '../EX trainer Kit 2 (Ninun)'
import Set from '../EX trainer Kit 2 (Minun).ts'
const card: Card = {
dexId: [5],
@ -14,23 +14,48 @@ const card: Card = {
category: "Pokemon",
stage: "Stage1",
hp: 70,
types: [
"Fire",
],
evolveFrom: {
en: "Charmander",
},
attacks: [{
cost: [
"Fire",
"Colorless"
],
name: {
en: "Flare"
},
damage: 30
}, {
cost: [
"Fire",
"Colorless",
"Colorless"
],
name: {
en: "Damage Burn"
},
damage: "40+",
effect: {
en: "If the Defending Pokémon already has any damage counters on it, this attack does 40 damage plus 20 more damage."
}
}]
},
damage: "40+"
}],
weaknesses: [
{
type: "Water",
value: "2x"
},
],
retreat: 1,
}
export default card
export default card

View File

@ -1,5 +1,5 @@
import { Card } from '../../../interfaces'
import Set from '../EX trainer Kit 2 (Ninun)'
import Set from '../EX trainer Kit 2 (Minun).ts'
const card: Card = {
dexId: [58],
@ -14,19 +14,40 @@ const card: Card = {
category: "Pokemon",
stage: "Basic",
hp: 60,
types: [
"Fire",
],
attacks: [{
cost: [
"Colorless",
],
name: {
en: "Bite"
},
damage: 10
}, {
cost: [
"Fire",
"Colorless",
"Colorless"
],
name: {
en: "Flame Tail"
},
damage: 40
}]
}],
weaknesses: [
{
type: "Water",
value: "2x"
},
],
retreat: 2,
}
export default card
export default card

View File

@ -1,5 +1,5 @@
import { Card } from '../../../interfaces'
import Set from '../EX trainer Kit 2 (Ninun)'
import Set from '../EX trainer Kit 2 (Minun).ts'
const card: Card = {
dexId: [179],
@ -14,25 +14,44 @@ const card: Card = {
category: "Pokemon",
stage: "Basic",
hp: 50,
types: [
"Lightning",
],
attacks: [{
cost: [
"Colorless",
],
name: {
en: "Minor Errand-Running"
},
effect: {
en: "Search your deck for a basic Energy card, show it to your opponent, and put it into your hand. Shuffle your deck afterward."
}
}, {
cost: [
"Lightning",
"Colorless"
],
name: {
en: "Quick Attack"
},
damage: "10+",
effect: {
en: "Flip a coin. If heads, this attack does 10 damage plus 10 more damage."
}
}]
},
damage: "10+"
}],
weaknesses: [
{
type: "Fighting",
value: "2x"
},
],
retreat: 1,
}
export default card
export default card

View File

@ -1,5 +1,5 @@
import { Card } from '../../../interfaces'
import Set from '../EX trainer Kit 2 (Ninun)'
import Set from '../EX trainer Kit 2 (Minun).ts'
const card: Card = {
dexId: [312],
@ -14,25 +14,51 @@ const card: Card = {
category: "Pokemon",
stage: "Basic",
hp: 60,
types: [
"Lightning",
],
attacks: [{
cost: [
"Colorless",
],
name: {
en: "Drawup Power"
},
effect: {
en: "Search your deck for an Energy card, show it to your opponent, and put into your hand. Shuffle your deck afterward."
}
}, {
cost: [
"Lightning",
"Colorless"
],
name: {
en: "Front Spark"
},
damage: 20,
effect: {
en: "Does 10 damage to 1 of your opponents Benched Pokémon. (Dont apply Weakness and Resistance for Benched Pokémon.)"
}
}]
},
damage: 20
}],
weaknesses: [
{
type: "Fighting",
value: "2x"
},
],
resistances: [
{
type: "Metal",
value: "-30"
},
],
retreat: 1,
}
export default card
export default card

View File

@ -0,0 +1,55 @@
import { Card } from '../../../interfaces'
import Set from '../EX trainer Kit 2 (Minun).ts'
const card: Card = {
dexId: [37],
set: Set,
name: {
en: "Vulpix"
},
illustrator: "Midori Harada",
rarity: "None",
category: "Pokemon",
stage: "Basic",
hp: 50,
types: [
"Fire",
],
attacks: [{
cost: [
"Colorless",
],
name: {
en: "Bite"
},
damage: 10
}, {
cost: [
"Fire",
"Colorless"
],
name: {
en: "Firebreathing"
},
effect: {
en: "Flip a coin. If heads, this attack does 20 damage plus 10 more damage."
},
damage: "20+"
}],
weaknesses: [
{
type: "Water",
value: "2x"
},
],
retreat: 1,
}
export default card

View File

@ -0,0 +1,21 @@
import { Card } from '../../../interfaces'
import Set from '../EX trainer Kit 2 (Minun).ts'
const card: Card = {
name: {
en: "Celio's Network"
},
illustrator: "Ken Sugimori",
rarity: "None",
category: "Trainer",
set: Set,
trainerType: "Supporter",
effect: {
en: "Search your deck for a Basic Pokémon or Evolution card (excluding Pokémon-ex), show it to your opponent, and put it into your hand. Shuffle your deck afterward."
}
}
export default card

View File

@ -0,0 +1,19 @@
import { Card } from '../../../interfaces'
import Set from '../EX trainer Kit 2 (Minun).ts'
const card: Card = {
name: {
en: "Energy Search"
},
illustrator: "Kai Ishikawa",
rarity: "None",
category: "Trainer",
set: Set,
effect: {
en: "Search your deck for a basic Energy card, show it to your opponent, and put it into your hand. Shuffle your deck afterward."
}
}
export default card

View File

@ -14,23 +14,42 @@ const card: Card = {
category: "Pokemon",
stage: "Basic",
hp: 50,
types: [
"Psychic",
],
attacks: [{
cost: [
"Colorless",
],
name: {
en: "Call for Family"
},
effect: {
en: "Search your deck for a Basic Pokémon and put it onto your Bench. Shuffle your deck afterward."
}
}, {
cost: [
"Psychic",
],
name: {
en: "Metal Ball"
},
effect: {
en: "Put 1 damage counter on the Defending Pokémon."
}
}]
}],
weaknesses: [
{
type: "Psychic",
value: "2x"
},
],
retreat: 1,
}
export default card
export default card

View File

@ -0,0 +1,21 @@
import { Card } from '../../../interfaces'
import Set from '../EX trainer Kit 2 (Plusle)'
const card: Card = {
name: {
en: "Professor Cozmo's Discovery"
},
illustrator: "Ken Sugimori",
rarity: "None",
category: "Trainer",
set: Set,
trainerType: "Supporter",
effect: {
en: "Flip a coin. If heads, draw the bottom 3 cards of your deck. If tails, draw the top 2 cards of your deck."
}
}
export default card

View File

@ -0,0 +1,18 @@
import { Card } from '../../../interfaces'
import Set from '../EX trainer Kit 2 (Plusle)'
const card: Card = {
name: {
en: "Lightning Energy",
},
illustrator: "",
rarity: "None",
category: "Energy",
set: Set,
stage: "Basic",
energyType: "Normal",
}
export default card

View File

@ -0,0 +1,18 @@
import { Card } from '../../../interfaces'
import Set from '../EX trainer Kit 2 (Plusle)'
const card: Card = {
name: {
en: "Psychic Energy",
},
illustrator: "",
rarity: "None",
category: "Energy",
set: Set,
stage: "Basic",
energyType: "Normal",
}
export default card

View File

@ -0,0 +1,57 @@
import { Card } from '../../../interfaces'
import Set from '../EX trainer Kit 2 (Plusle)'
const card: Card = {
dexId: [309],
set: Set,
name: {
en: "Electrike"
},
illustrator: "Hiroki Fuchino",
rarity: "None",
category: "Pokemon",
stage: "Basic",
hp: 50,
types: [
"Lightning",
],
attacks: [{
cost: [
"Lightning",
],
name: {
en: "Recharge"
},
effect: {
en: "Search your deck for a Lightning Energy card and attach it to Electrike. Shuffle your deck afterward."
}
}, {
cost: [
"Colorless",
"Colorless"
],
name: {
en: "Quick Attack"
},
effect: {
en: "Flip a coin. If heads, this attack does 10 damage plus 20 more damage."
},
damage: "10+"
}],
weaknesses: [
{
type: "Fighting",
value: "2x"
},
],
retreat: 1,
}
export default card

Some files were not shown because too many files have changed in this diff Show More