1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-25 12:22:14 +00:00

Most data added (#106)

Signed-off-by: Avior <github@avior.me>
This commit is contained in:
Florian Bouillon 2021-10-18 11:53:03 +02:00 committed by GitHub
parent 6975dd8457
commit 142310c539
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
364 changed files with 11547 additions and 0 deletions

View File

@ -0,0 +1,44 @@
import { Card } from '../../../interfaces'
import Set from '../DP trainer Kit (Lucario)'
const card: Card = {
set: Set,
name: {
en: "Lucario"
},
illustrator: "Kent Kanetsuna",
rarity: "None",
category: "Pokemon",
description: {
en: "It has the ability to sense the auras of all things. It understands human speech."
},
stage: "Stage1",
attacks: [{
name: {
en: "Feint"
},
damage: 30,
effect: {
en: "This attacks damage isnt affected by Resistance."
}
}, {
name: {
en: "Aura Sphere"
},
damage: 40,
effect: {
en: "Does 20 damage to 1 of your opponents Benched Pokémon. (Dont apply Weakness and Resistance for Benched Pokémon.)"
}
}]
}
export default card

View File

@ -0,0 +1,42 @@
import { Card } from '../../../interfaces'
import Set from '../DP trainer Kit (Manaphy)'
const card: Card = {
set: Set,
name: {
en: "Manaphy"
},
illustrator: "Daisuke Ito",
rarity: "None",
category: "Pokemon",
description: {
en: "Born on a cold seafloor, it will swim great distances to return to its birthplace."
},
stage: "Basic",
attacks: [{
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."
}
}, {
name: {
en: "Aqua Ring"
},
damage: 30,
effect: {
en: "Switch Manaphy with 1 of your Benched Pokémon."
}
}]
}
export default card

View File

@ -0,0 +1,31 @@
import { Card } from '../../../interfaces'
import Set from '../EX trainer Kit (Latias)'
const card: Card = {
set: Set,
name: {
en: "Bagon"
},
illustrator: "Ken Sugimori",
rarity: "None",
category: "Pokemon",
stage: "Basic",
attacks: [{
name: {
en: "Headbutt"
},
damage: 10
}, {
name: {
en: "Flare"
},
damage: 20
}]
}
export default card

View File

@ -0,0 +1,35 @@
import { Card } from '../../../interfaces'
import Set from '../EX trainer Kit (Latias)'
const card: Card = {
set: Set,
name: {
en: "Combusken"
},
illustrator: "Kouki Saitou",
rarity: "None",
category: "Pokemon",
stage: "Stage1",
attacks: [{
name: {
en: "Flare"
},
damage: 20
}, {
name: {
en: "Double Kick"
},
damage: "40×",
effect: {
en: "Flip 2 coins. This attack does 40 damage times the number of heads."
}
}]
}
export default card

View File

@ -0,0 +1,35 @@
import { Card } from '../../../interfaces'
import Set from '../EX trainer Kit (Latias)'
const card: Card = {
set: Set,
name: {
en: "Delcatty"
},
illustrator: "Midori Harada",
rarity: "None",
category: "Pokemon",
stage: "Stage1",
attacks: [{
name: {
en: "Scratch"
},
damage: 30
}, {
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)."
}
}]
}
export default card

View File

@ -0,0 +1,35 @@
import { Card } from '../../../interfaces'
import Set from '../EX trainer Kit (Latias)'
const card: Card = {
set: Set,
name: {
en: "Latias"
},
illustrator: "Nakaoka",
rarity: "None",
category: "Pokemon",
stage: "Basic",
attacks: [{
name: {
en: "Dragon Dew"
},
damage: 10,
effect: {
en: "Remove 1 damage counter from 1 of your Pokémon."
}
}, {
name: {
en: "Heat Blast"
},
damage: 40
}]
}
export default card

View File

@ -0,0 +1,35 @@
import { Card } from '../../../interfaces'
import Set from '../EX trainer Kit (Latias)'
const card: Card = {
set: Set,
name: {
en: "Numel"
},
illustrator: "Yuka Morii",
rarity: "None",
category: "Pokemon",
stage: "Basic",
attacks: [{
name: {
en: "Firebreathing"
},
damage: "10+",
effect: {
en: "Flip a coin. If heads, this attack does 10 damage plus 10 more damage."
}
}, {
name: {
en: "Tackle"
},
damage: 20
}]
}
export default card

View File

@ -0,0 +1,35 @@
import { Card } from '../../../interfaces'
import Set from '../EX trainer Kit (Latias)'
const card: Card = {
set: Set,
name: {
en: "Skitty"
},
illustrator: "Atsuko Nishida",
rarity: "None",
category: "Pokemon",
stage: "Basic",
attacks: [{
name: {
en: "Tackle"
},
damage: 10
}, {
name: {
en: "Lunge"
},
damage: 30,
effect: {
en: "Flip a coin. If tails, this attack does nothing."
}
}]
}
export default card

View File

@ -0,0 +1,29 @@
import { Card } from '../../../interfaces'
import Set from '../EX trainer Kit (Latias)'
const card: Card = {
set: Set,
name: {
en: "Torchic"
},
illustrator: "Hironobu Yoshida",
rarity: "None",
category: "Pokemon",
stage: "Basic",
attacks: [{
name: {
en: "Firebreathing"
},
damage: "20+",
effect: {
en: "Flip a coin. If heads, this attack does 20 damage plus 20 more damage."
}
}]
}
export default card

