mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-16 06:39:50 +00:00
29
data/Trainer kits/HS trainer Kit (Excadrill)/1.ts
Normal file
29
data/Trainer kits/HS trainer Kit (Excadrill)/1.ts
Normal file
@ -0,0 +1,29 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../HS trainer Kit (Excadrill)'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Lillipup",
|
||||
fr: "Ponchiot",
|
||||
es: "Lillipup",
|
||||
it: "Lillipup",
|
||||
pt: "Lillipup",
|
||||
de: "Yorkleff"
|
||||
},
|
||||
|
||||
rarity: "Common",
|
||||
category: "Pokemon",
|
||||
hp: 50,
|
||||
types: ["Colorless"],
|
||||
stage: "Basic",
|
||||
retreat: 1,
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fighting",
|
||||
value: "×2"
|
||||
}]
|
||||
}
|
||||
|
||||
export default card
|
21
data/Trainer kits/HS trainer Kit (Excadrill)/10.ts
Normal file
21
data/Trainer kits/HS trainer Kit (Excadrill)/10.ts
Normal file
@ -0,0 +1,21 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../HS trainer Kit (Excadrill)'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Fighting Energy",
|
||||
fr: "Énergie Combat",
|
||||
es: "Energía Lucha",
|
||||
it: "Energia Combattimento",
|
||||
pt: "Energia de Luta",
|
||||
de: "Kampf-Energie"
|
||||
},
|
||||
|
||||
rarity: "Common",
|
||||
category: "Energy",
|
||||
energyType: "Normal"
|
||||
}
|
||||
|
||||
export default card
|
29
data/Trainer kits/HS trainer Kit (Excadrill)/11.ts
Normal file
29
data/Trainer kits/HS trainer Kit (Excadrill)/11.ts
Normal file
@ -0,0 +1,29 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../HS trainer Kit (Excadrill)'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Timburr",
|
||||
fr: "Charpenti",
|
||||
es: "Timburr",
|
||||
it: "Timburr",
|
||||
pt: "Timburr",
|
||||
de: "Praktibalk"
|
||||
},
|
||||
|
||||
rarity: "Common",
|
||||
category: "Pokemon",
|
||||
hp: 60,
|
||||
types: ["Fighting"],
|
||||
stage: "Basic",
|
||||
retreat: 1,
|
||||
|
||||
weaknesses: [{
|
||||
type: "Psychic",
|
||||
value: "×2"
|
||||
}]
|
||||
}
|
||||
|
||||
export default card
|
29
data/Trainer kits/HS trainer Kit (Excadrill)/12.ts
Normal file
29
data/Trainer kits/HS trainer Kit (Excadrill)/12.ts
Normal file
@ -0,0 +1,29 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../HS trainer Kit (Excadrill)'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Audino",
|
||||
fr: "Nanméouïe",
|
||||
es: "Audino",
|
||||
it: "Audino",
|
||||
pt: "Audino",
|
||||
de: "Ohrdoch"
|
||||
},
|
||||
|
||||
rarity: "Uncommon",
|
||||
category: "Pokemon",
|
||||
hp: 80,
|
||||
types: ["Colorless"],
|
||||
stage: "Basic",
|
||||
retreat: 2,
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fighting",
|
||||
value: "×2"
|
||||
}]
|
||||
}
|
||||
|
||||
export default card
|
34
data/Trainer kits/HS trainer Kit (Excadrill)/13.ts
Normal file
34
data/Trainer kits/HS trainer Kit (Excadrill)/13.ts
Normal file
@ -0,0 +1,34 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../HS trainer Kit (Excadrill)'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Drilbur",
|
||||
fr: "Rototaupe",
|
||||
es: "Drilbur",
|
||||
it: "Drilbur",
|
||||
pt: "Drilbur",
|
||||
de: "Rotomurf"
|
||||
},
|
||||
|
||||
rarity: "Uncommon",
|
||||
category: "Pokemon",
|
||||
hp: 70,
|
||||
types: ["Fighting"],
|
||||
stage: "Basic",
|
||||
retreat: 2,
|
||||
|
||||
weaknesses: [{
|
||||
type: "Water",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
resistances: [{
|
||||
type: "Lightning",
|
||||
value: "-20"
|
||||
}]
|
||||
}
|
||||
|
||||
export default card
|
39
data/Trainer kits/HS trainer Kit (Excadrill)/14.ts
Normal file
39
data/Trainer kits/HS trainer Kit (Excadrill)/14.ts
Normal file
@ -0,0 +1,39 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../HS trainer Kit (Excadrill)'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Gurdurr",
|
||||
fr: "Ouvrifier",
|
||||
es: "Gurdurr",
|
||||
it: "Gurdurr",
|
||||
pt: "Gurdurr",
|
||||
de: "Strepoli"
|
||||
},
|
||||
|
||||
rarity: "Uncommon",
|
||||
category: "Pokemon",
|
||||
hp: 80,
|
||||
types: ["Fighting"],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Timburr",
|
||||
fr: "Charpenti",
|
||||
es: "Timburr",
|
||||
it: "Timburr",
|
||||
pt: "Timburr",
|
||||
de: "Praktibalk"
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
retreat: 2,
|
||||
|
||||
weaknesses: [{
|
||||
type: "Psychic",
|
||||
value: "×2"
|
||||
}]
|
||||
}
|
||||
|
||||
export default card
|
31
data/Trainer kits/HS trainer Kit (Excadrill)/15.ts
Normal file
31
data/Trainer kits/HS trainer Kit (Excadrill)/15.ts
Normal file
@ -0,0 +1,31 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../HS trainer Kit (Excadrill)'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Potion",
|
||||
fr: "Potion",
|
||||
es: "Poción",
|
||||
it: "Pozione",
|
||||
pt: "Poção",
|
||||
de: "Trank"
|
||||
},
|
||||
|
||||
rarity: "Common",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "Heal 30 damage from 1 of your Pokémon.",
|
||||
fr: "Soignez 30 dégâts à 1 de vos Pokémon.",
|
||||
es: "Cura 30 puntos de daño a 1 de tus Pokémon.",
|
||||
it: "Cura uno dei tuoi Pokémon da 30 danni.",
|
||||
pt: "Cura 30 de danos de 1 Pokémon seu.",
|
||||
de: "Heile 30 Schadenspunkte bei 1 deiner Pokémon."
|
||||
},
|
||||
|
||||
trainerType: "Item"
|
||||
}
|
||||
|
||||
export default card
|
31
data/Trainer kits/HS trainer Kit (Excadrill)/16.ts
Normal file
31
data/Trainer kits/HS trainer Kit (Excadrill)/16.ts
Normal file
@ -0,0 +1,31 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../HS trainer Kit (Excadrill)'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "PlusPower",
|
||||
fr: "PlusPower",
|
||||
es: "PoderPlus",
|
||||
it: "PlusPotenza",
|
||||
pt: "PlusPower",
|
||||
de: "PlusPower"
|
||||
},
|
||||
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "During this turn, your Pokémon’s attacks do 10 more damage to the Active Pokémon (before applying Weakness and Resistance).",
|
||||
fr: "Pendant ce tour, les attaques de votre Pokémon infligent 10 dégâts supplémentaires aux Pokémon Actifs (avant application de la Faiblesse et de la Résistance).",
|
||||
es: "Durante este turno, los ataques de tus Pokémon hacen 10 puntos de daño más a los Pokémon Activos (antes de aplicar Debilidad y Resistencia).",
|
||||
it: "Durante questo turno, gli attacchi dei tuoi Pokémon infliggono 10 danni in più al Pokémon attivo, prima di aver applicato debolezza e resistenza.",
|
||||
pt: "Nesta vez de jogar, os ataques do seu Pokémon causam 10 de danos extras ao Pokémon Ativo (antes de aplicar Fraqueza e Resistência).",
|
||||
de: "Während dieses Zuges fügen alle Angriffe deines Pokémon den Aktiven Pokémon 10 weitere Schadenspunkte zu (bevor Schwäche und Resistenz verrechnet werden)."
|
||||
},
|
||||
|
||||
trainerType: "Item"
|
||||
}
|
||||
|
||||
export default card
|
69
data/Trainer kits/HS trainer Kit (Excadrill)/17.ts
Normal file
69
data/Trainer kits/HS trainer Kit (Excadrill)/17.ts
Normal file
@ -0,0 +1,69 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../HS trainer Kit (Excadrill)'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Excadrill",
|
||||
fr: "Minotaupe",
|
||||
es: "Excadrill",
|
||||
it: "Excadrill",
|
||||
pt: "Excadrill",
|
||||
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."
|
||||
},
|
||||
|
||||
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",
|
||||
es: "Drilbur",
|
||||
it: "Drilbur",
|
||||
pt: "Drilbur",
|
||||
de: "Rotomurf"
|
||||
},
|
||||
|
||||
retreat: 2,
|
||||
|
||||
weaknesses: [{
|
||||
type: "Water",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
resistances: [{
|
||||
type: "Lightning",
|
||||
value: "-20"
|
||||
}]
|
||||
}
|
||||
|
||||
export default card
|
29
data/Trainer kits/HS trainer Kit (Excadrill)/18.ts
Normal file
29
data/Trainer kits/HS trainer Kit (Excadrill)/18.ts
Normal file
@ -0,0 +1,29 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../HS trainer Kit (Excadrill)'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Audino",
|
||||
fr: "Nanméouïe",
|
||||
es: "Audino",
|
||||
it: "Audino",
|
||||
pt: "Audino",
|
||||
de: "Ohrdoch"
|
||||
},
|
||||
|
||||
rarity: "Uncommon",
|
||||
category: "Pokemon",
|
||||
hp: 80,
|
||||
types: ["Colorless"],
|
||||
stage: "Basic",
|
||||
retreat: 2,
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fighting",
|
||||
value: "×2"
|
||||
}]
|
||||
}
|
||||
|
||||
export default card
|
39
data/Trainer kits/HS trainer Kit (Excadrill)/19.ts
Normal file
39
data/Trainer kits/HS trainer Kit (Excadrill)/19.ts
Normal file
@ -0,0 +1,39 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../HS trainer Kit (Excadrill)'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Herdier",
|
||||
fr: "Ponchien",
|
||||
es: "Herdier",
|
||||
it: "Herdier",
|
||||
pt: "Herdier",
|
||||
de: "Terribark"
|
||||
},
|
||||
|
||||
rarity: "Uncommon",
|
||||
category: "Pokemon",
|
||||
hp: 80,
|
||||
types: ["Colorless"],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Lillipup",
|
||||
fr: "Ponchiot",
|
||||
es: "Lillipup",
|
||||
it: "Lillipup",
|
||||
pt: "Lillipup",
|
||||
de: "Yorkleff"
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
retreat: 1,
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fighting",
|
||||
value: "×2"
|
||||
}]
|
||||
}
|
||||
|
||||
export default card
|
21
data/Trainer kits/HS trainer Kit (Excadrill)/2.ts
Normal file
21
data/Trainer kits/HS trainer Kit (Excadrill)/2.ts
Normal file
@ -0,0 +1,21 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../HS trainer Kit (Excadrill)'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Fighting Energy",
|
||||
fr: "Énergie Combat",
|
||||
es: "Energía Lucha",
|
||||
it: "Energia Combattimento",
|
||||
pt: "Energia de Luta",
|
||||
de: "Kampf-Energie"
|
||||
},
|
||||
|
||||
rarity: "Common",
|
||||
category: "Energy",
|
||||
energyType: "Normal"
|
||||
}
|
||||
|
||||
export default card
|
21
data/Trainer kits/HS trainer Kit (Excadrill)/20.ts
Normal file
21
data/Trainer kits/HS trainer Kit (Excadrill)/20.ts
Normal file
@ -0,0 +1,21 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../HS trainer Kit (Excadrill)'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Fighting Energy",
|
||||
fr: "Énergie Combat",
|
||||
es: "Energía Lucha",
|
||||
it: "Energia Combattimento",
|
||||
pt: "Energia de Luta",
|
||||
de: "Kampf-Energie"
|
||||
},
|
||||
|
||||
rarity: "Common",
|
||||
category: "Energy",
|
||||
energyType: "Normal"
|
||||
}
|
||||
|
||||
export default card
|
31
data/Trainer kits/HS trainer Kit (Excadrill)/21.ts
Normal file
31
data/Trainer kits/HS trainer Kit (Excadrill)/21.ts
Normal file
@ -0,0 +1,31 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../HS trainer Kit (Excadrill)'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Energy Search",
|
||||
fr: "Recherche d’Énergie",
|
||||
es: "Búsqueda de Energía",
|
||||
it: "Ricerca di Energia",
|
||||
pt: "Busca de Energia",
|
||||
de: "Energiesuche"
|
||||
},
|
||||
|
||||
rarity: "Common",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "Search your deck for a basic Energy card, reveal it, and put it into your hand. Shuffle your deck afterward.",
|
||||
fr: "Cherchez une carte Énergie de base dans votre deck, montrez-la, puis ajoutez-la à votre main. Mélangez ensuite votre deck.",
|
||||
es: "Busca en tu baraja una carta de Energía Básica, enséñala y ponla en tu mano. Baraja las cartas de tu baraja después.",
|
||||
it: "Cerca nel tuo mazzo una carta Energia base, mostrala e aggiungila a quelle che hai in mano. Poi rimischia le carte del tuo mazzo.",
|
||||
pt: "Procure um card de Energia básica no seu baralho, revele-o e coloque-o na sua mão. Em seguida, embaralhe seu baralho.",
|
||||
de: "Durchsuche dein Deck nach 1 Basis-Energiekarte, zeige sie deinem Gegner und nimm sie auf deine Hand. Mische anschließend dein Deck."
|
||||
},
|
||||
|
||||
trainerType: "Item"
|
||||
}
|
||||
|
||||
export default card
|
21
data/Trainer kits/HS trainer Kit (Excadrill)/22.ts
Normal file
21
data/Trainer kits/HS trainer Kit (Excadrill)/22.ts
Normal file
@ -0,0 +1,21 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../HS trainer Kit (Excadrill)'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Fighting Energy",
|
||||
fr: "Énergie Combat",
|
||||
es: "Energía Lucha",
|
||||
it: "Energia Combattimento",
|
||||
pt: "Energia de Luta",
|
||||
de: "Kampf-Energie"
|
||||
},
|
||||
|
||||
rarity: "Common",
|
||||
category: "Energy",
|
||||
energyType: "Normal"
|
||||
}
|
||||
|
||||
export default card
|
31
data/Trainer kits/HS trainer Kit (Excadrill)/23.ts
Normal file
31
data/Trainer kits/HS trainer Kit (Excadrill)/23.ts
Normal file
@ -0,0 +1,31 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../HS trainer Kit (Excadrill)'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Potion",
|
||||
fr: "Potion",
|
||||
es: "Poción",
|
||||
it: "Pozione",
|
||||
pt: "Poção",
|
||||
de: "Trank"
|
||||
},
|
||||
|
||||
rarity: "Common",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "Heal 30 damage from 1 of your Pokémon.",
|
||||
fr: "Soignez 30 dégâts à 1 de vos Pokémon.",
|
||||
es: "Cura 30 puntos de daño a 1 de tus Pokémon.",
|
||||
it: "Cura uno dei tuoi Pokémon da 30 danni.",
|
||||
pt: "Cura 30 de danos de 1 Pokémon seu.",
|
||||
de: "Heile 30 Schadenspunkte bei 1 deiner Pokémon."
|
||||
},
|
||||
|
||||
trainerType: "Item"
|
||||
}
|
||||
|
||||
export default card
|
31
data/Trainer kits/HS trainer Kit (Excadrill)/24.ts
Normal file
31
data/Trainer kits/HS trainer Kit (Excadrill)/24.ts
Normal file
@ -0,0 +1,31 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../HS trainer Kit (Excadrill)'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Pokémon Communication",
|
||||
fr: "Communication Pokémon",
|
||||
es: "Comunicación Pokémon",
|
||||
it: "Comunicazione Pokémon",
|
||||
pt: "Comunicação Pokémon",
|
||||
de: "Pokémon-Kommunikation"
|
||||
},
|
||||
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
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.",
|
||||
fr: "Montrez l’un des Pokémon de votre main et placez-le sur le dessus de votre deck. Dans ce cas, cherchez un Pokémon dans votre deck, montrez-le, puis ajoutez-le à votre main. Mélangez ensuite votre deck.",
|
||||
es: "Enseña un Pokémon de tu mano y ponlo en la parte superior de tu baraja. Si lo haces, busca en tu baraja un Pokémon, enséñalo y ponlo en tu mano. Baraja las cartas de tu baraja después.",
|
||||
it: "Mostra un Pokémon che hai in mano e mettilo in cima al tuo mazzo. A questo punto cerca nel tuo mazzo un Pokémon, mostra anche questo e aggiungilo alle carte che hai in mano. Poi rimischia le carte del tuo mazzo.",
|
||||
pt: "Revele um Pokémon em sua mão e coloque-o em cima do seu baralho. Se fizer isso, procure um Pokémon em seu baralho, revele-o e coloque-o na sua mão. Em seguida, embaralhe seu baralho.",
|
||||
de: "Nimm 1 Pokémon von deiner Hand, zeige es deinem Gegner und lege es auf dein Deck. Wenn du das machst, durchsuche dein Deck nach 1 Pokémon, zeige es deinem Gegner und nimm es auf deine Hand. Mische anschließend dein Deck."
|
||||
},
|
||||
|
||||
trainerType: "Item"
|
||||
}
|
||||
|
||||
export default card
|
34
data/Trainer kits/HS trainer Kit (Excadrill)/25.ts
Normal file
34
data/Trainer kits/HS trainer Kit (Excadrill)/25.ts
Normal file
@ -0,0 +1,34 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../HS trainer Kit (Excadrill)'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Drilbur",
|
||||
fr: "Rototaupe",
|
||||
es: "Drilbur",
|
||||
it: "Drilbur",
|
||||
pt: "Drilbur",
|
||||
de: "Rotomurf"
|
||||
},
|
||||
|
||||
rarity: "Uncommon",
|
||||
category: "Pokemon",
|
||||
hp: 70,
|
||||
types: ["Fighting"],
|
||||
stage: "Basic",
|
||||
retreat: 2,
|
||||
|
||||
weaknesses: [{
|
||||
type: "Water",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
resistances: [{
|
||||
type: "Lightning",
|
||||
value: "-20"
|
||||
}]
|
||||
}
|
||||
|
||||
export default card
|
21
data/Trainer kits/HS trainer Kit (Excadrill)/26.ts
Normal file
21
data/Trainer kits/HS trainer Kit (Excadrill)/26.ts
Normal file
@ -0,0 +1,21 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../HS trainer Kit (Excadrill)'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Fighting Energy",
|
||||
fr: "Énergie Combat",
|
||||
es: "Energía Lucha",
|
||||
it: "Energia Combattimento",
|
||||
pt: "Energia de Luta",
|
||||
de: "Kampf-Energie"
|
||||
},
|
||||
|
||||
rarity: "Common",
|
||||
category: "Energy",
|
||||
energyType: "Normal"
|
||||
}
|
||||
|
||||
export default card
|
29
data/Trainer kits/HS trainer Kit (Excadrill)/27.ts
Normal file
29
data/Trainer kits/HS trainer Kit (Excadrill)/27.ts
Normal file
@ -0,0 +1,29 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../HS trainer Kit (Excadrill)'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Lillipup",
|
||||
fr: "Ponchiot",
|
||||
es: "Lillipup",
|
||||
it: "Lillipup",
|
||||
pt: "Lillipup",
|
||||
de: "Yorkleff"
|
||||
},
|
||||
|
||||
rarity: "Common",
|
||||
category: "Pokemon",
|
||||
hp: 50,
|
||||
types: ["Colorless"],
|
||||
stage: "Basic",
|
||||
retreat: 1,
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fighting",
|
||||
value: "×2"
|
||||
}]
|
||||
}
|
||||
|
||||
export default card
|
21
data/Trainer kits/HS trainer Kit (Excadrill)/28.ts
Normal file
21
data/Trainer kits/HS trainer Kit (Excadrill)/28.ts
Normal file
@ -0,0 +1,21 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../HS trainer Kit (Excadrill)'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Fighting Energy",
|
||||
fr: "Énergie Combat",
|
||||
es: "Energía Lucha",
|
||||
it: "Energia Combattimento",
|
||||
pt: "Energia de Luta",
|
||||
de: "Kampf-Energie"
|
||||
},
|
||||
|
||||
rarity: "Common",
|
||||
category: "Energy",
|
||||
energyType: "Normal"
|
||||
}
|
||||
|
||||
export default card
|
29
data/Trainer kits/HS trainer Kit (Excadrill)/29.ts
Normal file
29
data/Trainer kits/HS trainer Kit (Excadrill)/29.ts
Normal file
@ -0,0 +1,29 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../HS trainer Kit (Excadrill)'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Timburr",
|
||||
fr: "Charpenti",
|
||||
es: "Timburr",
|
||||
it: "Timburr",
|
||||
pt: "Timburr",
|
||||
de: "Praktibalk"
|
||||
},
|
||||
|
||||
rarity: "Common",
|
||||
category: "Pokemon",
|
||||
hp: 60,
|
||||
types: ["Fighting"],
|
||||
stage: "Basic",
|
||||
retreat: 1,
|
||||
|
||||
weaknesses: [{
|
||||
type: "Psychic",
|
||||
value: "×2"
|
||||
}]
|
||||
}
|
||||
|
||||
export default card
|
21
data/Trainer kits/HS trainer Kit (Excadrill)/3.ts
Normal file
21
data/Trainer kits/HS trainer Kit (Excadrill)/3.ts
Normal file
@ -0,0 +1,21 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../HS trainer Kit (Excadrill)'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Fighting Energy",
|
||||
fr: "Énergie Combat",
|
||||
es: "Energía Lucha",
|
||||
it: "Energia Combattimento",
|
||||
pt: "Energia de Luta",
|
||||
de: "Kampf-Energie"
|
||||
},
|
||||
|
||||
rarity: "Common",
|
||||
category: "Energy",
|
||||
energyType: "Normal"
|
||||
}
|
||||
|
||||
export default card
|
69
data/Trainer kits/HS trainer Kit (Excadrill)/30.ts
Normal file
69
data/Trainer kits/HS trainer Kit (Excadrill)/30.ts
Normal file
@ -0,0 +1,69 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../HS trainer Kit (Excadrill)'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Excadrill",
|
||||
fr: "Minotaupe",
|
||||
es: "Excadrill",
|
||||
it: "Excadrill",
|
||||
pt: "Excadrill",
|
||||
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."
|
||||
},
|
||||
|
||||
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",
|
||||
es: "Drilbur",
|
||||
it: "Drilbur",
|
||||
pt: "Drilbur",
|
||||
de: "Rotomurf"
|
||||
},
|
||||
|
||||
retreat: 2,
|
||||
|
||||
weaknesses: [{
|
||||
type: "Water",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
resistances: [{
|
||||
type: "Lightning",
|
||||
value: "-20"
|
||||
}]
|
||||
}
|
||||
|
||||
export default card
|
31
data/Trainer kits/HS trainer Kit (Excadrill)/4.ts
Normal file
31
data/Trainer kits/HS trainer Kit (Excadrill)/4.ts
Normal file
@ -0,0 +1,31 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../HS trainer Kit (Excadrill)'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Energy Switch",
|
||||
fr: "Échange d’Énergie",
|
||||
es: "Interruptor de Energía",
|
||||
it: "Scambio di Energia",
|
||||
pt: "Substituição de Energia",
|
||||
de: "Energie-Umschalter"
|
||||
},
|
||||
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "Move a basic Energy from 1 of your Pokémon to another of your Pokémon.",
|
||||
fr: "Déplacez une Énergie de base de l’un de vos Pokémon vers un autre de vos Pokémon.",
|
||||
es: "Mueve una Energía Básica de 1 de tus Pokémon a otro de tus Pokémon.",
|
||||
it: "Sposta un’Energia base da uno dei tuoi Pokémon a un altro.",
|
||||
pt: "Mova uma Energia básica de 1 dos seus Pokémon para outro dos seus Pokémon.",
|
||||
de: "Verschiebe 1 an 1 deiner Pokémon angelegte Basis-Energie auf ein anderes deiner Pokémon."
|
||||
},
|
||||
|
||||
trainerType: "Item"
|
||||
}
|
||||
|
||||
export default card
|
21
data/Trainer kits/HS trainer Kit (Excadrill)/5.ts
Normal file
21
data/Trainer kits/HS trainer Kit (Excadrill)/5.ts
Normal file
@ -0,0 +1,21 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../HS trainer Kit (Excadrill)'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Fighting Energy",
|
||||
fr: "Énergie Combat",
|
||||
es: "Energía Lucha",
|
||||
it: "Energia Combattimento",
|
||||
pt: "Energia de Luta",
|
||||
de: "Kampf-Energie"
|
||||
},
|
||||
|
||||
rarity: "Common",
|
||||
category: "Energy",
|
||||
energyType: "Normal"
|
||||
}
|
||||
|
||||
export default card
|
21
data/Trainer kits/HS trainer Kit (Excadrill)/6.ts
Normal file
21
data/Trainer kits/HS trainer Kit (Excadrill)/6.ts
Normal file
@ -0,0 +1,21 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../HS trainer Kit (Excadrill)'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Fighting Energy",
|
||||
fr: "Énergie Combat",
|
||||
es: "Energía Lucha",
|
||||
it: "Energia Combattimento",
|
||||
pt: "Energia de Luta",
|
||||
de: "Kampf-Energie"
|
||||
},
|
||||
|
||||
rarity: "Common",
|
||||
category: "Energy",
|
||||
energyType: "Normal"
|
||||
}
|
||||
|
||||
export default card
|
21
data/Trainer kits/HS trainer Kit (Excadrill)/7.ts
Normal file
21
data/Trainer kits/HS trainer Kit (Excadrill)/7.ts
Normal file
@ -0,0 +1,21 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../HS trainer Kit (Excadrill)'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Fighting Energy",
|
||||
fr: "Énergie Combat",
|
||||
es: "Energía Lucha",
|
||||
it: "Energia Combattimento",
|
||||
pt: "Energia de Luta",
|
||||
de: "Kampf-Energie"
|
||||
},
|
||||
|
||||
rarity: "Common",
|
||||
category: "Energy",
|
||||
energyType: "Normal"
|
||||
}
|
||||
|
||||
export default card
|
21
data/Trainer kits/HS trainer Kit (Excadrill)/8.ts
Normal file
21
data/Trainer kits/HS trainer Kit (Excadrill)/8.ts
Normal file
@ -0,0 +1,21 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../HS trainer Kit (Excadrill)'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Fighting Energy",
|
||||
fr: "Énergie Combat",
|
||||
es: "Energía Lucha",
|
||||
it: "Energia Combattimento",
|
||||
pt: "Energia de Luta",
|
||||
de: "Kampf-Energie"
|
||||
},
|
||||
|
||||
rarity: "Common",
|
||||
category: "Energy",
|
||||
energyType: "Normal"
|
||||
}
|
||||
|
||||
export default card
|
21
data/Trainer kits/HS trainer Kit (Excadrill)/9.ts
Normal file
21
data/Trainer kits/HS trainer Kit (Excadrill)/9.ts
Normal file
@ -0,0 +1,21 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../HS trainer Kit (Excadrill)'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Fighting Energy",
|
||||
fr: "Énergie Combat",
|
||||
es: "Energía Lucha",
|
||||
it: "Energia Combattimento",
|
||||
pt: "Energia de Luta",
|
||||
de: "Kampf-Energie"
|
||||
},
|
||||
|
||||
rarity: "Common",
|
||||
category: "Energy",
|
||||
energyType: "Normal"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user