1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-16 06:39:50 +00:00

Most data added (#106)

Signed-off-by: Avior <github@avior.me>
This commit is contained in:
2021-10-18 11:53:03 +02:00
committed by GitHub
parent 6975dd8457
commit 142310c539
364 changed files with 11547 additions and 0 deletions

View File

@ -0,0 +1,34 @@
import { Card } from '../../../interfaces'
import Set from '../XY trainer Kit (Sylveon)'
const card: Card = {
set: Set,
name: {
en: "Fletchling",
fr: "Passerouge",
es: "Fletchling",
it: "Fletchling",
pt: "Fletchling",
de: "Dartiri"
},
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 '../XY trainer Kit (Sylveon)'
const card: Card = {
set: Set,
name: {
en: "Fairy Energy",
fr: "Énergie Fée",
es: "Energía Hada",
it: "Energia Folletto",
pt: "Energia de Fada",
de: "Feen-Energie"
},
rarity: "Common",
category: "Energy",
energyType: "Normal"
}
export default card

View File

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

View File

@ -0,0 +1,21 @@
import { Card } from '../../../interfaces'
import Set from '../XY trainer Kit (Sylveon)'
const card: Card = {
set: Set,
name: {
en: "Fairy Energy",
fr: "Énergie Fée",
es: "Energía Hada",
it: "Energia Folletto",
pt: "Energia de Fada",
de: "Feen-Energie"
},
rarity: "Common",
category: "Energy",
energyType: "Normal"
}
export default card

View File

@ -0,0 +1,29 @@
import { Card } from '../../../interfaces'
import Set from '../XY trainer Kit (Sylveon)'
const card: Card = {
set: Set,
name: {
en: "Eevee",
fr: "Évoli",
es: "Eevee",
it: "Eevee",
pt: "Eevee",
de: "Evoli"
},
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,44 @@
import { Card } from '../../../interfaces'
import Set from '../XY trainer Kit (Sylveon)'
const card: Card = {
set: Set,
name: {
en: "Granbull",
fr: "Granbull",
es: "Granbull",
it: "Granbull",
pt: "Granbull",
de: "Granbull"
},
rarity: "Common",
category: "Pokemon",
hp: 100,
types: ["Fairy"],
evolveFrom: {
en: "Snubbull",
fr: "Snubbull",
es: "Snubbull",
it: "Snubbull",
pt: "Snubbull",
de: "Snubbull"
},
stage: "Stage1",
retreat: 3,
weaknesses: [{
type: "Metal",
value: "×2"
}],
resistances: [{
type: "Darkness",
value: "-20"
}]
}
export default card

View File

@ -0,0 +1,69 @@
import { Card } from '../../../interfaces'
import Set from '../XY trainer Kit (Sylveon)'
const card: Card = {
set: Set,
name: {
en: "Sylveon",
fr: "Nymphali",
es: "Sylveon",
it: "Sylveon",
pt: "Sylveon",
de: "Feelinara"
},
illustrator: "5ban Graphics",
rarity: "None",
category: "Pokemon",
description: {
en: "It sends a soothing aura from its ribbonlike feelers to calm fights."
},
stage: "Stage1",
attacks: [{
name: {
en: "Disarming Voice"
},
damage: 20,
effect: {
en: "Your opponents Active Pokémon is now Confused."
}
}, {
name: {
en: "Fairy Wind"
},
damage: 60
}],
hp: 90,
types: ["Fairy"],
evolveFrom: {
en: "Eevee",
fr: "Évoli",
es: "Eevee",
it: "Eevee",
pt: "Eevee",
de: "Evoli"
},
retreat: 1,
weaknesses: [{
type: "Metal",
value: "×2"
}],
resistances: [{
type: "Darkness",
value: "-20"
}]
}
export default card

View File

@ -0,0 +1,29 @@
import { Card } from '../../../interfaces'
import Set from '../XY trainer Kit (Sylveon)'
const card: Card = {
set: Set,
name: {
en: "Furfrou",
fr: "Couafarel",
es: "Furfrou",
it: "Furfrou",
pt: "Furfrou",
de: "Coiffwaff"
},
rarity: "Common",
category: "Pokemon",
hp: 90,
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 '../XY trainer Kit (Sylveon)'
const card: Card = {
set: Set,
name: {
en: "Fairy Energy",
fr: "Énergie Fée",
es: "Energía Hada",
it: "Energia Folletto",
pt: "Energia de Fada",
de: "Feen-Energie"
},
rarity: "Common",
category: "Energy",
energyType: "Normal"
}
export default card

View File

@ -0,0 +1,21 @@
import { Card } from '../../../interfaces'
import Set from '../XY trainer Kit (Sylveon)'
const card: Card = {
set: Set,
name: {
en: "Fairy Energy",
fr: "Énergie Fée",
es: "Energía Hada",
it: "Energia Folletto",
pt: "Energia de Fada",
de: "Feen-Energie"
},
rarity: "Common",
category: "Energy",
energyType: "Normal"
}
export default card

View File

@ -0,0 +1,34 @@
import { Card } from '../../../interfaces'
import Set from '../XY trainer Kit (Sylveon)'
const card: Card = {
set: Set,
name: {
en: "Fletchling",
fr: "Passerouge",
es: "Fletchling",
it: "Fletchling",
pt: "Fletchling",
de: "Dartiri"
},
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 '../XY trainer Kit (Sylveon)'
const card: Card = {
set: Set,
name: {
en: "Fairy Energy",
fr: "Énergie Fée",
es: "Energía Hada",
it: "Energia Folletto",
pt: "Energia de Fada",
de: "Feen-Energie"
},
rarity: "Common",
category: "Energy",
energyType: "Normal"
}
export default card

View File

@ -0,0 +1,31 @@
import { Card } from '../../../interfaces'
import Set from '../XY trainer Kit (Sylveon)'
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 à 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 de danos 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 '../XY trainer Kit (Sylveon)'
const card: Card = {
set: Set,
name: {
en: "Eevee",
fr: "Évoli",
es: "Eevee",
it: "Eevee",
pt: "Eevee",
de: "Evoli"
},
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,29 @@
import { Card } from '../../../interfaces'
import Set from '../XY trainer Kit (Sylveon)'
const card: Card = {
set: Set,
name: {
en: "Furfrou",
fr: "Couafarel",
es: "Furfrou",
it: "Furfrou",
pt: "Furfrou",
de: "Coiffwaff"
},
rarity: "Common",
category: "Pokemon",
hp: 90,
types: ["Colorless"],
stage: "Basic",
retreat: 1,
weaknesses: [{
type: "Fighting",
value: "×2"
}]
}
export default card

View File

@ -0,0 +1,31 @@
import { Card } from '../../../interfaces'
import Set from '../XY trainer Kit (Sylveon)'
const card: Card = {
set: Set,
name: {
en: "Pokémon Catcher",
fr: "Attrape-Pokémon",
es: "Capturapokémon",
it: "Acchiappa-Pokémon",
pt: "Pegador de Pokémon",
de: "Pokémon-Fänger"
},
rarity: "Uncommon",
category: "Trainer",
effect: {
en: "Flip a coin. If heads, switch 1 of your opponents Benched Pokémon with his or her Active Pokémon.",
fr: "Lancez une pièce. Si cest face, échangez 1 des Pokémon de Banc de votre adversaire avec son Pokémon Actif.",
es: "Lanza 1 moneda. Si sale cara, cambia 1 de los Pokémon en Banca de tu rival por su Pokémon Activo.",
it: "Lancia una moneta. Se esce testa, scambia uno dei Pokémon nella panchina del tuo avversario con il suo Pokémon attivo.",
pt: "Jogue uma moeda. Se sair cara, troque 1 dos Pokémon no Banco do seu oponente pelo Pokémon Ativo desse oponente.",
de: "Wirf 1 Münze. Bei \"Kopf\" kannst du 1 Pokémon auf der Bank deines Gegners gegen sein Aktives Pokémon austauschen."
},
trainerType: "Item"
}
export default card

View File

@ -0,0 +1,31 @@
import { Card } from '../../../interfaces'
import Set from '../XY trainer Kit (Sylveon)'
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 à 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 de danos 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,21 @@
import { Card } from '../../../interfaces'
import Set from '../XY trainer Kit (Sylveon)'
const card: Card = {
set: Set,
name: {
en: "Fairy Energy",
fr: "Énergie Fée",
es: "Energía Hada",
it: "Energia Folletto",
pt: "Energia de Fada",
de: "Feen-Energie"
},
rarity: "Common",
category: "Energy",
energyType: "Normal"
}
export default card

View File

@ -0,0 +1,31 @@
import { Card } from '../../../interfaces'
import Set from '../XY trainer Kit (Sylveon)'
const card: Card = {
set: Set,
name: {
en: "Poké Ball",
fr: "Poké Ball",
es: "Poké Ball",
it: "Poké Ball",
pt: "Poké Ball",
de: "Pokéball"
},
rarity: "Uncommon",
category: "Trainer",
effect: {
en: "Flip a coin. If heads, search your deck for a Pokémon, reveal it, and put it into your hand. Shuffle your deck afterward.",
fr: "Lancez une pièce. Si cest face, cherchez un Pokémon dans votre deck, montrez-le, puis ajoutez-le à votre main. Mélangez ensuite votre deck.",
es: "Lanza 1 moneda. Si sale cara, busca en tu baraja 1 Pokémon, enséñalo y ponlo en tu mano. Baraja las cartas de tu baraja después.",
it: "Lancia una moneta. Se esce testa, cerca nel tuo mazzo un Pokémon, mostralo e aggiungilo alle carte che hai in mano. Poi rimischia le carte del tuo mazzo.",
pt: "Jogue uma moeda. Se sair cara, procure um Pokémon no seu baralho, mostre-o e coloque-o em sua mão. Em seguida, embaralhe seus cards.",
de: "Wirf 1 Münze. Durchsuche bei \"Kopf\" 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 '../XY trainer Kit (Sylveon)'
const card: Card = {
set: Set,
name: {
en: "Snubbull",
fr: "Snubbull",
es: "Snubbull",
it: "Snubbull",
pt: "Snubbull",
de: "Snubbull"
},
rarity: "Common",
category: "Pokemon",
hp: 70,
types: ["Fairy"],
stage: "Basic",
retreat: 2,
weaknesses: [{
type: "Metal",
value: "×2"
}],
resistances: [{
type: "Darkness",
value: "-20"
}]
}
export default card

View File

@ -0,0 +1,31 @@
import { Card } from '../../../interfaces'
import Set from '../XY trainer Kit (Sylveon)'
const card: Card = {
set: Set,
name: {
en: "Professors Letter",
fr: "Lettre du Professeur",
es: "Carta del Profesor",
it: "Lettera del Prof",
pt: "Carta do Professor",
de: "Brief vom Prof."
},
rarity: "Uncommon",
category: "Trainer",
effect: {
en: "Search your deck for up to 2 basic Energy cards, reveal them, and put them into your hand. Shuffle your deck afterward.",
fr: "Cherchez jusquà 2 cartes Énergie de base dans votre deck, montrez-les, puis ajoutez-les à votre main. Mélangez ensuite votre deck.",
es: "Busca en tu baraja hasta 2 cartas de Energía Básica, enséñalas y ponlas en tu mano. Baraja las cartas de tu baraja después.",
it: "Cerca nel tuo mazzo fino a due carte Energia base, mostrale e aggiungile alle carte che hai in mano. Poi rimischia le carte del tuo mazzo.",
pt: "Procure em seu baralho por até 2 cards de Energia básica, revele-os e coloque-os em sua mão. Em seguida, embaralhe seus cards.",
de: "Durchsuche dein Deck nach 2 Basis-Energiekarten, 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,44 @@
import { Card } from '../../../interfaces'
import Set from '../XY trainer Kit (Sylveon)'
const card: Card = {
set: Set,
name: {
en: "Granbull",
fr: "Granbull",
es: "Granbull",
it: "Granbull",
pt: "Granbull",
de: "Granbull"
},
rarity: "Common",
category: "Pokemon",
hp: 100,
types: ["Fairy"],
evolveFrom: {
en: "Snubbull",
fr: "Snubbull",
es: "Snubbull",
it: "Snubbull",
pt: "Snubbull",
de: "Snubbull"
},
stage: "Stage1",
retreat: 3,
weaknesses: [{
type: "Metal",
value: "×2"
}],
resistances: [{
type: "Darkness",
value: "-20"
}]
}
export default card

View File

@ -0,0 +1,21 @@
import { Card } from '../../../interfaces'
import Set from '../XY trainer Kit (Sylveon)'
const card: Card = {
set: Set,
name: {
en: "Fairy Energy",
fr: "Énergie Fée",
es: "Energía Hada",
it: "Energia Folletto",
pt: "Energia de Fada",
de: "Feen-Energie"
},
rarity: "Common",
category: "Energy",
energyType: "Normal"
}
export default card

View File

@ -0,0 +1,69 @@
import { Card } from '../../../interfaces'
import Set from '../XY trainer Kit (Sylveon)'
const card: Card = {
set: Set,
name: {
en: "Sylveon",
fr: "Nymphali",
es: "Sylveon",
it: "Sylveon",
pt: "Sylveon",
de: "Feelinara"
},
illustrator: "5ban Graphics",
rarity: "None",
category: "Pokemon",
description: {
en: "It sends a soothing aura from its ribbonlike feelers to calm fights."
},
stage: "Stage1",
attacks: [{
name: {
en: "Disarming Voice"
},
damage: 20,
effect: {
en: "Your opponents Active Pokémon is now Confused."
}
}, {
name: {
en: "Fairy Wind"
},
damage: 60
}],
hp: 90,
types: ["Fairy"],
evolveFrom: {
en: "Eevee",
fr: "Évoli",
es: "Eevee",
it: "Eevee",
pt: "Eevee",
de: "Evoli"
},
retreat: 1,
weaknesses: [{
type: "Metal",
value: "×2"
}],
resistances: [{
type: "Darkness",
value: "-20"
}]
}
export default card

View File

@ -0,0 +1,31 @@
import { Card } from '../../../interfaces'
import Set from '../XY trainer Kit (Sylveon)'
const card: Card = {
set: Set,
name: {
en: "Switch",
fr: "Échange",
es: "Cambio",
it: "Scambio",
pt: "Substituição",
de: "Tausch"
},
rarity: "Common",
category: "Trainer",
effect: {
en: "Switch your Active Pokémon with 1 of your Benched Pokémon.",
fr: "Échangez votre Pokémon Actif avec lun de vos Pokémon de Banc.",
es: "Cambia tu Pokémon Activo por 1 de tus Pokémon en Banca.",
it: "Scambia il tuo Pokémon attivo con uno dei tuoi Pokémon in panchina.",
pt: "Substitua seu Pokémon Ativo por 1 dos Pokémon do seu Banco.",
de: "Tausche dein Aktives Pokémon gegen 1 Pokémon auf deiner Bank aus."
},
trainerType: "Item"
}
export default card

View File

@ -0,0 +1,21 @@
import { Card } from '../../../interfaces'
import Set from '../XY trainer Kit (Sylveon)'
const card: Card = {
set: Set,
name: {
en: "Fairy Energy",
fr: "Énergie Fée",
es: "Energía Hada",
it: "Energia Folletto",
pt: "Energia de Fada",
de: "Feen-Energie"
},
rarity: "Common",
category: "Energy",
energyType: "Normal"
}
export default card

View File

@ -0,0 +1,21 @@
import { Card } from '../../../interfaces'
import Set from '../XY trainer Kit (Sylveon)'
const card: Card = {
set: Set,
name: {
en: "Fairy Energy",
fr: "Énergie Fée",
es: "Energía Hada",
it: "Energia Folletto",
pt: "Energia de Fada",
de: "Feen-Energie"
},
rarity: "Common",
category: "Energy",
energyType: "Normal"
}
export default card

View File

@ -0,0 +1,21 @@
import { Card } from '../../../interfaces'
import Set from '../XY trainer Kit (Sylveon)'
const card: Card = {
set: Set,
name: {
en: "Fairy Energy",
fr: "Énergie Fée",
es: "Energía Hada",
it: "Energia Folletto",
pt: "Energia de Fada",
de: "Feen-Energie"
},
rarity: "Common",
category: "Energy",
energyType: "Normal"
}
export default card

View File

@ -0,0 +1,21 @@
import { Card } from '../../../interfaces'
import Set from '../XY trainer Kit (Sylveon)'
const card: Card = {
set: Set,
name: {
en: "Fairy Energy",
fr: "Énergie Fée",
es: "Energía Hada",
it: "Energia Folletto",
pt: "Energia de Fada",
de: "Feen-Energie"
},
rarity: "Common",
category: "Energy",
energyType: "Normal"
}
export default card

View File

@ -0,0 +1,21 @@
import { Card } from '../../../interfaces'
import Set from '../XY trainer Kit (Sylveon)'
const card: Card = {
set: Set,
name: {
en: "Fairy Energy",
fr: "Énergie Fée",
es: "Energía Hada",
it: "Energia Folletto",
pt: "Energia de Fada",
de: "Feen-Energie"
},
rarity: "Common",
category: "Energy",
energyType: "Normal"
}
export default card