View File

@ -0,0 +1,25 @@
import { Card } from '../../../interfaces'
import Set from '../EX trainer Kit (Latios)'
const card: Card = {
set: Set,
name: {
en: "Electrike"
},
illustrator: "Ken Sugimori",
rarity: "None",
category: "Pokemon",
stage: "Basic",
attacks: [{
name: {
en: "Headbutt"
},
damage: 10
}]
}
export default card

View File

@ -0,0 +1,35 @@
import { Card } from '../../../interfaces'
import Set from '../EX trainer Kit (Latios)'
const card: Card = {
set: Set,
name: {
en: "Latios"
},
illustrator: "Kyoko Koizumi",
rarity: "None",
category: "Pokemon",
stage: "Basic",
attacks: [{
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."
}
}, {
name: {
en: "Dragon Claw"
},
damage: 40
}]
}
export default card

View File

@ -0,0 +1,37 @@
import { Card } from '../../../interfaces'
import Set from '../EX trainer Kit (Latios)'
const card: Card = {
set: Set,
name: {
en: "Linoone"
},
illustrator: "Ken Sugimori",
rarity: "None",
category: "Pokemon",
stage: "Stage1",
attacks: [{
name: {
en: "Seek Out"
},
effect: {
en: "Search your deck for up to 2 cards and put them into your hand. Shuffle your deck afterward."
}
}, {
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."
}
}]
}
export default card

View File

@ -0,0 +1,31 @@
import { Card } from '../../../interfaces'
import Set from '../EX trainer Kit (Latios)'
const card: Card = {
set: Set,
name: {
en: "Magnemite"
},
illustrator: "Tomokazu Komiya",
rarity: "None",
category: "Pokemon",
stage: "Basic",
attacks: [{
name: {
en: "Rollout"
},
damage: 10
}, {
name: {
en: "Hook"
},
damage: 20
}]
}
export default card

View File

@ -0,0 +1,35 @@
import { Card } from '../../../interfaces'
import Set from '../EX trainer Kit (Latios)'
const card: Card = {
set: Set,
name: {
en: "Magneton"
},
illustrator: "Kyoko Umemoto",
rarity: "None",
category: "Pokemon",
stage: "Stage1",
attacks: [{
name: {
en: "Ram"
},
damage: 20
}, {
name: {
en: "Triple Smash"
},
damage: "20+",
effect: {
en: "Flip 3 coins. This attack does 20 damage plus 20 more damage for each heads."
}
}]
}
export default card

View File

@ -0,0 +1,31 @@
import { Card } from '../../../interfaces'
import Set from '../EX trainer Kit (Latios)'
const card: Card = {
set: Set,
name: {
en: "Pikachu"
},
illustrator: "Mitsuhiro Arita",
rarity: "None",
category: "Pokemon",
stage: "Basic",
attacks: [{
name: {
en: "Scratch"
},
damage: 10
}, {
name: {
en: "Pika Bolt"
},
damage: 40
}]
}
export default card

View File

@ -0,0 +1,29 @@
import { Card } from '../../../interfaces'
import Set from '../EX trainer Kit (Latios)'
const card: Card = {
set: Set,
name: {
en: "Zigzagoon"
},
illustrator: "Atsuko Nishida",
rarity: "None",
category: "Pokemon",
stage: "Basic",
attacks: [{
name: {
en: "Fury Swipes"
},
damage: "10×",
effect: {
en: "Flip 3 coins. This attack does 10 damage times the number of heads."
}
}]
}
export default card

View File

@ -0,0 +1,35 @@
import { Card } from '../../../interfaces'
import Set from '../EX trainer Kit 2 (Ninun)'
const card: Card = {
set: Set,
name: {
en: "Arcanine"
},
illustrator: "Ken Sugimori",
rarity: "None",
category: "Pokemon",
stage: "Stage1",
attacks: [{
name: {
en: "Flare"
},
damage: 20
}, {
name: {
en: "Heat Tackle"
},
damage: 70,
effect: {
en: "Arcanine does 10 damage to itself."
}
}]
}
export default card

View File

@ -0,0 +1,31 @@
import { Card } from '../../../interfaces'
import Set from '../EX trainer Kit 2 (Ninun)'
const card: Card = {
set: Set,
name: {
en: "Charmander"
},
illustrator: "Midori Harada",
rarity: "None",
category: "Pokemon",
stage: "Basic",
attacks: [{
name: {
en: "Headbutt"
},
damage: 10
}, {
name: {
en: "Slash"
},
damage: 20
}]
}
export default card

View File

@ -0,0 +1,35 @@
import { Card } from '../../../interfaces'
import Set from '../EX trainer Kit 2 (Ninun)'
const card: Card = {
set: Set,
name: {
en: "Charmeleon"
},
illustrator: "Kouki Saitou",
rarity: "None",
category: "Pokemon",
stage: "Stage1",
attacks: [{
name: {
en: "Flare"
},
damage: 30
}, {
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."
}
}]
}
export default card

