1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-28 14:59:19 +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 '../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

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,34 @@
import { Card } from '../../../interfaces'
import Set from '../SM trainer Kit (Alolan Raichu)'
const card: Card = {
set: Set,
name: {
en: "Togedemaru",
fr: "Togedemaru",
es: "Togedemaru",
it: "Togedemaru",
pt: "Togedemaru",
de: "Togedemaru"
},
rarity: "Common",
category: "Pokemon",
hp: 70,
types: ["Lightning"],
stage: "Basic",
retreat: 1,
weaknesses: [{
type: "Fighting",
value: "×2"
}],
resistances: [{
type: "Metal",
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,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,29 @@
import { Card } from '../../../interfaces'
import Set from '../SM trainer Kit (Alolan Raichu)'
const card: Card = {
set: Set,
name: {
en: "Stufful",
fr: "Nounourson",
es: "Stufful",
it: "Stufful",
pt: "Stufful",
de: "Velursi"
},
rarity: "Common",
category: "Pokemon",
hp: 70,
types: ["Colorless"],
stage: "Basic",
retreat: 2,
weaknesses: [{
type: "Fighting",
value: "×2"
}]
}
export default card

View File

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