mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-18 02:19:17 +00:00
Updated Database
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -1,66 +0,0 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Detective Pikachu'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
fr: "Détective Pikachu",
|
||||
},
|
||||
illustrator: "Framestore",
|
||||
rarity: "Common",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
hp: 90,
|
||||
types: [
|
||||
"Lightning",
|
||||
],
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
"Colorless",
|
||||
],
|
||||
name: {
|
||||
fr: "Pause Café",
|
||||
},
|
||||
effect: {
|
||||
fr: "Soignez 30 dégâts à ce Pokémon.",
|
||||
},
|
||||
|
||||
},
|
||||
{
|
||||
cost: [
|
||||
"Colorless",
|
||||
"Colorless",
|
||||
],
|
||||
name: {
|
||||
fr: "Poing Tire-Bouchon",
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
|
||||
},
|
||||
],
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Fightning",
|
||||
value: "×2"
|
||||
},
|
||||
],
|
||||
resistances: [
|
||||
{
|
||||
type: "Metal",
|
||||
value: "-20"
|
||||
},
|
||||
],
|
||||
retreat: 2,
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
export default card
|
@ -1,54 +0,0 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Detective Pikachu'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
fr: "Détective Pikachu",
|
||||
},
|
||||
illustrator: "MPC Film",
|
||||
rarity: "Common",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
hp: 90,
|
||||
types: [
|
||||
"Lightning",
|
||||
],
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
"Lightning",
|
||||
],
|
||||
name: {
|
||||
fr: "Brillante Déduction",
|
||||
},
|
||||
effect: {
|
||||
fr: "Regardez les 4 cartes du dessus de votre deck et ajoutez l’une d’entre elles à votre main. Mélangez les autres cartes avec votre deck.",
|
||||
},
|
||||
|
||||
},
|
||||
],
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Fightning",
|
||||
value: "×2"
|
||||
},
|
||||
],
|
||||
resistances: [
|
||||
{
|
||||
type: "Metal",
|
||||
value: "-20"
|
||||
},
|
||||
],
|
||||
retreat: 2,
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
export default card
|
@ -1,83 +0,0 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Detective Pikachu'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
fr: "Dracaufeu-GX",
|
||||
},
|
||||
illustrator: "Framestore",
|
||||
rarity: "Common",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
hp: 250,
|
||||
types: [
|
||||
"Fire",
|
||||
],
|
||||
evolveFrom: {
|
||||
fr: "Reptincel",
|
||||
},
|
||||
|
||||
suffix: "GX",
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
"Fire",
|
||||
],
|
||||
name: {
|
||||
fr: "Destruction Enragée",
|
||||
},
|
||||
effect: {
|
||||
fr: "Défaussez les 8 cartes du dessus de votre deck. Si vous y trouvez des cartes Énergie Fire, attachez-les à ce Pokémon.",
|
||||
},
|
||||
|
||||
},
|
||||
{
|
||||
cost: [
|
||||
"Fire",
|
||||
"Fire",
|
||||
"Colorless",
|
||||
"Colorless",
|
||||
"Colorless",
|
||||
],
|
||||
name: {
|
||||
fr: "Artillerie Vapeur",
|
||||
},
|
||||
|
||||
damage: 200,
|
||||
|
||||
},
|
||||
{
|
||||
cost: [
|
||||
"Fire",
|
||||
"Fire",
|
||||
"Colorless",
|
||||
"Colorless",
|
||||
"Colorless",
|
||||
],
|
||||
name: {
|
||||
fr: "Flammes Effroyables-GX",
|
||||
},
|
||||
effect: {
|
||||
fr: "Défaussez une Énergie de chacun des Pokémon de votre adversaire. (Vous ne pouvez utiliser qu’une attaque GX par partie.)",
|
||||
},
|
||||
damage: 250,
|
||||
|
||||
},
|
||||
],
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Water",
|
||||
value: "×2"
|
||||
},
|
||||
],
|
||||
|
||||
retreat: 4,
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
export default card
|
@ -1,82 +0,0 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Detective Pikachu'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
fr: "Mewtwo-GX",
|
||||
},
|
||||
illustrator: "MPC Film",
|
||||
rarity: "Common",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
hp: 190,
|
||||
types: [
|
||||
"Psychic",
|
||||
],
|
||||
|
||||
|
||||
suffix: "GX",
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
"Psychic",
|
||||
"Colorless",
|
||||
],
|
||||
name: {
|
||||
fr: "Lévikinésie",
|
||||
},
|
||||
effect: {
|
||||
fr: "Cette attaque inflige 50 dégâts à l’un des Pokémon de votre adversaire. Ces dégâts ne sont pas affectés par la Faiblesse ou la Résistance.",
|
||||
},
|
||||
|
||||
},
|
||||
{
|
||||
cost: [
|
||||
"Psychic",
|
||||
"Psychic",
|
||||
"Colorless",
|
||||
"Colorless",
|
||||
],
|
||||
name: {
|
||||
fr: "Vibration Régnante",
|
||||
},
|
||||
effect: {
|
||||
fr: "Le Pokémon Actif de votre adversaire est maintenant Confus.",
|
||||
},
|
||||
damage: 120,
|
||||
|
||||
},
|
||||
{
|
||||
cost: [
|
||||
"Psychic",
|
||||
"Psychic",
|
||||
"Colorless",
|
||||
"Colorless",
|
||||
],
|
||||
name: {
|
||||
fr: "Nova Psy-GX",
|
||||
},
|
||||
effect: {
|
||||
fr: "Évitez tous les dégâts infligés à ce Pokémon par des attaques pendant le prochain tour de votre adversaire. (Vous ne pouvez utiliser qu’une attaque GX par partie.)",
|
||||
},
|
||||
damage: 180,
|
||||
|
||||
},
|
||||
],
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Psychic",
|
||||
value: "×2"
|
||||
},
|
||||
],
|
||||
|
||||
retreat: 2,
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
export default card
|
@ -1,75 +0,0 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Detective Pikachu'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
fr: "Amphinobi-GX",
|
||||
},
|
||||
illustrator: "MPC Film",
|
||||
rarity: "Common",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
hp: 230,
|
||||
types: [
|
||||
"Water",
|
||||
],
|
||||
evolveFrom: {
|
||||
fr: "Croâporal",
|
||||
},
|
||||
|
||||
suffix: "GX",
|
||||
abilities: [
|
||||
{
|
||||
type: "Ability",
|
||||
name: {
|
||||
fr: "Maître Évasif",
|
||||
},
|
||||
effect: {
|
||||
fr: "Une seule fois pendant votre tour (avant votre attaque), si ce Pokémon est votre dernière carte en main, vous pouvez le placer sur votre Banc. Dans ce cas, piochez 3 cartes.",
|
||||
},
|
||||
},
|
||||
],
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
"Water",
|
||||
"Colorless",
|
||||
],
|
||||
name: {
|
||||
fr: "Tranche-Brume",
|
||||
},
|
||||
effect: {
|
||||
fr: "Les dégâts de cette attaque ne sont pas affectés par la Faiblesse, la Résistance ou tout autre effet en action sur le Pokémon Actif de votre adversaire.",
|
||||
},
|
||||
damage: 130,
|
||||
|
||||
},
|
||||
{
|
||||
cost: [
|
||||
"Water",
|
||||
],
|
||||
name: {
|
||||
fr: "Brume Obscure-GX",
|
||||
},
|
||||
effect: {
|
||||
fr: "Placez l’un des Pokémon de Banc de votre adversaire et toutes les cartes qui lui sont attachées dans la main de votre adversaire. (Vous ne pouvez utiliser qu’une attaque GX par partie.)",
|
||||
},
|
||||
|
||||
},
|
||||
],
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Grass",
|
||||
value: "×2"
|
||||
},
|
||||
],
|
||||
|
||||
retreat: 1,
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
export default card
|
@ -1,61 +0,0 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Detective Pikachu'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
fr: "Bulbizarre",
|
||||
},
|
||||
illustrator: "MPC Film",
|
||||
rarity: "Common",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
hp: 70,
|
||||
types: [
|
||||
"Grass",
|
||||
],
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
"Colorless",
|
||||
],
|
||||
name: {
|
||||
fr: "Collision",
|
||||
},
|
||||
|
||||
damage: 10,
|
||||
|
||||
},
|
||||
{
|
||||
cost: [
|
||||
"Grass",
|
||||
"Grass",
|
||||
"Colorless",
|
||||
],
|
||||
name: {
|
||||
fr: "Fouet Lianes",
|
||||
},
|
||||
|
||||
damage: 50,
|
||||
|
||||
},
|
||||
],
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Fire",
|
||||
value: "×2"
|
||||
},
|
||||
],
|
||||
|
||||
retreat: 2,
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
export default card
|
@ -1,49 +0,0 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Detective Pikachu'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
fr: "Psykokwak",
|
||||
},
|
||||
illustrator: "Framestore",
|
||||
rarity: "Common",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
hp: 70,
|
||||
types: [
|
||||
"Water",
|
||||
],
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
"Water",
|
||||
"Colorless",
|
||||
],
|
||||
name: {
|
||||
fr: "Griffe",
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
|
||||
},
|
||||
],
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Grass",
|
||||
value: "×2"
|
||||
},
|
||||
],
|
||||
|
||||
retreat: 2,
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
export default card
|
@ -1,53 +0,0 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Detective Pikachu'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
fr: "Snubbull",
|
||||
},
|
||||
illustrator: "Framestore",
|
||||
rarity: "Common",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
hp: 60,
|
||||
types: [
|
||||
"Fairy",
|
||||
],
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
"Fairy",
|
||||
],
|
||||
name: {
|
||||
fr: "Morsure",
|
||||
},
|
||||
|
||||
damage: 10,
|
||||
|
||||
},
|
||||
],
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Metal",
|
||||
value: "×2"
|
||||
},
|
||||
],
|
||||
resistances: [
|
||||
{
|
||||
type: "Darkness",
|
||||
value: "-20"
|
||||
},
|
||||
],
|
||||
retreat: 1,
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
export default card
|
@ -2,7 +2,7 @@ import { Set } from '../../interfaces'
|
||||
import serie from '../Sun & Moon'
|
||||
|
||||
const sm75: Set = {
|
||||
id: "sm75",
|
||||
id: "sm7.5",
|
||||
name: {
|
||||
en: "Dragon Majesty",
|
||||
fr: "Majesté Des Dragons"
|
||||
@ -25,4 +25,4 @@ const sm75: Set = {
|
||||
},
|
||||
}
|
||||
|
||||
export default sm75
|
||||
export default sm75
|
||||
|
@ -4,6 +4,7 @@ import Set from '../Guardians Rising'
|
||||
const card: Card = {
|
||||
name: {
|
||||
fr: "Pectorius",
|
||||
en: "Hala",
|
||||
},
|
||||
illustrator: "Naoki Saito",
|
||||
rarity: "Ultra Rare",
|
||||
@ -22,6 +23,7 @@ const card: Card = {
|
||||
|
||||
|
||||
effect: {
|
||||
en: "Shuffle your hand into your deck. If you have used your GX attack, draw 7 cards. If not, draw 4 cards.",
|
||||
fr: "Mélangez votre main avec votre deck. Si vous avez utilisé votre attaque GX, piochez 7 cartes. Sinon, piochez 4 cartes.",
|
||||
},
|
||||
trainerType: "Supporter",
|
||||
|
@ -2,7 +2,7 @@ import { Set } from '../../interfaces'
|
||||
import serie from '../Sun & Moon'
|
||||
|
||||
const sm35: Set = {
|
||||
id: "sm35",
|
||||
id: "sm3.5",
|
||||
name: {
|
||||
en: "Shining Legends",
|
||||
fr: "Légendes Brillantes"
|
||||
@ -25,4 +25,4 @@ const sm35: Set = {
|
||||
},
|
||||
}
|
||||
|
||||
export default sm35
|
||||
export default sm35
|
||||
|
Reference in New Issue
Block a user