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,29 @@
import { Card } from '../../../interfaces'
import Set from '../XY trainer Kit (Latios)'
const card: Card = {
set: Set,
name: {
en: "Skitty",
fr: "Skitty",
es: "Skitty",
it: "Skitty",
pt: "Skitty",
de: "Eneco"
},
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 '../XY trainer Kit (Latios)'
const card: Card = {
set: Set,
name: {
en: "Fighting Energy",
fr: "Énergie Combat",
es: "Energía Lucha",
it: "Energia Lotta",
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 '../XY trainer Kit (Latios)'
const card: Card = {
set: Set,
name: {
en: "Machop",
fr: "Machoc",
es: "Machop",
it: "Machop",
pt: "Machop",
de: "Machollo"
},
rarity: "Common",
category: "Pokemon",
hp: 70,
types: ["Fighting"],
stage: "Basic",
retreat: 2,
weaknesses: [{
type: "Psychic",
value: "×2"
}]
}
export default card

View File

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

View File

@ -0,0 +1,54 @@
import { Card } from '../../../interfaces'
import Set from '../XY trainer Kit (Latios)'
const card: Card = {
set: Set,
name: {
en: "Latios",
fr: "Latios",
es: "Latios",
it: "Latios",
pt: "Latios",
de: "Latios"
},
illustrator: "Masakazu Fukuda",
rarity: "None",
category: "Pokemon",
description: {
en: "It understands human speech and is highly intelligent. It is a tender Pokémon that dislikes fighting."
},
stage: "Basic",
attacks: [{
name: {
en: "Supersonic Flight"
},
damage: 40,
effect: {
en: "Flip a coin. If tails, this attack does nothing."
}
}, {
name: {
en: "Psyburn"
},
damage: 70
}],
hp: 110,
types: ["Psychic"],
retreat: 1,
weaknesses: [{
type: "Psychic",
value: "×2"
}]
}
export default card

View File

@ -0,0 +1,39 @@
import { Card } from '../../../interfaces'
import Set from '../XY trainer Kit (Latios)'
const card: Card = {
set: Set,
name: {
en: "Machoke",
fr: "Machopeur",
es: "Machoke",
it: "Machoke",
pt: "Machoke",
de: "Maschock"
},
rarity: "Uncommon",
category: "Pokemon",
hp: 90,
types: ["Fighting"],
evolveFrom: {
en: "Machop",
fr: "Machoc",
es: "Machop",
it: "Machop",
pt: "Machop",
de: "Machollo"
},
stage: "Stage1",
retreat: 2,
weaknesses: [{
type: "Psychic",
value: "×2"
}]
}
export default card

View File

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

View File

@ -0,0 +1,21 @@
import { Card } from '../../../interfaces'
import Set from '../XY trainer Kit (Latios)'
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,21 @@
import { Card } from '../../../interfaces'
import Set from '../XY trainer Kit (Latios)'
const card: Card = {
set: Set,
name: {
en: "Fighting Energy",
fr: "Énergie Combat",
es: "Energía Lucha",
it: "Energia Lotta",
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 '../XY trainer Kit (Latios)'
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,39 @@
import { Card } from '../../../interfaces'
import Set from '../XY trainer Kit (Latios)'
const card: Card = {
set: Set,
name: {
en: "Delcatty",
fr: "Delcatty",
es: "Delcatty",
it: "Delcatty",
pt: "Delcatty",
de: "Enekoro"
},
rarity: "Rare",
category: "Pokemon",
hp: 80,
types: ["Colorless"],
evolveFrom: {
en: "Skitty",
fr: "Skitty",
es: "Skitty",
it: "Skitty",
pt: "Skitty",
de: "Eneco"
},
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 '../XY trainer Kit (Latios)'
const card: Card = {
set: Set,
name: {
en: "Fighting Energy",
fr: "Énergie Combat",
es: "Energía Lucha",
it: "Energia Lotta",
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 '../XY trainer Kit (Latios)'
const card: Card = {
set: Set,
name: {
en: "Acro Bike",
fr: "Vélo Cross",
es: "Bici Acrobática",
it: "Bici da cross",
pt: "Bicicleta Acro",
de: "Kunstrad"
},
rarity: "Uncommon",
category: "Trainer",
effect: {
en: "Look at the top 2 cards of your deck and put 1 of them into your hand. Discard the other card.",
fr: "Regardez les 2 cartes du dessus de votre deck et ajoutez lune dentre elles à votre main. Défaussez lautre carte.",
es: "Mira las 2 primeras cartas de tu baraja y pon 1 de ellas en tu mano. Descarta la otra carta.",
it: "Guarda le prime due carte del tuo mazzo e aggiungi una di esse alle carte che hai in mano. Scarta laltra carta.",
pt: "Olhe os 2 cards de cima do seu baralho e coloque 1 deles de volta na sua mão. Descarte o outro card.",
de: "Schau dir die 2 obersten Karten deines Decks an und nimm 1 auf deine Hand. Lege die andere Karte auf deinen Ablagestapel."
},
trainerType: "Item"
}
export default card

View File

@ -0,0 +1,31 @@
import { Card } from '../../../interfaces'
import Set from '../XY trainer Kit (Latios)'
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,39 @@
import { Card } from '../../../interfaces'
import Set from '../XY trainer Kit (Latios)'
const card: Card = {
set: Set,
name: {
en: "Machoke",
fr: "Machopeur",
es: "Machoke",
it: "Machoke",
pt: "Machoke",
de: "Maschock"
},
rarity: "Uncommon",
category: "Pokemon",
hp: 90,
types: ["Fighting"],
evolveFrom: {
en: "Machop",
fr: "Machoc",
es: "Machop",
it: "Machop",
pt: "Machop",
de: "Machollo"
},
stage: "Stage1",
retreat: 2,
weaknesses: [{
type: "Psychic",
value: "×2"
}]
}
export default card

View File

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

View File

@ -0,0 +1,39 @@
import { Card } from '../../../interfaces'
import Set from '../XY trainer Kit (Latios)'
const card: Card = {
set: Set,
name: {
en: "Delcatty",
fr: "Delcatty",
es: "Delcatty",
it: "Delcatty",
pt: "Delcatty",
de: "Enekoro"
},
rarity: "Rare",
category: "Pokemon",
hp: 80,
types: ["Colorless"],
evolveFrom: {
en: "Skitty",
fr: "Skitty",
es: "Skitty",
it: "Skitty",
pt: "Skitty",
de: "Eneco"
},
stage: "Stage1",
retreat: 1,
weaknesses: [{
type: "Fighting",
value: "×2"
}]
}
export default card

View File

@ -0,0 +1,39 @@
import { Card } from '../../../interfaces'
import Set from '../XY trainer Kit (Latios)'
const card: Card = {
set: Set,
name: {
en: "Rhydon",
fr: "Rhinoféros",
es: "Rhydon",
it: "Rhydon",
pt: "Rhydon",
de: "Rizeros"
},
rarity: "Uncommon",
category: "Pokemon",
hp: 100,
types: ["Fighting"],
evolveFrom: {
en: "Rhyhorn",
fr: "Rhinocorne",
es: "Rhyhorn",
it: "Rhyhorn",
pt: "Rhyhorn",
de: "Rihorn"
},
stage: "Stage1",
retreat: 4,
weaknesses: [{
type: "Grass",
value: "×2"
}]
}
export default card

View File

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

View File

@ -0,0 +1,29 @@
import { Card } from '../../../interfaces'
import Set from '../XY trainer Kit (Latios)'
const card: Card = {
set: Set,
name: {
en: "Skitty",
fr: "Skitty",
es: "Skitty",
it: "Skitty",
pt: "Skitty",
de: "Eneco"
},
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,29 @@
import { Card } from '../../../interfaces'
import Set from '../XY trainer Kit (Latios)'
const card: Card = {
set: Set,
name: {
en: "Machop",
fr: "Machoc",
es: "Machop",
it: "Machop",
pt: "Machop",
de: "Machollo"
},
rarity: "Common",
category: "Pokemon",
hp: 70,
types: ["Fighting"],
stage: "Basic",
retreat: 2,
weaknesses: [{
type: "Psychic",
value: "×2"
}]
}
export default card

View File

@ -0,0 +1,21 @@
import { Card } from '../../../interfaces'
import Set from '../XY trainer Kit (Latios)'
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,21 @@
import { Card } from '../../../interfaces'
import Set from '../XY trainer Kit (Latios)'
const card: Card = {
set: Set,
name: {
en: "Fighting Energy",
fr: "Énergie Combat",
es: "Energía Lucha",
it: "Energia Lotta",
pt: "Energia de Luta",
de: "Kampf-Energie"
},
rarity: "Common",
category: "Energy",
energyType: "Normal"
}
export default card

View File

@ -0,0 +1,54 @@
import { Card } from '../../../interfaces'
import Set from '../XY trainer Kit (Latios)'
const card: Card = {
set: Set,
name: {
en: "Latios",
fr: "Latios",
es: "Latios",
it: "Latios",
pt: "Latios",
de: "Latios"
},
illustrator: "Masakazu Fukuda",
rarity: "None",
category: "Pokemon",
description: {
en: "It understands human speech and is highly intelligent. It is a tender Pokémon that dislikes fighting."
},
stage: "Basic",
attacks: [{
name: {
en: "Supersonic Flight"
},
damage: 40,
effect: {
en: "Flip a coin. If tails, this attack does nothing."
}
}, {
name: {
en: "Psyburn"
},
damage: 70
}],
hp: 110,
types: ["Psychic"],
retreat: 1,
weaknesses: [{
type: "Psychic",
value: "×2"
}]
}
export default card

View File

@ -0,0 +1,39 @@
import { Card } from '../../../interfaces'
import Set from '../XY trainer Kit (Latios)'
const card: Card = {
set: Set,
name: {
en: "Rhydon",
fr: "Rhinoféros",
es: "Rhydon",
it: "Rhydon",
pt: "Rhydon",
de: "Rizeros"
},
rarity: "Uncommon",
category: "Pokemon",
hp: 100,
types: ["Fighting"],
evolveFrom: {
en: "Rhyhorn",
fr: "Rhinocorne",
es: "Rhyhorn",
it: "Rhyhorn",
pt: "Rhyhorn",
de: "Rihorn"
},
stage: "Stage1",
retreat: 4,
weaknesses: [{
type: "Grass",
value: "×2"
}]
}
export default card

View File

@ -0,0 +1,21 @@
import { Card } from '../../../interfaces'
import Set from '../XY trainer Kit (Latios)'
const card: Card = {
set: Set,
name: {
en: "Fighting Energy",
fr: "Énergie Combat",
es: "Energía Lucha",
it: "Energia Lotta",
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 '../XY trainer Kit (Latios)'
const card: Card = {
set: Set,
name: {
en: "Fighting Energy",
fr: "Énergie Combat",
es: "Energía Lucha",
it: "Energia Lotta",
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 '../XY trainer Kit (Latios)'
const card: Card = {
set: Set,
name: {
en: "Fighting Energy",
fr: "Énergie Combat",
es: "Energía Lucha",
it: "Energia Lotta",
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 '../XY trainer Kit (Latios)'
const card: Card = {
set: Set,
name: {
en: "Fighting Energy",
fr: "Énergie Combat",
es: "Energía Lucha",
it: "Energia Lotta",
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 '../XY trainer Kit (Latios)'
const card: Card = {
set: Set,
name: {
en: "Fighting Energy",
fr: "Énergie Combat",
es: "Energía Lucha",
it: "Energia Lotta",
pt: "Energia de Luta",
de: "Kampf-Energie"
},
rarity: "Common",
category: "Energy",
energyType: "Normal"
}
export default card