View File

@ -0,0 +1,31 @@
import { Card } from '../../../interfaces'
import Set from '../EX trainer Kit 2 (Ninun)'
const card: Card = {
set: Set,
name: {
en: "Growlithe"
},
illustrator: "Ken Sugimori",
rarity: "None",
category: "Pokemon",
stage: "Basic",
attacks: [{
name: {
en: "Bite"
},
damage: 10
}, {
name: {
en: "Flame Tail"
},
damage: 40
}]
}
export default card

View File

@ -0,0 +1,37 @@
import { Card } from '../../../interfaces'
import Set from '../EX trainer Kit 2 (Ninun)'
const card: Card = {
set: Set,
name: {
en: "Mareep"
},
illustrator: "Naoyo Kimura",
rarity: "None",
category: "Pokemon",
stage: "Basic",
attacks: [{
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."
}
}, {
name: {
en: "Quick Attack"
},
damage: "10+",
effect: {
en: "Flip a coin. If heads, this attack does 10 damage plus 10 more damage."
}
}]
}
export default card

View File

@ -0,0 +1,37 @@
import { Card } from '../../../interfaces'
import Set from '../EX trainer Kit 2 (Ninun)'
const card: Card = {
set: Set,
name: {
en: "Minun"
},
illustrator: "Katsura Tabata",
rarity: "None",
category: "Pokemon",
stage: "Basic",
attacks: [{
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."
}
}, {
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.)"
}
}]
}
export default card

View File

@ -0,0 +1,35 @@
import { Card } from '../../../interfaces'
import Set from '../EX trainer Kit 2 (Plusle)'
const card: Card = {
set: Set,
name: {
en: "Beldum"
},
illustrator: "Kouki Saitou",
rarity: "None",
category: "Pokemon",
stage: "Basic",
attacks: [{
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."
}
}, {
name: {
en: "Metal Ball"
},
effect: {
en: "Put 1 damage counter on the Defending Pokémon."
}
}]
}
export default card

View File

@ -0,0 +1,33 @@
import { Card } from '../../../interfaces'
import Set from '../EX trainer Kit 2 (Plusle)'
const card: Card = {
set: Set,
name: {
en: "Meowth"
},
illustrator: "Masakazu Fukuda",
rarity: "None",
category: "Pokemon",
stage: "Basic",
attacks: [{
name: {
en: "Collect"
},
effect: {
en: "Draw a card."
}
}, {
name: {
en: "Cat Kick"
},
damage: 20
}]
}
export default card

View File

@ -0,0 +1,37 @@
import { Card } from '../../../interfaces'
import Set from '../EX trainer Kit 2 (Plusle)'
const card: Card = {
set: Set,
name: {
en: "Plusle"
},
illustrator: "Katsura Tabata",
rarity: "None",
category: "Pokemon",
stage: "Basic",
attacks: [{
name: {
en: "Pickup Power"
},
effect: {
en: "Search your discard pile for an Energy card, show it to your opponent, and put it into your hand."
}
}, {
name: {
en: "Rear Spark"
},
damage: 10,
effect: {
en: "Does 20 damage to 1 of your opponents Benched Pokémon. (Dont apply Weakness and Resistance for Benched Pokémon.)"
}
}]
}
export default card

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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émons 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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 lun 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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 lun 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 unEnergia 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

View 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

View 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

View 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

View 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

View 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

View File

@ -0,0 +1,40 @@
import { Card } from '../../../interfaces'
import Set from '../HS trainer Kit (Gyarados)'
const card: Card = {
set: Set,
name: {
en: "Gyarados"
},
illustrator: "Mitsuhiro Arita",
rarity: "None",
category: "Pokemon",
description: {
en: "Once it appears, it goes on a rampage. It remains enraged until it demolishes everything around it."
},
stage: "Stage1",
attacks: [{
name: {
en: "Hydro Splash"
},
damage: 50
}, {
name: {
en: "Hyper Beam"
},
damage: 80,
effect: {
en: "Discard an Energy card attached to the Defending Pokémon."
}
}]
}
export default card

View File

@ -0,0 +1,44 @@
import { Card } from '../../../interfaces'
import Set from '../HS trainer Kit (Raichu)'
const card: Card = {
set: Set,
name: {
en: "Raichu"
},
illustrator: "match",
rarity: "None",
category: "Pokemon",
description: {
en: "If the electric pouches in its cheeks become fully charged, both ears will stand straight up."
},
stage: "Stage1",
attacks: [{
name: {
en: "Iron Tail"
},
damage: "30×",
effect: {
en: "Flip a coin until you get tails. This attack does 30 damage times the number of heads."
}
}, {
name: {
en: "Thunderbolt"
},
damage: 100,
effect: {
en: "Discard all Energy attached to Raichu."
}
}]
}
export default card

View File

@ -0,0 +1,34 @@
import { Card } from '../../../interfaces'
import Set from '../HS trainer Kit (Zoroark)'
const card: Card = {
set: Set,
name: {
en: "Purrloin",
fr: "Chacripan",
es: "Purrloin",
it: "Purrloin",
pt: "Purrloin",
de: "Felilou"
},
rarity: "Common",
category: "Pokemon",
hp: 60,
types: ["Darkness"],
stage: "Basic",
retreat: 1,
weaknesses: [{
type: "Fighting",
value: "×2"
}],
resistances: [{
type: "Psychic",
value: "-20"
}]
}
export default card

