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 (Bisharp)'
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 (Bisharp)'
const card: Card = {
set: Set,
name: {
en: "Metal Energy",
fr: "Énergie Métal",
es: "Energía Metálica",
it: "Energia Metallo",
pt: "Energia de Metal",
de: "Metall-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 (Bisharp)'
const card: Card = {
set: Set,
name: {
en: "Honedge",
fr: "Monorpale",
es: "Honedge",
it: "Honedge",
pt: "Honedge",
de: "Gramokles"
},
rarity: "Common",
category: "Pokemon",
hp: 60,
types: ["Metal"],
stage: "Basic",
retreat: 2,
weaknesses: [{
type: "Fire",
value: "×2"
}],
resistances: [{
type: "Psychic",
value: "-20"
}]
}
export default card

View File

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

View File

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

View File

@ -0,0 +1,44 @@
import { Card } from '../../../interfaces'
import Set from '../XY trainer Kit (Bisharp)'
const card: Card = {
set: Set,
name: {
en: "Doublade",
fr: "Dimoclès",
es: "Doublade",
it: "Doublade",
pt: "Doublade",
de: "Duokles"
},
rarity: "Uncommon",
category: "Pokemon",
hp: 80,
types: ["Metal"],
evolveFrom: {
en: "Honedge",
fr: "Monorpale",
es: "Honedge",
it: "Honedge",
pt: "Honedge",
de: "Gramokles"
},
stage: "Stage1",
retreat: 2,
weaknesses: [{
type: "Fire",
value: "×2"
}],
resistances: [{
type: "Psychic",
value: "-20"
}]
}
export default card

View File

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

View File

@ -0,0 +1,44 @@
import { Card } from '../../../interfaces'
import Set from '../XY trainer Kit (Bisharp)'
const card: Card = {
set: Set,
name: {
en: "Bisharp",
fr: "Scalproie",
es: "Bisharp",
it: "Bisharp",
pt: "Bisharp",
de: "Caesurio"
},
rarity: "Rare",
category: "Pokemon",
hp: 90,
types: ["Metal"],
evolveFrom: {
en: "Pawniard",
fr: "Scalpion",
es: "Pawniard",
it: "Pawniard",
pt: "Pawniard",
de: "Gladiantri"
},
stage: "Stage1",
retreat: 1,
weaknesses: [{
type: "Fire",
value: "×2"
}],
resistances: [{
type: "Psychic",
value: "-20"
}]
}
export default card

View File

@ -0,0 +1,29 @@
import { Card } from '../../../interfaces'
import Set from '../XY trainer Kit (Bisharp)'
const card: Card = {
set: Set,
name: {
en: "Patrat",
fr: "Ratentif",
es: "Patrat",
it: "Patrat",
pt: "Patrat",
de: "Nagelotz"
},
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 '../XY trainer Kit (Bisharp)'
const card: Card = {
set: Set,
name: {
en: "Metal Energy",
fr: "Énergie Métal",
es: "Energía Metálica",
it: "Energia Metallo",
pt: "Energia de Metal",
de: "Metall-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 (Bisharp)'
const card: Card = {
set: Set,
name: {
en: "Tierno",
fr: "Tierno",
es: "Beni",
it: "Tierno",
pt: "Tierno",
de: "Tierno"
},
rarity: "Uncommon",
category: "Trainer",
effect: {
en: "Draw 3 cards.",
fr: "Piochez 3 cartes.",
es: "Roba 3 cartas.",
it: "Pesca tre carte.",
pt: "Compre 3 cards.",
de: "Ziehe 3 Karten."
},
trainerType: "Supporter"
}
export default card

View File

@ -0,0 +1,21 @@
import { Card } from '../../../interfaces'
import Set from '../XY trainer Kit (Bisharp)'
const card: Card = {
set: Set,
name: {
en: "Metal Energy",
fr: "Énergie Métal",
es: "Energía Metálica",
it: "Energia Metallo",
pt: "Energia de Metal",
de: "Metall-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 (Bisharp)'
const card: Card = {
set: Set,
name: {
en: "Trevor",
fr: "Trovato",
es: "Trovato",
it: "Trovato",
pt: "Trevor",
de: "Trovato"
},
rarity: "Uncommon",
category: "Trainer",
effect: {
en: "Search your deck for a Pokémon, reveal it, and put it into your hand. Shuffle your deck afterward.",
fr: "Cherchez un Pokémon dans votre deck, montrez-le, puis ajoutez-le à votre main. Mélangez ensuite votre deck.",
es: "Busca en tu baraja un Pokémon, enséñalo y ponlo en tu mano. Baraja las cartas de tu baraja después.",
it: "Cerca nel tuo mazzo un Pokémon, mostralo e aggiungilo alle carte che hai in mano. Poi rimischia le carte del tuo mazzo.",
pt: "Procure um Pokémon em seu baralho, revele-o e coloque-o em sua mão. Em seguida, embaralhe seus cards.",
de: "Durchsuche dein Deck nach 1 Pokémon, zeige es deinem Gegner und nimm es auf deine Hand. Mische anschließend dein Deck."
},
trainerType: "Supporter"
}
export default card

View File

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

View File

@ -0,0 +1,21 @@
import { Card } from '../../../interfaces'
import Set from '../XY trainer Kit (Bisharp)'
const card: Card = {
set: Set,
name: {
en: "Metal Energy",
fr: "Énergie Métal",
es: "Energía Metálica",
it: "Energia Metallo",
pt: "Energia de Metal",
de: "Metall-Energie"
},
rarity: "Common",
category: "Energy",
energyType: "Normal"
}
export default card

View File

@ -0,0 +1,44 @@
import { Card } from '../../../interfaces'
import Set from '../XY trainer Kit (Bisharp)'
const card: Card = {
set: Set,
name: {
en: "Doublade",
fr: "Dimoclès",
es: "Doublade",
it: "Doublade",
pt: "Doublade",
de: "Duokles"
},
rarity: "Uncommon",
category: "Pokemon",
hp: 80,
types: ["Metal"],
evolveFrom: {
en: "Honedge",
fr: "Monorpale",
es: "Honedge",
it: "Honedge",
pt: "Honedge",
de: "Gramokles"
},
stage: "Stage1",
retreat: 2,
weaknesses: [{
type: "Fire",
value: "×2"
}],
resistances: [{
type: "Psychic",
value: "-20"
}]
}
export default card

View File

@ -0,0 +1,21 @@
import { Card } from '../../../interfaces'
import Set from '../XY trainer Kit (Bisharp)'
const card: Card = {
set: Set,
name: {
en: "Metal Energy",
fr: "Énergie Métal",
es: "Energía Metálica",
it: "Energia Metallo",
pt: "Energia de Metal",
de: "Metall-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 (Bisharp)'
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 (Bisharp)'
const card: Card = {
set: Set,
name: {
en: "Slakoth",
fr: "Parecool",
es: "Slakoth",
it: "Slakoth",
pt: "Slakoth",
de: "Bummelz"
},
rarity: "Common",
category: "Pokemon",
hp: 60,
types: ["Colorless"],
stage: "Basic",
retreat: 3,
weaknesses: [{
type: "Fighting",
value: "×2"
}]
}
export default card

View File

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

View File

@ -0,0 +1,39 @@
import { Card } from '../../../interfaces'
import Set from '../XY trainer Kit (Bisharp)'
const card: Card = {
set: Set,
name: {
en: "Vigoroth",
fr: "Vigoroth",
es: "Vigoroth",
it: "Vigoroth",
pt: "Vigoroth",
de: "Muntier"
},
rarity: "Uncommon",
category: "Pokemon",
hp: 90,
types: ["Colorless"],
evolveFrom: {
en: "Slakoth",
fr: "Parecool",
es: "Slakoth",
it: "Slakoth",
pt: "Slakoth",
de: "Bummelz"
},
stage: "Stage1",
retreat: 2,
weaknesses: [{
type: "Fighting",
value: "×2"
}]
}
export default card

View File

@ -0,0 +1,31 @@
import { Card } from '../../../interfaces'
import Set from '../XY trainer Kit (Bisharp)'
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 (Bisharp)'
const card: Card = {
set: Set,
name: {
en: "Metal Energy",
fr: "Énergie Métal",
es: "Energía Metálica",
it: "Energia Metallo",
pt: "Energia de Metal",
de: "Metall-Energie"
},
rarity: "Common",
category: "Energy",
energyType: "Normal"
}
export default card

View File

@ -0,0 +1,44 @@
import { Card } from '../../../interfaces'
import Set from '../XY trainer Kit (Bisharp)'
const card: Card = {
set: Set,
name: {
en: "Bisharp",
fr: "Scalproie",
es: "Bisharp",
it: "Bisharp",
pt: "Bisharp",
de: "Caesurio"
},
rarity: "Rare",
category: "Pokemon",
hp: 90,
types: ["Metal"],
evolveFrom: {
en: "Pawniard",
fr: "Scalpion",
es: "Pawniard",
it: "Pawniard",
pt: "Pawniard",
de: "Gladiantri"
},
stage: "Stage1",
retreat: 1,
weaknesses: [{
type: "Fire",
value: "×2"
}],
resistances: [{
type: "Psychic",
value: "-20"
}]
}
export default card

View File

@ -0,0 +1,39 @@
import { Card } from '../../../interfaces'
import Set from '../XY trainer Kit (Bisharp)'
const card: Card = {
set: Set,
name: {
en: "Vigoroth",
fr: "Vigoroth",
es: "Vigoroth",
it: "Vigoroth",
pt: "Vigoroth",
de: "Muntier"
},
rarity: "Uncommon",
category: "Pokemon",
hp: 90,
types: ["Colorless"],
evolveFrom: {
en: "Slakoth",
fr: "Parecool",
es: "Slakoth",
it: "Slakoth",
pt: "Slakoth",
de: "Bummelz"
},
stage: "Stage1",
retreat: 2,
weaknesses: [{
type: "Fighting",
value: "×2"
}]
}
export default card

View File

@ -0,0 +1,21 @@
import { Card } from '../../../interfaces'
import Set from '../XY trainer Kit (Bisharp)'
const card: Card = {
set: Set,
name: {
en: "Metal Energy",
fr: "Énergie Métal",
es: "Energía Metálica",
it: "Energia Metallo",
pt: "Energia de Metal",
de: "Metall-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 (Bisharp)'
const card: Card = {
set: Set,
name: {
en: "Metal Energy",
fr: "Énergie Métal",
es: "Energía Metálica",
it: "Energia Metallo",
pt: "Energia de Metal",
de: "Metall-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 (Bisharp)'
const card: Card = {
set: Set,
name: {
en: "Metal Energy",
fr: "Énergie Métal",
es: "Energía Metálica",
it: "Energia Metallo",
pt: "Energia de Metal",
de: "Metall-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 (Bisharp)'
const card: Card = {
set: Set,
name: {
en: "Metal Energy",
fr: "Énergie Métal",
es: "Energía Metálica",
it: "Energia Metallo",
pt: "Energia de Metal",
de: "Metall-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 (Bisharp)'
const card: Card = {
set: Set,
name: {
en: "Metal Energy",
fr: "Énergie Métal",
es: "Energía Metálica",
it: "Energia Metallo",
pt: "Energia de Metal",
de: "Metall-Energie"
},
rarity: "Common",
category: "Energy",
energyType: "Normal"
}
export default card