1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-17 09:59:19 +00:00
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2020-02-03 15:18:40 +01:00
commit 0d2a757cae
12077 changed files with 1123810 additions and 0 deletions

88
cards/xy/dc1/1.ts Normal file
View File

@ -0,0 +1,88 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "dc1-1",
localId: 1,
// Card informations
name: {
en: "Team Magma's Numel",
fr: "Chamallot de la Team Magma",
},
hp: 70,
type: [
Type.FIRE,
],
dexId: 322,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/dc1/1/low.png",
fr: "https://assets.tcgdex.net/fr/xy/dc1/1/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/dc1/1/high.png",
fr: "https://assets.tcgdex.net/fr/xy/dc1/1/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 48,
name: "Akira Komayama"
},
attacks: [{
cost: [
Type.FIRE,
Type.COLORLESS
],
name: {
en: "Ember",
fr: "Flammèche",
},
text: {
en: "Discard an Energy attached to this Pokémon.",
fr: "Défaussez une Énergie attachée à ce Pokémon.",
},
damage: 30
}],
weaknesses: [{
type: Type.WATER,
value: "×2"
}],
retreat: 2,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Double Crisis",
code: "dc1"
}
}
export default card

87
cards/xy/dc1/10.ts Normal file
View File

@ -0,0 +1,87 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "dc1-10",
localId: 10,
// Card informations
name: {
en: "Team Magma's Baltoy",
fr: "Balbuto de la Team Magma",
},
hp: 50,
type: [
Type.PSYCHIC,
],
dexId: 343,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/dc1/10/low.png",
fr: "https://assets.tcgdex.net/fr/xy/dc1/10/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/dc1/10/high.png",
fr: "https://assets.tcgdex.net/fr/xy/dc1/10/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 9,
name: "Mitsuhiro Arita"
},
attacks: [{
cost: [
Type.PSYCHIC,
Type.COLORLESS
],
name: {
en: "Telekinesis",
fr: "Lévikinésie",
},
text: {
en: "This attack does 20 damage to 1 of your opponent's Pokémon. This attack's damage isn't affected by Weakness or Resistance.",
fr: "Cette attaque inflige 20 dégâts à l'un des Pokémon de votre adversaire. Les dégâts de cette attaque ne sont pas affectés par la Faiblesse ou la Résistance.",
},
}],
weaknesses: [{
type: Type.PSYCHIC,
value: "×2"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Double Crisis",
code: "dc1"
}
}
export default card

99
cards/xy/dc1/11.ts Normal file
View File

@ -0,0 +1,99 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "dc1-11",
localId: 11,
// Card informations
name: {
en: "Team Magma's Claydol",
fr: "Kaorine de la Team Magma",
},
hp: 90,
type: [
Type.PSYCHIC,
],
dexId: 344,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/dc1/11/low.png",
fr: "https://assets.tcgdex.net/fr/xy/dc1/11/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/dc1/11/high.png",
fr: "https://assets.tcgdex.net/fr/xy/dc1/11/high.png",
},
},
evolveFrom: {
en: "Team Magma's Baltoy",
fr: "Balbuto de la Team Magma",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 8,
name: "Masakazu Fukuda"
},
abilities: [{
id: 765,
type: AbilityType.TALENT,
name: {
en: "Magma Switch",
fr: "Échange de Magma",
},
text: {
en: "Once during your turn (before your attack), you may move a basic Energy from 1 of your Pokémon to 1 of your Team Magma Pokémon.",
fr: "Une seule fois pendant votre tour (avant votre attaque), vous pouvez déplacer une Énergie de base de l'un de vos Pokémon vers l'un de vos Pokémon de la Team Magma.",
}
}],
attacks: [{
cost: [
Type.PSYCHIC,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Power Beam",
fr: "Puissant Rayon",
},
damage: 70
}],
weaknesses: [{
type: Type.PSYCHIC,
value: "×2"
}],
retreat: 2,
rarity: Rarity.RareHolo,
category: Category.POKEMON,
set: {
name: "Double Crisis",
code: "dc1"
}
}
export default card

83
cards/xy/dc1/12.ts Normal file
View File

@ -0,0 +1,83 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "dc1-12",
localId: 12,
// Card informations
name: {
en: "Team Magma's Aron",
fr: "Galekid de la Team Magma",
},
hp: 60,
type: [
Type.FIGHTING,
],
dexId: 304,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/dc1/12/low.png",
fr: "https://assets.tcgdex.net/fr/xy/dc1/12/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/dc1/12/high.png",
fr: "https://assets.tcgdex.net/fr/xy/dc1/12/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 48,
name: "Akira Komayama"
},
attacks: [{
cost: [
Type.FIGHTING
],
name: {
en: "Gnaw",
fr: "Ronge",
},
damage: 10
}],
weaknesses: [{
type: Type.GRASS,
value: "×2"
}],
retreat: 2,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Double Crisis",
code: "dc1"
}
}
export default card

102
cards/xy/dc1/13.ts Normal file
View File

@ -0,0 +1,102 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "dc1-13",
localId: 13,
// Card informations
name: {
en: "Team Magma's Lairon",
fr: "Galegon de la Team Magma",
},
hp: 90,
type: [
Type.FIGHTING,
],
dexId: 305,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/dc1/13/low.png",
fr: "https://assets.tcgdex.net/fr/xy/dc1/13/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/dc1/13/high.png",
fr: "https://assets.tcgdex.net/fr/xy/dc1/13/high.png",
},
},
evolveFrom: {
en: "Team Magma's Aron",
fr: "Galekid de la Team Magma",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 8,
name: "Masakazu Fukuda"
},
attacks: [{
cost: [
Type.FIGHTING,
Type.COLORLESS
],
name: {
en: "Gnaw",
fr: "Ronge",
},
damage: 30
},{
cost: [
Type.FIGHTING,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Take Down",
fr: "Bélier",
},
text: {
en: "This Pokémon does 10 damage to itself.",
fr: "Ce Pokémon s'inflige 10 dégâts.",
},
damage: 60
}],
weaknesses: [{
type: Type.GRASS,
value: "×2"
}],
retreat: 3,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Double Crisis",
code: "dc1"
}
}
export default card

