1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-08-14 01:31:59 +00:00

Added BW translation (#65)

* Added basic translation
IT will need a second checkup by another source
as attacks are not correcly ordered

Signed-off-by: Florian BOUILLON <florian.bouillon@delta-wings.net>

* Removed bugged file

Signed-off-by: Florian BOUILLON <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-09-02 12:01:58 +02:00
committed by GitHub
parent b46b2c4fb9
commit e21ea0646e
1290 changed files with 8757 additions and 1960 deletions

View File

@@ -5,22 +5,24 @@ const card: Card = {
name: {
en: "Tangela",
},
illustrator: "kirisAki",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
114,
],
hp: 70,
types: [
"Grass",
],
stage: "Basic",
attacks: [
{
cost: [
@@ -49,12 +51,14 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Fire",
value: "×2"
},
],
resistances: [
{
type: "Water",
@@ -62,9 +66,7 @@ const card: Card = {
},
],
retreat: 2
}
export default card

View File

@@ -5,22 +5,24 @@ const card: Card = {
name: {
en: "Sewaddle",
},
illustrator: "Mitsuhiro Arita",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
540,
],
hp: 50,
types: [
"Grass",
],
stage: "Basic",
attacks: [
{
cost: [
@@ -35,6 +37,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Fire",
@@ -42,10 +45,7 @@ const card: Card = {
},
],
retreat: 1
}
export default card

View File

@@ -5,20 +5,22 @@ const card: Card = {
name: {
en: "Black Kyurem-EX",
},
illustrator: "Eske Yoshinob",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
646,
],
hp: 180,
types: [
"Dragon",
],
suffix: "EX",
attacks: [
@@ -54,6 +56,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Dragon",
@@ -61,10 +64,7 @@ const card: Card = {
},
],
retreat: 3
}
export default card

View File

@@ -5,20 +5,22 @@ const card: Card = {
name: {
en: "White Kyurem-EX",
},
illustrator: "Eske Yoshinob",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
646,
],
hp: 180,
types: [
"Dragon",
],
suffix: "EX",
attacks: [
@@ -54,6 +56,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Dragon",
@@ -61,10 +64,7 @@ const card: Card = {
},
],
retreat: 3
}
export default card

View File

@@ -5,21 +5,24 @@ const card: Card = {
name: {
en: "Lugia-EX",
},
illustrator: "Toyste Beach",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
249,
],
hp: 180,
types: [
"Colorless",
],
suffix: "EX",
abilities: [
{
type: "Ability",
@@ -27,10 +30,11 @@ const card: Card = {
en: "Overflow",
},
effect: {
en: "If your opponent's Pokémon is Knocked Out by damage from an attack of this Pokémon, take 1 more Prize card.",
en: "If your opponents Pokémon is Knocked Out by damage from an attack of this Pokémon, take 1 more Prize card.",
},
},
],
attacks: [
{
cost: [
@@ -49,12 +53,14 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Lightning",
value: "×2"
},
],
resistances: [
{
type: "Fighting",
@@ -62,9 +68,7 @@ const card: Card = {
},
],
retreat: 2
}
export default card

View File

@@ -5,22 +5,24 @@ const card: Card = {
name: {
en: "Swablu",
},
illustrator: "Akira Komayama",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
333,
],
hp: 40,
types: [
"Colorless",
],
stage: "Basic",
attacks: [
{
cost: [
@@ -37,12 +39,14 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Lightning",
value: "×2"
},
],
resistances: [
{
type: "Fighting",
@@ -50,9 +54,7 @@ const card: Card = {
},
],
retreat: 1
}
export default card

View File

@@ -5,22 +5,24 @@ const card: Card = {
name: {
en: "Minccino",
},
illustrator: "Midori Harada",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
572,
],
hp: 60,
types: [
"Colorless",
],
stage: "Basic",
attacks: [
{
cost: [
@@ -47,6 +49,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Fighting",
@@ -54,10 +57,7 @@ const card: Card = {
},
],
retreat: 1
}
export default card

View File

@@ -5,21 +5,26 @@ const card: Card = {
name: {
en: "Cinccino",
},
illustrator: "Mitsuhiro Arita",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
573,
],
hp: 90,
types: [
"Colorless",
],
evolveFrom: {
en: "Minccino",
},
stage: "Stage1",
abilities: [
@@ -33,6 +38,7 @@ const card: Card = {
},
},
],
attacks: [
{
cost: [
@@ -50,6 +56,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Fighting",
@@ -57,10 +64,7 @@ const card: Card = {
},
],
retreat: 1
}
export default card

View File

@@ -5,15 +5,18 @@ const card: Card = {
name: {
en: "Druddigon",
},
illustrator: "match",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
621,
],
hp: 100,
types: [
"Colorless",
],
@@ -27,10 +30,11 @@ const card: Card = {
en: "Rough Skin",
},
effect: {
en: "If this Pokémon is your Active Pokémon and is damaged by an opponent's attack (even if this Pokémon is Knocked Out), put 2 damage counters on the Attacking Pokémon.",
en: "If this Pokémon is your Active Pokémon and is damaged by an opponents attack (even if this Pokémon is Knocked Out), put 2 damage counters on the Attacking Pokémon.",
},
},
],
attacks: [
{
cost: [
@@ -49,11 +53,7 @@ const card: Card = {
},
],
retreat: 2
}
export default card

View File

@@ -5,22 +5,24 @@ const card: Card = {
name: {
en: "Bouffalant",
},
illustrator: "Sanosuke Sakuma",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
626,
],
hp: 100,
types: [
"Colorless",
],
stage: "Basic",
attacks: [
{
cost: [
@@ -53,6 +55,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Fighting",
@@ -60,10 +63,7 @@ const card: Card = {
},
],
retreat: 2
}
export default card

View File

@@ -5,22 +5,24 @@ const card: Card = {
name: {
en: "Tornadus",
},
illustrator: "Miki Tanaka",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
641,
],
hp: 110,
types: [
"Colorless",
],
stage: "Basic",
attacks: [
{
cost: [
@@ -50,12 +52,14 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Lightning",
value: "×2"
},
],
resistances: [
{
type: "Fighting",
@@ -63,9 +67,7 @@ const card: Card = {
},
],
retreat: 1
}
export default card

View File

@@ -5,25 +5,16 @@ const card: Card = {
name: {
en: "Bianca",
},
illustrator: "Megumi Mizutani",
rarity: "Uncommon",
category: "Trainer",
set: Set,
trainerType: "Supporter",
effect: {
en: "Draw cards until you have 6 cards in your hand."
}
}
export default card

View File

@@ -5,23 +5,27 @@ const card: Card = {
name: {
en: "Swadloon",
},
illustrator: "sui",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
541,
],
hp: 70,
types: [
"Grass",
],
evolveFrom: {
en: "Sewaddle",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@@ -50,6 +54,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Fire",
@@ -57,10 +62,7 @@ const card: Card = {
},
],
retreat: 1
}
export default card

View File

@@ -5,25 +5,16 @@ const card: Card = {
name: {
en: "Cedric Juniper",
},
illustrator: "Ken Sugimori",
rarity: "Uncommon",
category: "Trainer",
set: Set,
trainerType: "Supporter",
effect: {
en: "Put a Pokémon from your hand face down in front of you and tell your opponent its name. Your opponent guesses the height of that Pokémon. Reveal that Pokémon. If your opponent guessed right, he or she draws 3 cards. If your opponent guessed wrong, you draw 3 cards. Return the Pokémon to your hand. (You cant choose a Pokémon that doesnt have the height printed on the card.)"
}
}
export default card

View File

@@ -5,25 +5,16 @@ const card: Card = {
name: {
en: "Crushing Hammer",
},
illustrator: "5ban Graphics",
rarity: "Uncommon",
category: "Trainer",
set: Set,
trainerType: "Item",
effect: {
en: "Flip a coin. If heads, discard an Energy attached to 1 of your opponents Pokémon."
}
}
export default card

View File

@@ -5,25 +5,16 @@ const card: Card = {
name: {
en: "Energy Switch",
},
illustrator: "Kent Kanetsuna",
rarity: "Uncommon",
category: "Trainer",
set: Set,
trainerType: "Item",
effect: {
en: "Move a basic Energy from 1 of your Pokémon to another of your Pokémon."
}
}
export default card

View File

@@ -5,25 +5,16 @@ const card: Card = {
name: {
en: "Double Colorless Energy",
},
illustrator: "5ban Graphics",
rarity: "Uncommon",
category: "Energy",
set: Set,
energyType: "Special",
energyType: "Special",
effect: {
en: "Double Colorless Energy provides ColorlessColorless Energy."
}
}
export default card

View File

@@ -5,22 +5,24 @@ const card: Card = {
name: {
en: "Reshiram",
},
illustrator: "5ban Graphics",
rarity: "Rare",
category: "Pokemon",
illustrator: "5ban Graphics",
rarity: "Secret Rare",
category: "Pokemon",
set: Set,
dexId: [
643,
],
hp: 130,
types: [
"Fire",
],
stage: "Basic",
attacks: [
{
cost: [
@@ -52,6 +54,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Water",
@@ -59,10 +62,7 @@ const card: Card = {
},
],
retreat: 2
}
export default card

View File

@@ -5,22 +5,24 @@ const card: Card = {
name: {
en: "Zekrom",
},
illustrator: "5ban Graphics",
rarity: "Rare",
category: "Pokemon",
illustrator: "5ban Graphics",
rarity: "Secret Rare",
category: "Pokemon",
set: Set,
dexId: [
644,
],
hp: 130,
types: [
"Lightning",
],
stage: "Basic",
attacks: [
{
cost: [
@@ -52,6 +54,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Fighting",
@@ -59,10 +62,7 @@ const card: Card = {
},
],
retreat: 2
}
export default card

View File

@@ -5,21 +5,26 @@ const card: Card = {
name: {
en: "Leavanny",
},
illustrator: "match",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
542,
],
hp: 130,
types: [
"Grass",
],
evolveFrom: {
en: "Swadloon",
},
stage: "Stage2",
abilities: [
@@ -33,6 +38,7 @@ const card: Card = {
},
},
],
attacks: [
{
cost: [
@@ -50,6 +56,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Fire",
@@ -57,10 +64,7 @@ const card: Card = {
},
],
retreat: 2
}
export default card

View File

@@ -5,22 +5,24 @@ const card: Card = {
name: {
en: "Dwebble",
},
illustrator: "sui",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
557,
],
hp: 60,
types: [
"Grass",
],
stage: "Basic",
attacks: [
{
cost: [
@@ -35,6 +37,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Fire",
@@ -42,10 +45,7 @@ const card: Card = {
},
],
retreat: 2
}
export default card

View File

@@ -5,23 +5,27 @@ const card: Card = {
name: {
en: "Crustle",
},
illustrator: "Naoki Saito",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
558,
],
hp: 100,
types: [
"Grass",
],
evolveFrom: {
en: "Dwebble",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@@ -52,6 +56,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Fire",
@@ -59,10 +64,7 @@ const card: Card = {
},
],
retreat: 2
}
export default card

View File

@@ -5,22 +5,24 @@ const card: Card = {
name: {
en: "Virizion",
},
illustrator: "Atsuko Nishida",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
640,
],
hp: 110,
types: [
"Grass",
],
stage: "Basic",
attacks: [
{
cost: [
@@ -49,12 +51,14 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Fire",
value: "×2"
},
],
resistances: [
{
type: "Water",
@@ -62,9 +66,7 @@ const card: Card = {
},
],
retreat: 1
}
export default card

View File

@@ -5,22 +5,24 @@ const card: Card = {
name: {
en: "Genesect",
},
illustrator: "Ayaka Yoshida",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
649,
],
hp: 110,
types: [
"Grass",
],
stage: "Basic",
attacks: [
{
cost: [
@@ -50,6 +52,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Fire",
@@ -57,10 +60,7 @@ const card: Card = {
},
],
retreat: 1
}
export default card

View File

@@ -5,22 +5,24 @@ const card: Card = {
name: {
en: "Charmander",
},
illustrator: "match",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
4,
],
hp: 70,
types: [
"Fire",
],
stage: "Basic",
attacks: [
{
cost: [
@@ -47,6 +49,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Water",
@@ -54,10 +57,7 @@ const card: Card = {
},
],
retreat: 2
}
export default card

View File

@@ -5,23 +5,27 @@ const card: Card = {
name: {
en: "Charmeleon",
},
illustrator: "Akira Komayama",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
5,
],
hp: 90,
types: [
"Fire",
],
evolveFrom: {
en: "Charmander",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@@ -51,6 +55,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Water",
@@ -58,10 +63,7 @@ const card: Card = {
},
],
retreat: 2
}
export default card

View File

@@ -5,23 +5,27 @@ const card: Card = {
name: {
en: "Charizard",
},
illustrator: "TOKIYA",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
6,
],
hp: 160,
types: [
"Fire",
],
evolveFrom: {
en: "Charmeleon",
},
stage: "Stage2",
stage: "Stage2",
attacks: [
{
@@ -56,6 +60,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Water",
@@ -63,10 +68,7 @@ const card: Card = {
},
],
retreat: 3
}
export default card

View File

@@ -5,23 +5,27 @@ const card: Card = {
name: {
en: "Tangrowth",
},
illustrator: "Kagemaru Himeno",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
465,
],
hp: 120,
types: [
"Grass",
],
evolveFrom: {
en: "Tangela",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@@ -54,12 +58,14 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Fire",
value: "×2"
},
],
resistances: [
{
type: "Water",
@@ -67,9 +73,7 @@ const card: Card = {
},
],
retreat: 4
}
export default card

View File

@@ -5,22 +5,24 @@ const card: Card = {
name: {
en: "Vulpix",
},
illustrator: "Masakazu Fukuda",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
37,
],
hp: 60,
types: [
"Fire",
],
stage: "Basic",
attacks: [
{
cost: [
@@ -37,6 +39,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Water",
@@ -44,10 +47,7 @@ const card: Card = {
},
],
retreat: 1
}
export default card

View File

@@ -5,23 +5,27 @@ const card: Card = {
name: {
en: "Ninetales",
},
illustrator: "Satoshi Shirai",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
38,
],
hp: 90,
types: [
"Fire",
],
evolveFrom: {
en: "Vulpix",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@@ -40,6 +44,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Water",
@@ -47,10 +52,7 @@ const card: Card = {
},
],
retreat: 1
}
export default card

View File

@@ -5,22 +5,24 @@ const card: Card = {
name: {
en: "Moltres",
},
illustrator: "Mitsuhiro Arita",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
146,
],
hp: 120,
types: [
"Fire",
],
stage: "Basic",
attacks: [
{
cost: [
@@ -54,12 +56,14 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Water",
value: "×2"
},
],
resistances: [
{
type: "Fighting",
@@ -67,9 +71,7 @@ const card: Card = {
},
],
retreat: 2
}
export default card

View File

@@ -5,15 +5,18 @@ const card: Card = {
name: {
en: "Victini",
},
illustrator: "Tomokazu Komiya",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
494,
],
hp: 60,
types: [
"Fire",
],
@@ -27,10 +30,11 @@ const card: Card = {
en: "Victory Star",
},
effect: {
en: "Once during your turn, after you flip any coins for an attack, you may ignore all effects of those coin flips and begin flipping those coins again. You can't use more than 1 Victory Star Ability each turn.",
en: "Once during your turn, after you flip any coins for an attack, you may ignore all effects of those coin flips and begin flipping those coins again. You cant use more than 1 Victory Star Ability each turn.",
},
},
],
attacks: [
{
cost: [
@@ -47,6 +51,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Water",
@@ -54,10 +59,7 @@ const card: Card = {
},
],
retreat: 1
}
export default card

View File

@@ -5,20 +5,22 @@ const card: Card = {
name: {
en: "Victini-EX",
},
illustrator: "Eske Yoshinob",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
494,
],
hp: 110,
types: [
"Fire",
],
suffix: "EX",
attacks: [
@@ -50,6 +52,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Water",
@@ -57,10 +60,7 @@ const card: Card = {
},
],
retreat: 1
}
export default card

View File

@@ -5,22 +5,24 @@ const card: Card = {
name: {
en: "Tepig",
},
illustrator: "Kanako Eo",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
498,
],
hp: 70,
types: [
"Fire",
],
stage: "Basic",
attacks: [
{
cost: [
@@ -37,6 +39,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Water",
@@ -44,10 +47,7 @@ const card: Card = {
},
],
retreat: 2
}
export default card

View File

@@ -5,23 +5,27 @@ const card: Card = {
name: {
en: "Pignite",
},
illustrator: "Kanako Eo",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
499,
],
hp: 100,
types: [
"Fire",
],
evolveFrom: {
en: "Tepig",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@@ -52,6 +56,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Water",
@@ -59,10 +64,7 @@ const card: Card = {
},
],
retreat: 3
}
export default card

View File

@@ -5,21 +5,26 @@ const card: Card = {
name: {
en: "Emboar",
},
illustrator: "Kanako Eo",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
500,
],
hp: 150,
types: [
"Fire",
],
evolveFrom: {
en: "Pignite",
},
stage: "Stage2",
abilities: [
@@ -33,6 +38,7 @@ const card: Card = {
},
},
],
attacks: [
{
cost: [
@@ -49,6 +55,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Water",
@@ -56,10 +63,7 @@ const card: Card = {
},
],
retreat: 4
}
export default card

View File

@@ -5,22 +5,24 @@ const card: Card = {
name: {
en: "Reshiram",
},
illustrator: "Aya Kusube",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
643,
],
hp: 130,
types: [
"Fire",
],
stage: "Basic",
attacks: [
{
cost: [
@@ -52,6 +54,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Water",
@@ -59,10 +62,7 @@ const card: Card = {
},
],
retreat: 2
}
export default card

View File

@@ -5,20 +5,22 @@ const card: Card = {
name: {
en: "Reshiram-EX",
},
illustrator: "Shizurow",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
643,
],
hp: 180,
types: [
"Fire",
],
suffix: "EX",
attacks: [
@@ -54,6 +56,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Water",
@@ -61,10 +64,7 @@ const card: Card = {
},
],
retreat: 3
}
export default card

View File

@@ -5,22 +5,24 @@ const card: Card = {
name: {
en: "Shuckle",
},
illustrator: "MAHOU",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
213,
],
hp: 80,
types: [
"Grass",
],
stage: "Basic",
attacks: [
{
cost: [
@@ -50,6 +52,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Fire",
@@ -57,10 +60,7 @@ const card: Card = {
},
],
retreat: 1
}
export default card

View File

@@ -5,22 +5,24 @@ const card: Card = {
name: {
en: "Magikarp",
},
illustrator: "Midori Harada",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
129,
],
hp: 30,
types: [
"Water",
],
stage: "Basic",
attacks: [
{
cost: [
@@ -36,6 +38,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Lightning",
@@ -43,10 +46,7 @@ const card: Card = {
},
],
retreat: 1
}
export default card

View File

@@ -5,23 +5,27 @@ const card: Card = {
name: {
en: "Gyarados",
},
illustrator: "hatachu",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
130,
],
hp: 130,
types: [
"Water",
],
evolveFrom: {
en: "Magikarp",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@@ -54,6 +58,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Lightning",
@@ -61,10 +66,7 @@ const card: Card = {
},
],
retreat: 3
}
export default card

View File

@@ -5,22 +5,24 @@ const card: Card = {
name: {
en: "Articuno",
},
illustrator: "Kagemaru Himeno",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
144,
],
hp: 120,
types: [
"Water",
],
stage: "Basic",
attacks: [
{
cost: [
@@ -52,12 +54,14 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Metal",
value: "×2"
},
],
resistances: [
{
type: "Fighting",
@@ -65,9 +69,7 @@ const card: Card = {
},
],
retreat: 2
}
export default card

View File

@@ -5,22 +5,24 @@ const card: Card = {
name: {
en: "Piplup",
},
illustrator: "Mizue",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
393,
],
hp: 60,
types: [
"Water",
],
stage: "Basic",
attacks: [
{
cost: [
@@ -37,6 +39,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Lightning",
@@ -44,10 +47,7 @@ const card: Card = {
},
],
retreat: 1
}
export default card

View File

@@ -5,23 +5,27 @@ const card: Card = {
name: {
en: "Prinplup",
},
illustrator: "Miki Tanaka",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
394,
],
hp: 90,
types: [
"Water",
],
evolveFrom: {
en: "Piplup",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@@ -39,6 +43,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Lightning",
@@ -46,10 +51,7 @@ const card: Card = {
},
],
retreat: 2
}
export default card

View File

@@ -5,23 +5,27 @@ const card: Card = {
name: {
en: "Empoleon",
},
illustrator: "kawayoo",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
395,
],
hp: 140,
types: [
"Water",
],
evolveFrom: {
en: "Prinplup",
},
stage: "Stage2",
stage: "Stage2",
attacks: [
{
@@ -52,6 +56,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Lightning",
@@ -59,10 +64,7 @@ const card: Card = {
},
],
retreat: 2
}
export default card

View File

@@ -5,22 +5,24 @@ const card: Card = {
name: {
en: "Phione",
},
illustrator: "kawayoo",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
489,
],
hp: 70,
types: [
"Water",
],
stage: "Basic",
attacks: [
{
cost: [
@@ -48,6 +50,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Lightning",
@@ -55,10 +58,7 @@ const card: Card = {
},
],
retreat: 1
}
export default card

View File

@@ -5,22 +5,24 @@ const card: Card = {
name: {
en: "Oshawott",
},
illustrator: "Midori Harada",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
501,
],
hp: 60,
types: [
"Water",
],
stage: "Basic",
attacks: [
{
cost: [
@@ -37,6 +39,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Lightning",
@@ -44,10 +47,7 @@ const card: Card = {
},
],
retreat: 1
}
export default card

View File

@@ -5,23 +5,27 @@ const card: Card = {
name: {
en: "Dewott",
},
illustrator: "Mizue",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
502,
],
hp: 80,
types: [
"Water",
],
evolveFrom: {
en: "Oshawott",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@@ -39,6 +43,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Lightning",
@@ -46,10 +51,7 @@ const card: Card = {
},
],
retreat: 1
}
export default card

View File

@@ -5,21 +5,26 @@ const card: Card = {
name: {
en: "Samurott",
},
illustrator: "Naoki Saito",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
503,
],
hp: 140,
types: [
"Water",
],
evolveFrom: {
en: "Dewott",
},
stage: "Stage2",
abilities: [
@@ -33,6 +38,7 @@ const card: Card = {
},
},
],
attacks: [
{
cost: [
@@ -50,6 +56,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Lightning",
@@ -57,10 +64,7 @@ const card: Card = {
},
],
retreat: 2
}
export default card

View File

@@ -5,22 +5,24 @@ const card: Card = {
name: {
en: "Cherubi",
},
illustrator: "Atsuko Nishida",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
420,
],
hp: 40,
types: [
"Grass",
],
stage: "Basic",
attacks: [
{
cost: [
@@ -36,12 +38,14 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Fire",
value: "×2"
},
],
resistances: [
{
type: "Water",
@@ -49,9 +53,7 @@ const card: Card = {
},
],
retreat: 1
}
export default card

View File

@@ -5,22 +5,24 @@ const card: Card = {
name: {
en: "Tympole",
},
illustrator: "Kyoko Umemoto",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
535,
],
hp: 60,
types: [
"Water",
],
stage: "Basic",
attacks: [
{
cost: [
@@ -46,6 +48,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Grass",
@@ -53,10 +56,7 @@ const card: Card = {
},
],
retreat: 1
}
export default card

View File

@@ -5,23 +5,27 @@ const card: Card = {
name: {
en: "Palpitoad",
},
illustrator: "Sachiko Adachi",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
536,
],
hp: 80,
types: [
"Water",
],
evolveFrom: {
en: "Tympole",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@@ -51,6 +55,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Grass",
@@ -58,10 +63,7 @@ const card: Card = {
},
],
retreat: 2
}
export default card

View File

@@ -5,23 +5,27 @@ const card: Card = {
name: {
en: "Seismitoad",
},
illustrator: "Hajime Kusajima",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
537,
],
hp: 140,
types: [
"Water",
],
evolveFrom: {
en: "Palpitoad",
},
stage: "Stage2",
stage: "Stage2",
attacks: [
{
@@ -52,6 +56,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Grass",
@@ -59,10 +64,7 @@ const card: Card = {
},
],
retreat: 3
}
export default card

View File

@@ -5,22 +5,24 @@ const card: Card = {
name: {
en: "Kyurem",
},
illustrator: "Midori Harada",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
646,
],
hp: 130,
types: [
"Water",
],
stage: "Basic",
attacks: [
{
cost: [
@@ -51,6 +53,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Metal",
@@ -58,10 +61,7 @@ const card: Card = {
},
],
retreat: 2
}
export default card

View File

@@ -5,20 +5,22 @@ const card: Card = {
name: {
en: "Kyurem-EX",
},
illustrator: "Shizurow",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
646,
],
hp: 180,
types: [
"Water",
],
suffix: "EX",
attacks: [
@@ -54,6 +56,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Metal",
@@ -61,10 +64,7 @@ const card: Card = {
},
],
retreat: 3
}
export default card

View File

@@ -5,21 +5,24 @@ const card: Card = {
name: {
en: "Keldeo-EX",
},
illustrator: "Toyste Beach",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
647,
],
hp: 170,
types: [
"Water",
],
suffix: "EX",
abilities: [
{
type: "Ability",
@@ -31,6 +34,7 @@ const card: Card = {
},
},
],
attacks: [
{
cost: [
@@ -48,6 +52,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Grass",
@@ -55,10 +60,7 @@ const card: Card = {
},
],
retreat: 2
}
export default card

View File

@@ -5,22 +5,24 @@ const card: Card = {
name: {
en: "Zapdos",
},
illustrator: "Kouki Saitou",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
145,
],
hp: 120,
types: [
"Lightning",
],
stage: "Basic",
attacks: [
{
cost: [
@@ -53,12 +55,14 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Lightning",
value: "×2"
},
],
resistances: [
{
type: "Fighting",
@@ -66,9 +70,7 @@ const card: Card = {
},
],
retreat: 2
}
export default card

View File

@@ -5,22 +5,24 @@ const card: Card = {
name: {
en: "Plusle",
},
illustrator: "Kouki Saitou",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
311,
],
hp: 60,
types: [
"Lightning",
],
stage: "Basic",
attacks: [
{
cost: [
@@ -48,6 +50,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Fighting",
@@ -55,10 +58,7 @@ const card: Card = {
},
],
retreat: 1
}
export default card

View File

@@ -5,22 +5,24 @@ const card: Card = {
name: {
en: "Minun",
},
illustrator: "Kouki Saitou",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
312,
],
hp: 60,
types: [
"Lightning",
],
stage: "Basic",
attacks: [
{
cost: [
@@ -47,6 +49,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Fighting",
@@ -54,10 +57,7 @@ const card: Card = {
},
],
retreat: 1
}
export default card

View File

@@ -5,22 +5,24 @@ const card: Card = {
name: {
en: "Emolga",
},
illustrator: "Tomokazu Komiya",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
587,
],
hp: 70,
types: [
"Lightning",
],
stage: "Basic",
attacks: [
{
cost: [
@@ -46,12 +48,14 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Lightning",
value: "×2"
},
],
resistances: [
{
type: "Fighting",
@@ -59,9 +63,7 @@ const card: Card = {
},
],
retreat: 0
}
export default card

View File

@@ -5,22 +5,24 @@ const card: Card = {
name: {
en: "Carnivine",
},
illustrator: "HiRON",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
455,
],
hp: 80,
types: [
"Grass",
],
stage: "Basic",
attacks: [
{
cost: [
@@ -37,12 +39,14 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Fire",
value: "×2"
},
],
resistances: [
{
type: "Water",
@@ -50,9 +54,7 @@ const card: Card = {
},
],
retreat: 2
}
export default card

View File

@@ -5,22 +5,24 @@ const card: Card = {
name: {
en: "Thundurus",
},
illustrator: "Yukiko Baba",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
642,
],
hp: 110,
types: [
"Lightning",
],
stage: "Basic",
attacks: [
{
cost: [
@@ -50,6 +52,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Fighting",
@@ -57,10 +60,7 @@ const card: Card = {
},
],
retreat: 1
}
export default card

View File

@@ -5,22 +5,24 @@ const card: Card = {
name: {
en: "Zekrom",
},
illustrator: "Kagemaru Himeno",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
644,
],
hp: 130,
types: [
"Lightning",
],
stage: "Basic",
attacks: [
{
cost: [
@@ -52,6 +54,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Fighting",
@@ -59,10 +62,7 @@ const card: Card = {
},
],
retreat: 2
}
export default card

View File

@@ -5,20 +5,22 @@ const card: Card = {
name: {
en: "Zekrom-EX",
},
illustrator: "Shizurow",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
644,
],
hp: 180,
types: [
"Lightning",
],
suffix: "EX",
attacks: [
@@ -54,6 +56,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Fighting",
@@ -61,10 +64,7 @@ const card: Card = {
},
],
retreat: 3
}
export default card

View File

@@ -5,22 +5,24 @@ const card: Card = {
name: {
en: "Mewtwo",
},
illustrator: "Ayaka Yoshida",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
150,
],
hp: 120,
types: [
"Psychic",
],
stage: "Basic",
attacks: [
{
cost: [
@@ -51,6 +53,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Psychic",
@@ -58,10 +61,7 @@ const card: Card = {
},
],
retreat: 2
}
export default card

View File

@@ -5,20 +5,22 @@ const card: Card = {
name: {
en: "Mewtwo-EX",
},
illustrator: "Shizurow",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
150,
],
hp: 170,
types: [
"Psychic",
],
suffix: "EX",
attacks: [
@@ -52,6 +54,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Psychic",
@@ -59,10 +62,7 @@ const card: Card = {
},
],
retreat: 2
}
export default card

View File

@@ -5,22 +5,24 @@ const card: Card = {
name: {
en: "Natu",
},
illustrator: "Sanosuke Sakuma",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
177,
],
hp: 50,
types: [
"Psychic",
],
stage: "Basic",
attacks: [
{
cost: [
@@ -35,6 +37,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Psychic",
@@ -42,10 +45,7 @@ const card: Card = {
},
],
retreat: 1
}
export default card

View File

@@ -5,23 +5,27 @@ const card: Card = {
name: {
en: "Xatu",
},
illustrator: "Kouki Saitou",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
178,
],
hp: 90,
types: [
"Psychic",
],
evolveFrom: {
en: "Natu",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@@ -52,6 +56,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Psychic",
@@ -59,10 +64,7 @@ const card: Card = {
},
],
retreat: 1
}
export default card

View File

@@ -5,22 +5,24 @@ const card: Card = {
name: {
en: "Misdreavus",
},
illustrator: "Hitoshi Ariga",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
200,
],
hp: 60,
types: [
"Psychic",
],
stage: "Basic",
attacks: [
{
cost: [
@@ -35,6 +37,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Darkness",
@@ -42,10 +45,7 @@ const card: Card = {
},
],
retreat: 1
}
export default card

View File

@@ -5,23 +5,27 @@ const card: Card = {
name: {
en: "Mismagius",
},
illustrator: "Sumiyoshi Kizuki",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
429,
],
hp: 100,
types: [
"Psychic",
],
evolveFrom: {
en: "Misdreavus",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@@ -52,6 +56,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Darkness",
@@ -59,10 +64,7 @@ const card: Card = {
},
],
retreat: 1
}
export default card

View File

@@ -5,22 +5,24 @@ const card: Card = {
name: {
en: "Ralts",
},
illustrator: "Naoyo Kimura",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
280,
],
hp: 60,
types: [
"Psychic",
],
stage: "Basic",
attacks: [
{
cost: [
@@ -37,6 +39,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Psychic",
@@ -44,10 +47,7 @@ const card: Card = {
},
],
retreat: 1
}
export default card

View File

@@ -5,22 +5,24 @@ const card: Card = {
name: {
en: "Snivy",
},
illustrator: "Aya Kusube",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
495,
],
hp: 60,
types: [
"Grass",
],
stage: "Basic",
attacks: [
{
cost: [
@@ -37,12 +39,14 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Fire",
value: "×2"
},
],
resistances: [
{
type: "Water",
@@ -50,9 +54,7 @@ const card: Card = {
},
],
retreat: 1
}
export default card

View File

@@ -5,23 +5,27 @@ const card: Card = {
name: {
en: "Kirlia",
},
illustrator: "Yukiko Baba",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
281,
],
hp: 80,
types: [
"Psychic",
],
evolveFrom: {
en: "Ralts",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@@ -52,6 +56,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Psychic",
@@ -59,10 +64,7 @@ const card: Card = {
},
],
retreat: 1
}
export default card

View File

@@ -5,22 +5,24 @@ const card: Card = {
name: {
en: "Sableye",
},
illustrator: "Hiroki Asanuma",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
302,
],
hp: 70,
types: [
"Psychic",
],
stage: "Basic",
attacks: [
{
cost: [
@@ -38,11 +40,7 @@ const card: Card = {
},
],
retreat: 1
}
export default card

View File

@@ -5,22 +5,24 @@ const card: Card = {
name: {
en: "Croagunk",
},
illustrator: "Sanosuke Sakuma",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
453,
],
hp: 70,
types: [
"Psychic",
],
stage: "Basic",
attacks: [
{
cost: [
@@ -37,6 +39,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Psychic",
@@ -44,10 +47,7 @@ const card: Card = {
},
],
retreat: 1
}
export default card

View File

@@ -5,23 +5,27 @@ const card: Card = {
name: {
en: "Toxicroak",
},
illustrator: "Naoki Saito",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
454,
],
hp: 90,
types: [
"Psychic",
],
evolveFrom: {
en: "Croagunk",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@@ -53,6 +57,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Psychic",
@@ -60,10 +65,7 @@ const card: Card = {
},
],
retreat: 1
}
export default card

View File

@@ -5,22 +5,24 @@ const card: Card = {
name: {
en: "Woobat",
},
illustrator: "Mizue",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
527,
],
hp: 50,
types: [
"Psychic",
],
stage: "Basic",
attacks: [
{
cost: [
@@ -36,12 +38,14 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Lightning",
value: "×2"
},
],
resistances: [
{
type: "Fighting",
@@ -49,9 +53,7 @@ const card: Card = {
},
],
retreat: 1
}
export default card

View File

@@ -5,23 +5,27 @@ const card: Card = {
name: {
en: "Swoobat",
},
illustrator: "Masakazu Fukuda",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
528,
],
hp: 80,
types: [
"Psychic",
],
evolveFrom: {
en: "Woobat",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@@ -48,12 +52,14 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Lightning",
value: "×2"
},
],
resistances: [
{
type: "Fighting",
@@ -61,9 +67,7 @@ const card: Card = {
},
],
retreat: 1
}
export default card

View File

@@ -5,15 +5,18 @@ const card: Card = {
name: {
en: "Sigilyph",
},
illustrator: "Shigenori Negishi",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
561,
],
hp: 90,
types: [
"Psychic",
],
@@ -31,6 +34,7 @@ const card: Card = {
},
},
],
attacks: [
{
cost: [
@@ -48,6 +52,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Psychic",
@@ -55,10 +60,7 @@ const card: Card = {
},
],
retreat: 1
}
export default card

View File

@@ -5,22 +5,24 @@ const card: Card = {
name: {
en: "Trubbish",
},
illustrator: "kawayoo",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
568,
],
hp: 70,
types: [
"Psychic",
],
stage: "Basic",
attacks: [
{
cost: [
@@ -50,6 +52,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Psychic",
@@ -57,10 +60,7 @@ const card: Card = {
},
],
retreat: 2
}
export default card

View File

@@ -5,21 +5,26 @@ const card: Card = {
name: {
en: "Garbodor",
},
illustrator: "Tomoaki Imakuni",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
569,
],
hp: 100,
types: [
"Psychic",
],
evolveFrom: {
en: "Trubbish",
},
stage: "Stage1",
abilities: [
@@ -29,10 +34,11 @@ const card: Card = {
en: "Garbotoxin",
},
effect: {
en: "If this Pokémon has a Pokémon Tool card attached to it, each Pokémon in play, in each player's hand, and in each player's discard pile has no Abilities (except for Garbotoxin).",
en: "If this Pokémon has a Pokémon Tool card attached to it, each Pokémon in play, in each players hand, and in each players discard pile has no Abilities (except for Garbotoxin).",
},
},
],
attacks: [
{
cost: [
@@ -48,6 +54,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Psychic",
@@ -55,10 +62,7 @@ const card: Card = {
},
],
retreat: 3
}
export default card

View File

@@ -5,22 +5,24 @@ const card: Card = {
name: {
en: "Gothita",
},
illustrator: "TOKIYA",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
574,
],
hp: 60,
types: [
"Psychic",
],
stage: "Basic",
attacks: [
{
cost: [
@@ -49,6 +51,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Psychic",
@@ -56,10 +59,7 @@ const card: Card = {
},
],
retreat: 1
}
export default card

View File

@@ -5,23 +5,27 @@ const card: Card = {
name: {
en: "Servine",
},
illustrator: "Shigenori Negishi",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
496,
],
hp: 80,
types: [
"Grass",
],
evolveFrom: {
en: "Snivy",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@@ -39,12 +43,14 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Fire",
value: "×2"
},
],
resistances: [
{
type: "Water",
@@ -52,9 +58,7 @@ const card: Card = {
},
],
retreat: 1
}
export default card

View File

@@ -5,22 +5,24 @@ const card: Card = {
name: {
en: "Gothita",
},
illustrator: "Akira Komayama",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
574,
],
hp: 50,
types: [
"Psychic",
],
stage: "Basic",
attacks: [
{
cost: [
@@ -37,6 +39,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Psychic",
@@ -44,10 +47,7 @@ const card: Card = {
},
],
retreat: 1
}
export default card

View File

@@ -5,23 +5,27 @@ const card: Card = {
name: {
en: "Gothorita",
},
illustrator: "kirisAki",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
575,
],
hp: 80,
types: [
"Psychic",
],
evolveFrom: {
en: "Gothita",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@@ -52,6 +56,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Psychic",
@@ -59,10 +64,7 @@ const card: Card = {
},
],
retreat: 1
}
export default card

View File

@@ -5,21 +5,26 @@ const card: Card = {
name: {
en: "Gothitelle",
},
illustrator: "kawayoo",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
576,
],
hp: 130,
types: [
"Psychic",
],
evolveFrom: {
en: "Gothorita",
},
stage: "Stage2",
abilities: [
@@ -29,10 +34,11 @@ const card: Card = {
en: "Magic Room",
},
effect: {
en: "As long as this Pokémon is your Active Pokémon, your opponent can't play any Item cards from his or her hand.",
en: "As long as this Pokémon is your Active Pokémon, your opponent cant play any Item cards from his or her hand.",
},
},
],
attacks: [
{
cost: [
@@ -50,6 +56,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Psychic",
@@ -57,10 +64,7 @@ const card: Card = {
},
],
retreat: 2
}
export default card

View File

@@ -5,22 +5,24 @@ const card: Card = {
name: {
en: "Solosis",
},
illustrator: "HiRON",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
577,
],
hp: 30,
types: [
"Psychic",
],
stage: "Basic",
attacks: [
{
cost: [
@@ -34,6 +36,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Psychic",
@@ -41,10 +44,7 @@ const card: Card = {
},
],
retreat: 1
}
export default card

View File

@@ -5,22 +5,24 @@ const card: Card = {
name: {
en: "Solosis",
},
illustrator: "Kouki Saitou",
rarity: "Common",
category: "Pokemon",
set: Set,
dexId: [
577,
],
hp: 30,
types: [
"Psychic",
],
stage: "Basic",
attacks: [
{
cost: [
@@ -47,6 +49,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Psychic",
@@ -54,10 +57,7 @@ const card: Card = {
},
],
retreat: 1
}
export default card

View File

@@ -5,23 +5,27 @@ const card: Card = {
name: {
en: "Duosion",
},
illustrator: "Suwama Chiaki",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
578,
],
hp: 60,
types: [
"Psychic",
],
evolveFrom: {
en: "Solosis",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@@ -36,6 +40,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Psychic",
@@ -43,10 +48,7 @@ const card: Card = {
},
],
retreat: 1
}
export default card

View File

@@ -5,23 +5,27 @@ const card: Card = {
name: {
en: "Reuniclus",
},
illustrator: "Kyoko Umemoto",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
579,
],
hp: 90,
types: [
"Psychic",
],
evolveFrom: {
en: "Duosion",
},
stage: "Stage2",
stage: "Stage2",
attacks: [
{
@@ -50,6 +54,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Psychic",
@@ -57,10 +62,7 @@ const card: Card = {
},
],
retreat: 2
}
export default card

View File

@@ -5,20 +5,22 @@ const card: Card = {
name: {
en: "Chandelure-EX",
},
illustrator: "Ryo Ueda",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
609,
],
hp: 170,
types: [
"Psychic",
],
suffix: "EX",
attacks: [
@@ -50,6 +52,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Darkness",
@@ -57,10 +60,7 @@ const card: Card = {
},
],
retreat: 2
}
export default card

View File

@@ -5,22 +5,24 @@ const card: Card = {
name: {
en: "Meloetta",
},
illustrator: "kawayoo",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
648,
],
hp: 80,
types: [
"Psychic",
],
stage: "Basic",
attacks: [
{
cost: [
@@ -51,6 +53,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Psychic",
@@ -58,10 +61,7 @@ const card: Card = {
},
],
retreat: 1
}
export default card

View File

@@ -5,22 +5,24 @@ const card: Card = {
name: {
en: "Riolu",
},
illustrator: "Naoyo Kimura",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
447,
],
hp: 70,
types: [
"Fighting",
],
stage: "Basic",
attacks: [
{
cost: [
@@ -48,6 +50,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Psychic",
@@ -55,10 +58,7 @@ const card: Card = {
},
],
retreat: 1
}
export default card

View File

@@ -5,21 +5,26 @@ const card: Card = {
name: {
en: "Serperior",
},
illustrator: "hatachu",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
497,
],
hp: 130,
types: [
"Grass",
],
evolveFrom: {
en: "Servine",
},
stage: "Stage2",
abilities: [
@@ -33,6 +38,7 @@ const card: Card = {
},
},
],
attacks: [
{
cost: [
@@ -49,12 +55,14 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Fire",
value: "×2"
},
],
resistances: [
{
type: "Water",
@@ -62,9 +70,7 @@ const card: Card = {
},
],
retreat: 1
}
export default card

View File

@@ -5,21 +5,26 @@ const card: Card = {
name: {
en: "Lucario",
},
illustrator: "MAHOU",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
448,
],
hp: 100,
types: [
"Fighting",
],
evolveFrom: {
en: "Riolu",
},
stage: "Stage1",
abilities: [
@@ -29,10 +34,11 @@ const card: Card = {
en: "Reflexive Retaliation",
},
effect: {
en: "If this Pokémon is your Active Pokémon and is damaged by an opponent's attack (even if this Pokémon is Knocked Out), put 2 damage counters on the Attacking Pokémon.",
en: "If this Pokémon is your Active Pokémon and is damaged by an opponents attack (even if this Pokémon is Knocked Out), put 2 damage counters on the Attacking Pokémon.",
},
},
],
attacks: [
{
cost: [
@@ -49,6 +55,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Psychic",
@@ -56,10 +63,7 @@ const card: Card = {
},
],
retreat: 1
}
export default card

View File

@@ -5,23 +5,27 @@ const card: Card = {
name: {
en: "Gallade",
},
illustrator: "Hajime Kusajima",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
475,
],
hp: 140,
types: [
"Fighting",
],
evolveFrom: {
en: "Kirlia",
},
stage: "Stage2",
stage: "Stage2",
attacks: [
{
@@ -53,6 +57,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Psychic",
@@ -60,10 +65,7 @@ const card: Card = {
},
],
retreat: 2
}
export default card

View File

@@ -5,20 +5,22 @@ const card: Card = {
name: {
en: "Excadrill-EX",
},
illustrator: "Ryo Ueda",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
530,
],
hp: 180,
types: [
"Fighting",
],
suffix: "EX",
attacks: [
@@ -53,12 +55,14 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Water",
value: "×2"
},
],
resistances: [
{
type: "Lightning",
@@ -66,9 +70,7 @@ const card: Card = {
},
],
retreat: 3
}
export default card

View File

@@ -5,22 +5,24 @@ const card: Card = {
name: {
en: "Stunfisk",
},
illustrator: "Yuka Morii",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
618,
],
hp: 100,
types: [
"Fighting",
],
stage: "Basic",
attacks: [
{
cost: [
@@ -50,12 +52,14 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Water",
value: "×2"
},
],
resistances: [
{
type: "Lightning",
@@ -63,9 +67,7 @@ const card: Card = {
},
],
retreat: 3
}
export default card

View File

@@ -5,22 +5,24 @@ const card: Card = {
name: {
en: "Terrakion",
},
illustrator: "Shigenori Negishi",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
639,
],
hp: 130,
types: [
"Fighting",
],
stage: "Basic",
attacks: [
{
cost: [
@@ -50,6 +52,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Grass",
@@ -57,10 +60,7 @@ const card: Card = {
},
],
retreat: 4
}
export default card

View File

@@ -5,22 +5,24 @@ const card: Card = {
name: {
en: "Landorus",
},
illustrator: "Midori Harada",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
645,
],
hp: 110,
types: [
"Fighting",
],
stage: "Basic",
attacks: [
{
cost: [
@@ -50,12 +52,14 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Water",
value: "×2"
},
],
resistances: [
{
type: "Lightning",
@@ -63,9 +67,7 @@ const card: Card = {
},
],
retreat: 1
}
export default card

Some files were not shown because too many files have changed in this diff Show More