View File

@ -0,0 +1,21 @@
import { Card } from '../../../interfaces'
import Set from '../HS trainer Kit (Zoroark)'
const card: Card = {
set: Set,
name: {
en: "Darkness Energy",
fr: "Énergie Obscurité",
es: "Energía Oscura",
it: "Energia Oscurità",
pt: "Energia Noturna",
de: "Finsternis-Energie"
},
rarity: "Common",
category: "Energy",
energyType: "Normal"
}
export default card

View File

@ -0,0 +1,31 @@
import { Card } from '../../../interfaces'
import Set from '../HS trainer Kit (Zoroark)'
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émons 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

View File

@ -0,0 +1,29 @@
import { Card } from '../../../interfaces'
import Set from '../HS trainer Kit (Zoroark)'
const card: Card = {
set: Set,
name: {
en: "Patrat",
fr: "Ratentif",
es: "Patrat",
it: "Patrat",
pt: "Patrat",
de: "Nagelotz"
},
rarity: "Common",
category: "Pokemon",
hp: 50,
types: ["Colorless"],
stage: "Basic",
retreat: 1,
weaknesses: [{
type: "Fighting",
value: "×2"
}]
}
export default card

View File

@ -0,0 +1,34 @@
import { Card } from '../../../interfaces'
import Set from '../HS trainer Kit (Zoroark)'
const card: Card = {
set: Set,
name: {
en: "Zorua",
fr: "Zorua",
es: "Zorua",
it: "Zorua",
pt: "Zorua",
de: "Zorua"
},
rarity: "Common",
category: "Pokemon",
hp: 60,
types: ["Darkness"],
stage: "Basic",
retreat: 1,
weaknesses: [{
type: "Fighting",
value: "×2"
}],
resistances: [{
type: "Psychic",
value: "-20"
}]
}
export default card

View File

@ -0,0 +1,34 @@
import { Card } from '../../../interfaces'
import Set from '../HS trainer Kit (Zoroark)'
const card: Card = {
set: Set,
name: {
en: "Pidove",
fr: "Poichigeon",
es: "Pidove",
it: "Pidove",
pt: "Pidove",
de: "Dusselgurr"
},
rarity: "Common",
category: "Pokemon",
hp: 50,
types: ["Colorless"],
stage: "Basic",
retreat: 1,
weaknesses: [{
type: "Lightning",
value: "×2"
}],
resistances: [{
type: "Fighting",
value: "-20"
}]
}
export default card

View File

@ -0,0 +1,44 @@
import { Card } from '../../../interfaces'
import Set from '../HS trainer Kit (Zoroark)'
const card: Card = {
set: Set,
name: {
en: "Tranquill",
fr: "Colombeau",
es: "Tranquill",
it: "Tranquill",
pt: "Tranquill",
de: "Navitaub"
},
rarity: "Uncommon",
category: "Pokemon",
hp: 70,
types: ["Colorless"],
evolveFrom: {
en: "Pidove",
fr: "Poichigeon",
es: "Pidove",
it: "Pidove",
pt: "Pidove",
de: "Dusselgurr"
},
stage: "Stage1",
retreat: 1,
weaknesses: [{
type: "Lightning",
value: "×2"
}],
resistances: [{
type: "Fighting",
value: "-20"
}]
}
export default card

View File

@ -0,0 +1,31 @@
import { Card } from '../../../interfaces'
import Set from '../HS trainer Kit (Zoroark)'
const card: Card = {
set: Set,
name: {
en: "Energy Retrieval",
fr: "Récupération dÉnergie",
es: "Recuperación de Energía",
it: "Recupero di Energia",
pt: "Recuperação de Energia",
de: "Energie-Rückgewinnung"
},
rarity: "Uncommon",
category: "Trainer",
effect: {
en: "Put 2 basic Energy cards from your discard pile into your hand.",
fr: "Prenez 2 cartes Énergie de base dans votre pile de défausse et ajoutez-les à votre main.",
es: "Pon 2 cartas de Energía Básica de tu pila de descartes en tu mano.",
it: "Prendi due carte Energia base dalla tua pila degli scarti e aggiungile a quelle che hai in mano.",
pt: "Coloque 2 cards de Energia básica da sua pilha de descarte em sua mão.",
de: "Nimm 2 Basis-Energiekarten von deinem Ablagestapel auf deine Hand."
},
trainerType: "Item"
}
export default card

View File

@ -0,0 +1,69 @@
import { Card } from '../../../interfaces'
import Set from '../HS trainer Kit (Zoroark)'
const card: Card = {
set: Set,
name: {
en: "Zoroark",
fr: "Zoroark",
es: "Zoroark",
it: "Zoroark",
pt: "Zoroark",
de: "Zoroark"
},
illustrator: "Shin Nagasawa",
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"],
evolveFrom: {
en: "Zorua",
fr: "Zorua",
es: "Zorua",
it: "Zorua",
pt: "Zorua",
de: "Zorua"
},
retreat: 2,
weaknesses: [{
type: "Fighting",
value: "×2"
}],
resistances: [{
type: "Psychic",
value: "-20"
}]
}
export default card