107
cards/xy/dc1/14.ts Normal file
View File

@ -0,0 +1,107 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "dc1-14",
localId: 14,
// Card informations
name: {
en: "Team Magma's Aggron",
fr: "Galeking de la Team Magma",
},
hp: 140,
type: [
Type.FIGHTING,
],
dexId: 306,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/dc1/14/low.png",
fr: "https://assets.tcgdex.net/fr/xy/dc1/14/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/dc1/14/high.png",
fr: "https://assets.tcgdex.net/fr/xy/dc1/14/high.png",
},
},
evolveFrom: {
en: "Team Magma's Lairon",
fr: "Galegon de la Team Magma",
},
tags: [
Tag.STAGE2,
],
illustrator: {
id: 20,
name: "TOKIYA"
},
attacks: [{
cost: [
Type.FIGHTING,
Type.COLORLESS
],
name: {
en: "Rock Stomp",
fr: "Écras'Roc",
},
text: {
en: "Discard as many Fighting Energy attached to your Pokémon as you like. This attack does 40 damage times the amount of Fighting Energy you discarded.",
fr: "Défaussez autant d'Énergies Fighting attachées à vos Pokémon que vous voulez. Cette attaque inflige 40 dégâts multipliés par le nombre de cartes Énergie Fighting que vous avez défaussées.",
},
damage: 40
},{
cost: [
Type.FIGHTING,
Type.FIGHTING,
Type.FIGHTING,
Type.COLORLESS
],
name: {
en: "Boulder Storm",
fr: "Tempête de Roche",
},
text: {
en: "This attack does 20 damage to each of your opponent's Benched Pokémon that has any damage counters on it. (Don't apply Weakness and Resistance for Benched Pokémon.)",
fr: "Cette attaque inflige 20 dégâts à chacun des Pokémon de Banc de votre adversaire ayant au moins 1 marqueur de dégâts. (N'appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
},
damage: 120
}],
weaknesses: [{
type: Type.GRASS,
value: "×2"
}],
retreat: 4,
rarity: Rarity.RareHolo,
category: Category.POKEMON,
set: {
name: "Double Crisis",
code: "dc1"
}
}
export default card

101
cards/xy/dc1/15.ts Normal file
View File

@ -0,0 +1,101 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "dc1-15",
localId: 15,
// Card informations
name: {
en: "Team Magma's Groudon-ex",
fr: "Groudon-EX de la Team Magma",
},
hp: 190,
type: [
Type.FIGHTING,
],
dexId: 383,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/dc1/15/low.png",
fr: "https://assets.tcgdex.net/fr/xy/dc1/15/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/dc1/15/high.png",
fr: "https://assets.tcgdex.net/fr/xy/dc1/15/high.png",
},
},
evolveFrom: {},
tags: [
Tag.EX,
],
illustrator: {
id: 65,
name: "nagimiso"
},
abilities: [{
id: 56,
type: AbilityType.TALENT,
name: {
en: "Power Saver",
fr: "Économie de Puissance",
},
text: {
en: "If there are 4 or fewer Team Magma Pokémon in play, this Pokémon can't attack.",
fr: "S'il y a 4 Pokémon de la Team Magma en jeu ou moins, ce Pokémon ne peut pas attaquer.",
}
}],
attacks: [{
cost: [
Type.FIGHTING,
Type.FIGHTING,
Type.FIGHTING,
Type.COLORLESS
],
name: {
en: "Magma Quake",
fr: "Secousse Magma",
},
text: {
en: "If your opponent's Active Pokémon already has any damage counters on it, this attack does 80 more damage.",
fr: "Si le Pokémon Actif de votre adversaire a déjà des marqueurs de dégâts, cette attaque inflige 80 dégâts supplémentaires.",
},
damage: 80
}],
weaknesses: [{
type: Type.GRASS,
value: "×2"
}],
retreat: 4,
rarity: Rarity.RareHoloEX,
category: Category.POKEMON,
set: {
name: "Double Crisis",
code: "dc1"
}
}
export default card

99
cards/xy/dc1/16.ts Normal file
View File

