1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-26 13:59:18 +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
128 changed files with 2709 additions and 1068 deletions

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

@ -0,0 +1,21 @@
import { Card } from '../../../interfaces'
import Set from '../BW trainer Kit (Zoroark).ts'
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: "None",
category: "Energy",
energyType: "Normal"
}
export default card

View File

@ -0,0 +1,32 @@
import { Card } from '../../../interfaces'
import Set from '../BW trainer Kit (Zoroark).ts'
const card: Card = {
set: Set,
name: {
en: "PlusPower",
fr: "PlusPower",
es: "PoderPlus",
it: "PlusPotenza",
pt: "PlusPower",
de: "PlusPower"
},
illustrator: "5ban Graphics",
rarity: "None",
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,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

@ -0,0 +1,73 @@
import { Card } from '../../../interfaces'
import Set from '../BW trainer Kit (Zoroark).ts'
const card: Card = {
dexId: [520],
set: Set,
name: {
en: "Tranquill",
fr: "Colombeau",
es: "Tranquill",
it: "Tranquill",
pt: "Tranquill",
de: "Navitaub"
},
illustrator: "Kouki Saitou",
rarity: "None",
category: "Pokemon",
hp: 70,
types: ["Colorless"],
evolveFrom: {
en: "Pidove",
fr: "Poichigeon",
es: "Pidove",
it: "Pidove",
pt: "Pidove",
de: "Dusselgurr"
},
stage: "Stage1",
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",
value: "×2"
}],
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

View File

@ -0,0 +1,32 @@
import { Card } from '../../../interfaces'
import Set from '../BW trainer Kit (Zoroark).ts'
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"
},
illustrator: "Kent Kanetsuna",
rarity: "None",
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,75 @@
import { Card } from '../../../interfaces'
import Set from '../BW trainer Kit (Zoroark).ts'
const card: Card = {
dexId: [571],
set: Set,
name: {
en: "Zoroark",
fr: "Zoroark",
es: "Zoroark",
it: "Zoroark",
pt: "Zoroark",
de: "Zoroark"
},
illustrator: "Shin Nagasawa",
rarity: "None",
category: "Pokemon",
stage: "Stage1",
hp: 100,
types: ["Darkness"],
evolveFrom: {
en: "Zorua",
fr: "Zorua",
es: "Zorua",
it: "Zorua",
pt: "Zorua",
de: "Zorua"
},
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",
value: "×2"
}],
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

View File

@ -0,0 +1,32 @@
import { Card } from '../../../interfaces'
import Set from '../BW trainer Kit (Zoroark).ts'
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"
},
illustrator: "5ban Graphics",
rarity: "None",
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,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

@ -0,0 +1,21 @@
import { Card } from '../../../interfaces'
import Set from '../BW trainer Kit (Zoroark).ts'
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: "None",
category: "Energy",
energyType: "Normal"
}
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

@ -0,0 +1,21 @@
import { Card } from '../../../interfaces'
import Set from '../BW trainer Kit (Zoroark).ts'
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: "None",
category: "Energy",
energyType: "Normal"
}
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,21 @@
import { Card } from '../../../interfaces'
import Set from '../BW trainer Kit (Zoroark).ts'
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: "None",
category: "Energy",
energyType: "Normal"
}
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

@ -0,0 +1,21 @@
import { Card } from '../../../interfaces'
import Set from '../BW trainer Kit (Zoroark).ts'
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: "None",
category: "Energy",
energyType: "Normal"
}
export default card

View File

@ -0,0 +1,32 @@
import { Card } from '../../../interfaces'
import Set from '../BW trainer Kit (Zoroark).ts'
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"
},
illustrator: "Ryo Ueda",
rarity: "None",
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 '../BW trainer Kit (Zoroark).ts'
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: "None",
category: "Energy",
energyType: "Normal"
}
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,21 @@
import { Card } from '../../../interfaces'
import Set from '../BW trainer Kit (Zoroark).ts'
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: "None",
category: "Energy",
energyType: "Normal"
}
export default card

View File

@ -0,0 +1,75 @@
import { Card } from '../../../interfaces'
import Set from '../BW trainer Kit (Zoroark).ts'
const card: Card = {
dexId: [571],
set: Set,
name: {
en: "Zoroark",
fr: "Zoroark",
es: "Zoroark",
it: "Zoroark",
pt: "Zoroark",
de: "Zoroark"
},
illustrator: "Shin Nagasawa",
rarity: "None",
category: "Pokemon",
stage: "Stage1",
hp: 100,
types: ["Darkness"],
evolveFrom: {
en: "Zorua",
fr: "Zorua",
es: "Zorua",
it: "Zorua",
pt: "Zorua",
de: "Zorua"
},
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",
value: "×2"
}],
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

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,21 @@
import { Card } from '../../../interfaces'
import Set from '../BW trainer Kit (Zoroark).ts'
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: "None",
category: "Energy",
energyType: "Normal"
}
export default card

View File

@ -0,0 +1,21 @@
import { Card } from '../../../interfaces'
import Set from '../BW trainer Kit (Zoroark).ts'
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: "None",
category: "Energy",
energyType: "Normal"
}
export default card

View File

@ -0,0 +1,21 @@
import { Card } from '../../../interfaces'
import Set from '../BW trainer Kit (Zoroark).ts'
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: "None",
category: "Energy",
energyType: "Normal"
}
export default card

View File

@ -0,0 +1,21 @@
import { Card } from '../../../interfaces'
import Set from '../BW trainer Kit (Zoroark).ts'
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: "None",
category: "Energy",
energyType: "Normal"
}
export default card

View File

@ -0,0 +1,21 @@
import { Card } from '../../../interfaces'
import Set from '../BW trainer Kit (Zoroark).ts'
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: "None",
category: "Energy",
energyType: "Normal"
}
export default card