View File

@ -0,0 +1,31 @@
import { Card } from '../../../interfaces'
import Set from '../HS trainer Kit (Zoroark)'
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 lun 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

View File

@ -0,0 +1,29 @@
import { Card } from '../../../interfaces'
import Set from '../HS trainer Kit (Zoroark)'
const card: Card = {
set: Set,
name: {
en: "Minccino",
fr: "Chinchidou",
es: "Minccino",
it: "Minccino",
pt: "Minccino",
de: "Picochilla"
},
rarity: "Common",
category: "Pokemon",
hp: 60,
types: ["Colorless"],
stage: "Basic",
retreat: 1,
weaknesses: [{
type: "Fighting",
value: "×2"
}]
}
export default card

View File

@ -0,0 +1,39 @@
import { Card } from '../../../interfaces'
import Set from '../HS trainer Kit (Zoroark)'
const card: Card = {
set: Set,
name: {
en: "Watchog",
fr: "Miradar",
es: "Watchog",
it: "Watchog",
pt: "Watchog",
de: "Kukmarda"
},
rarity: "Uncommon",
category: "Pokemon",
hp: 90,
types: ["Colorless"],
evolveFrom: {
en: "Patrat",
fr: "Ratentif",
es: "Patrat",
it: "Patrat",
pt: "Patrat",
de: "Nagelotz"
},
stage: "Stage1",
retreat: 1,
weaknesses: [{
type: "Fighting",
value: "×2"
}]
}
export default card

View File

@ -0,0 +1,21 @@
import { Card } from '../../../interfaces'
import Set from '../HS trainer Kit (Zoroark)'
const card: Card = {
set: Set,
name: {
en: "Darkness Energy",
fr: "Énergie Obscurité",
es: "Energía Oscura",
it: "Energia Oscurità",
pt: "Energia Noturna",
de: "Finsternis-Energie"
},
rarity: "Common",
category: "Energy",
energyType: "Normal"
}
export default card

View File

@ -0,0 +1,34 @@
import { Card } from '../../../interfaces'
import Set from '../HS trainer Kit (Zoroark)'
const card: Card = {
set: Set,
name: {
en: "Pidove",
fr: "Poichigeon",
es: "Pidove",
it: "Pidove",
pt: "Pidove",
de: "Dusselgurr"
},
rarity: "Common",
category: "Pokemon",
hp: 50,
types: ["Colorless"],
stage: "Basic",
retreat: 1,
weaknesses: [{
type: "Lightning",
value: "×2"
}],
resistances: [{
type: "Fighting",
value: "-20"
}]
}
export default card

View File

@ -0,0 +1,21 @@
import { Card } from '../../../interfaces'
import Set from '../HS trainer Kit (Zoroark)'
const card: Card = {
set: Set,
name: {
en: "Darkness Energy",
fr: "Énergie Obscurité",
es: "Energía Oscura",
it: "Energia Oscurità",
pt: "Energia Noturna",
de: "Finsternis-Energie"
},
rarity: "Common",
category: "Energy",
energyType: "Normal"
}
export default card

View File

@ -0,0 +1,34 @@
import { Card } from '../../../interfaces'
import Set from '../HS trainer Kit (Zoroark)'
const card: Card = {
set: Set,
name: {
en: "Zorua",
fr: "Zorua",
es: "Zorua",
it: "Zorua",
pt: "Zorua",
de: "Zorua"
},
rarity: "Common",
category: "Pokemon",
hp: 60,
types: ["Darkness"],
stage: "Basic",
retreat: 1,
weaknesses: [{
type: "Fighting",
value: "×2"
}],
resistances: [{
type: "Psychic",
value: "-20"
}]
}
export default card

View File

@ -0,0 +1,21 @@
import { Card } from '../../../interfaces'
import Set from '../HS trainer Kit (Zoroark)'
const card: Card = {
set: Set,
name: {
en: "Darkness Energy",
fr: "Énergie Obscurité",
es: "Energía Oscura",
it: "Energia Oscurità",
pt: "Energia Noturna",
de: "Finsternis-Energie"
},
rarity: "Common",
category: "Energy",
energyType: "Normal"
}
export default card

View File

@ -0,0 +1,34 @@
import { Card } from '../../../interfaces'
import Set from '../HS trainer Kit (Zoroark)'
const card: Card = {
set: Set,
name: {
en: "Purrloin",
fr: "Chacripan",
es: "Purrloin",
it: "Purrloin",
pt: "Purrloin",
de: "Felilou"
},
rarity: "Common",
category: "Pokemon",
hp: 60,
types: ["Darkness"],
stage: "Basic",
retreat: 1,
weaknesses: [{
type: "Fighting",
value: "×2"
}],
resistances: [{
type: "Psychic",
value: "-20"
}]
}
export default card

View File

@ -0,0 +1,21 @@
import { Card } from '../../../interfaces'
import Set from '../HS trainer Kit (Zoroark)'
const card: Card = {
set: Set,
name: {
en: "Darkness Energy",
fr: "Énergie Obscurité",
es: "Energía Oscura",
it: "Energia Oscurità",
pt: "Energia Noturna",
de: "Finsternis-Energie"
},
rarity: "Common",
category: "Energy",
energyType: "Normal"
}
export default card