@ -0,0 +1,99 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "dc1-16",
localId: 16,
// Card informations
name: {
en: "Team Aqua's Poochyena",
fr: "Medhyèna de la Team Aqua",
},
hp: 60,
type: [
Type.DARKNESS,
],
dexId: 261,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/dc1/16/low.png",
fr: "https://assets.tcgdex.net/fr/xy/dc1/16/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/dc1/16/high.png",
fr: "https://assets.tcgdex.net/fr/xy/dc1/16/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 10,
name: "Kouki Saitou"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Roar",
fr: "Hurlement",
},
text: {
en: "Your opponent switches his or her Active Pokémon with 1 of his or her Benched Pokémon.",
fr: "Votre adversaire échange son Pokémon Actif avec l'un de ses Pokémon de Banc.",
},
},{
cost: [
Type.WATER,
Type.COLORLESS
],
name: {
en: "Bite",
fr: "Morsure",
},
damage: 20
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
resistances: [{
type: Type.PSYCHIC,
value: "-20"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Double Crisis",
code: "dc1"
}
}
export default card

99
cards/xy/dc1/17.ts Normal file
View File

@ -0,0 +1,99 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "dc1-17",
localId: 17,
// Card informations
name: {
en: "Team Magma's Poochyena",
fr: "Medhyèna de la Team Magma",
},
hp: 60,
type: [
Type.DARKNESS,
],
dexId: 261,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/dc1/17/low.png",
fr: "https://assets.tcgdex.net/fr/xy/dc1/17/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/dc1/17/high.png",
fr: "https://assets.tcgdex.net/fr/xy/dc1/17/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 20,
name: "TOKIYA"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Infiltrate",
fr: "Mission Infiltration",
},
text: {
en: "Your opponent reveals his or her hand.",
fr: "Votre adversaire montre sa main.",
},
},{
cost: [
Type.FIGHTING,
Type.COLORLESS
],
name: {
en: "Bite",
fr: "Morsure",
},
damage: 20
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
resistances: [{
type: Type.PSYCHIC,
value: "-20"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Double Crisis",
code: "dc1"
}
}
export default card

109
cards/xy/dc1/18.ts Normal file
View File

@ -0,0 +1,109 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "dc1-18",
localId: 18,
// Card informations
name: {
en: "Team Aqua's Mightyena",
fr: "Grahyèna de la Team Aqua",
},
hp: 100,
type: [
Type.DARKNESS,
],
dexId: 262,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/dc1/18/low.png",
fr: "https://assets.tcgdex.net/fr/xy/dc1/18/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/dc1/18/high.png",
fr: "https://assets.tcgdex.net/fr/xy/dc1/18/high.png",
},
},
evolveFrom: {
en: "Team Aqua's Poochyena",
fr: "Medhyèna de la Team Aqua",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 9,
name: "Mitsuhiro Arita"
},
attacks: [{
cost: [
Type.WATER,
Type.COLORLESS
],
name: {
en: "Teampact",
fr: "Teampact",
},
text: {
en: "Flip a coin for each Team Aqua Pokémon you have in play. This attack does 30 damage times the number of heads.",
fr: "Lancez une pièce pour chaque Pokémon de la Team Aqua que vous avez en jeu. Cette attaque inflige 30 dégâts multipliés par le nombre de côtés face.",
},
damage: 30
},{
cost: [
Type.WATER,
Type.WATER,
Type.COLORLESS
],
name: {
en: "Crunch",
fr: "Mâchouille",
},
text: {
en: "Flip a coin. If heads, discard an Energy attached to your opponent's Active Pokémon.",
fr: "Lancez une pièce. Si c'est face, défaussez une Énergie attachée au Pokémon Actif de votre adversaire.",
},
damage: 80
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
resistances: [{
type: Type.PSYCHIC,
value: "-20"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Double Crisis",
code: "dc1"
}
}
export default card

105
cards/xy/dc1/19.ts Normal file
View File

@ -0,0 +1,105 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "dc1-19",
localId: 19,
// Card informations
name: {
en: "Team Magma's Mightyena",
fr: "Grahyèna de la Team Magma",
},
hp: 100,
type: [
Type.DARKNESS,
],
dexId: 262,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/dc1/19/low.png",
fr: "https://assets.tcgdex.net/fr/xy/dc1/19/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/dc1/19/high.png",
fr: "https://assets.tcgdex.net/fr/xy/dc1/19/high.png",
},
},
evolveFrom: {
en: "Team Magma's Poochyena",
fr: "Medhyèna de la Team Magma",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 67,
name: "Hitoshi Ariga"
},
attacks: [{
cost: [
Type.FIGHTING,
Type.COLORLESS
],
name: {
en: "Bite",
fr: "Morsure",
},
damage: 30
},{
cost: [
Type.FIGHTING,
Type.FIGHTING,
Type.COLORLESS
],
name: {
en: "Hostile Fang",
fr: "Croc Hostile",
},
text: {
en: "If your opponent's Active Pokémon is a Team Aqua Pokémon, this attack does 40 more damage.",
fr: "Si le Pokémon Actif de votre adversaire est un Pokémon de la Team Aqua, cette attaque inflige 40 dégâts supplémentaires.",
},
damage: 80
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
resistances: [{
type: Type.PSYCHIC,
value: "-20"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Double Crisis",
code: "dc1"
}
}
export default card

102
cards/xy/dc1/2.ts Normal file
View File

@ -0,0 +1,102 @@
import Card from '../../../../interfaces/Card'
import Type from '../../../../interfaces/Type'
import Tag from '../../../../interfaces/Tag'
import Rarity from '../../../../interfaces/Rarity'
import AbilityType from '../../../../interfaces/AbilityType'
import Category from '../../../../interfaces/Category'
const card: Card = {
// ids
id: "dc1-2",
localId: 2,
// Card informations
name: {
en: "Team Magma's Camerupt",
fr: "Camérupt de la Team Magma",
},
hp: 110,
type: [
Type.FIRE,
],
dexId: 323,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/dc1/2/low.png",
fr: "https://assets.tcgdex.net/fr/xy/dc1/2/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/dc1/2/high.png",
fr: "https://assets.tcgdex.net/fr/xy/dc1/2/high.png",
},
},
evolveFrom: {
en: "Team Magma's Numel",
fr: "Chamallot de la Team Magma",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 19,
name: "Shin Nagasawa"
},
abilities: [{
id: 55,
type: AbilityType.TALENT,
name: {
en: "Burning Draft",
fr: "Souffle Enflammé",
},
text: {
en: "Once during your turn (before your attack), you may attach a Fighting or Fire Energy card from your discard pile to this Pokémon.",
fr: "Une seule fois pendant votre tour (avant votre attaque), vous pouvez attacher une carte Énergie Fighting ou Fire de votre pile de défausse à ce Pokémon.",
}
}],
attacks: [{
cost: [
Type.FIRE,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Flame Ball",
fr: "Boule de Feu",
},
text: {
en: "Move a basic Energy from this Pokémon to 1 of your Benched Pokémon.",
fr: "Déplacez une Énergie de base de ce Pokémon vers l'un de vos Pokémon de Banc.",
},
damage: 60
}],
weaknesses: [{
type: Type.WATER,
value: "×2"
}],
retreat: 3,
rarity: Rarity.RareHolo,
category: Category.POKEMON,
set: {
name: "Double Crisis",
code: "dc1"
}
}
export default card

