mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-21 03:29:17 +00:00
@ -36,8 +36,6 @@ const card: Card = {
|
||||
},
|
||||
},
|
||||
|
||||
evolveFrom: {},
|
||||
|
||||
tags: [
|
||||
Tag.BASIC,
|
||||
],
|
||||
|
@ -72,6 +72,15 @@ const card: Card = {
|
||||
damage: "10x"
|
||||
}],
|
||||
|
||||
item: {
|
||||
name: {
|
||||
fr: "Baie Ceriz"
|
||||
},
|
||||
effect: {
|
||||
fr: "Si Ouisticram est Paralisé, retirez à Ouisticram l'État Spécial Paralysé à la fin du tour de chaque joueurs."
|
||||
}
|
||||
}
|
||||
|
||||
weaknesses: [{
|
||||
type: Type.WATER,
|
||||
value: "+10"
|
||||
|
@ -70,6 +70,15 @@ const card: Card = {
|
||||
},
|
||||
}],
|
||||
|
||||
item: {
|
||||
name: {
|
||||
fr: "Baie Pecha"
|
||||
},
|
||||
effect: {
|
||||
en: "Si Tiplouf est Empoisonné. Retirez-lui l'État Spécial Empoisonné à la fin du tour de chaque joueurs."
|
||||
}
|
||||
}
|
||||
|
||||
weaknesses: [{
|
||||
type: Type.LIGHTNING,
|
||||
value: "+10"
|
||||
|
@ -19,10 +19,6 @@ const card: Card = {
|
||||
|
||||
hp: 50,
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/dp/dp5/91/low",
|
||||
@ -42,18 +38,21 @@ const card: Card = {
|
||||
|
||||
illustrator: "Ryo Ueda",
|
||||
|
||||
effect: {
|
||||
fr: "Jouez Fossile Nautile comme si c'était un Pokémon de base Colorless. (Fossile Nautile compte aussi comme une carte Dresseur mais si Fossile Nautile est mise K.O, elle compte comme un Pokémon K.O.) Fossile Nautile ne peut pas être affectée par des États Spéciaux et ne peut pas battre en retraite. N'importe quand lors de votre tour, avant votre attaque, vous pouvez défausser Fossile Nautile. (Cela ne compte pas comme un Pokémon K.O).",
|
||||
},
|
||||
|
||||
|
||||
attacks: [{
|
||||
name: {},
|
||||
text: {
|
||||
fr: "Jouez Fossile Nautile comme si c'était un Pokémon de base Colorless. (Fossile Nautile compte aussi comme une carte Dresseur mais si Fossile Nautile est mise K.O, elle compte comme un Pokémon K.O.) Fossile Nautile ne peut pas être affectée par des États Spéciaux et ne peut pas battre en retraite. N'importe quand lors de votre tour, avant votre attaque, vous pouvez défausser Fossile Nautile. (Cela ne compte pas comme un Pokémon K.O).",
|
||||
},
|
||||
},{
|
||||
name: {
|
||||
fr: "Aqua réaction:",
|
||||
},
|
||||
}],
|
||||
abilities: [
|
||||
{
|
||||
type: AbilityType.POKEBODY,
|
||||
name: {
|
||||
fr: "Aqua réaction"
|
||||
},
|
||||
text: {
|
||||
fr: "Lorsque vous attachez une carte Énergie Eau de votre main à Fossile Nautile (effets d'attaques et Poké-Powers exclus), cherchez dans votre deck une carte qui évolue de Fossile Nautile et placez-la sur Fossile Nautile (vous le faites ainsi évoluer), Ensuite, mélangez votre deck."
|
||||
}
|
||||
}
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
@ -34,8 +34,6 @@ const card: Card = {
|
||||
},
|
||||
},
|
||||
|
||||
evolveFrom: {},
|
||||
|
||||
tags: [
|
||||
Tag.SPECIAL,
|
||||
],
|
||||
@ -44,12 +42,9 @@ const card: Card = {
|
||||
|
||||
|
||||
|
||||
attacks: [{
|
||||
name: {},
|
||||
text: {
|
||||
fr: "Si le Pokémon auquel Énergie Obscurité est attachée attaque, cette attaque inflige 10 dégâts supplémentaires au Pokémon Actif (avant application de la Faiblesse et de la Résistance). Ignorez cet effet si le Pokémon auquel Énergie Obscurité est attachée n'est pas Darkness. Énergie Obscurité fournit de l'Énergie Darkness. (Elle ne compte pas comme carte Énergie de base).",
|
||||
},
|
||||
}],
|
||||
effect: {
|
||||
fr: "Si le Pokémon auquel Énergie Obscurité est attachée attaque, cette attaque inflige 10 dégâts supplémentaires au Pokémon Actif (avant application de la Faiblesse et de la Résistance). Ignorez cet effet si le Pokémon auquel Énergie Obscurité est attachée n'est pas Darkness. Énergie Obscurité fournit de l'Énergie Darkness. (Elle ne compte pas comme carte Énergie de base).",
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "ex10-!",
|
||||
id: "exu-!",
|
||||
localId: "!",
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/ex/ex10/!/low",
|
||||
en: "https://assets.tcgdex.net/en/ex/exu/!/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/ex/ex10/!/high",
|
||||
en: "https://assets.tcgdex.net/en/ex/exu/!/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -79,7 +79,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Unseen Forces",
|
||||
code: "ex10"
|
||||
code: "exu"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "ex10-?",
|
||||
id: "exu-?",
|
||||
localId: "?",
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/ex/ex10/?/low",
|
||||
en: "https://assets.tcgdex.net/en/ex/exu/?/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/ex/ex10/?/high",
|
||||
en: "https://assets.tcgdex.net/en/ex/exu/?/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -79,7 +79,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Unseen Forces",
|
||||
code: "ex10"
|
||||
code: "exu"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "ex10-A",
|
||||
id: "exu-A",
|
||||
localId: "A",
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/ex/ex10/A/low",
|
||||
en: "https://assets.tcgdex.net/en/ex/exu/A/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/ex/ex10/A/high",
|
||||
en: "https://assets.tcgdex.net/en/ex/exu/A/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -80,7 +80,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Unseen Forces",
|
||||
code: "ex10"
|
||||
code: "exu"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "ex10-B",
|
||||
id: "exu-B",
|
||||
localId: "B",
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/ex/ex10/B/low",
|
||||
en: "https://assets.tcgdex.net/en/ex/exu/B/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/ex/ex10/B/high",
|
||||
en: "https://assets.tcgdex.net/en/ex/exu/B/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -81,7 +81,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Unseen Forces",
|
||||
code: "ex10"
|
||||
code: "exu"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "ex10-C",
|
||||
id: "exu-C",
|
||||
localId: "C",
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/ex/ex10/C/low",
|
||||
en: "https://assets.tcgdex.net/en/ex/exu/C/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/ex/ex10/C/high",
|
||||
en: "https://assets.tcgdex.net/en/ex/exu/C/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -79,7 +79,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Unseen Forces",
|
||||
code: "ex10"
|
||||
code: "exu"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "ex10-D",
|
||||
id: "exu-D",
|
||||
localId: "D",
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/ex/ex10/D/low",
|
||||
en: "https://assets.tcgdex.net/en/ex/exu/D/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/ex/ex10/D/high",
|
||||
en: "https://assets.tcgdex.net/en/ex/exu/D/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -79,7 +79,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Unseen Forces",
|
||||
code: "ex10"
|
||||
code: "exu"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "ex10-E",
|
||||
id: "exu-E",
|
||||
localId: "E",
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/ex/ex10/E/low",
|
||||
en: "https://assets.tcgdex.net/en/ex/exu/E/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/ex/ex10/E/high",
|
||||
en: "https://assets.tcgdex.net/en/ex/exu/E/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -79,7 +79,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Unseen Forces",
|
||||
code: "ex10"
|
||||
code: "exu"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "ex10-F",
|
||||
id: "exu-F",
|
||||
localId: "F",
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/ex/ex10/F/low",
|
||||
en: "https://assets.tcgdex.net/en/ex/exu/F/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/ex/ex10/F/high",
|
||||
en: "https://assets.tcgdex.net/en/ex/exu/F/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -81,7 +81,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Unseen Forces",
|
||||
code: "ex10"
|
||||
code: "exu"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "ex10-G",
|
||||
id: "exu-G",
|
||||
localId: "G",
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/ex/ex10/G/low",
|
||||
en: "https://assets.tcgdex.net/en/ex/exu/G/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/ex/ex10/G/high",
|
||||
en: "https://assets.tcgdex.net/en/ex/exu/G/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -80,7 +80,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Unseen Forces",
|
||||
code: "ex10"
|
||||
code: "exu"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "ex10-H",
|
||||
id: "exu-H",
|
||||
localId: "H",
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/ex/ex10/H/low",
|
||||
en: "https://assets.tcgdex.net/en/ex/exu/H/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/ex/ex10/H/high",
|
||||
en: "https://assets.tcgdex.net/en/ex/exu/H/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -79,7 +79,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Unseen Forces",
|
||||
code: "ex10"
|
||||
code: "exu"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "ex10-I",
|
||||
id: "exu-I",
|
||||
localId: "I",
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/ex/ex10/I/low",
|
||||
en: "https://assets.tcgdex.net/en/ex/exu/I/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/ex/ex10/I/high",
|
||||
en: "https://assets.tcgdex.net/en/ex/exu/I/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -80,7 +80,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Unseen Forces",
|
||||
code: "ex10"
|
||||
code: "exu"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "ex10-J",
|
||||
id: "exu-J",
|
||||
localId: "J",
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/ex/ex10/J/low",
|
||||
en: "https://assets.tcgdex.net/en/ex/exu/J/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/ex/ex10/J/high",
|
||||
en: "https://assets.tcgdex.net/en/ex/exu/J/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -79,7 +79,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Unseen Forces",
|
||||
code: "ex10"
|
||||
code: "exu"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "ex10-K",
|
||||
id: "exu-K",
|
||||
localId: "K",
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/ex/ex10/K/low",
|
||||
en: "https://assets.tcgdex.net/en/ex/exu/K/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/ex/ex10/K/high",
|
||||
en: "https://assets.tcgdex.net/en/ex/exu/K/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -81,7 +81,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Unseen Forces",
|
||||
code: "ex10"
|
||||
code: "exu"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "ex10-L",
|
||||
id: "exu-L",
|
||||
localId: "L",
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/ex/ex10/L/low",
|
||||
en: "https://assets.tcgdex.net/en/ex/exu/L/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/ex/ex10/L/high",
|
||||
en: "https://assets.tcgdex.net/en/ex/exu/L/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -80,7 +80,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Unseen Forces",
|
||||
code: "ex10"
|
||||
code: "exu"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "ex10-M",
|
||||
id: "exu-M",
|
||||
localId: "M",
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/ex/ex10/M/low",
|
||||
en: "https://assets.tcgdex.net/en/ex/exu/M/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/ex/ex10/M/high",
|
||||
en: "https://assets.tcgdex.net/en/ex/exu/M/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -79,7 +79,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Unseen Forces",
|
||||
code: "ex10"
|
||||
code: "exu"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "ex10-N",
|
||||
id: "exu-N",
|
||||
localId: "N",
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/ex/ex10/N/low",
|
||||
en: "https://assets.tcgdex.net/en/ex/exu/N/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/ex/ex10/N/high",
|
||||
en: "https://assets.tcgdex.net/en/ex/exu/N/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -79,7 +79,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Unseen Forces",
|
||||
code: "ex10"
|
||||
code: "exu"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "ex10-O",
|
||||
id: "exu-O",
|
||||
localId: "O",
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/ex/ex10/O/low",
|
||||
en: "https://assets.tcgdex.net/en/ex/exu/O/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/ex/ex10/O/high",
|
||||
en: "https://assets.tcgdex.net/en/ex/exu/O/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -81,7 +81,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Unseen Forces",
|
||||
code: "ex10"
|
||||
code: "exu"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "ex10-P",
|
||||
id: "exu-P",
|
||||
localId: "P",
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/ex/ex10/P/low",
|
||||
en: "https://assets.tcgdex.net/en/ex/exu/P/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/ex/ex10/P/high",
|
||||
en: "https://assets.tcgdex.net/en/ex/exu/P/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -80,7 +80,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Unseen Forces",
|
||||
code: "ex10"
|
||||
code: "exu"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "ex10-Q",
|
||||
id: "exu-Q",
|
||||
localId: "Q",
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/ex/ex10/Q/low",
|
||||
en: "https://assets.tcgdex.net/en/ex/exu/Q/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/ex/ex10/Q/high",
|
||||
en: "https://assets.tcgdex.net/en/ex/exu/Q/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -79,7 +79,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Unseen Forces",
|
||||
code: "ex10"
|
||||
code: "exu"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "ex10-R",
|
||||
id: "exu-R",
|
||||
localId: "R",
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/ex/ex10/R/low",
|
||||
en: "https://assets.tcgdex.net/en/ex/exu/R/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/ex/ex10/R/high",
|
||||
en: "https://assets.tcgdex.net/en/ex/exu/R/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -80,7 +80,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Unseen Forces",
|
||||
code: "ex10"
|
||||
code: "exu"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "ex10-S",
|
||||
id: "exu-S",
|
||||
localId: "S",
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/ex/ex10/S/low",
|
||||
en: "https://assets.tcgdex.net/en/ex/exu/S/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/ex/ex10/S/high",
|
||||
en: "https://assets.tcgdex.net/en/ex/exu/S/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -80,7 +80,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Unseen Forces",
|
||||
code: "ex10"
|
||||
code: "exu"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "ex10-T",
|
||||
id: "exu-T",
|
||||
localId: "T",
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/ex/ex10/T/low",
|
||||
en: "https://assets.tcgdex.net/en/ex/exu/T/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/ex/ex10/T/high",
|
||||
en: "https://assets.tcgdex.net/en/ex/exu/T/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -80,7 +80,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Unseen Forces",
|
||||
code: "ex10"
|
||||
code: "exu"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "ex10-U",
|
||||
id: "exu-U",
|
||||
localId: "U",
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/ex/ex10/U/low",
|
||||
en: "https://assets.tcgdex.net/en/ex/exu/U/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/ex/ex10/U/high",
|
||||
en: "https://assets.tcgdex.net/en/ex/exu/U/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -81,7 +81,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Unseen Forces",
|
||||
code: "ex10"
|
||||
code: "exu"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "ex10-V",
|
||||
id: "exu-V",
|
||||
localId: "V",
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/ex/ex10/V/low",
|
||||
en: "https://assets.tcgdex.net/en/ex/exu/V/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/ex/ex10/V/high",
|
||||
en: "https://assets.tcgdex.net/en/ex/exu/V/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -82,7 +82,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Unseen Forces",
|
||||
code: "ex10"
|
||||
code: "exu"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "ex10-W",
|
||||
id: "exu-W",
|
||||
localId: "W",
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/ex/ex10/W/low",
|
||||
en: "https://assets.tcgdex.net/en/ex/exu/W/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/ex/ex10/W/high",
|
||||
en: "https://assets.tcgdex.net/en/ex/exu/W/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -81,7 +81,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Unseen Forces",
|
||||
code: "ex10"
|
||||
code: "exu"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "ex10-X",
|
||||
id: "exu-X",
|
||||
localId: "X",
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/ex/ex10/X/low",
|
||||
en: "https://assets.tcgdex.net/en/ex/exu/X/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/ex/ex10/X/high",
|
||||
en: "https://assets.tcgdex.net/en/ex/exu/X/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -81,7 +81,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Unseen Forces",
|
||||
code: "ex10"
|
||||
code: "exu"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "ex10-Y",
|
||||
id: "exu-Y",
|
||||
localId: "Y",
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/ex/ex10/Y/low",
|
||||
en: "https://assets.tcgdex.net/en/ex/exu/Y/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/ex/ex10/Y/high",
|
||||
en: "https://assets.tcgdex.net/en/ex/exu/Y/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -80,7 +80,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Unseen Forces",
|
||||
code: "ex10"
|
||||
code: "exu"
|
||||
}
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "ex10-Z",
|
||||
id: "exu-Z",
|
||||
localId: "Z",
|
||||
|
||||
// Card informations
|
||||
@ -26,10 +26,10 @@ const card: Card = {
|
||||
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/ex/ex10/Z/low",
|
||||
en: "https://assets.tcgdex.net/en/ex/exu/Z/low",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/ex/ex10/Z/high",
|
||||
en: "https://assets.tcgdex.net/en/ex/exu/Z/high",
|
||||
},
|
||||
},
|
||||
|
||||
@ -79,7 +79,7 @@ const card: Card = {
|
||||
|
||||
set: {
|
||||
name: "Unseen Forces",
|
||||
code: "ex10"
|
||||
code: "exu"
|
||||
}
|
||||
}
|
||||
|
70
cards/mc/2013bw/4.ts
Normal file
70
cards/mc/2013bw/4.ts
Normal file
@ -0,0 +1,70 @@
|
||||
import Card from "@tcgdex/sdk/interfaces/Card";
|
||||
import Tag from "@tcgdex/sdk/interfaces/Tag";
|
||||
import Category from "@tcgdex/sdk/interfaces/Category";
|
||||
import Type from "@tcgdex/sdk/interfaces/Type";
|
||||
import Rarity from "@tcgdex/sdk/interfaces/Rarity";
|
||||
import bw2013 from '../../../sets/mc/2013bw'
|
||||
|
||||
const card: Card = {
|
||||
id: "2013bw-4",
|
||||
localId: 4,
|
||||
dexId: 471,
|
||||
|
||||
name: {
|
||||
fr: "Givrali"
|
||||
},
|
||||
|
||||
hp: 90,
|
||||
|
||||
type: [
|
||||
Type.WATER
|
||||
],
|
||||
|
||||
tags: [
|
||||
Tag.STAGE1
|
||||
],
|
||||
|
||||
attacks: [
|
||||
{
|
||||
name: {
|
||||
fr: "Vive-Attaque"
|
||||
},
|
||||
text: {
|
||||
fr: "Lancez une pièce. Si c'est face, cetter attaque inflige 30 dégâts supplémentaires."
|
||||
},
|
||||
damage: "10+",
|
||||
cost: [
|
||||
Type.COLORLESS
|
||||
]
|
||||
}, {
|
||||
name: {
|
||||
fr: "ranvoi d'Énergie"
|
||||
},
|
||||
text: {
|
||||
fr: "Déplacez une Énergie de ce Pokémon vers 1 de vos Pokémon de Banc."
|
||||
},
|
||||
damage: 40,
|
||||
cost: [
|
||||
Type.WATER,
|
||||
Type.COLORLESS
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
weaknesses: [{
|
||||
type: Type.METAL,
|
||||
value: "x2"
|
||||
}],
|
||||
|
||||
set: bw2013,
|
||||
|
||||
retreat: 1,
|
||||
|
||||
rarity: Rarity.Common,
|
||||
|
||||
illustrator: "Rya Ueda",
|
||||
|
||||
category: Category.POKEMON
|
||||
}
|
||||
|
||||
export default card
|
71
cards/sm/smp/SM225.ts
Normal file
71
cards/sm/smp/SM225.ts
Normal file
@ -0,0 +1,71 @@
|
||||
import Card from '@tcgdex/sdk/interfaces/Card'
|
||||
import Type from '@tcgdex/sdk/interfaces/Type'
|
||||
import Tag from '@tcgdex/sdk/interfaces/Tag'
|
||||
import Rarity from '@tcgdex/sdk/interfaces/Rarity'
|
||||
import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "smp-SM225",
|
||||
localId: "SM225",
|
||||
|
||||
// Card informations
|
||||
name: {
|
||||
fr: "Victini"
|
||||
},
|
||||
|
||||
hp: 70,
|
||||
|
||||
type: [
|
||||
Type.FIRE,
|
||||
],
|
||||
|
||||
dexId: 494,
|
||||
|
||||
tags: [
|
||||
Tag.BASIC,
|
||||
],
|
||||
|
||||
illustrator: "Nagimiso",
|
||||
|
||||
|
||||
|
||||
attacks: [{
|
||||
cost: [
|
||||
Type.FIRE
|
||||
],
|
||||
name: {
|
||||
fr: "V de Victoire",
|
||||
},
|
||||
text: {
|
||||
fr: "Cherchez dans votre deck jusqu'à 2 cartes Énergie de base de diffférents types et attachez-les à vos Pokémon, de la manière que vous voulez. Mélangez ensuite cotre deck.",
|
||||
},
|
||||
}, {
|
||||
cost: [
|
||||
Type.FIRE
|
||||
],
|
||||
name: {
|
||||
fr: "Flamboiement"
|
||||
},
|
||||
damage: 20
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: Type.WATER,
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 1,
|
||||
|
||||
rarity: Rarity.Common,
|
||||
|
||||
category: Category.POKEMON,
|
||||
|
||||
set: {
|
||||
name: "SM Black Star Promos",
|
||||
code: "smp"
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
@ -8,8 +8,8 @@ import Category from '@tcgdex/sdk/interfaces/Category'
|
||||
const card: Card = {
|
||||
|
||||
// ids
|
||||
id: "xy10-111",
|
||||
localId: 111,
|
||||
id: "xy10-111a",
|
||||
localId: "111a",
|
||||
|
||||
// Card informations
|
||||
name: {
|
||||
|
@ -60,18 +60,6 @@ const card: Card = {
|
||||
}
|
||||
}],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
fr: "Règle des Évolutions TURBO",
|
||||
},
|
||||
}],
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
rarity: Rarity.RareBREAK,
|
||||
|
||||
category: Category.POKEMON,
|
||||
|
Reference in New Issue
Block a user