View File

@ -0,0 +1,31 @@
import { Card } from '../../../interfaces'
import Set from '../HS trainer Kit (Zoroark)'
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

View File

@ -0,0 +1,21 @@
import { Card } from '../../../interfaces'
import Set from '../HS trainer Kit (Zoroark)'
const card: Card = {
set: Set,
name: {
en: "Darkness Energy",
fr: "Énergie Obscurité",
es: "Energía Oscura",
it: "Energia Oscurità",
pt: "Energia Noturna",
de: "Finsternis-Energie"
},
rarity: "Common",
category: "Energy",
energyType: "Normal"
}
export default card

View File

@ -0,0 +1,29 @@
import { Card } from '../../../interfaces'
import Set from '../HS trainer Kit (Zoroark)'
const card: Card = {
set: Set,
name: {
en: "Patrat",
fr: "Ratentif",
es: "Patrat",
it: "Patrat",
pt: "Patrat",
de: "Nagelotz"
},
rarity: "Common",
category: "Pokemon",
hp: 50,
types: ["Colorless"],
stage: "Basic",
retreat: 1,
weaknesses: [{
type: "Fighting",
value: "×2"
}]
}
export default card

View File

@ -0,0 +1,21 @@
import { Card } from '../../../interfaces'
import Set from '../HS trainer Kit (Zoroark)'
const card: Card = {
set: Set,
name: {
en: "Darkness Energy",
fr: "Énergie Obscurité",
es: "Energía Oscura",
it: "Energia Oscurità",
pt: "Energia Noturna",
de: "Finsternis-Energie"
},
rarity: "Common",
category: "Energy",
energyType: "Normal"
}
export default card

View File

@ -0,0 +1,69 @@
import { Card } from '../../../interfaces'
import Set from '../HS trainer Kit (Zoroark)'
const card: Card = {
set: Set,
name: {
en: "Zoroark",
fr: "Zoroark",
es: "Zoroark",
it: "Zoroark",
pt: "Zoroark",
de: "Zoroark"
},
illustrator: "Shin Nagasawa",
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"],
evolveFrom: {
en: "Zorua",
fr: "Zorua",
es: "Zorua",
it: "Zorua",
pt: "Zorua",
de: "Zorua"
},
retreat: 2,
weaknesses: [{
type: "Fighting",
value: "×2"
}],
resistances: [{
type: "Psychic",
value: "-20"
}]
}
export default card

View File

@ -0,0 +1,29 @@
import { Card } from '../../../interfaces'
import Set from '../HS trainer Kit (Zoroark)'
const card: Card = {
set: Set,
name: {
en: "Minccino",
fr: "Chinchidou",
es: "Minccino",
it: "Minccino",
pt: "Minccino",
de: "Picochilla"
},
rarity: "Common",
category: "Pokemon",
hp: 60,
types: ["Colorless"],
stage: "Basic",
retreat: 1,
weaknesses: [{
type: "Fighting",
value: "×2"
}]
}
export default card

View File

@ -0,0 +1,21 @@
import { Card } from '../../../interfaces'
import Set from '../HS trainer Kit (Zoroark)'
const card: Card = {
set: Set,
name: {
en: "Darkness Energy",
fr: "Énergie Obscurité",
es: "Energía Oscura",
it: "Energia Oscurità",
pt: "Energia Noturna",
de: "Finsternis-Energie"
},
rarity: "Common",
category: "Energy",
energyType: "Normal"
}
export default card

View File

@ -0,0 +1,21 @@
import { Card } from '../../../interfaces'
import Set from '../HS trainer Kit (Zoroark)'
const card: Card = {
set: Set,
name: {
en: "Darkness Energy",
fr: "Énergie Obscurité",
es: "Energía Oscura",
it: "Energia Oscurità",
pt: "Energia Noturna",
de: "Finsternis-Energie"
},
rarity: "Common",
category: "Energy",
energyType: "Normal"
}
export default card

View File

@ -0,0 +1,21 @@
import { Card } from '../../../interfaces'
import Set from '../HS trainer Kit (Zoroark)'
const card: Card = {
set: Set,
name: {
en: "Darkness Energy",
fr: "Énergie Obscurité",
es: "Energía Oscura",
it: "Energia Oscurità",
pt: "Energia Noturna",
de: "Finsternis-Energie"
},
rarity: "Common",
category: "Energy",
energyType: "Normal"
}
export default card

View File

@ -0,0 +1,21 @@
import { Card } from '../../../interfaces'
import Set from '../HS trainer Kit (Zoroark)'
const card: Card = {
set: Set,
name: {
en: "Darkness Energy",
fr: "Énergie Obscurité",
es: "Energía Oscura",
it: "Energia Oscurità",
pt: "Energia Noturna",
de: "Finsternis-Energie"
},
rarity: "Common",
category: "Energy",
energyType: "Normal"
}
export default card

View File