87
cards/xy/dc1/20.ts Normal file
View File

@ -0,0 +1,87 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "dc1-20",
localId: 20,
// Card informations
name: {
en: "Team Aqua's Carvanha",
fr: "Carvanha de la Team Aqua",
},
hp: 50,
type: [
Type.DARKNESS,
],
dexId: 318,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/dc1/20/low.png",
fr: "https://assets.tcgdex.net/fr/xy/dc1/20/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/dc1/20/high.png",
fr: "https://assets.tcgdex.net/fr/xy/dc1/20/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 39,
name: "Sanosuke Sakuma"
},
attacks: [{
cost: [
Type.DARKNESS
],
name: {
en: "Fin Smack",
fr: "Coup d'Aileron",
},
text: {
en: "Flip 2 coins. This attack does 10 damage times the number of heads.",
fr: "Lancez 2 pièces. Cette attaque inflige 10 dégâts multipliés par le nombre de côtés face.",
},
damage: 10
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "×2"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Double Crisis",
code: "dc1"
}
}
export default card

99
cards/xy/dc1/21.ts Normal file
View File

@ -0,0 +1,99 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "dc1-21",
localId: 21,
// Card informations
name: {
en: "Team Aqua's Sharpedo",
fr: "Sharpedo de la Team Aqua",
},
hp: 90,
type: [
Type.DARKNESS,
],
dexId: 319,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/dc1/21/low.png",
fr: "https://assets.tcgdex.net/fr/xy/dc1/21/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/dc1/21/high.png",
fr: "https://assets.tcgdex.net/fr/xy/dc1/21/high.png",
},
},
evolveFrom: {
en: "Team Aqua's Carvanha",
fr: "Carvanha de la Team Aqua",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 27,
name: "kawayoo"
},
abilities: [{
id: 691,
type: AbilityType.TALENT,
name: {
en: "Aqua Search",
fr: "Recherche Aqua",
},
text: {
en: "Once during your turn (before your attack), you may search your deck for a Team Aqua Pokémon, reveal it, and put it into your hand. Shuffle your deck afterward.",
fr: "Une seule fois pendant votre tour (avant votre attaque), vous pouvez chercher un Pokémon de la Team Aqua dans votre deck, le montrer et l'ajouter à votre main. Mélangez ensuite votre deck.",
}
}],
attacks: [{
cost: [
Type.DARKNESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Sharp Fang",
fr: "Croc Aiguisé",
},
damage: 70
}],
weaknesses: [{
type: Type.LIGHTNING,
value: "×2"
}],
rarity: Rarity.RareHolo,
category: Category.POKEMON,
set: {
name: "Double Crisis",
code: "dc1"
}
}
export default card

101
cards/xy/dc1/22.ts Normal file
View File

@ -0,0 +1,101 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "dc1-22",
localId: 22,
// Card informations
name: {
en: "Team Magma's Zangoose",
fr: "Mangriff de la Team Magma",
},
hp: 90,
type: [
Type.COLORLESS,
],
dexId: 335,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/dc1/22/low.png",
fr: "https://assets.tcgdex.net/fr/xy/dc1/22/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/dc1/22/high.png",
fr: "https://assets.tcgdex.net/fr/xy/dc1/22/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 19,
name: "Shin Nagasawa"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Call for Family",
fr: "Appel à la Famille",
},
text: {
en: "Search your deck for up to 2 Basic Team Magma Pokémon and put them onto your Bench. Shuffle your deck afterward.",
fr: "Cherchez jusqu'à 2 Pokémon de base de la Team Magma dans votre deck et placez-les sur votre Banc. Mélangez ensuite votre deck.",
},
},{
cost: [
Type.COLORLESS,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Team Play",
fr: "Jeu d'Équipe",
},
text: {
en: "This attack does 20 damage times the number of Team Magma Pokémon on your Bench.",
fr: "Cette attaque inflige 20 dégâts multipliés par le nombre de Pokémon de la Team Magma sur votre Banc.",
},
damage: 20
}],
weaknesses: [{
type: Type.FIGHTING,
value: "×2"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Double Crisis",
code: "dc1"
}
}
export default card

84
cards/xy/dc1/23.ts Normal file
View File

@ -0,0 +1,84 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "dc1-23",
localId: 23,
// Card informations
name: {
en: "Aqua Diffuser",
fr: "Diffuseur Aqua",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/dc1/23/low.png",
fr: "https://assets.tcgdex.net/fr/xy/dc1/23/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/dc1/23/high.png",
fr: "https://assets.tcgdex.net/fr/xy/dc1/23/high.png",
},
},
evolveFrom: {},
tags: [
Tag.TOOL,
],
illustrator: {
id: 13,
name: "Toyste Beach"
},
attacks: [{
name: {},
text: {
fr: "Le Pokémon de la Team Aqua auquel cette carte est attachée peut aussi utiliser l'attaque sur cette carte. (Vous avez toujours besoin de l'Énergie nécessaire pour utiliser cette attaque.)",
},
},{
cost: [
Type.WATER
],
name: {
fr: "Diffuseur Aqua",
},
text: {
fr: "Le Pokémon Actif de votre adversaire est maintenant Confus et Empoisonné.",
},
}],
rarity: Rarity.Uncommon,
category: Category.TRAINER,
set: {
name: "Double Crisis",
code: "dc1"
}
}
export default card

