mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-23 03:12:10 +00:00
latest Promo Added :D
Signed-off-by: Florian BOUILLON <florian.bouillon@delta-wings.net>
This commit is contained in:
parent
d89dff6e16
commit
ad3ea21e38
@ -1,56 +1,77 @@
|
|||||||
import Card from "@tcgdex/sdk/interfaces/Card";
|
import Card from '@tcgdex/sdk/interfaces/Card'
|
||||||
import Tag from "@tcgdex/sdk/interfaces/Tag";
|
import Type from '@tcgdex/sdk/interfaces/Type'
|
||||||
import Category from "@tcgdex/sdk/interfaces/Category";
|
import Tag from '@tcgdex/sdk/interfaces/Tag'
|
||||||
import Type from "@tcgdex/sdk/interfaces/Type";
|
import Rarity from '@tcgdex/sdk/interfaces/Rarity'
|
||||||
import Rarity from "@tcgdex/sdk/interfaces/Rarity";
|
import AbilityType from '@tcgdex/sdk/interfaces/AbilityType'
|
||||||
|
import Category from '@tcgdex/sdk/interfaces/Category'
|
||||||
import set from '../../../sets/mc/2021swsh'
|
import set from '../../../sets/mc/2021swsh'
|
||||||
|
|
||||||
const card: Card = {
|
const card: Card = {
|
||||||
id: "2021swsh-1",
|
|
||||||
localId: 1,
|
|
||||||
dexId: 1,
|
|
||||||
|
|
||||||
|
// ids
|
||||||
|
id: "2011swsh-10",
|
||||||
|
localId: 10,
|
||||||
|
|
||||||
|
// Card informations
|
||||||
name: {
|
name: {
|
||||||
en: "Bulbasaur"
|
en: "Cyndaquil",
|
||||||
|
fr: "Héricendre",
|
||||||
},
|
},
|
||||||
|
|
||||||
hp: 70,
|
hp: 70,
|
||||||
|
|
||||||
type: [
|
type: [
|
||||||
Type.GRASS
|
Type.FIRE,
|
||||||
],
|
],
|
||||||
|
|
||||||
|
dexId: 155,
|
||||||
|
|
||||||
|
image: {
|
||||||
|
low: {
|
||||||
|
en: "https://assets.tcgdex.net/en/sm/sm8/40/low",
|
||||||
|
fr: "https://assets.tcgdex.net/fr/sm/sm8/40/low",
|
||||||
|
},
|
||||||
|
high: {
|
||||||
|
en: "https://assets.tcgdex.net/en/sm/sm8/40/high",
|
||||||
|
fr: "https://assets.tcgdex.net/fr/sm/sm8/40/high",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
|
||||||
|
evolveFrom: {},
|
||||||
|
|
||||||
tags: [
|
tags: [
|
||||||
Tag.BASIC
|
Tag.BASIC,
|
||||||
],
|
],
|
||||||
|
|
||||||
attacks: [
|
illustrator: "kirisAki",
|
||||||
{
|
|
||||||
name: {
|
|
||||||
en: "Razor Leaf"
|
|
||||||
},
|
|
||||||
cost: [
|
|
||||||
Type.GRASS,
|
|
||||||
Type.COLORLESS
|
|
||||||
],
|
|
||||||
damage: 30
|
|
||||||
}
|
|
||||||
],
|
|
||||||
|
|
||||||
weaknesses: [{
|
|
||||||
type: Type.FIRE,
|
|
||||||
value: "x2"
|
attacks: [{
|
||||||
|
cost: [
|
||||||
|
Type.COLORLESS,
|
||||||
|
Type.COLORLESS
|
||||||
|
],
|
||||||
|
name: {
|
||||||
|
en: "Hammer In",
|
||||||
|
fr: "Enfoncement",
|
||||||
|
},
|
||||||
|
damage: 30
|
||||||
}],
|
}],
|
||||||
|
|
||||||
set: set,
|
weaknesses: [{
|
||||||
|
type: Type.WATER,
|
||||||
|
value: "×2"
|
||||||
|
}],
|
||||||
|
|
||||||
retreat: 2,
|
|
||||||
|
|
||||||
rarity: Rarity.NONE,
|
|
||||||
|
|
||||||
illustrator: "Sanosuke Sakuma",
|
retreat: 1,
|
||||||
|
|
||||||
category: Category.POKEMON
|
rarity: Rarity.COMMON,
|
||||||
|
|
||||||
|
category: Category.POKEMON,
|
||||||
|
|
||||||
|
set: set
|
||||||
}
|
}
|
||||||
|
|
||||||
export default card
|
export default card
|
||||||
|
@ -1,56 +1,74 @@
|
|||||||
import Card from "@tcgdex/sdk/interfaces/Card";
|
import Card from '@tcgdex/sdk/interfaces/Card'
|
||||||
import Tag from "@tcgdex/sdk/interfaces/Tag";
|
import Type from '@tcgdex/sdk/interfaces/Type'
|
||||||
import Category from "@tcgdex/sdk/interfaces/Category";
|
import Tag from '@tcgdex/sdk/interfaces/Tag'
|
||||||
import Type from "@tcgdex/sdk/interfaces/Type";
|
import Rarity from '@tcgdex/sdk/interfaces/Rarity'
|
||||||
import Rarity from "@tcgdex/sdk/interfaces/Rarity";
|
import AbilityType from '@tcgdex/sdk/interfaces/AbilityType'
|
||||||
|
import Category from '@tcgdex/sdk/interfaces/Category'
|
||||||
import set from '../../../sets/mc/2021swsh'
|
import set from '../../../sets/mc/2021swsh'
|
||||||
|
|
||||||
const card: Card = {
|
const card: Card = {
|
||||||
id: "2021swsh-1",
|
|
||||||
localId: 1,
|
|
||||||
dexId: 1,
|
|
||||||
|
|
||||||
|
// ids
|
||||||
|
id: "2021-11",
|
||||||
|
localId: 11,
|
||||||
|
|
||||||
|
// Card informations
|
||||||
name: {
|
name: {
|
||||||
en: "Bulbasaur"
|
en: "Torchic",
|
||||||
|
fr: "Poussifeu",
|
||||||
},
|
},
|
||||||
|
|
||||||
hp: 70,
|
hp: 60,
|
||||||
|
|
||||||
type: [
|
type: [
|
||||||
Type.GRASS
|
Type.FIRE,
|
||||||
],
|
],
|
||||||
|
|
||||||
|
dexId: 255,
|
||||||
|
|
||||||
|
|
||||||
|
evolveFrom: {},
|
||||||
|
|
||||||
tags: [
|
tags: [
|
||||||
Tag.BASIC
|
Tag.BASIC,
|
||||||
],
|
],
|
||||||
|
|
||||||
attacks: [
|
illustrator: "sui",
|
||||||
{
|
|
||||||
name: {
|
|
||||||
en: "Razor Leaf"
|
|
||||||
},
|
|
||||||
cost: [
|
|
||||||
Type.GRASS,
|
|
||||||
Type.COLORLESS
|
|
||||||
],
|
|
||||||
damage: 30
|
|
||||||
}
|
|
||||||
],
|
|
||||||
|
|
||||||
weaknesses: [{
|
|
||||||
type: Type.FIRE,
|
|
||||||
value: "x2"
|
attacks: [{
|
||||||
|
cost: [
|
||||||
|
Type.FIRE
|
||||||
|
],
|
||||||
|
name: {
|
||||||
|
en: "Ember",
|
||||||
|
fr: "Flammèche",
|
||||||
|
},
|
||||||
|
text: {
|
||||||
|
en: "Flip a coin. If tails, discard a Fire Energy attached to this Pokémon.",
|
||||||
|
fr: "Lancez une pièce. Si c'est pile, défaussez une Énergie Fire attachée à ce Pokémon.",
|
||||||
|
},
|
||||||
|
damage: 20
|
||||||
}],
|
}],
|
||||||
|
|
||||||
set: set,
|
weaknesses: [{
|
||||||
|
type: Type.WATER,
|
||||||
|
value: "×2"
|
||||||
|
}],
|
||||||
|
|
||||||
retreat: 2,
|
|
||||||
|
|
||||||
rarity: Rarity.NONE,
|
|
||||||
|
|
||||||
illustrator: "Sanosuke Sakuma",
|
retreat: 1,
|
||||||
|
|
||||||
category: Category.POKEMON
|
rarity: Rarity.COMMON,
|
||||||
|
|
||||||
|
category: Category.POKEMON,
|
||||||
|
|
||||||
|
set: {
|
||||||
|
name: "XY Black Star Promos",
|
||||||
|
code: "xyp"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export default card
|
export default card
|
||||||
|
@ -6,51 +6,78 @@ import Rarity from "@tcgdex/sdk/interfaces/Rarity";
|
|||||||
import set from '../../../sets/mc/2021swsh'
|
import set from '../../../sets/mc/2021swsh'
|
||||||
|
|
||||||
const card: Card = {
|
const card: Card = {
|
||||||
id: "2021swsh-1",
|
|
||||||
localId: 1,
|
|
||||||
dexId: 1,
|
|
||||||
|
|
||||||
|
// ids
|
||||||
|
id: "2021swsh-12",
|
||||||
|
localId: 12,
|
||||||
|
|
||||||
|
// Card informations
|
||||||
name: {
|
name: {
|
||||||
en: "Bulbasaur"
|
en: "Monferno",
|
||||||
|
fr: "Chimpenfeu",
|
||||||
},
|
},
|
||||||
|
|
||||||
hp: 70,
|
hp: 80,
|
||||||
|
|
||||||
type: [
|
type: [
|
||||||
Type.GRASS
|
Type.FIRE,
|
||||||
],
|
],
|
||||||
|
|
||||||
|
dexId: 391,
|
||||||
|
|
||||||
|
image: {
|
||||||
|
low: {
|
||||||
|
en: "https://assets.tcgdex.net/en/sm/sm5/22/low",
|
||||||
|
fr: "https://assets.tcgdex.net/fr/sm/sm5/22/low",
|
||||||
|
},
|
||||||
|
high: {
|
||||||
|
en: "https://assets.tcgdex.net/en/sm/sm5/22/high",
|
||||||
|
fr: "https://assets.tcgdex.net/fr/sm/sm5/22/high",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
|
||||||
|
evolveFrom: {
|
||||||
|
en: "Chimchar",
|
||||||
|
fr: "Ouisticram",
|
||||||
|
},
|
||||||
|
|
||||||
tags: [
|
tags: [
|
||||||
Tag.BASIC
|
Tag.STAGE1,
|
||||||
],
|
],
|
||||||
|
|
||||||
attacks: [
|
illustrator: "Shigenori Negishi",
|
||||||
{
|
|
||||||
name: {
|
|
||||||
en: "Razor Leaf"
|
|
||||||
},
|
|
||||||
cost: [
|
|
||||||
Type.GRASS,
|
|
||||||
Type.COLORLESS
|
|
||||||
],
|
|
||||||
damage: 30
|
|
||||||
}
|
|
||||||
],
|
|
||||||
|
|
||||||
weaknesses: [{
|
|
||||||
type: Type.FIRE,
|
|
||||||
value: "x2"
|
attacks: [{
|
||||||
|
cost: [
|
||||||
|
Type.FIRE
|
||||||
|
],
|
||||||
|
name: {
|
||||||
|
en: "Super Singe",
|
||||||
|
fr: "Super Roussi",
|
||||||
|
},
|
||||||
|
text: {
|
||||||
|
en: "Your opponent's Active Pokémon is now Burned.",
|
||||||
|
fr: "Le Pokémon Actif de votre adversaire est maintenant Brûlé.",
|
||||||
|
},
|
||||||
|
damage: 20
|
||||||
}],
|
}],
|
||||||
|
|
||||||
set: set,
|
weaknesses: [{
|
||||||
|
type: Type.WATER,
|
||||||
|
value: "×2"
|
||||||
|
}],
|
||||||
|
|
||||||
retreat: 2,
|
|
||||||
|
|
||||||
rarity: Rarity.NONE,
|
|
||||||
|
|
||||||
illustrator: "Sanosuke Sakuma",
|
retreat: 1,
|
||||||
|
|
||||||
category: Category.POKEMON
|
rarity: Rarity.UNCOMMON,
|
||||||
|
|
||||||
|
category: Category.POKEMON,
|
||||||
|
|
||||||
|
set: set
|
||||||
}
|
}
|
||||||
|
|
||||||
export default card
|
export default card
|
||||||
|
@ -6,51 +6,76 @@ import Rarity from "@tcgdex/sdk/interfaces/Rarity";
|
|||||||
import set from '../../../sets/mc/2021swsh'
|
import set from '../../../sets/mc/2021swsh'
|
||||||
|
|
||||||
const card: Card = {
|
const card: Card = {
|
||||||
id: "2021swsh-1",
|
|
||||||
localId: 1,
|
|
||||||
dexId: 1,
|
|
||||||
|
|
||||||
|
// ids
|
||||||
|
id: "2021swsh-13",
|
||||||
|
localId: 13,
|
||||||
|
|
||||||
|
// Card informations
|
||||||
name: {
|
name: {
|
||||||
en: "Bulbasaur"
|
en: "Tepig",
|
||||||
|
fr: "Gruikui",
|
||||||
},
|
},
|
||||||
|
|
||||||
hp: 70,
|
hp: 70,
|
||||||
|
|
||||||
type: [
|
type: [
|
||||||
Type.GRASS
|
Type.FIRE,
|
||||||
],
|
],
|
||||||
|
|
||||||
|
dexId: 498,
|
||||||
|
|
||||||
|
image: {
|
||||||
|
low: {
|
||||||
|
en: "https://assets.tcgdex.net/en/bw/bwp/BW02/low",
|
||||||
|
fr: "https://assets.tcgdex.net/fr/bw/bwp/BW02/low",
|
||||||
|
},
|
||||||
|
high: {
|
||||||
|
en: "https://assets.tcgdex.net/en/bw/bwp/BW02/high",
|
||||||
|
fr: "https://assets.tcgdex.net/fr/bw/bwp/BW02/high",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
|
||||||
|
evolveFrom: {},
|
||||||
|
|
||||||
tags: [
|
tags: [
|
||||||
Tag.BASIC
|
Tag.BASIC,
|
||||||
],
|
],
|
||||||
|
|
||||||
attacks: [
|
illustrator: "Ken Sugimori",
|
||||||
{
|
|
||||||
name: {
|
|
||||||
en: "Razor Leaf"
|
|
||||||
},
|
|
||||||
cost: [
|
|
||||||
Type.GRASS,
|
|
||||||
Type.COLORLESS
|
|
||||||
],
|
|
||||||
damage: 30
|
|
||||||
}
|
|
||||||
],
|
|
||||||
|
|
||||||
weaknesses: [{
|
|
||||||
type: Type.FIRE,
|
|
||||||
value: "x2"
|
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
|
||||||
}],
|
}],
|
||||||
|
|
||||||
set: set,
|
weaknesses: [{
|
||||||
|
type: Type.WATER,
|
||||||
|
value: "×2"
|
||||||
|
}],
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
retreat: 2,
|
retreat: 2,
|
||||||
|
|
||||||
rarity: Rarity.NONE,
|
rarity: Rarity.COMMON,
|
||||||
|
|
||||||
illustrator: "Sanosuke Sakuma",
|
category: Category.POKEMON,
|
||||||
|
|
||||||
category: Category.POKEMON
|
set: set
|
||||||
}
|
}
|
||||||
|
|
||||||
export default card
|
export default card
|
||||||
|
@ -6,51 +6,81 @@ import Rarity from "@tcgdex/sdk/interfaces/Rarity";
|
|||||||
import set from '../../../sets/mc/2021swsh'
|
import set from '../../../sets/mc/2021swsh'
|
||||||
|
|
||||||
const card: Card = {
|
const card: Card = {
|
||||||
id: "2021swsh-1",
|
|
||||||
localId: 1,
|
|
||||||
dexId: 1,
|
|
||||||
|
|
||||||
|
// ids
|
||||||
|
id: "2021swsh-14",
|
||||||
|
localId: 14,
|
||||||
|
|
||||||
|
// Card informations
|
||||||
name: {
|
name: {
|
||||||
en: "Bulbasaur"
|
en: "Fennekin",
|
||||||
|
fr: "Feunnec",
|
||||||
},
|
},
|
||||||
|
|
||||||
hp: 70,
|
hp: 60,
|
||||||
|
|
||||||
type: [
|
type: [
|
||||||
Type.GRASS
|
Type.FIRE,
|
||||||
],
|
],
|
||||||
|
|
||||||
|
dexId: 653,
|
||||||
|
|
||||||
|
image: {
|
||||||
|
low: {
|
||||||
|
en: "https://assets.tcgdex.net/en/xy/xyp/XY02/low",
|
||||||
|
fr: "https://assets.tcgdex.net/fr/xy/xyp/XY02/low",
|
||||||
|
},
|
||||||
|
high: {
|
||||||
|
en: "https://assets.tcgdex.net/en/xy/xyp/XY02/high",
|
||||||
|
fr: "https://assets.tcgdex.net/fr/xy/xyp/XY02/high",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
|
||||||
|
evolveFrom: {},
|
||||||
|
|
||||||
tags: [
|
tags: [
|
||||||
Tag.BASIC
|
Tag.BASIC,
|
||||||
],
|
],
|
||||||
|
|
||||||
attacks: [
|
illustrator: "5ban Graphics",
|
||||||
{
|
|
||||||
name: {
|
|
||||||
en: "Razor Leaf"
|
|
||||||
},
|
|
||||||
cost: [
|
|
||||||
Type.GRASS,
|
|
||||||
Type.COLORLESS
|
|
||||||
],
|
|
||||||
damage: 30
|
|
||||||
}
|
|
||||||
],
|
|
||||||
|
|
||||||
weaknesses: [{
|
|
||||||
type: Type.FIRE,
|
|
||||||
value: "x2"
|
attacks: [{
|
||||||
|
cost: [
|
||||||
|
Type.FIRE
|
||||||
|
],
|
||||||
|
name: {
|
||||||
|
en: "Scratch",
|
||||||
|
fr: "Griffe",
|
||||||
|
},
|
||||||
|
damage: 10
|
||||||
|
},{
|
||||||
|
cost: [
|
||||||
|
Type.FIRE,
|
||||||
|
Type.COLORLESS
|
||||||
|
],
|
||||||
|
name: {
|
||||||
|
en: "Live Coal",
|
||||||
|
fr: "Charbon Mutant",
|
||||||
|
},
|
||||||
|
damage: 20
|
||||||
}],
|
}],
|
||||||
|
|
||||||
set: set,
|
weaknesses: [{
|
||||||
|
type: Type.WATER,
|
||||||
|
value: "×2"
|
||||||
|
}],
|
||||||
|
|
||||||
retreat: 2,
|
|
||||||
|
|
||||||
rarity: Rarity.NONE,
|
|
||||||
|
|
||||||
illustrator: "Sanosuke Sakuma",
|
retreat: 1,
|
||||||
|
|
||||||
category: Category.POKEMON
|
rarity: Rarity.COMMON,
|
||||||
|
|
||||||
|
category: Category.POKEMON,
|
||||||
|
|
||||||
|
set: set
|
||||||
}
|
}
|
||||||
|
|
||||||
export default card
|
export default card
|
||||||
|
@ -6,51 +6,81 @@ import Rarity from "@tcgdex/sdk/interfaces/Rarity";
|
|||||||
import set from '../../../sets/mc/2021swsh'
|
import set from '../../../sets/mc/2021swsh'
|
||||||
|
|
||||||
const card: Card = {
|
const card: Card = {
|
||||||
id: "2021swsh-1",
|
|
||||||
localId: 1,
|
|
||||||
dexId: 1,
|
|
||||||
|
|
||||||
|
// ids
|
||||||
|
id: "2021swsh-15",
|
||||||
|
localId: 15,
|
||||||
|
|
||||||
|
// Card informations
|
||||||
name: {
|
name: {
|
||||||
en: "Bulbasaur"
|
en: "Litten",
|
||||||
|
fr: "Flamiaou",
|
||||||
},
|
},
|
||||||
|
|
||||||
hp: 70,
|
hp: 70,
|
||||||
|
|
||||||
type: [
|
type: [
|
||||||
Type.GRASS
|
Type.FIRE,
|
||||||
],
|
],
|
||||||
|
|
||||||
|
dexId: 725,
|
||||||
|
|
||||||
|
image: {
|
||||||
|
low: {
|
||||||
|
en: "https://assets.tcgdex.net/en/sm/sm1/24/low",
|
||||||
|
fr: "https://assets.tcgdex.net/fr/sm/sm1/24/low",
|
||||||
|
},
|
||||||
|
high: {
|
||||||
|
en: "https://assets.tcgdex.net/en/sm/sm1/24/high",
|
||||||
|
fr: "https://assets.tcgdex.net/fr/sm/sm1/24/high",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
|
||||||
|
evolveFrom: {},
|
||||||
|
|
||||||
tags: [
|
tags: [
|
||||||
Tag.BASIC
|
Tag.BASIC,
|
||||||
],
|
],
|
||||||
|
|
||||||
attacks: [
|
illustrator: "Akira Komayama",
|
||||||
{
|
|
||||||
name: {
|
|
||||||
en: "Razor Leaf"
|
|
||||||
},
|
|
||||||
cost: [
|
|
||||||
Type.GRASS,
|
|
||||||
Type.COLORLESS
|
|
||||||
],
|
|
||||||
damage: 30
|
|
||||||
}
|
|
||||||
],
|
|
||||||
|
|
||||||
weaknesses: [{
|
|
||||||
type: Type.FIRE,
|
|
||||||
value: "x2"
|
attacks: [{
|
||||||
|
cost: [
|
||||||
|
Type.FIRE
|
||||||
|
],
|
||||||
|
name: {
|
||||||
|
en: "Bite",
|
||||||
|
fr: "Morsure",
|
||||||
|
},
|
||||||
|
damage: 10
|
||||||
|
},{
|
||||||
|
cost: [
|
||||||
|
Type.FIRE,
|
||||||
|
Type.COLORLESS
|
||||||
|
],
|
||||||
|
name: {
|
||||||
|
en: "Flare",
|
||||||
|
fr: "Flamboiement",
|
||||||
|
},
|
||||||
|
damage: 20
|
||||||
}],
|
}],
|
||||||
|
|
||||||
set: set,
|
weaknesses: [{
|
||||||
|
type: Type.WATER,
|
||||||
|
value: "×2"
|
||||||
|
}],
|
||||||
|
|
||||||
retreat: 2,
|
|
||||||
|
|
||||||
rarity: Rarity.NONE,
|
|
||||||
|
|
||||||
illustrator: "Sanosuke Sakuma",
|
retreat: 1,
|
||||||
|
|
||||||
category: Category.POKEMON
|
rarity: Rarity.COMMON,
|
||||||
|
|
||||||
|
category: Category.POKEMON,
|
||||||
|
|
||||||
|
set: set
|
||||||
}
|
}
|
||||||
|
|
||||||
export default card
|
export default card
|
||||||
|
@ -6,51 +6,56 @@ import Rarity from "@tcgdex/sdk/interfaces/Rarity";
|
|||||||
import set from '../../../sets/mc/2021swsh'
|
import set from '../../../sets/mc/2021swsh'
|
||||||
|
|
||||||
const card: Card = {
|
const card: Card = {
|
||||||
id: "2021swsh-1",
|
|
||||||
localId: 1,
|
|
||||||
dexId: 1,
|
|
||||||
|
|
||||||
|
// ids
|
||||||
|
id: `2021swsh-16`,
|
||||||
|
localId: 16,
|
||||||
|
|
||||||
|
// Card informations
|
||||||
name: {
|
name: {
|
||||||
en: "Bulbasaur"
|
en: "Scorbunny",
|
||||||
|
fr: "Flambino",
|
||||||
},
|
},
|
||||||
|
|
||||||
hp: 70,
|
hp: 60,
|
||||||
|
|
||||||
type: [
|
type: [
|
||||||
Type.GRASS
|
Type.FIRE,
|
||||||
],
|
],
|
||||||
|
|
||||||
tags: [
|
tags: [
|
||||||
Tag.BASIC
|
Tag.BASIC,
|
||||||
],
|
],
|
||||||
|
|
||||||
attacks: [
|
illustrator: "Hitoshi Ariga",
|
||||||
{
|
|
||||||
name: {
|
|
||||||
en: "Razor Leaf"
|
|
||||||
},
|
|
||||||
cost: [
|
|
||||||
Type.GRASS,
|
|
||||||
Type.COLORLESS
|
|
||||||
],
|
|
||||||
damage: 30
|
|
||||||
}
|
|
||||||
],
|
|
||||||
|
|
||||||
weaknesses: [{
|
attacks: [{
|
||||||
type: Type.FIRE,
|
cost: [
|
||||||
value: "x2"
|
Type.FIRE
|
||||||
|
],
|
||||||
|
name: {
|
||||||
|
en: "Super Singe",
|
||||||
|
fr: "Super Roussi",
|
||||||
|
},
|
||||||
|
text: {
|
||||||
|
en: "Flip a coin. If heads, your opponent's Active Pokémon is now Burned.",
|
||||||
|
fr: "Lancez une pièce. Si c'est face, le Pokémon Actif de votre adversaire est maintenant Brûlé."
|
||||||
|
},
|
||||||
|
damage: 10
|
||||||
}],
|
}],
|
||||||
|
|
||||||
set: set,
|
weaknesses: [{
|
||||||
|
type: Type.WATER,
|
||||||
|
value: "×2"
|
||||||
|
}],
|
||||||
|
|
||||||
retreat: 2,
|
retreat: 1,
|
||||||
|
|
||||||
rarity: Rarity.NONE,
|
rarity: Rarity.COMMON,
|
||||||
|
|
||||||
illustrator: "Sanosuke Sakuma",
|
category: Category.POKEMON,
|
||||||
|
|
||||||
category: Category.POKEMON
|
set,
|
||||||
}
|
}
|
||||||
|
|
||||||
export default card
|
export default card
|
||||||
|
@ -6,51 +6,75 @@ import Rarity from "@tcgdex/sdk/interfaces/Rarity";
|
|||||||
import set from '../../../sets/mc/2021swsh'
|
import set from '../../../sets/mc/2021swsh'
|
||||||
|
|
||||||
const card: Card = {
|
const card: Card = {
|
||||||
id: "2021swsh-1",
|
|
||||||
localId: 1,
|
|
||||||
dexId: 1,
|
|
||||||
|
|
||||||
|
// ids
|
||||||
|
id: "2021swsh-17",
|
||||||
|
localId: 17,
|
||||||
|
|
||||||
|
// Card informations
|
||||||
name: {
|
name: {
|
||||||
en: "Bulbasaur"
|
en: "Squirtle",
|
||||||
|
fr: "Carapuce",
|
||||||
},
|
},
|
||||||
|
|
||||||
hp: 70,
|
hp: 60,
|
||||||
|
|
||||||
type: [
|
type: [
|
||||||
Type.GRASS
|
Type.WATER,
|
||||||
],
|
],
|
||||||
|
|
||||||
|
dexId: 7,
|
||||||
|
|
||||||
|
image: {
|
||||||
|
low: {
|
||||||
|
en: "https://assets.tcgdex.net/en/sm/sm10/33/low",
|
||||||
|
fr: "https://assets.tcgdex.net/fr/sm/sm10/33/low",
|
||||||
|
},
|
||||||
|
high: {
|
||||||
|
en: "https://assets.tcgdex.net/en/sm/sm10/33/high",
|
||||||
|
fr: "https://assets.tcgdex.net/fr/sm/sm10/33/high",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
|
||||||
|
evolveFrom: {},
|
||||||
|
|
||||||
tags: [
|
tags: [
|
||||||
Tag.BASIC
|
Tag.BASIC,
|
||||||
],
|
],
|
||||||
|
|
||||||
attacks: [
|
illustrator: "tetsuya koizumi",
|
||||||
{
|
|
||||||
name: {
|
|
||||||
en: "Razor Leaf"
|
|
||||||
},
|
|
||||||
cost: [
|
|
||||||
Type.GRASS,
|
|
||||||
Type.COLORLESS
|
|
||||||
],
|
|
||||||
damage: 30
|
|
||||||
}
|
|
||||||
],
|
|
||||||
|
|
||||||
weaknesses: [{
|
|
||||||
type: Type.FIRE,
|
|
||||||
value: "x2"
|
attacks: [{
|
||||||
|
cost: [
|
||||||
|
Type.WATER
|
||||||
|
],
|
||||||
|
name: {
|
||||||
|
en: "Bubble",
|
||||||
|
fr: "Écume",
|
||||||
|
},
|
||||||
|
text: {
|
||||||
|
en: "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed.",
|
||||||
|
fr: "Lancez une pièce. Si c’est face, le Pokémon Actif de votre adversaire est maintenant Paralysé.",
|
||||||
|
},
|
||||||
|
damage: 10
|
||||||
}],
|
}],
|
||||||
|
|
||||||
set: set,
|
weaknesses: [{
|
||||||
|
type: Type.GRASS,
|
||||||
|
value: "×2"
|
||||||
|
}],
|
||||||
|
|
||||||
retreat: 2,
|
|
||||||
|
|
||||||
rarity: Rarity.NONE,
|
|
||||||
|
|
||||||
illustrator: "Sanosuke Sakuma",
|
retreat: 1,
|
||||||
|
|
||||||
category: Category.POKEMON
|
rarity: Rarity.COMMON,
|
||||||
|
|
||||||
|
category: Category.POKEMON,
|
||||||
|
|
||||||
|
set: set
|
||||||
}
|
}
|
||||||
|
|
||||||
export default card
|
export default card
|
||||||
|
@ -6,51 +6,75 @@ import Rarity from "@tcgdex/sdk/interfaces/Rarity";
|
|||||||
import set from '../../../sets/mc/2021swsh'
|
import set from '../../../sets/mc/2021swsh'
|
||||||
|
|
||||||
const card: Card = {
|
const card: Card = {
|
||||||
id: "2021swsh-1",
|
|
||||||
localId: 1,
|
|
||||||
dexId: 1,
|
|
||||||
|
|
||||||
|
// ids
|
||||||
|
id: "2021swsh-18",
|
||||||
|
localId: 18,
|
||||||
|
|
||||||
|
// Card informations
|
||||||
name: {
|
name: {
|
||||||
en: "Bulbasaur"
|
en: "Totodile",
|
||||||
|
fr: "Kaiminus",
|
||||||
},
|
},
|
||||||
|
|
||||||
hp: 70,
|
hp: 60,
|
||||||
|
|
||||||
type: [
|
type: [
|
||||||
Type.GRASS
|
Type.WATER,
|
||||||
],
|
],
|
||||||
|
|
||||||
|
dexId: 158,
|
||||||
|
|
||||||
|
image: {
|
||||||
|
low: {
|
||||||
|
en: "https://assets.tcgdex.net/en/xy/xy4/15/low",
|
||||||
|
fr: "https://assets.tcgdex.net/fr/xy/xy4/15/low",
|
||||||
|
},
|
||||||
|
high: {
|
||||||
|
en: "https://assets.tcgdex.net/en/xy/xy4/15/high",
|
||||||
|
fr: "https://assets.tcgdex.net/fr/xy/xy4/15/high",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
|
||||||
|
evolveFrom: {},
|
||||||
|
|
||||||
tags: [
|
tags: [
|
||||||
Tag.BASIC
|
Tag.BASIC,
|
||||||
],
|
],
|
||||||
|
|
||||||
attacks: [
|
illustrator: "Kagemaru Himeno",
|
||||||
{
|
|
||||||
name: {
|
|
||||||
en: "Razor Leaf"
|
|
||||||
},
|
|
||||||
cost: [
|
|
||||||
Type.GRASS,
|
|
||||||
Type.COLORLESS
|
|
||||||
],
|
|
||||||
damage: 30
|
|
||||||
}
|
|
||||||
],
|
|
||||||
|
|
||||||
weaknesses: [{
|
|
||||||
type: Type.FIRE,
|
|
||||||
value: "x2"
|
attacks: [{
|
||||||
|
cost: [
|
||||||
|
Type.WATER
|
||||||
|
],
|
||||||
|
name: {
|
||||||
|
en: "Fury Strikes",
|
||||||
|
fr: "Attaques Furieuses",
|
||||||
|
},
|
||||||
|
text: {
|
||||||
|
en: "Flip 3 coins. This attack does 10 damage times the number of heads.",
|
||||||
|
fr: "Lancez 3 pièces. Cette attaque inflige 10 dégâts multipliés par le nombre de côtés face.",
|
||||||
|
},
|
||||||
|
damage: 10
|
||||||
}],
|
}],
|
||||||
|
|
||||||
set: set,
|
weaknesses: [{
|
||||||
|
type: Type.GRASS,
|
||||||
|
value: "×2"
|
||||||
|
}],
|
||||||
|
|
||||||
retreat: 2,
|
|
||||||
|
|
||||||
rarity: Rarity.NONE,
|
|
||||||
|
|
||||||
illustrator: "Sanosuke Sakuma",
|
retreat: 1,
|
||||||
|
|
||||||
category: Category.POKEMON
|
rarity: Rarity.COMMON,
|
||||||
|
|
||||||
|
category: Category.POKEMON,
|
||||||
|
|
||||||
|
set: set
|
||||||
}
|
}
|
||||||
|
|
||||||
export default card
|
export default card
|
||||||
|
@ -6,51 +6,71 @@ import Rarity from "@tcgdex/sdk/interfaces/Rarity";
|
|||||||
import set from '../../../sets/mc/2021swsh'
|
import set from '../../../sets/mc/2021swsh'
|
||||||
|
|
||||||
const card: Card = {
|
const card: Card = {
|
||||||
id: "2021swsh-1",
|
|
||||||
localId: 1,
|
|
||||||
dexId: 1,
|
|
||||||
|
|
||||||
|
// ids
|
||||||
|
id: "2021swsh-19",
|
||||||
|
localId: 19,
|
||||||
|
|
||||||
|
// Card informations
|
||||||
name: {
|
name: {
|
||||||
en: "Bulbasaur"
|
en: "Mudkip",
|
||||||
|
fr: "Gobou",
|
||||||
},
|
},
|
||||||
|
|
||||||
hp: 70,
|
hp: 60,
|
||||||
|
|
||||||
type: [
|
type: [
|
||||||
Type.GRASS
|
Type.WATER,
|
||||||
],
|
],
|
||||||
|
|
||||||
|
dexId: 258,
|
||||||
|
|
||||||
|
|
||||||
|
evolveFrom: {},
|
||||||
|
|
||||||
tags: [
|
tags: [
|
||||||
Tag.BASIC
|
Tag.BASIC,
|
||||||
],
|
],
|
||||||
|
|
||||||
attacks: [
|
illustrator: "Aya Kusube",
|
||||||
{
|
|
||||||
name: {
|
|
||||||
en: "Razor Leaf"
|
|
||||||
},
|
|
||||||
cost: [
|
|
||||||
Type.GRASS,
|
|
||||||
Type.COLORLESS
|
|
||||||
],
|
|
||||||
damage: 30
|
|
||||||
}
|
|
||||||
],
|
|
||||||
|
|
||||||
weaknesses: [{
|
|
||||||
type: Type.FIRE,
|
|
||||||
value: "x2"
|
attacks: [{
|
||||||
|
cost: [
|
||||||
|
Type.WATER
|
||||||
|
],
|
||||||
|
name: {
|
||||||
|
en: "Tackle",
|
||||||
|
fr: "Charge",
|
||||||
|
},
|
||||||
|
damage: 10
|
||||||
|
},{
|
||||||
|
cost: [
|
||||||
|
Type.WATER,
|
||||||
|
Type.COLORLESS
|
||||||
|
],
|
||||||
|
name: {
|
||||||
|
en: "Mud-Slap",
|
||||||
|
fr: "Coud'Boue",
|
||||||
|
},
|
||||||
|
damage: 20
|
||||||
}],
|
}],
|
||||||
|
|
||||||
set: set,
|
weaknesses: [{
|
||||||
|
type: Type.GRASS,
|
||||||
|
value: "×2"
|
||||||
|
}],
|
||||||
|
|
||||||
retreat: 2,
|
|
||||||
|
|
||||||
rarity: Rarity.NONE,
|
|
||||||
|
|
||||||
illustrator: "Sanosuke Sakuma",
|
retreat: 1,
|
||||||
|
|
||||||
category: Category.POKEMON
|
rarity: Rarity.COMMON,
|
||||||
|
|
||||||
|
category: Category.POKEMON,
|
||||||
|
|
||||||
|
set: set
|
||||||
}
|
}
|
||||||
|
|
||||||
export default card
|
export default card
|
||||||
|
@ -6,51 +6,81 @@ import Rarity from "@tcgdex/sdk/interfaces/Rarity";
|
|||||||
import set from '../../../sets/mc/2021swsh'
|
import set from '../../../sets/mc/2021swsh'
|
||||||
|
|
||||||
const card: Card = {
|
const card: Card = {
|
||||||
id: "2021swsh-1",
|
|
||||||
localId: 1,
|
|
||||||
dexId: 1,
|
|
||||||
|
|
||||||
|
// ids
|
||||||
|
id: "2021swsh-20",
|
||||||
|
localId: 20,
|
||||||
|
|
||||||
|
// Card informations
|
||||||
name: {
|
name: {
|
||||||
en: "Bulbasaur"
|
en: "Piplup",
|
||||||
|
fr: "Tiplouf",
|
||||||
},
|
},
|
||||||
|
|
||||||
hp: 70,
|
hp: 70,
|
||||||
|
|
||||||
type: [
|
type: [
|
||||||
Type.GRASS
|
Type.WATER,
|
||||||
],
|
],
|
||||||
|
|
||||||
|
dexId: 393,
|
||||||
|
|
||||||
|
image: {
|
||||||
|
low: {
|
||||||
|
en: "https://assets.tcgdex.net/en/sm/sm5/32/low",
|
||||||
|
fr: "https://assets.tcgdex.net/fr/sm/sm5/32/low",
|
||||||
|
},
|
||||||
|
high: {
|
||||||
|
en: "https://assets.tcgdex.net/en/sm/sm5/32/high",
|
||||||
|
fr: "https://assets.tcgdex.net/fr/sm/sm5/32/high",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
|
||||||
|
evolveFrom: {},
|
||||||
|
|
||||||
tags: [
|
tags: [
|
||||||
Tag.BASIC
|
Tag.BASIC,
|
||||||
],
|
],
|
||||||
|
|
||||||
attacks: [
|
illustrator: "Shibuzoh.",
|
||||||
{
|
|
||||||
name: {
|
|
||||||
en: "Razor Leaf"
|
|
||||||
},
|
|
||||||
cost: [
|
|
||||||
Type.GRASS,
|
|
||||||
Type.COLORLESS
|
|
||||||
],
|
|
||||||
damage: 30
|
|
||||||
}
|
|
||||||
],
|
|
||||||
|
|
||||||
weaknesses: [{
|
|
||||||
type: Type.FIRE,
|
|
||||||
value: "x2"
|
attacks: [{
|
||||||
|
cost: [
|
||||||
|
Type.COLORLESS
|
||||||
|
],
|
||||||
|
name: {
|
||||||
|
en: "Peck",
|
||||||
|
fr: "Picpic",
|
||||||
|
},
|
||||||
|
damage: 10
|
||||||
|
},{
|
||||||
|
cost: [
|
||||||
|
Type.WATER,
|
||||||
|
Type.COLORLESS
|
||||||
|
],
|
||||||
|
name: {
|
||||||
|
en: "Wave Splash",
|
||||||
|
fr: "Grosse Vague",
|
||||||
|
},
|
||||||
|
damage: 20
|
||||||
}],
|
}],
|
||||||
|
|
||||||
set: set,
|
weaknesses: [{
|
||||||
|
type: Type.LIGHTNING,
|
||||||
|
value: "×2"
|
||||||
|
}],
|
||||||
|
|
||||||
retreat: 2,
|
|
||||||
|
|
||||||
rarity: Rarity.NONE,
|
|
||||||
|
|
||||||
illustrator: "Sanosuke Sakuma",
|
retreat: 1,
|
||||||
|
|
||||||
category: Category.POKEMON
|
rarity: Rarity.COMMON,
|
||||||
|
|
||||||
|
category: Category.POKEMON,
|
||||||
|
|
||||||
|
set: set
|
||||||
}
|
}
|
||||||
|
|
||||||
export default card
|
export default card
|
||||||
|
@ -6,51 +6,76 @@ import Rarity from "@tcgdex/sdk/interfaces/Rarity";
|
|||||||
import set from '../../../sets/mc/2021swsh'
|
import set from '../../../sets/mc/2021swsh'
|
||||||
|
|
||||||
const card: Card = {
|
const card: Card = {
|
||||||
id: "2021swsh-1",
|
|
||||||
localId: 1,
|
|
||||||
dexId: 1,
|
|
||||||
|
|
||||||
|
// ids
|
||||||
|
id: "2021swsh-21",
|
||||||
|
localId: 21,
|
||||||
|
|
||||||
|
// Card informations
|
||||||
name: {
|
name: {
|
||||||
en: "Bulbasaur"
|
en: "Oshawott",
|
||||||
|
fr: "Moustillon",
|
||||||
},
|
},
|
||||||
|
|
||||||
hp: 70,
|
hp: 60,
|
||||||
|
|
||||||
type: [
|
type: [
|
||||||
Type.GRASS
|
Type.WATER,
|
||||||
],
|
],
|
||||||
|
|
||||||
|
dexId: 501,
|
||||||
|
|
||||||
|
image: {
|
||||||
|
low: {
|
||||||
|
en: "https://assets.tcgdex.net/en/bw/bwp/BW03/low",
|
||||||
|
fr: "https://assets.tcgdex.net/fr/bw/bwp/BW03/low",
|
||||||
|
},
|
||||||
|
high: {
|
||||||
|
en: "https://assets.tcgdex.net/en/bw/bwp/BW03/high",
|
||||||
|
fr: "https://assets.tcgdex.net/fr/bw/bwp/BW03/high",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
|
||||||
|
evolveFrom: {},
|
||||||
|
|
||||||
tags: [
|
tags: [
|
||||||
Tag.BASIC
|
Tag.BASIC,
|
||||||
],
|
],
|
||||||
|
|
||||||
attacks: [
|
illustrator: "Ken Sugimori",
|
||||||
{
|
|
||||||
name: {
|
|
||||||
en: "Razor Leaf"
|
|
||||||
},
|
|
||||||
cost: [
|
|
||||||
Type.GRASS,
|
|
||||||
Type.COLORLESS
|
|
||||||
],
|
|
||||||
damage: 30
|
|
||||||
}
|
|
||||||
],
|
|
||||||
|
|
||||||
weaknesses: [{
|
|
||||||
type: Type.FIRE,
|
|
||||||
value: "x2"
|
attacks: [{
|
||||||
|
cost: [
|
||||||
|
Type.WATER,
|
||||||
|
Type.COLORLESS
|
||||||
|
],
|
||||||
|
name: {
|
||||||
|
en: "Water Pulse",
|
||||||
|
fr: "Vibraqua",
|
||||||
|
},
|
||||||
|
text: {
|
||||||
|
en: "Flip a coin. If heads, the Defending Pokémon is now Asleep.",
|
||||||
|
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Endormi.",
|
||||||
|
},
|
||||||
|
damage: 20
|
||||||
}],
|
}],
|
||||||
|
|
||||||
set: set,
|
weaknesses: [{
|
||||||
|
type: Type.LIGHTNING,
|
||||||
|
value: "×2"
|
||||||
|
}],
|
||||||
|
|
||||||
retreat: 2,
|
|
||||||
|
|
||||||
rarity: Rarity.NONE,
|
|
||||||
|
|
||||||
illustrator: "Sanosuke Sakuma",
|
retreat: 1,
|
||||||
|
|
||||||
category: Category.POKEMON
|
rarity: Rarity.COMMON,
|
||||||
|
|
||||||
|
category: Category.POKEMON,
|
||||||
|
|
||||||
|
set: set
|
||||||
}
|
}
|
||||||
|
|
||||||
export default card
|
export default card
|
||||||
|
@ -6,51 +6,81 @@ import Rarity from "@tcgdex/sdk/interfaces/Rarity";
|
|||||||
import set from '../../../sets/mc/2021swsh'
|
import set from '../../../sets/mc/2021swsh'
|
||||||
|
|
||||||
const card: Card = {
|
const card: Card = {
|
||||||
id: "2021swsh-1",
|
|
||||||
localId: 1,
|
|
||||||
dexId: 1,
|
|
||||||
|
|
||||||
|
// ids
|
||||||
|
id: "2021swsh-22",
|
||||||
|
localId: 22,
|
||||||
|
|
||||||
|
// Card informations
|
||||||
name: {
|
name: {
|
||||||
en: "Bulbasaur"
|
en: "Froakie",
|
||||||
|
fr: "Grenousse",
|
||||||
},
|
},
|
||||||
|
|
||||||
hp: 70,
|
hp: 60,
|
||||||
|
|
||||||
type: [
|
type: [
|
||||||
Type.GRASS
|
Type.WATER,
|
||||||
],
|
],
|
||||||
|
|
||||||
|
dexId: 656,
|
||||||
|
|
||||||
|
image: {
|
||||||
|
low: {
|
||||||
|
en: "https://assets.tcgdex.net/en/xy/xyp/XY03/low",
|
||||||
|
fr: "https://assets.tcgdex.net/fr/xy/xyp/XY03/low",
|
||||||
|
},
|
||||||
|
high: {
|
||||||
|
en: "https://assets.tcgdex.net/en/xy/xyp/XY03/high",
|
||||||
|
fr: "https://assets.tcgdex.net/fr/xy/xyp/XY03/high",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
|
||||||
|
evolveFrom: {},
|
||||||
|
|
||||||
tags: [
|
tags: [
|
||||||
Tag.BASIC
|
Tag.BASIC,
|
||||||
],
|
],
|
||||||
|
|
||||||
attacks: [
|
illustrator: "5ban Graphics",
|
||||||
{
|
|
||||||
name: {
|
|
||||||
en: "Razor Leaf"
|
|
||||||
},
|
|
||||||
cost: [
|
|
||||||
Type.GRASS,
|
|
||||||
Type.COLORLESS
|
|
||||||
],
|
|
||||||
damage: 30
|
|
||||||
}
|
|
||||||
],
|
|
||||||
|
|
||||||
weaknesses: [{
|
|
||||||
type: Type.FIRE,
|
|
||||||
value: "x2"
|
attacks: [{
|
||||||
|
cost: [
|
||||||
|
Type.WATER
|
||||||
|
],
|
||||||
|
name: {
|
||||||
|
en: "Pound",
|
||||||
|
fr: "Écras'Face",
|
||||||
|
},
|
||||||
|
damage: 10
|
||||||
|
},{
|
||||||
|
cost: [
|
||||||
|
Type.WATER,
|
||||||
|
Type.COLORLESS
|
||||||
|
],
|
||||||
|
name: {
|
||||||
|
en: "Water Drip",
|
||||||
|
fr: "Goutte à Goutte",
|
||||||
|
},
|
||||||
|
damage: 20
|
||||||
}],
|
}],
|
||||||
|
|
||||||
set: set,
|
weaknesses: [{
|
||||||
|
type: Type.GRASS,
|
||||||
|
value: "×2"
|
||||||
|
}],
|
||||||
|
|
||||||
retreat: 2,
|
|
||||||
|
|
||||||
rarity: Rarity.NONE,
|
|
||||||
|
|
||||||
illustrator: "Sanosuke Sakuma",
|
retreat: 1,
|
||||||
|
|
||||||
category: Category.POKEMON
|
rarity: Rarity.COMMON,
|
||||||
|
|
||||||
|
category: Category.POKEMON,
|
||||||
|
|
||||||
|
set: set
|
||||||
}
|
}
|
||||||
|
|
||||||
export default card
|
export default card
|
||||||
|
@ -6,51 +6,81 @@ import Rarity from "@tcgdex/sdk/interfaces/Rarity";
|
|||||||
import set from '../../../sets/mc/2021swsh'
|
import set from '../../../sets/mc/2021swsh'
|
||||||
|
|
||||||
const card: Card = {
|
const card: Card = {
|
||||||
id: "2021swsh-1",
|
|
||||||
localId: 1,
|
|
||||||
dexId: 1,
|
|
||||||
|
|
||||||
|
// ids
|
||||||
|
id: "2021swsh-23",
|
||||||
|
localId: 23,
|
||||||
|
|
||||||
|
// Card informations
|
||||||
name: {
|
name: {
|
||||||
en: "Bulbasaur"
|
en: "Popplio",
|
||||||
|
fr: "Otaquin",
|
||||||
},
|
},
|
||||||
|
|
||||||
hp: 70,
|
hp: 70,
|
||||||
|
|
||||||
type: [
|
type: [
|
||||||
Type.GRASS
|
Type.WATER,
|
||||||
],
|
],
|
||||||
|
|
||||||
|
dexId: 728,
|
||||||
|
|
||||||
|
image: {
|
||||||
|
low: {
|
||||||
|
en: "https://assets.tcgdex.net/en/sm/sm1/39/low",
|
||||||
|
fr: "https://assets.tcgdex.net/fr/sm/sm1/39/low",
|
||||||
|
},
|
||||||
|
high: {
|
||||||
|
en: "https://assets.tcgdex.net/en/sm/sm1/39/high",
|
||||||
|
fr: "https://assets.tcgdex.net/fr/sm/sm1/39/high",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
|
||||||
|
evolveFrom: {},
|
||||||
|
|
||||||
tags: [
|
tags: [
|
||||||
Tag.BASIC
|
Tag.BASIC,
|
||||||
],
|
],
|
||||||
|
|
||||||
attacks: [
|
illustrator: "Kouki Saitou",
|
||||||
{
|
|
||||||
name: {
|
|
||||||
en: "Razor Leaf"
|
|
||||||
},
|
|
||||||
cost: [
|
|
||||||
Type.GRASS,
|
|
||||||
Type.COLORLESS
|
|
||||||
],
|
|
||||||
damage: 30
|
|
||||||
}
|
|
||||||
],
|
|
||||||
|
|
||||||
weaknesses: [{
|
|
||||||
type: Type.FIRE,
|
|
||||||
value: "x2"
|
attacks: [{
|
||||||
|
cost: [
|
||||||
|
Type.WATER
|
||||||
|
],
|
||||||
|
name: {
|
||||||
|
en: "Pound",
|
||||||
|
fr: "Écras’Face",
|
||||||
|
},
|
||||||
|
damage: 10
|
||||||
|
},{
|
||||||
|
cost: [
|
||||||
|
Type.WATER,
|
||||||
|
Type.COLORLESS
|
||||||
|
],
|
||||||
|
name: {
|
||||||
|
en: "Water Gun",
|
||||||
|
fr: "Pistolet à O",
|
||||||
|
},
|
||||||
|
damage: 20
|
||||||
}],
|
}],
|
||||||
|
|
||||||
set: set,
|
weaknesses: [{
|
||||||
|
type: Type.GRASS,
|
||||||
|
value: "×2"
|
||||||
|
}],
|
||||||
|
|
||||||
retreat: 2,
|
|
||||||
|
|
||||||
rarity: Rarity.NONE,
|
|
||||||
|
|
||||||
illustrator: "Sanosuke Sakuma",
|
retreat: 1,
|
||||||
|
|
||||||
category: Category.POKEMON
|
rarity: Rarity.COMMON,
|
||||||
|
|
||||||
|
category: Category.POKEMON,
|
||||||
|
|
||||||
|
set: set
|
||||||
}
|
}
|
||||||
|
|
||||||
export default card
|
export default card
|
||||||
|
@ -6,51 +6,57 @@ import Rarity from "@tcgdex/sdk/interfaces/Rarity";
|
|||||||
import set from '../../../sets/mc/2021swsh'
|
import set from '../../../sets/mc/2021swsh'
|
||||||
|
|
||||||
const card: Card = {
|
const card: Card = {
|
||||||
id: "2021swsh-1",
|
|
||||||
localId: 1,
|
|
||||||
dexId: 1,
|
|
||||||
|
|
||||||
|
// ids
|
||||||
|
id: "2021swsh-24",
|
||||||
|
localId: 24,
|
||||||
|
|
||||||
|
// Card informations
|
||||||
name: {
|
name: {
|
||||||
en: "Bulbasaur"
|
en: "Sobble",
|
||||||
|
fr: "Larméléon",
|
||||||
},
|
},
|
||||||
|
|
||||||
hp: 70,
|
hp: 60,
|
||||||
|
|
||||||
type: [
|
type: [
|
||||||
Type.GRASS
|
Type.WATER,
|
||||||
],
|
],
|
||||||
|
|
||||||
tags: [
|
tags: [
|
||||||
Tag.BASIC
|
Tag.BASIC,
|
||||||
],
|
],
|
||||||
|
|
||||||
attacks: [
|
illustrator: "Mizue",
|
||||||
{
|
|
||||||
name: {
|
|
||||||
en: "Razor Leaf"
|
|
||||||
},
|
|
||||||
cost: [
|
|
||||||
Type.GRASS,
|
|
||||||
Type.COLORLESS
|
|
||||||
],
|
|
||||||
damage: 30
|
|
||||||
}
|
|
||||||
],
|
|
||||||
|
|
||||||
weaknesses: [{
|
attacks: [{
|
||||||
type: Type.FIRE,
|
cost: [
|
||||||
value: "x2"
|
Type.WATER,
|
||||||
|
Type.COLORLESS
|
||||||
|
],
|
||||||
|
name: {
|
||||||
|
en: "Bind",
|
||||||
|
fr: "Étreinte",
|
||||||
|
},
|
||||||
|
text: {
|
||||||
|
en: "Flip a coin. If heads, your opponent's Active Pokémon is now Paralyzed.",
|
||||||
|
fr: "Lancez une pièce. Si c'est face, le Pokémon Actif de votre adversaire est maintenant Paralysé.",
|
||||||
|
},
|
||||||
|
damage: 20
|
||||||
}],
|
}],
|
||||||
|
|
||||||
set: set,
|
weaknesses: [{
|
||||||
|
type: Type.LIGHTNING,
|
||||||
|
value: "×2"
|
||||||
|
}],
|
||||||
|
|
||||||
retreat: 2,
|
retreat: 1,
|
||||||
|
|
||||||
rarity: Rarity.NONE,
|
rarity: Rarity.COMMON,
|
||||||
|
|
||||||
illustrator: "Sanosuke Sakuma",
|
category: Category.POKEMON,
|
||||||
|
|
||||||
category: Category.POKEMON
|
set,
|
||||||
}
|
}
|
||||||
|
|
||||||
export default card
|
export default card
|
||||||
|
@ -6,51 +6,87 @@ import Rarity from "@tcgdex/sdk/interfaces/Rarity";
|
|||||||
import set from '../../../sets/mc/2021swsh'
|
import set from '../../../sets/mc/2021swsh'
|
||||||
|
|
||||||
const card: Card = {
|
const card: Card = {
|
||||||
id: "2021swsh-1",
|
|
||||||
localId: 1,
|
|
||||||
dexId: 1,
|
|
||||||
|
|
||||||
|
// ids
|
||||||
|
id: "2021swsh-25",
|
||||||
|
localId: 25,
|
||||||
|
|
||||||
|
// Card informations
|
||||||
name: {
|
name: {
|
||||||
en: "Bulbasaur"
|
en: "Pikachu",
|
||||||
|
fr: "Pikachu",
|
||||||
},
|
},
|
||||||
|
|
||||||
hp: 70,
|
hp: 60,
|
||||||
|
|
||||||
type: [
|
type: [
|
||||||
Type.GRASS
|
Type.LIGHTNING,
|
||||||
],
|
],
|
||||||
|
|
||||||
|
dexId: 25,
|
||||||
|
|
||||||
|
image: {
|
||||||
|
low: {
|
||||||
|
en: "https://assets.tcgdex.net/en/sm/sm11/55/low",
|
||||||
|
fr: "https://assets.tcgdex.net/fr/sm/sm11/55/low",
|
||||||
|
},
|
||||||
|
high: {
|
||||||
|
en: "https://assets.tcgdex.net/en/sm/sm11/55/high",
|
||||||
|
fr: "https://assets.tcgdex.net/fr/sm/sm11/55/high",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
|
||||||
|
evolveFrom: {},
|
||||||
|
|
||||||
tags: [
|
tags: [
|
||||||
Tag.BASIC
|
Tag.BASIC,
|
||||||
],
|
],
|
||||||
|
|
||||||
attacks: [
|
|
||||||
{
|
|
||||||
name: {
|
|
||||||
en: "Razor Leaf"
|
|
||||||
},
|
|
||||||
cost: [
|
|
||||||
Type.GRASS,
|
|
||||||
Type.COLORLESS
|
|
||||||
],
|
|
||||||
damage: 30
|
|
||||||
}
|
|
||||||
],
|
|
||||||
|
|
||||||
weaknesses: [{
|
|
||||||
type: Type.FIRE,
|
|
||||||
value: "x2"
|
|
||||||
}],
|
|
||||||
|
|
||||||
set: set,
|
|
||||||
|
|
||||||
retreat: 2,
|
|
||||||
|
|
||||||
rarity: Rarity.NONE,
|
|
||||||
|
|
||||||
illustrator: "Sanosuke Sakuma",
|
illustrator: "Sanosuke Sakuma",
|
||||||
|
|
||||||
category: Category.POKEMON
|
|
||||||
|
|
||||||
|
attacks: [{
|
||||||
|
cost: [
|
||||||
|
Type.LIGHTNING
|
||||||
|
],
|
||||||
|
name: {
|
||||||
|
en: "Meal Time",
|
||||||
|
fr: "À Belles Dents",
|
||||||
|
},
|
||||||
|
text: {
|
||||||
|
en: "Flip a coin until you get tails. For each heads, draw a card.",
|
||||||
|
fr: "Lancez une pièce jusqu’à ce que vous obteniez un côté pile. Pour chaque côté face, piochez une carte.",
|
||||||
|
},
|
||||||
|
},{
|
||||||
|
cost: [
|
||||||
|
Type.LIGHTNING,
|
||||||
|
Type.COLORLESS
|
||||||
|
],
|
||||||
|
name: {
|
||||||
|
en: "Gnaw",
|
||||||
|
fr: "Ronge",
|
||||||
|
},
|
||||||
|
damage: 20
|
||||||
|
}],
|
||||||
|
|
||||||
|
weaknesses: [{
|
||||||
|
type: Type.FIGHTING,
|
||||||
|
value: "×2"
|
||||||
|
}],
|
||||||
|
|
||||||
|
resistances: [{
|
||||||
|
type: Type.METAL,
|
||||||
|
value: "-20"
|
||||||
|
}],
|
||||||
|
|
||||||
|
retreat: 1,
|
||||||
|
|
||||||
|
rarity: Rarity.COMMON,
|
||||||
|
|
||||||
|
category: Category.POKEMON,
|
||||||
|
|
||||||
|
set: set
|
||||||
}
|
}
|
||||||
|
|
||||||
export default card
|
export default card
|
||||||
|
@ -1,2 +1,85 @@
|
|||||||
import card from '../../bw/bwp/BW01'
|
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 AbilityType from '@tcgdex/sdk/interfaces/AbilityType'
|
||||||
|
import Category from '@tcgdex/sdk/interfaces/Category'
|
||||||
|
import set from '../../../sets/mc/2021swsh'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
|
||||||
|
// ids
|
||||||
|
id: "2021swsh-5",
|
||||||
|
localId: 5,
|
||||||
|
|
||||||
|
// Card informations
|
||||||
|
name: {
|
||||||
|
en: "Snivy",
|
||||||
|
fr: "Vipélierre",
|
||||||
|
},
|
||||||
|
|
||||||
|
hp: 60,
|
||||||
|
|
||||||
|
type: [
|
||||||
|
Type.GRASS,
|
||||||
|
],
|
||||||
|
|
||||||
|
dexId: 495,
|
||||||
|
|
||||||
|
image: {
|
||||||
|
low: {
|
||||||
|
en: "https://assets.tcgdex.net/en/bw/bwp/BW01/low",
|
||||||
|
fr: "https://assets.tcgdex.net/fr/bw/bwp/BW01/low",
|
||||||
|
},
|
||||||
|
high: {
|
||||||
|
en: "https://assets.tcgdex.net/en/bw/bwp/BW01/high",
|
||||||
|
fr: "https://assets.tcgdex.net/fr/bw/bwp/BW01/high",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
|
||||||
|
evolveFrom: {},
|
||||||
|
|
||||||
|
tags: [
|
||||||
|
Tag.BASIC,
|
||||||
|
],
|
||||||
|
|
||||||
|
illustrator: "Ken Sugimori",
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
attacks: [{
|
||||||
|
cost: [
|
||||||
|
Type.GRASS,
|
||||||
|
Type.COLORLESS
|
||||||
|
],
|
||||||
|
name: {
|
||||||
|
en: "Slam",
|
||||||
|
fr: "Souplesse",
|
||||||
|
},
|
||||||
|
text: {
|
||||||
|
en: "Flip 2 coins. This attack does 20 damage times the number of heads.",
|
||||||
|
fr: "Lancez 2 pièces. Cette attaque inflige 20 dégâts multipliés par le nombre de côtés face.",
|
||||||
|
},
|
||||||
|
damage: '20x'
|
||||||
|
}],
|
||||||
|
|
||||||
|
weaknesses: [{
|
||||||
|
type: Type.FIRE,
|
||||||
|
value: "×2"
|
||||||
|
}],
|
||||||
|
|
||||||
|
resistances: [{
|
||||||
|
type: Type.WATER,
|
||||||
|
value: "-20"
|
||||||
|
}],
|
||||||
|
|
||||||
|
retreat: 1,
|
||||||
|
|
||||||
|
rarity: Rarity.NONE,
|
||||||
|
|
||||||
|
category: Category.POKEMON,
|
||||||
|
|
||||||
|
set: set
|
||||||
|
}
|
||||||
|
|
||||||
export default card
|
export default card
|
||||||
|
@ -1,2 +1,87 @@
|
|||||||
import card from '../../xy/xy0/3'
|
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 AbilityType from '@tcgdex/sdk/interfaces/AbilityType'
|
||||||
|
import Category from '@tcgdex/sdk/interfaces/Category'
|
||||||
|
import set from '../../../sets/mc/2021swsh'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
|
||||||
|
// ids
|
||||||
|
id: "2021swsh-6",
|
||||||
|
localId: 6,
|
||||||
|
|
||||||
|
// Card informations
|
||||||
|
name: {
|
||||||
|
en: "Chespin",
|
||||||
|
fr: "Marisson",
|
||||||
|
},
|
||||||
|
|
||||||
|
hp: 60,
|
||||||
|
|
||||||
|
type: [
|
||||||
|
Type.GRASS,
|
||||||
|
],
|
||||||
|
|
||||||
|
dexId: 650,
|
||||||
|
|
||||||
|
image: {
|
||||||
|
low: {
|
||||||
|
en: "https://assets.tcgdex.net/en/xy/xy0/3/low",
|
||||||
|
fr: "https://assets.tcgdex.net/fr/xy/xy0/3/low",
|
||||||
|
},
|
||||||
|
high: {
|
||||||
|
en: "https://assets.tcgdex.net/en/xy/xy0/3/high",
|
||||||
|
fr: "https://assets.tcgdex.net/fr/xy/xy0/3/high",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
|
||||||
|
evolveFrom: {},
|
||||||
|
|
||||||
|
tags: [
|
||||||
|
Tag.BASIC,
|
||||||
|
],
|
||||||
|
|
||||||
|
illustrator: "5ban Graphics",
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
attacks: [{
|
||||||
|
cost: [
|
||||||
|
Type.GRASS
|
||||||
|
],
|
||||||
|
name: {
|
||||||
|
en: "Vine Whip",
|
||||||
|
fr: "Fouet Lianes",
|
||||||
|
},
|
||||||
|
damage: 10
|
||||||
|
},{
|
||||||
|
cost: [
|
||||||
|
Type.GRASS,
|
||||||
|
Type.COLORLESS
|
||||||
|
],
|
||||||
|
name: {
|
||||||
|
en: "Seed Bomb",
|
||||||
|
fr: "Canon Graine",
|
||||||
|
},
|
||||||
|
damage: 20
|
||||||
|
}],
|
||||||
|
|
||||||
|
weaknesses: [{
|
||||||
|
type: Type.FIRE,
|
||||||
|
value: "×2"
|
||||||
|
}],
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
retreat: 1,
|
||||||
|
|
||||||
|
rarity: Rarity.COMMON,
|
||||||
|
|
||||||
|
category: Category.POKEMON,
|
||||||
|
|
||||||
|
set: set
|
||||||
|
}
|
||||||
|
|
||||||
export default card
|
export default card
|
||||||
|
@ -1,2 +1,87 @@
|
|||||||
import card from '../../sm/sm1/9'
|
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 AbilityType from '@tcgdex/sdk/interfaces/AbilityType'
|
||||||
|
import Category from '@tcgdex/sdk/interfaces/Category'
|
||||||
|
import set from '../../../sets/mc/2021swsh'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
|
||||||
|
// ids
|
||||||
|
id: "2021swsh-7",
|
||||||
|
localId: 7,
|
||||||
|
|
||||||
|
// Card informations
|
||||||
|
name: {
|
||||||
|
en: "Rowlet",
|
||||||
|
fr: "Brindibou",
|
||||||
|
},
|
||||||
|
|
||||||
|
hp: 60,
|
||||||
|
|
||||||
|
type: [
|
||||||
|
Type.GRASS,
|
||||||
|
],
|
||||||
|
|
||||||
|
dexId: 722,
|
||||||
|
|
||||||
|
image: {
|
||||||
|
low: {
|
||||||
|
en: "https://assets.tcgdex.net/en/sm/sm1/9/low",
|
||||||
|
fr: "https://assets.tcgdex.net/fr/sm/sm1/9/low",
|
||||||
|
},
|
||||||
|
high: {
|
||||||
|
en: "https://assets.tcgdex.net/en/sm/sm1/9/high",
|
||||||
|
fr: "https://assets.tcgdex.net/fr/sm/sm1/9/high",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
|
||||||
|
evolveFrom: {},
|
||||||
|
|
||||||
|
tags: [
|
||||||
|
Tag.BASIC,
|
||||||
|
],
|
||||||
|
|
||||||
|
illustrator: "Megumi Mizutani",
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
attacks: [{
|
||||||
|
cost: [
|
||||||
|
Type.COLORLESS
|
||||||
|
],
|
||||||
|
name: {
|
||||||
|
en: "Tackle",
|
||||||
|
fr: "Charge",
|
||||||
|
},
|
||||||
|
damage: 10
|
||||||
|
},{
|
||||||
|
cost: [
|
||||||
|
Type.GRASS,
|
||||||
|
Type.COLORLESS
|
||||||
|
],
|
||||||
|
name: {
|
||||||
|
en: "Leafage",
|
||||||
|
fr: "Feuillage",
|
||||||
|
},
|
||||||
|
damage: 20
|
||||||
|
}],
|
||||||
|
|
||||||
|
weaknesses: [{
|
||||||
|
type: Type.FIRE,
|
||||||
|
value: "×2"
|
||||||
|
}],
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
retreat: 1,
|
||||||
|
|
||||||
|
rarity: Rarity.COMMON,
|
||||||
|
|
||||||
|
category: Category.POKEMON,
|
||||||
|
|
||||||
|
set: set
|
||||||
|
}
|
||||||
|
|
||||||
export default card
|
export default card
|
||||||
|
@ -1,2 +1,59 @@
|
|||||||
import card from '../../swsh/swshp/SWSH001'
|
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 AbilityType from '@tcgdex/sdk/interfaces/AbilityType'
|
||||||
|
import Category from '@tcgdex/sdk/interfaces/Category'
|
||||||
|
import set from '../../../sets/mc/2021swsh'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
|
||||||
|
// ids
|
||||||
|
id: `2021swsh-8`,
|
||||||
|
localId: 8,
|
||||||
|
|
||||||
|
// Card informations
|
||||||
|
name: {
|
||||||
|
en: "Grookey",
|
||||||
|
fr: "Ouistempo",
|
||||||
|
},
|
||||||
|
|
||||||
|
hp: 60,
|
||||||
|
|
||||||
|
type: [
|
||||||
|
Type.GRASS,
|
||||||
|
],
|
||||||
|
|
||||||
|
tags: [
|
||||||
|
Tag.BASIC,
|
||||||
|
],
|
||||||
|
|
||||||
|
illustrator: "kirisAki",
|
||||||
|
|
||||||
|
attacks: [{
|
||||||
|
cost: [
|
||||||
|
Type.GRASS,
|
||||||
|
Type.COLORLESS
|
||||||
|
],
|
||||||
|
name: {
|
||||||
|
en: "Branch Poke",
|
||||||
|
fr: "Tapotige",
|
||||||
|
},
|
||||||
|
damage: 30
|
||||||
|
}],
|
||||||
|
|
||||||
|
weaknesses: [{
|
||||||
|
type: Type.FIRE,
|
||||||
|
value: "×2"
|
||||||
|
}],
|
||||||
|
|
||||||
|
retreat: 1,
|
||||||
|
|
||||||
|
rarity: Rarity.COMMON,
|
||||||
|
|
||||||
|
category: Category.POKEMON,
|
||||||
|
|
||||||
|
set,
|
||||||
|
}
|
||||||
|
|
||||||
export default card
|
export default card
|
||||||
|
@ -1,2 +1,76 @@
|
|||||||
import card from '../../sm/sm3/18'
|
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 AbilityType from '@tcgdex/sdk/interfaces/AbilityType'
|
||||||
|
import Category from '@tcgdex/sdk/interfaces/Category'
|
||||||
|
import set from '../../../sets/mc/2021swsh'
|
||||||
|
|
||||||
|
const card: Card = {
|
||||||
|
|
||||||
|
// ids
|
||||||
|
id: "2021sw-9",
|
||||||
|
localId: 9,
|
||||||
|
|
||||||
|
// Card informations
|
||||||
|
name: {
|
||||||
|
en: "Charmander",
|
||||||
|
fr: "Salamèche",
|
||||||
|
},
|
||||||
|
|
||||||
|
hp: 70,
|
||||||
|
|
||||||
|
type: [
|
||||||
|
Type.FIRE,
|
||||||
|
],
|
||||||
|
|
||||||
|
dexId: 4,
|
||||||
|
|
||||||
|
evolveFrom: {},
|
||||||
|
|
||||||
|
tags: [
|
||||||
|
Tag.BASIC,
|
||||||
|
],
|
||||||
|
|
||||||
|
illustrator: "Kagemaru Himeno",
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
attacks: [{
|
||||||
|
cost: [
|
||||||
|
Type.COLORLESS
|
||||||
|
],
|
||||||
|
name: {
|
||||||
|
en: "Scratch",
|
||||||
|
fr: "Griffe",
|
||||||
|
},
|
||||||
|
damage: 10
|
||||||
|
},{
|
||||||
|
cost: [
|
||||||
|
Type.FIRE,
|
||||||
|
Type.COLORLESS
|
||||||
|
],
|
||||||
|
name: {
|
||||||
|
en: "Flame Tail",
|
||||||
|
fr: "Queue de Flammes",
|
||||||
|
},
|
||||||
|
damage: 20
|
||||||
|
}],
|
||||||
|
|
||||||
|
weaknesses: [{
|
||||||
|
type: Type.WATER,
|
||||||
|
value: "×2"
|
||||||
|
}],
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
retreat: 1,
|
||||||
|
|
||||||
|
rarity: Rarity.COMMON,
|
||||||
|
|
||||||
|
category: Category.POKEMON,
|
||||||
|
|
||||||
|
set: set
|
||||||
|
}
|
||||||
|
|
||||||
export default card
|
export default card
|
||||||
|
Loading…
x
Reference in New Issue
Block a user