@ -0,0 +1,21 @@
import { Card } from '../../../interfaces'
import Set from '../HS trainer Kit (Zoroark)'
const card: Card = {
set: Set,
name: {
en: "Darkness Energy",
fr: "Énergie Obscurité",
es: "Energía Oscura",
it: "Energia Oscurità",
pt: "Energia Noturna",
de: "Finsternis-Energie"
},
rarity: "Common",
category: "Energy",
energyType: "Normal"
}
export default card

View File

@ -0,0 +1,34 @@
import { Card } from '../../../interfaces'
import Set from '../SM trainer Kit (Alolan Raichu)'
const card: Card = {
set: Set,
name: {
en: "Zubat",
fr: "Nosferapti",
es: "Zubat",
it: "Zubat",
pt: "Zubat",
de: "Zubat"
},
rarity: "Common",
category: "Pokemon",
hp: 50,
types: ["Psychic"],
stage: "Basic",
retreat: 1,
weaknesses: [{
type: "Lightning",
value: "×2"
}],
resistances: [{
type: "Fighting",
value: "-20"
}]
}
export default card

View File

@ -0,0 +1,34 @@
import { Card } from '../../../interfaces'
import Set from '../SM trainer Kit (Alolan Raichu)'
const card: Card = {
set: Set,
name: {
en: "Spearow",
fr: "Piafabec",
es: "Spearow",
it: "Spearow",
pt: "Spearow",
de: "Habitak"
},
rarity: "Common",
category: "Pokemon",
hp: 60,
types: ["Colorless"],
stage: "Basic",
retreat: 1,
weaknesses: [{
type: "Lightning",
value: "×2"
}],
resistances: [{
type: "Fighting",
value: "-20"
}]
}
export default card

View File

@ -0,0 +1,57 @@
import { Card } from '../../../interfaces'
import Set from '../SM trainer Kit (Alolan Raichu)'
const card: Card = {
set: Set,
name: {
en: "Pikachu",
fr: "Pikachu",
es: "Pikachu",
it: "Pikachu",
pt: "Pikachu",
de: "Pikachu"
},
rarity: "None",
category: "Pokemon",
hp: 60,
types: ["Lightning"],
stage: "Basic",
retreat: 1,
illustrator: "kodama",
description: {
en: "A plan was recently announced to gather many Pikachu and make an electric power plant."
},
attacks: [{
name: {
en: "Tail Whap"
},
damage: 10
}, {
name: {
en: "Spark"
},
damage: 20,
effect: {
en: "This attack does 10 damage to 1 of your opponents Benched Pokémon. (Dont apply Weakness and Resistance for Benched Pokémon.)"
}
}],
weaknesses: [{
type: "Fighting",
value: "×2"
}],
resistances: [{
type: "Metal",
value: "-20"
}]
}
export default card

View File

@ -0,0 +1,31 @@
import { Card } from '../../../interfaces'
import Set from '../SM trainer Kit (Alolan Raichu)'
const card: Card = {
set: Set,
name: {
en: "Potion",
fr: "Potion",
es: "Poción",
it: "Pozione",
pt: "Poção",
de: "Trank"
},
rarity: "Uncommon",
category: "Trainer",
effect: {
en: "Heal 30 damage from 1 of your Pokémon.",
fr: "Soignez 30 dégâts à lun 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: "Cure 30 pontos de dano de 1 dos seus Pokémon.",
de: "Heile 30 Schadenspunkte bei 1 deiner Pokémon."
},
trainerType: "Item"
}
export default card

View File

@ -0,0 +1,29 @@
import { Card } from '../../../interfaces'
import Set from '../SM trainer Kit (Alolan Raichu)'
const card: Card = {
set: Set,
name: {
en: "Grubbin",
fr: "Larvibule",
es: "Grubbin",
it: "Grubbin",
pt: "Grubbin",
de: "Mabula"
},
rarity: "Common",
category: "Pokemon",
hp: 70,
types: ["Grass"],
stage: "Basic",
retreat: 2,
weaknesses: [{
type: "Fire",
value: "×2"
}]
}
export default card

View File

@ -0,0 +1,67 @@
import { Card } from '../../../interfaces'
import Set from '../SM trainer Kit (Alolan Raichu)'
const card: Card = {
set: Set,
name: {
en: "Alolan Raichu",
fr: "Raichu dAlola",
es: "Raichu de Alola",
it: "Raichu di Alola",
pt: "Raichu de Alola",
de: "Alola-Raichu"
},
rarity: "None",
category: "Pokemon",
hp: 110,
types: ["Lightning"],
evolveFrom: {
en: "Pikachu",
fr: "Pikachu",
es: "Pikachu",
it: "Pikachu",
pt: "Pikachu",
de: "Pikachu"
},
stage: "Stage1",
retreat: 1,
illustrator: "5ban Graphics",
description: {
en: "It only evolves to this form in the Alola region. According to researchers, its diet is one of the causes of this change."
},
attacks: [{
name: {
en: "Quick Attack"
},
damage: "10+",
effect: {
en: "Flip a coin. If heads, this attack does 30 more damage."
}
}, {
name: {
en: "Electric Surfer"
},
damage: 70
}],
weaknesses: [{
type: "Fighting",
value: "×2"
}],
resistances: [{
type: "Metal",
value: "-20"
}]
}
export default card

View File