84
cards/xy/dc1/24.ts Normal file
View File

@ -0,0 +1,84 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "dc1-24",
localId: 24,
// Card informations
name: {
en: "Magma Pointer",
fr: "Pointeur Magma",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/dc1/24/low.png",
fr: "https://assets.tcgdex.net/fr/xy/dc1/24/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/dc1/24/high.png",
fr: "https://assets.tcgdex.net/fr/xy/dc1/24/high.png",
},
},
evolveFrom: {},
tags: [
Tag.TOOL,
],
illustrator: {
id: 13,
name: "Toyste Beach"
},
attacks: [{
name: {},
text: {
fr: "Le Pokémon de la Team Magma auquel cette carte est attachée peut aussi utiliser l'attaque sur cette carte. (Vous avez toujours besoin de l'Énergie nécessaire pour utiliser cette attaque.)",
},
},{
cost: [
Type.FIGHTING
],
name: {
fr: "Pointeur Magma",
},
text: {
fr: "Cette attaque inflige 20 dégâts à l'un des Pokémon de votre adversaire. (N'appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
},
}],
rarity: Rarity.Uncommon,
category: Category.TRAINER,
set: {
name: "Double Crisis",
code: "dc1"
}
}
export default card

74
cards/xy/dc1/25.ts Normal file
View File

@ -0,0 +1,74 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "dc1-25",
localId: 25,
// Card informations
name: {
en: "Team Aqua Admin",
fr: "Admin Team Aqua",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/dc1/25/low.png",
fr: "https://assets.tcgdex.net/fr/xy/dc1/25/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/dc1/25/high.png",
fr: "https://assets.tcgdex.net/fr/xy/dc1/25/high.png",
},
},
evolveFrom: {},
tags: [
Tag.SUPPORTER,
],
illustrator: {
id: 110,
name: "GAME FREAK inc."
},
attacks: [{
name: {},
text: {
fr: "Attachez une carte Énergie de base de votre pile de défausse à votre Pokémon Actif de la Team Aqua.",
},
}],
rarity: Rarity.Uncommon,
category: Category.TRAINER,
set: {
name: "Double Crisis",
code: "dc1"
}
}
export default card

74
cards/xy/dc1/26.ts Normal file
View File

@ -0,0 +1,74 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "dc1-26",
localId: 26,
// Card informations
name: {
en: "Team Aqua Grunt",
fr: "Sbire de la Team Aqua",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/dc1/26/low.png",
fr: "https://assets.tcgdex.net/fr/xy/dc1/26/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/dc1/26/high.png",
fr: "https://assets.tcgdex.net/fr/xy/dc1/26/high.png",
},
},
evolveFrom: {},
tags: [
Tag.SUPPORTER,
],
illustrator: {
id: 110,
name: "GAME FREAK inc."
},
attacks: [{
name: {},
text: {
fr: "Défaussez une carte de votre main. (Si vous ne pouvez pas défausser de carte, vous ne pouvez pas jouer cette carte.) Piochez 3 cartes. Si vous avez défaussé un Pokémon de la Team Aqua, piochez une carte supplémentaire.",
},
}],
rarity: Rarity.Uncommon,
category: Category.TRAINER,
set: {
name: "Double Crisis",
code: "dc1"
}
}
export default card

74
cards/xy/dc1/27.ts Normal file
View File

@ -0,0 +1,74 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "dc1-27",
localId: 27,
// Card informations
name: {
en: "Team Aqua's Great Ball",
fr: "Super Ball de la Team Aqua",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/dc1/27/low.png",
fr: "https://assets.tcgdex.net/fr/xy/dc1/27/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/dc1/27/high.png",
fr: "https://assets.tcgdex.net/fr/xy/dc1/27/high.png",
},
},
evolveFrom: {},
tags: [
Tag.ITEM,
],
illustrator: {
id: 13,
name: "Toyste Beach"
},
attacks: [{
name: {},
text: {
fr: "Cherchez un Pokémon de base de la Team Aqua et une carte Énergie Water de base dans votre deck, montrez-les, puis ajoutez-les à votre main. Mélangez ensuite votre deck.",
},
}],
rarity: Rarity.Uncommon,
category: Category.TRAINER,
set: {
name: "Double Crisis",
code: "dc1"
}
}
export default card

74
cards/xy/dc1/28.ts Normal file
View File

@ -0,0 +1,74 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "dc1-28",
localId: 28,
// Card informations
name: {
en: "Team Aqua's Secret Base",
fr: "Base Secrète de la Team Aqua",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/dc1/28/low.png",
fr: "https://assets.tcgdex.net/fr/xy/dc1/28/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/dc1/28/high.png",
fr: "https://assets.tcgdex.net/fr/xy/dc1/28/high.png",
},
},
evolveFrom: {},
tags: [
Tag.STADIUM,
],
illustrator: {
id: 1,
name: "Ryo Ueda"
},
attacks: [{
name: {},
text: {
fr: "Le Coût de Retraite de chaque Pokémon en jeu (à part les Pokémon de la Team Aqua) est augmenté de Colorless.",
},
}],
rarity: Rarity.Uncommon,
category: Category.TRAINER,
set: {
name: "Double Crisis",
code: "dc1"
}
}
export default card

74
cards/xy/dc1/29.ts Normal file
View File

@ -0,0 +1,74 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "dc1-29",
localId: 29,
// Card informations
name: {
en: "Team Magma Admin",
fr: "Admin Team Magma",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/dc1/29/low.png",
fr: "https://assets.tcgdex.net/fr/xy/dc1/29/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/dc1/29/high.png",
fr: "https://assets.tcgdex.net/fr/xy/dc1/29/high.png",
},
},
evolveFrom: {},
tags: [
Tag.SUPPORTER,
],
illustrator: {
id: 110,
name: "GAME FREAK inc."
},
attacks: [{
name: {},
text: {
fr: "Ajoutez jusqu'à 3 Pokémon de la Team Magma de votre pile de défausse à votre main.",
},
}],
rarity: Rarity.Uncommon,
category: Category.TRAINER,
set: {
name: "Double Crisis",
code: "dc1"
}
}
export default card

83
cards/xy/dc1/3.ts Normal file
View File

@ -0,0 +1,83 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "dc1-3",
localId: 3,
// Card informations
name: {
en: "Team Aqua's Spheal",
fr: "Obalie de la Team Aqua",
},
hp: 60,
type: [
Type.WATER,
],
dexId: 363,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/dc1/3/low.png",
fr: "https://assets.tcgdex.net/fr/xy/dc1/3/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/dc1/3/high.png",
fr: "https://assets.tcgdex.net/fr/xy/dc1/3/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 39,
name: "Sanosuke Sakuma"
},
attacks: [{
cost: [
Type.WATER
],
name: {
en: "Water Gun",
fr: "Pistolet à O",
},
damage: 10
}],
weaknesses: [{
type: Type.METAL,
value: "×2"
}],
retreat: 2,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Double Crisis",
code: "dc1"
}
}
export default card

74
cards/xy/dc1/30.ts Normal file
View File

@ -0,0 +1,74 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "dc1-30",
localId: 30,
// Card informations
name: {
en: "Team Magma Grunt",
fr: "Sbire de la Team Magma",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/dc1/30/low.png",
fr: "https://assets.tcgdex.net/fr/xy/dc1/30/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/dc1/30/high.png",
fr: "https://assets.tcgdex.net/fr/xy/dc1/30/high.png",
},
},
evolveFrom: {},
tags: [
Tag.SUPPORTER,
],
illustrator: {
id: 110,
name: "GAME FREAK inc."
},
attacks: [{
name: {},
text: {
fr: "Défaussez une carte de votre main. (Si vous ne pouvez pas défausser de carte, vous ne pouvez pas jouer cette carte.) Piochez 3 cartes. Si vous avez défaussé un Pokémon de la Team Magma, piochez une carte supplémentaire.",
},
}],
rarity: Rarity.Uncommon,
category: Category.TRAINER,
set: {
name: "Double Crisis",
code: "dc1"
}
}
export default card

74
cards/xy/dc1/31.ts Normal file
View File

@ -0,0 +1,74 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "dc1-31",
localId: 31,
// Card informations
name: {
en: "Team Magma's Great Ball",
fr: "Super Ball de la Team Magma",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/dc1/31/low.png",
fr: "https://assets.tcgdex.net/fr/xy/dc1/31/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/dc1/31/high.png",
fr: "https://assets.tcgdex.net/fr/xy/dc1/31/high.png",
},
},
evolveFrom: {},
tags: [
Tag.ITEM,
],
illustrator: {
id: 13,
name: "Toyste Beach"
},
attacks: [{
name: {},
text: {
fr: "Cherchez un Pokémon de base de la Team Magma et une carte Énergie Fighting de base dans votre deck, montrez-les, puis ajoutez-les à votre main. Mélangez ensuite votre deck.",
},
}],
rarity: Rarity.Uncommon,
category: Category.TRAINER,
set: {
name: "Double Crisis",
code: "dc1"
}
}
export default card

74
cards/xy/dc1/32.ts Normal file
View File

@ -0,0 +1,74 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "dc1-32",
localId: 32,
// Card informations
name: {
en: "Team Magma's Secret Base",
fr: "Base Secrète de la Team Magma",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/dc1/32/low.png",
fr: "https://assets.tcgdex.net/fr/xy/dc1/32/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/dc1/32/high.png",
fr: "https://assets.tcgdex.net/fr/xy/dc1/32/high.png",
},
},
evolveFrom: {},
tags: [
Tag.STADIUM,
],
illustrator: {
id: 1,
name: "Ryo Ueda"
},
attacks: [{
name: {},
text: {
fr: "Chaque fois qu'un joueur place un Pokémon de base (à part les Pokémon de la Team Magma) de sa main sur son Banc, placez 2 marqueurs de dégâts sur ce Pokémon.",
},
}],
rarity: Rarity.Uncommon,
category: Category.TRAINER,
set: {
name: "Double Crisis",
code: "dc1"
}
}
export default card

74
cards/xy/dc1/33.ts Normal file
View File

@ -0,0 +1,74 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "dc1-33",
localId: 33,
// Card informations
name: {
en: "Double Aqua Energy",
fr: "Double Énergie Aqua",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/dc1/33/low.png",
fr: "https://assets.tcgdex.net/fr/xy/dc1/33/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/dc1/33/high.png",
fr: "https://assets.tcgdex.net/fr/xy/dc1/33/high.png",
},
},
evolveFrom: {},
tags: [
Tag.SPECIAL,
],
illustrator: {
id: 4,
name: "5ban Graphics"
},
attacks: [{
name: {},
text: {
fr: "Cette carte ne peut être attachée qu'à un Pokémon de la Team Aqua. Défaussez cette carte à la fin du tour pendant lequel vous l'avez attachée.\n\nCette carte ne fournit de l'Énergie WaterWater que pendant qu'elle est attachée à un Pokémon de la Team Aqua.\n\n(Si cette carte est attachée à autre chose qu'un Pokémon de la Team Aqua, défaussez cette carte.)",
},
}],
rarity: Rarity.Uncommon,
category: Category.ENERGY,
set: {
name: "Double Crisis",
code: "dc1"
}
}
export default card

74
cards/xy/dc1/34.ts Normal file
View File