@ -0,0 +1,39 @@
import { Card } from '../../../interfaces'
import Set from '../SM trainer Kit (Alolan Raichu)'
const card: Card = {
set: Set,
name: {
en: "Bewear",
fr: "Chelours",
es: "Bewear",
it: "Bewear",
pt: "Bewear",
de: "Kosturso"
},
rarity: "Rare",
category: "Pokemon",
hp: 130,
types: ["Colorless"],
evolveFrom: {
en: "Stufful",
fr: "Nounourson",
es: "Stufful",
it: "Stufful",
pt: "Stufful",
de: "Velursi"
},
stage: "Stage1",
retreat: 3,
weaknesses: [{
type: "Fighting",
value: "×2"
}]
}
export default card

View File

@ -0,0 +1,31 @@
import { Card } from '../../../interfaces'
import Set from '../SM trainer Kit (Alolan Raichu)'
const card: Card = {
set: Set,
name: {
en: "Hau",
fr: "Tili",
es: "Tilo",
it: "Hau",
pt: "Hibi",
de: "Tali"
},
rarity: "Uncommon",
category: "Trainer",
effect: {
en: "Draw 3 cards.",
fr: "Piochez 3 cartes.",
es: "Roba 3 cartas.",
it: "Pesca tre carte.",
pt: "Compre 3 cartas.",
de: "Ziehe 3 Karten."
},
trainerType: "Supporter"
}
export default card

View File

@ -0,0 +1,21 @@
import { Card } from '../../../interfaces'
import Set from '../SM trainer Kit (Alolan Raichu)'
const card: Card = {
set: Set,
name: {
en: "Lightning Energy",
fr: "Énergie Électrique",
es: "Energía Rayo",
it: "Energia Lampo",
pt: "Energia de Raios",
de: "Elektro-Energie"
},
rarity: "Common",
category: "Energy",
energyType: "Normal"
}
export default card

View File

@ -0,0 +1,21 @@
import { Card } from '../../../interfaces'
import Set from '../SM trainer Kit (Alolan Raichu)'
const card: Card = {
set: Set,
name: {
en: "Psychic Energy",
fr: "Énergie Psy",
es: "Energía Psíquica",
it: "Energia Psico",
pt: "Energia Psíquica",
de: "Psycho-Energie"
},
rarity: "Common",
category: "Energy",
energyType: "Normal"
}
export default card

View File

@ -0,0 +1,31 @@
import { Card } from '../../../interfaces'
import Set from '../SM trainer Kit (Alolan Raichu)'
const card: Card = {
set: Set,
name: {
en: "Great Ball",
fr: "Super Ball",
es: "Super Ball",
it: "Mega Ball",
pt: "Grande Bola",
de: "Superball"
},
rarity: "Uncommon",
category: "Trainer",
effect: {
en: "Look at the top 7 cards of your deck. You may reveal a Pokémon you find there and put it into your hand. Shuffle the other cards back into your deck.",
fr: "Regardez les 7 cartes du dessus de votre deck. Vous pouvez montrer un Pokémon que vous y trouvez et lajouter à votre main. Mélangez les autres cartes avec votre deck.",
es: "Mira las 7 primeras cartas de tu baraja. Puedes enseñar 1 Pokémon que encuentres entre ellas y ponerlo en tu mano. Pon el resto de cartas de nuevo en tu baraja y barájalas todas.",
it: "Guarda le prime sette carte del tuo mazzo. Puoi mostrare un Pokémon che hai trovato e aggiungerlo alle carte che hai in mano. Poi rimischia le altre carte nel tuo mazzo.",
pt: "Olhe as 7 primeiras cartas do seu baralho. Você poderá revelar 1 Pokémon que encontrar lá e colocá-lo em sua mão. Embaralhe as demais cartas de volta no seu baralho.",
de: "Schau dir die obersten 7 Karten deines Decks an. Du kannst 1 Pokémon, das du dort findest, deinem Gegner zeigen und auf deine Hand nehmen. Mische die anderen Karten zurück in dein Deck."
},
trainerType: "Item"
}
export default card

View File

@ -0,0 +1,29 @@
import { Card } from '../../../interfaces'
import Set from '../SM trainer Kit (Alolan Raichu)'
const card: Card = {
set: Set,
name: {
en: "Drowzee",
fr: "Soporifik",
es: "Drowzee",
it: "Drowzee",
pt: "Drowzee",
de: "Traumato"
},
rarity: "Common",
category: "Pokemon",
hp: 70,
types: ["Psychic"],
stage: "Basic",
retreat: 2,
weaknesses: [{
type: "Psychic",
value: "×2"
}]
}
export default card

View File

@ -0,0 +1,31 @@
import { Card } from '../../../interfaces'
import Set from '../SM trainer Kit (Alolan Raichu)'
const card: Card = {
set: Set,
name: {
en: "Hau",
fr: "Tili",
es: "Tilo",
it: "Hau",
pt: "Hibi",
de: "Tali"
},
rarity: "Uncommon",
category: "Trainer",
effect: {
en: "Draw 3 cards.",
fr: "Piochez 3 cartes.",
es: "Roba 3 cartas.",
it: "Pesca tre carte.",
pt: "Compre 3 cartas.",
de: "Ziehe 3 Karten."
},
trainerType: "Supporter"
}
export default card

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