@ -0,0 +1,74 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "dc1-34",
localId: 34,
// Card informations
name: {
en: "Double Magma Energy",
fr: "Double Énergie Magma",
},
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/dc1/34/low.png",
fr: "https://assets.tcgdex.net/fr/xy/dc1/34/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/dc1/34/high.png",
fr: "https://assets.tcgdex.net/fr/xy/dc1/34/high.png",
},
},
evolveFrom: {},
tags: [
Tag.SPECIAL,
],
illustrator: {
id: 4,
name: "5ban Graphics"
},
attacks: [{
name: {},
text: {
fr: "Cette carte ne peut être attachée qu'à un Pokémon de la Team Magma. Défaussez cette carte à la fin du tour pendant lequel vous l'avez attachée.\n\nCette carte ne fournit de l'Énergie FightingFighting que pendant qu'elle est attachée à un Pokémon de la Team Magma.\n\n(Si cette carte est attachée à autre chose qu'un Pokémon de la Team Magma, défaussez cette carte.)",
},
}],
rarity: Rarity.Uncommon,
category: Category.ENERGY,
set: {
name: "Double Crisis",
code: "dc1"
}
}
export default card

105
cards/xy/dc1/4.ts Normal file
View File

@ -0,0 +1,105 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "dc1-4",
localId: 4,
// Card informations
name: {
en: "Team Aqua's Sealeo",
fr: "Phogleur de la Team Aqua",
},
hp: 90,
type: [
Type.WATER,
],
dexId: 364,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/dc1/4/low.png",
fr: "https://assets.tcgdex.net/fr/xy/dc1/4/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/dc1/4/high.png",
fr: "https://assets.tcgdex.net/fr/xy/dc1/4/high.png",
},
},
evolveFrom: {
en: "Team Aqua's Spheal",
fr: "Obalie de la Team Aqua",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 15,
name: "Naoki Saito"
},
attacks: [{
cost: [
Type.WATER,
Type.COLORLESS
],
name: {
en: "Splatter",
fr: "Crépitement",
},
text: {
en: "This attack does 20 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
fr: "Cette attaque inflige 20 dégâts à l'un des Pokémon de votre adversaire. (N'appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
},
},{
cost: [
Type.WATER,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Hail Storm",
fr: "Déluge de Grêle",
},
text: {
en: "If your opponent's Active Pokémon is a Team Magma Pokémon, this attack does 60 more damage.",
fr: "Si le Pokémon Actif de votre adversaire est un Pokémon de la Team Magma, cette attaque inflige 60 dégâts supplémentaires.",
},
damage: 60
}],
weaknesses: [{
type: Type.METAL,
value: "×2"
}],
retreat: 3,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Double Crisis",
code: "dc1"
}
}
export default card

105
cards/xy/dc1/5.ts Normal file
View File

@ -0,0 +1,105 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "dc1-5",
localId: 5,
// Card informations
name: {
en: "Team Aqua's Walrein",
fr: "Kaimorse de la Team Aqua",
},
hp: 140,
type: [
Type.WATER,
],
dexId: 365,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/dc1/5/low.png",
fr: "https://assets.tcgdex.net/fr/xy/dc1/5/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/dc1/5/high.png",
fr: "https://assets.tcgdex.net/fr/xy/dc1/5/high.png",
},
},
evolveFrom: {
en: "Team Aqua's Sealeo",
fr: "Phogleur de la Team Aqua",
},
tags: [
Tag.STAGE2,
],
illustrator: {
id: 67,
name: "Hitoshi Ariga"
},
attacks: [{
cost: [
Type.COLORLESS
],
name: {
en: "Power Blow",
fr: "Coup Puissant",
},
text: {
en: "This attack does 30 damage times the amount of Energy attached to this Pokémon.",
fr: "Cette attaque inflige 30 dégâts multipliés par le nombre d'Énergies attachées à ce Pokémon.",
},
damage: 30
},{
cost: [
Type.WATER,
Type.WATER,
Type.WATER,
Type.COLORLESS
],
name: {
en: "Dual Blizzard",
fr: "Double Blizzard",
},
text: {
en: "Discard 2 Water Energy attached to this Pokémon. This attack does 80 damage to 2 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
fr: "Défaussez 2 Énergies Water attachées à ce Pokémon. Cette attaque inflige 80 dégâts à 2 des Pokémon de votre adversaire. (N'appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
},
}],
weaknesses: [{
type: Type.METAL,
value: "×2"
}],
retreat: 4,
rarity: Rarity.RareHolo,
category: Category.POKEMON,
set: {
name: "Double Crisis",
code: "dc1"
}
}
export default card

101
cards/xy/dc1/6.ts Normal file
View File

@ -0,0 +1,101 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "dc1-6",
localId: 6,
// Card informations
name: {
en: "Team Aqua's Kyogre-ex",
fr: "Kyogre-EX de la Team Aqua",
},
hp: 190,
type: [
Type.WATER,
],
dexId: 382,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/dc1/6/low.png",
fr: "https://assets.tcgdex.net/fr/xy/dc1/6/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/dc1/6/high.png",
fr: "https://assets.tcgdex.net/fr/xy/dc1/6/high.png",
},
},
evolveFrom: {},
tags: [
Tag.EX,
],
illustrator: {
id: 65,
name: "nagimiso"
},
abilities: [{
id: 56,
type: AbilityType.TALENT,
name: {
en: "Power Saver",
fr: "Économie de Puissance",
},
text: {
en: "If there are 4 or fewer Team Aqua Pokémon in play, this Pokémon can't attack.",
fr: "S'il y a 4 Pokémon de la Team Aqua en jeu ou moins, ce Pokémon ne peut pas attaquer.",
}
}],
attacks: [{
cost: [
Type.WATER,
Type.WATER,
Type.WATER,
Type.COLORLESS
],
name: {
en: "Aqua Impact",
fr: "Impact Aqua",
},
text: {
en: "This attack does 20 more damage for each Colorless in your opponent's Active Pokémon's Retreat Cost.",
fr: "Cette attaque inflige 20 dégâts supplémentaires pour chaque Colorless dans le Coût de Retraite du Pokémon Actif de votre adversaire.",
},
damage: 80
}],
weaknesses: [{
type: Type.GRASS,
value: "×2"
}],
retreat: 4,
rarity: Rarity.RareHoloEX,
category: Category.POKEMON,
set: {
name: "Double Crisis",
code: "dc1"
}
}
export default card

94
cards/xy/dc1/7.ts Normal file
View File

@ -0,0 +1,94 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "dc1-7",
localId: 7,
// Card informations
name: {
en: "Team Aqua's Grimer",
fr: "Tadmorv de la Team Aqua",
},
hp: 70,
type: [
Type.PSYCHIC,
],
dexId: 88,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/dc1/7/low.png",
fr: "https://assets.tcgdex.net/fr/xy/dc1/7/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/dc1/7/high.png",
fr: "https://assets.tcgdex.net/fr/xy/dc1/7/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 27,
name: "kawayoo"
},
attacks: [{
cost: [
Type.PSYCHIC
],
name: {
en: "Pound",
fr: "Écras'Face",
},
damage: 10
},{
cost: [
Type.PSYCHIC,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Mud-Slap",
fr: "Coud'Boue",
},
damage: 30
}],
weaknesses: [{
type: Type.PSYCHIC,
value: "×2"
}],
retreat: 2,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Double Crisis",
code: "dc1"
}
}
export default card

103
cards/xy/dc1/8.ts Normal file
View File

@ -0,0 +1,103 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "dc1-8",
localId: 8,
// Card informations
name: {
en: "Team Aqua's Muk",
fr: "Grotadmorv de la Team Aqua",
},
hp: 110,
type: [
Type.PSYCHIC,
],
dexId: 89,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/dc1/8/low.png",
fr: "https://assets.tcgdex.net/fr/xy/dc1/8/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/dc1/8/high.png",
fr: "https://assets.tcgdex.net/fr/xy/dc1/8/high.png",
},
},
evolveFrom: {
en: "Team Aqua's Grimer",
fr: "Tadmorv de la Team Aqua",
},
tags: [
Tag.STAGE1,
],
illustrator: {
id: 10,
name: "Kouki Saitou"
},
abilities: [{
id: 57,
type: AbilityType.TALENT,
name: {
en: "Sludge Festival",
fr: "Festival de Boue",
},
text: {
en: "The Retreat Cost of each Pokémon in play (except for Team Aqua Pokémon) is Colorless more.",
fr: "Le Coût de Retraite de chaque Pokémon en jeu (à part les Pokémon de la Team Aqua) est augmenté de Colorless.",
}
}],
attacks: [{
cost: [
Type.PSYCHIC,
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Pester",
fr: "Tarabustage",
},
text: {
en: "If your opponent's Active Pokémon is affected by a Special Condition, this attack does 60 more damage.",
fr: "Si le Pokémon Actif de votre adversaire est affecté par un État Spécial, cette attaque inflige 60 dégâts supplémentaires.",
},
damage: 60
}],
weaknesses: [{
type: Type.PSYCHIC,
value: "×2"
}],
retreat: 3,
rarity: Rarity.RareHolo,
category: Category.POKEMON,
set: {
name: "Double Crisis",
code: "dc1"
}
}
export default card

101
cards/xy/dc1/9.ts Normal file
View File

@ -0,0 +1,101 @@
import Card from '../../../interfaces/Card'
import Type from '../../../interfaces/Type'
import Tag from '../../../interfaces/Tag'
import Rarity from '../../../interfaces/Rarity'
import AbilityType from '../../../interfaces/AbilityType'
import Category from '../../../interfaces/Category'
const card: Card = {
// ids
id: "dc1-9",
localId: 9,
// Card informations
name: {
en: "Team Aqua's Seviper",
fr: "Séviper de la Team Aqua",
},
hp: 90,
type: [
Type.PSYCHIC,
],
dexId: 336,
image: {
low: {
en: "https://assets.tcgdex.net/en/xy/dc1/9/low.png",
fr: "https://assets.tcgdex.net/fr/xy/dc1/9/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/xy/dc1/9/high.png",
fr: "https://assets.tcgdex.net/fr/xy/dc1/9/high.png",
},
},
evolveFrom: {},
tags: [
Tag.BASIC,
],
illustrator: {
id: 15,
name: "Naoki Saito"
},
attacks: [{
cost: [
Type.PSYCHIC
],
name: {
en: "Venomous Fang",
fr: "Croc-Poison",
},
text: {
en: "Flip a coin. If heads, your opponent's Active Pokémon is now Poisoned.",
fr: "Lancez une pièce. Si c'est face, le Pokémon Actif de votre adversaire est maintenant Empoisonné.",
},
damage: 10
},{
cost: [
Type.COLORLESS,
Type.COLORLESS
],
name: {
en: "Venom Tail",
fr: "Queue Venimeuse",
},
text: {
en: "If your opponent's Active Pokémon is affected by a Special Condition, discard an Energy attached to that Pokémon.",
fr: "Si le Pokémon Actif de votre adversaire est affecté par un État Spécial, défaussez une Énergie lui étant attachée.",
},
damage: 30
}],
weaknesses: [{
type: Type.PSYCHIC,
value: "×2"
}],
retreat: 1,
rarity: Rarity.Common,
category: Category.POKEMON,
set: {
name: "Double Crisis",
code: "dc1"
}
}
export default card