diff --git a/data/POP/POP Series 1/1.ts b/data/POP/POP Series 1/1.ts index 75786b149..d08b620c7 100644 --- a/data/POP/POP Series 1/1.ts +++ b/data/POP/POP Series 1/1.ts @@ -5,23 +5,27 @@ const card: Card = { name: { en: "Blaziken", }, + illustrator: "Katsura Tabata", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 257, ], + hp: 110, + types: [ "Fire", ], + evolveFrom: { en: "Combusken", }, - stage: "Stage2", + stage: "Stage2", attacks: [ { @@ -48,21 +52,18 @@ const card: Card = { effect: { en: "Flip 2 coins. This attack does 50 damage times the number of heads.", }, - damage: 50, + damage: "50×", }, ], + weaknesses: [ { - type: "Water", - value: "×2" + type: "Water" }, ], - - - - + retreat: 2 } export default card diff --git a/data/POP/POP Series 1/10.ts b/data/POP/POP Series 1/10.ts index fb7fe2003..c1c017c10 100644 --- a/data/POP/POP Series 1/10.ts +++ b/data/POP/POP Series 1/10.ts @@ -5,32 +5,34 @@ const card: Card = { name: { en: "Torkoal", }, + illustrator: "Ken Sugimori", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 324, ], + hp: 80, + types: [ "Fighting", ], stage: "Basic", - attacks: [ { cost: [ - "Fighting", + "Colorless", ], name: { en: "Amnesia", }, effect: { - en: "Choose 1 of the Defending Pokémon's attacks. That Pokémon can't use that attack during your opponent's next turn.", + en: "Choose 1 of the Defending Pokémon’s attacks. That Pokémon can’t use that attack during your opponent’s next turn.", }, }, @@ -49,17 +51,14 @@ const card: Card = { }, ], + weaknesses: [ { - type: "Water", - value: "×2" + type: "Water" }, ], - - - - + retreat: 2 } export default card diff --git a/data/POP/POP Series 1/11.ts b/data/POP/POP Series 1/11.ts index 7b816992e..526ef781b 100644 --- a/data/POP/POP Series 1/11.ts +++ b/data/POP/POP Series 1/11.ts @@ -5,22 +5,24 @@ const card: Card = { name: { en: "Larvitar", }, + illustrator: "Hisao Nakamura", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 246, ], + hp: 40, + types: [ "Fighting", ], stage: "Basic", - attacks: [ { cost: [ @@ -30,23 +32,20 @@ const card: Card = { en: "Sand Attack", }, effect: { - en: "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing.", + en: "If the Defending Pokémon tries to attack during your opponent’s next turn, your opponent flips a coin. If tails, that attack does nothing.", }, damage: 10, }, ], + weaknesses: [ { - type: "Water", - value: "×2" + type: "Water" }, ], - - - - + retreat: 1 } export default card diff --git a/data/POP/POP Series 1/12.ts b/data/POP/POP Series 1/12.ts index 936bc06d1..a74a704a4 100644 --- a/data/POP/POP Series 1/12.ts +++ b/data/POP/POP Series 1/12.ts @@ -5,22 +5,24 @@ const card: Card = { name: { en: "Minun", }, + illustrator: "Ken Sugimori", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 312, ], + hp: 50, + types: [ "Lightning", ], stage: "Basic", - attacks: [ { cost: [ @@ -44,18 +46,19 @@ const card: Card = { en: "Spark", }, effect: { - en: "Choose 2 of your opponent's Benched Pokémon. This attack does 10 damage to each of those Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.", + en: "Choose 2 of your opponent’s Benched Pokémon. This attack does 10 damage to each of those Pokémon. (Don’t apply Weakness and Resistance for Benched Pokémon.)", }, damage: 10, }, ], + weaknesses: [ { - type: "Fighting", - value: "×2" + type: "Fighting" }, ], + resistances: [ { type: "Metal", @@ -63,9 +66,7 @@ const card: Card = { }, ], - - - + retreat: 1 } export default card diff --git a/data/POP/POP Series 1/13.ts b/data/POP/POP Series 1/13.ts index efaee1740..a82d8574c 100644 --- a/data/POP/POP Series 1/13.ts +++ b/data/POP/POP Series 1/13.ts @@ -5,22 +5,24 @@ const card: Card = { name: { en: "Plusle", }, + illustrator: "Ken Sugimori", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 311, ], + hp: 50, + types: [ "Lightning", ], stage: "Basic", - attacks: [ { cost: [ @@ -32,7 +34,7 @@ const card: Card = { effect: { en: "Flip a coin. If heads, this attack does 10 damage plus 10 more damage.", }, - damage: 10, + damage: "10+", }, { @@ -44,18 +46,19 @@ const card: Card = { en: "Agility", }, effect: { - en: "Flip a coin. If heads, prevent all effects of an attack, including damage, done to Plusle during your opponent's next turn.", + en: "Flip a coin. If heads, prevent all effects of an attack, including damage, done to Plusle during your opponent’s next turn.", }, damage: 20, }, ], + weaknesses: [ { - type: "Fighting", - value: "×2" + type: "Fighting" }, ], + resistances: [ { type: "Metal", @@ -63,9 +66,7 @@ const card: Card = { }, ], - - - + retreat: 1 } export default card diff --git a/data/POP/POP Series 1/14.ts b/data/POP/POP Series 1/14.ts index c1828c19b..b56f37aae 100644 --- a/data/POP/POP Series 1/14.ts +++ b/data/POP/POP Series 1/14.ts @@ -5,22 +5,24 @@ const card: Card = { name: { en: "Surskit", }, + illustrator: "Kagemaru Himeno", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 283, ], + hp: 50, + types: [ "Water", ], stage: "Basic", - attacks: [ { cost: [ @@ -36,17 +38,14 @@ const card: Card = { }, ], + weaknesses: [ { - type: "Lightning", - value: "×2" + type: "Lightning" }, ], - - - - + retreat: 1 } export default card diff --git a/data/POP/POP Series 1/15.ts b/data/POP/POP Series 1/15.ts index b49c14591..d09eecf72 100644 --- a/data/POP/POP Series 1/15.ts +++ b/data/POP/POP Series 1/15.ts @@ -5,23 +5,27 @@ const card: Card = { name: { en: "Swellow", }, + illustrator: "Kagemaru Himeno", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 277, ], + hp: 70, + types: [ "Colorless", ], + evolveFrom: { en: "Tailow", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -32,7 +36,7 @@ const card: Card = { en: "Focus Energy", }, effect: { - en: "During your next turn, base damage of Swellow's Agility is 70 instead of 30.", + en: "During your next turn, base damage of Swellow’s Agility is 70 instead of 30.", }, }, @@ -45,18 +49,19 @@ const card: Card = { en: "Agility", }, effect: { - en: "Flip a coin. If heads, prevent all effects of an attack, including damage, done to Swellow during your opponent's next turn.", + en: "Flip a coin. If heads, prevent all effects of an attack, including damage, done to Swellow during your opponent’s next turn.", }, damage: 30, }, ], + weaknesses: [ { - type: "Lightning", - value: "×2" + type: "Lightning" }, ], + resistances: [ { type: "Fighting", @@ -64,9 +69,7 @@ const card: Card = { }, ], - - - + retreat: 1 } export default card diff --git a/data/POP/POP Series 1/16.ts b/data/POP/POP Series 1/16.ts index 82609aee8..1ac0cd6d5 100644 --- a/data/POP/POP Series 1/16.ts +++ b/data/POP/POP Series 1/16.ts @@ -5,23 +5,27 @@ const card: Card = { name: { en: "Armaldo ex", }, + illustrator: "Hikaru Koike", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 348, ], + hp: 160, + types: [ "Fighting", ], + evolveFrom: { en: "Anorith", }, - stage: "Stage2", + stage: "Stage2", attacks: [ { @@ -30,7 +34,7 @@ const card: Card = { "Colorless", ], name: { - en: "Twin Blade", + en: "Twin-blade", }, effect: { en: "Does 30 damage to each Defending Pokémon.", @@ -41,7 +45,7 @@ const card: Card = { cost: [ "Fighting", "Fighting", - "Fighting", + "Colorless", "Colorless", "Colorless", ], @@ -49,27 +53,24 @@ const card: Card = { en: "Supersonic Claws", }, effect: { - en: "This attack's damage is not affected by Resistance.", + en: "This attack’s damage is not affected by Resistance.", }, damage: 80, }, ], + weaknesses: [ { - type: "Grass", - value: "×2" + type: "Grass" }, { - type: "Water", - value: "×2" + type: "Water" }, ], - - - - + suffix: "EX", + retreat: 3 } export default card diff --git a/data/POP/POP Series 1/17.ts b/data/POP/POP Series 1/17.ts index 8a363fae0..ea8679cab 100644 --- a/data/POP/POP Series 1/17.ts +++ b/data/POP/POP Series 1/17.ts @@ -5,23 +5,27 @@ const card: Card = { name: { en: "Tyranitar ex", }, - illustrator: "Hikaru Koike", + + illustrator: "Hisao Nakamura", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 248, ], + hp: 150, + types: [ "Darkness", ], + evolveFrom: { en: "Pupitar", }, - stage: "Stage2", + stage: "Stage2", attacks: [ { @@ -46,22 +50,22 @@ const card: Card = { en: "Critical Crush", }, effect: { - en: "Discard 2 Basic Energy cards attached to Tyranitar ex or this attack does nothing.", + en: "Discard 2 basic Energy cards attached to Tyranitar ex or this attack does nothing.", }, damage: 80, }, ], + weaknesses: [ { - type: "Grass", - value: "×2" + type: "Grass" }, { - type: "Fighting", - value: "×2" + type: "Fighting" }, ], + resistances: [ { type: "Psychic", @@ -69,9 +73,8 @@ const card: Card = { }, ], - - - + suffix: "EX", + retreat: 4 } export default card diff --git a/data/POP/POP Series 1/2.ts b/data/POP/POP Series 1/2.ts index 3bc3d2ca7..89ea450f5 100644 --- a/data/POP/POP Series 1/2.ts +++ b/data/POP/POP Series 1/2.ts @@ -5,23 +5,27 @@ const card: Card = { name: { en: "Metagross", }, + illustrator: "Ken Sugimori", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 376, ], + hp: 100, + types: [ "Metal", ], + evolveFrom: { en: "Metang", }, - stage: "Stage2", + stage: "Stage2", attacks: [ { @@ -53,12 +57,13 @@ const card: Card = { }, ], + weaknesses: [ { - type: "Fire", - value: "×2" + type: "Fire" }, ], + resistances: [ { type: "Grass", @@ -66,9 +71,7 @@ const card: Card = { }, ], - - - + retreat: 3 } export default card diff --git a/data/POP/POP Series 1/3.ts b/data/POP/POP Series 1/3.ts index fc2773ce2..b699e1ff9 100644 --- a/data/POP/POP Series 1/3.ts +++ b/data/POP/POP Series 1/3.ts @@ -5,22 +5,24 @@ const card: Card = { name: { en: "Rayquaza", }, + illustrator: "Katsura Tabata", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 384, ], + hp: 80, + types: [ "Colorless", ], stage: "Basic", - attacks: [ { cost: [ @@ -30,7 +32,7 @@ const card: Card = { en: "Fly", }, effect: { - en: "Flip a coin. If tails, this attack does nothing. If heads, prevent all effects of an attack, including damage, done to Rayquaza during your opponent's next turn.", + en: "Flip a coin. If tails, this attack does nothing. If heads, prevent all effects of an attack, including damage, done to Rayquaza during your opponent’s next turn.", }, damage: 10, @@ -48,17 +50,14 @@ const card: Card = { }, ], + weaknesses: [ { - type: "Colorless", - value: "×2" + type: "Colorless" }, ], - - - - + retreat: 1 } export default card diff --git a/data/POP/POP Series 1/4.ts b/data/POP/POP Series 1/4.ts index 71a00e3d7..368af3c34 100644 --- a/data/POP/POP Series 1/4.ts +++ b/data/POP/POP Series 1/4.ts @@ -5,23 +5,27 @@ const card: Card = { name: { en: "Sceptile", }, + illustrator: "Hiromichi Sugiyama", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 254, ], + hp: 100, + types: [ "Grass", ], + evolveFrom: { en: "Grovyle", }, - stage: "Stage2", + stage: "Stage2", attacks: [ { @@ -49,16 +53,17 @@ const card: Card = { effect: { en: "Flip a coin. If heads, this attack does 40 damage plus 30 more damage.", }, - damage: 40, + damage: "40+", }, ], + weaknesses: [ { - type: "Fire", - value: "×2" + type: "Fire" }, ], + resistances: [ { type: "Water", @@ -66,9 +71,7 @@ const card: Card = { }, ], - - - + retreat: 2 } export default card diff --git a/data/POP/POP Series 1/5.ts b/data/POP/POP Series 1/5.ts index 937bbb7cf..e01f0ef1b 100644 --- a/data/POP/POP Series 1/5.ts +++ b/data/POP/POP Series 1/5.ts @@ -5,23 +5,27 @@ const card: Card = { name: { en: "Swampert", }, + illustrator: "Hiromichi Sugiyama", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 260, ], + hp: 100, + types: [ "Water", ], + evolveFrom: { en: "Marshtomp", }, - stage: "Stage2", + stage: "Stage2", attacks: [ { @@ -47,23 +51,20 @@ const card: Card = { en: "Mud Splash", }, effect: { - en: "If your opponent has any Benched Pokémon, choose 1 of them and flip a coin. If heads, this attack does 20 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)", + en: "If your opponent has any Benched Pokémon, choose 1 of them and flip a coin. If heads, this attack does 20 damage to that Pokémon. (Don’t apply Weakness and Resistance for Benched Pokémon.)", }, damage: 50, }, ], + weaknesses: [ { - type: "Lightning", - value: "×2" + type: "Lightning" }, ], - - - - + retreat: 2 } export default card diff --git a/data/POP/POP Series 1/6.ts b/data/POP/POP Series 1/6.ts index a72dccc99..1c3868d96 100644 --- a/data/POP/POP Series 1/6.ts +++ b/data/POP/POP Series 1/6.ts @@ -5,23 +5,27 @@ const card: Card = { name: { en: "Beautifly", }, + illustrator: "Ken Sugimori", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 267, ], + hp: 100, + types: [ "Grass", ], + evolveFrom: { en: "Silcoon", }, - stage: "Stage2", + stage: "Stage2", attacks: [ { @@ -54,17 +58,14 @@ const card: Card = { }, ], + weaknesses: [ { - type: "Fire", - value: "×2" + type: "Fire" }, ], - - - - + retreat: 0 } export default card diff --git a/data/POP/POP Series 1/7.ts b/data/POP/POP Series 1/7.ts index 5986e9a3a..f7bc14f4f 100644 --- a/data/POP/POP Series 1/7.ts +++ b/data/POP/POP Series 1/7.ts @@ -5,23 +5,27 @@ const card: Card = { name: { en: "Masquerain", }, + illustrator: "Kagemaru Himeno", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 284, ], + hp: 70, + types: [ "Grass", ], + evolveFrom: { en: "Surskit", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -34,7 +38,7 @@ const card: Card = { effect: { en: "Flip a coin. If heads, this attack does 10 damage plus 20 more damage.", }, - damage: 10, + damage: "10+", }, { @@ -51,12 +55,13 @@ const card: Card = { }, ], + weaknesses: [ { - type: "Lightning", - value: "×2" + type: "Lightning" }, ], + resistances: [ { type: "Fighting", @@ -64,9 +69,7 @@ const card: Card = { }, ], - - - + retreat: 0 } export default card diff --git a/data/POP/POP Series 1/8.ts b/data/POP/POP Series 1/8.ts index 2888e1a5a..5efbe2cf6 100644 --- a/data/POP/POP Series 1/8.ts +++ b/data/POP/POP Series 1/8.ts @@ -5,15 +5,18 @@ const card: Card = { name: { en: "Murkrow", }, + illustrator: "Ken Sugimori", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 198, ], + hp: 60, + types: [ "Darkness", ], @@ -27,10 +30,11 @@ const card: Card = { en: "Insomnia", }, effect: { - en: "Murkrow can't be Asleep.", + en: "Murkrow can’t be Asleep.", }, }, ], + attacks: [ { cost: [ @@ -41,17 +45,18 @@ const card: Card = { en: "Feint Attack", }, effect: { - en: "Choose 1 of your opponent's Pokémon. This attack does 20 damage to that Pokémon. This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on that Pokémon.", + en: "Choose 1 of your opponent’s Pokémon. This attack does 20 damage to that Pokémon. This attack’s damage isn’t affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on that Pokémon.", }, }, ], + weaknesses: [ { - type: "Fighting", - value: "×2" + type: "Fighting" }, ], + resistances: [ { type: "Psychic", @@ -59,9 +64,7 @@ const card: Card = { }, ], - - - + retreat: 1 } export default card diff --git a/data/POP/POP Series 1/9.ts b/data/POP/POP Series 1/9.ts index a0a3ef937..64d62a8d3 100644 --- a/data/POP/POP Series 1/9.ts +++ b/data/POP/POP Series 1/9.ts @@ -5,23 +5,27 @@ const card: Card = { name: { en: "Pupitar", }, + illustrator: "Hisao Nakamura", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 247, ], + hp: 70, + types: [ "Fighting", ], + evolveFrom: { en: "Larvitar", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -35,21 +39,18 @@ const card: Card = { effect: { en: "Flip a coin. If heads, this attack does 20 damage plus 10 more damage.", }, - damage: 20, + damage: "20+", }, ], + weaknesses: [ { - type: "Water", - value: "×2" + type: "Water" }, ], - - - - + retreat: 1 } export default card diff --git a/data/POP/POP Series 2/1.ts b/data/POP/POP Series 2/1.ts index 7848c2eb9..487f78627 100644 --- a/data/POP/POP Series 2/1.ts +++ b/data/POP/POP Series 2/1.ts @@ -5,22 +5,24 @@ const card: Card = { name: { en: "Entei", }, + illustrator: "Kouki Saitou", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 244, ], + hp: 70, + types: [ "Fire", ], stage: "Basic", - attacks: [ { cost: [ @@ -33,7 +35,7 @@ const card: Card = { effect: { en: "Flip a coin. If heads, this attack does 10 damage plus 20 more damage.", }, - damage: 10, + damage: "10+", }, { @@ -52,17 +54,21 @@ const card: Card = { }, ], + weaknesses: [ { - type: "Water", - value: "×2" + type: "Water" }, ], + retreat: 1, - - - + variants: { + normal: true, + reverse: false, + holo: true, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 2/10.ts b/data/POP/POP Series 2/10.ts index 83022fdf9..c19210314 100644 --- a/data/POP/POP Series 2/10.ts +++ b/data/POP/POP Series 2/10.ts @@ -5,25 +5,23 @@ const card: Card = { name: { en: "Pokémon Park", }, + illustrator: "Kazuo Yazawa", rarity: "Uncommon", category: "Trainer", - set: Set, - - - - - - - - - - - - trainerType: "Stadium", + effect: { + en: "Once during each player’s turn, when that player attaches an Energy card from his or her hand to 1 of his or her Benched Pokémon, he or she removes 1 damage counter from that Pokémon." + }, + + variants: { + normal: true, + reverse: false, + holo: false, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 2/11.ts b/data/POP/POP Series 2/11.ts index 38079dda4..0386516e4 100644 --- a/data/POP/POP Series 2/11.ts +++ b/data/POP/POP Series 2/11.ts @@ -5,25 +5,16 @@ const card: Card = { name: { en: "TV Reporter", }, + illustrator: "Ken Sugimori", rarity: "Uncommon", category: "Trainer", - set: Set, - - - - - - - - - - - - trainerType: "Supporter", + effect: { + en: "Draw 3 cards. Then discard any 1 card from your hand." + } } export default card diff --git a/data/POP/POP Series 2/12.ts b/data/POP/POP Series 2/12.ts index a507c2c41..6c9f5be1c 100644 --- a/data/POP/POP Series 2/12.ts +++ b/data/POP/POP Series 2/12.ts @@ -5,22 +5,24 @@ const card: Card = { name: { en: "Bulbasaur", }, + illustrator: "Midori Harada", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 1, ], + hp: 40, + types: [ "Grass", ], stage: "Basic", - attacks: [ { cost: [ @@ -46,17 +48,14 @@ const card: Card = { }, ], + weaknesses: [ { - type: "Psychic", - value: "×2" + type: "Psychic" }, ], - - - - + retreat: 1 } export default card diff --git a/data/POP/POP Series 2/13.ts b/data/POP/POP Series 2/13.ts index fd4326c9e..5c92f2a29 100644 --- a/data/POP/POP Series 2/13.ts +++ b/data/POP/POP Series 2/13.ts @@ -5,22 +5,24 @@ const card: Card = { name: { en: "Cacnea", }, + illustrator: "Ken Sugimori", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 331, ], + hp: 40, + types: [ "Grass", ], stage: "Basic", - attacks: [ { cost: [ @@ -30,23 +32,20 @@ const card: Card = { en: "Sand Attack", }, effect: { - en: "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing.", + en: "If the Defending Pokémon tries to attack during your opponent’s next turn, your opponent flips a coin. If tails, that attack does nothing.", }, damage: 10, }, ], + weaknesses: [ { - type: "Fire", - value: "×2" + type: "Fire" }, ], - - - - + retreat: 1 } export default card diff --git a/data/POP/POP Series 2/14.ts b/data/POP/POP Series 2/14.ts index 67981cd2a..ccc0020ba 100644 --- a/data/POP/POP Series 2/14.ts +++ b/data/POP/POP Series 2/14.ts @@ -5,22 +5,24 @@ const card: Card = { name: { en: "Luvdisc", }, + illustrator: "Atsuko Nishida", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 370, ], + hp: 60, + types: [ "Water", ], stage: "Basic", - attacks: [ { cost: [ @@ -49,17 +51,14 @@ const card: Card = { }, ], + weaknesses: [ { - type: "Lightning", - value: "×2" + type: "Lightning" }, ], - - - - + retreat: 1 } export default card diff --git a/data/POP/POP Series 2/15.ts b/data/POP/POP Series 2/15.ts index 5328a11d9..baae9bd1d 100644 --- a/data/POP/POP Series 2/15.ts +++ b/data/POP/POP Series 2/15.ts @@ -5,22 +5,24 @@ const card: Card = { name: { en: "Phanpy", }, + illustrator: "Tomokazu Komiya", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 231, ], + hp: 50, + types: [ "Fighting", ], stage: "Basic", - attacks: [ { cost: [ @@ -32,7 +34,7 @@ const card: Card = { effect: { en: "Flip 2 coins. This attack does 10 damage times the number of heads.", }, - damage: 10, + damage: "10×", }, { @@ -50,17 +52,14 @@ const card: Card = { }, ], + weaknesses: [ { - type: "Grass", - value: "×2" + type: "Grass" }, ], - - - - + retreat: 1 } export default card diff --git a/data/POP/POP Series 2/16.ts b/data/POP/POP Series 2/16.ts index aa884a24a..1f3cd09c0 100644 --- a/data/POP/POP Series 2/16.ts +++ b/data/POP/POP Series 2/16.ts @@ -5,22 +5,24 @@ const card: Card = { name: { en: "Pikachu", }, + illustrator: "Yuka Morii", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 25, ], + hp: 40, + types: [ "Lightning", ], stage: "Basic", - attacks: [ { cost: [ @@ -48,17 +50,14 @@ const card: Card = { }, ], + weaknesses: [ { - type: "Fighting", - value: "×2" + type: "Fighting" }, ], - - - - + retreat: 1 } export default card diff --git a/data/POP/POP Series 2/17.ts b/data/POP/POP Series 2/17.ts index 1c88d534b..16c0efd11 100644 --- a/data/POP/POP Series 2/17.ts +++ b/data/POP/POP Series 2/17.ts @@ -5,15 +5,18 @@ const card: Card = { name: { en: "Celebi ex", }, + illustrator: "Ryo Ueda", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 251, ], + hp: 80, + types: [ "Psychic", ], @@ -31,6 +34,7 @@ const card: Card = { }, }, ], + attacks: [ { cost: [ @@ -41,23 +45,21 @@ const card: Card = { en: "Psychic Shield", }, effect: { - en: "Prevent all effects of attacks, including damage, done to Celebi ex by your opponent's Pokémon", + en: "Prevent all effects of attacks, including damage, done to Celebi ex by your opponent’s Pokémon-ex during your opponent’s next turn.", }, damage: 30, }, ], + weaknesses: [ { - type: "Psychic", - value: "×2" + type: "Psychic" }, ], - - - - + suffix: "EX", + retreat: 1 } export default card diff --git a/data/POP/POP Series 2/2.ts b/data/POP/POP Series 2/2.ts index 220b96432..6d835136c 100644 --- a/data/POP/POP Series 2/2.ts +++ b/data/POP/POP Series 2/2.ts @@ -5,21 +5,26 @@ const card: Card = { name: { en: "Pidgeot", }, + illustrator: "Ken Sugimori", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 18, ], + hp: 80, + types: [ "Colorless", ], + evolveFrom: { en: "Pidgeotto", }, + stage: "Stage2", abilities: [ @@ -29,10 +34,11 @@ const card: Card = { en: "Beating Wings", }, effect: { - en: "Once during your turn (before your attack), If Pidgeot is your Active Pokémon, you may shuffle 1 of your Benched Pokémon and all cards attached to it in your deck. This power can't be used if Pidgeot is affected by a Special Condition.", + en: "Once during your turn (before your attack), if Pidgeot is your Active Pokémon, you may shuffle 1 of your Benched Pokémon and all cards attached to it into your deck. This power can’t be used if Pidgeot is affected by a Special Condition.", }, }, ], + attacks: [ { cost: [ @@ -46,16 +52,17 @@ const card: Card = { effect: { en: "Flip a coin. If heads, this attack does 20 damage plus 30 more damage.", }, - damage: 20, + damage: "20+", }, ], + weaknesses: [ { - type: "Lightning", - value: "×2" + type: "Lightning" }, ], + resistances: [ { type: "Fighting", @@ -63,9 +70,14 @@ const card: Card = { }, ], + retreat: 0, - - + variants: { + normal: true, + reverse: false, + holo: true, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 2/3.ts b/data/POP/POP Series 2/3.ts index c43c8b898..2e4b48050 100644 --- a/data/POP/POP Series 2/3.ts +++ b/data/POP/POP Series 2/3.ts @@ -5,22 +5,24 @@ const card: Card = { name: { en: "Raikou", }, + illustrator: "Kouki Saitou", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 243, ], + hp: 70, + types: [ "Lightning", ], stage: "Basic", - attacks: [ { cost: [ @@ -50,17 +52,21 @@ const card: Card = { }, ], + weaknesses: [ { - type: "Fighting", - value: "×2" + type: "Fighting" }, ], + retreat: 1, - - - + variants: { + normal: true, + reverse: false, + holo: true, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 2/4.ts b/data/POP/POP Series 2/4.ts index 3b6f64470..a0964dc98 100644 --- a/data/POP/POP Series 2/4.ts +++ b/data/POP/POP Series 2/4.ts @@ -5,15 +5,18 @@ const card: Card = { name: { en: "Suicune", }, + illustrator: "Kouki Saitou", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 245, ], + hp: 70, + types: [ "Water", ], @@ -27,10 +30,11 @@ const card: Card = { en: "Mirror Coat", }, effect: { - en: "If Suicune is Burned or Poisoned by an opponent's attack (even if Suicune is Knocked Out), the Attacking Pokémon is now affected by the same Special Conditions (1 if there is only 1).", + en: "If Suicune is Burned or Poisoned by an opponent’s attack (even if Suicune is Knocked Out), the Attacking Pokémon is now affected by the same Special Conditions (1 if there is only 1).", }, }, ], + attacks: [ { cost: [ @@ -47,17 +51,21 @@ const card: Card = { }, ], + weaknesses: [ { - type: "Lightning", - value: "×2" + type: "Lightning" }, ], + retreat: 1, - - - + variants: { + normal: true, + reverse: false, + holo: true, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 2/5.ts b/data/POP/POP Series 2/5.ts index b96c1296b..a4eebd5ac 100644 --- a/data/POP/POP Series 2/5.ts +++ b/data/POP/POP Series 2/5.ts @@ -5,22 +5,24 @@ const card: Card = { name: { en: "Tauros", }, + illustrator: "Kouki Saitou", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 128, ], + hp: 70, + types: [ "Colorless", ], stage: "Basic", - attacks: [ { cost: [ @@ -33,7 +35,7 @@ const card: Card = { effect: { en: "Does 10 damage plus 10 more damage for each damage counter on Tauros.", }, - damage: 10, + damage: "10+", }, { @@ -52,17 +54,21 @@ const card: Card = { }, ], + weaknesses: [ { - type: "Fighting", - value: "×2" + type: "Fighting" }, ], + retreat: 1, - - - + variants: { + normal: false, + reverse: false, + holo: true, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 2/6.ts b/data/POP/POP Series 2/6.ts index ac6fab16d..17ec9e682 100644 --- a/data/POP/POP Series 2/6.ts +++ b/data/POP/POP Series 2/6.ts @@ -5,23 +5,27 @@ const card: Card = { name: { en: "Venusaur", }, + illustrator: "Mitsuhiro Arita", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 3, ], + hp: 120, + types: [ "Grass", ], + evolveFrom: { en: "Ivysaur", }, - stage: "Stage2", + stage: "Stage2", attacks: [ { @@ -34,7 +38,7 @@ const card: Card = { en: "Wide Solarbeam", }, effect: { - en: "Does 20 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)", + en: "Does 20 damage to 2 of your opponent’s Benched Pokémon. (Don’t apply Weakness and Resistance for Benched Pokémon.)", }, damage: 20, @@ -50,23 +54,27 @@ const card: Card = { en: "Hard Plant", }, effect: { - en: "Venusaur can't use Hard Plant during your next turn.", + en: "Venusaur can’t use Hard Plant during your next turn.", }, damage: 80, }, ], + weaknesses: [ { - type: "Fire", - value: "×2" + type: "Fire" }, ], + retreat: 3, - - - + variants: { + normal: true, + reverse: false, + holo: true, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 2/7.ts b/data/POP/POP Series 2/7.ts index 45038942a..ad8ea7241 100644 --- a/data/POP/POP Series 2/7.ts +++ b/data/POP/POP Series 2/7.ts @@ -5,23 +5,27 @@ const card: Card = { name: { en: "Ivysaur", }, + illustrator: "Ken Sugimori", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 2, ], + hp: 80, + types: [ "Grass", ], + evolveFrom: { en: "Bulbasaur", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -50,17 +54,21 @@ const card: Card = { }, ], + weaknesses: [ { - type: "Psychic", - value: "×2" + type: "Psychic" }, ], + retreat: 1, - - - + variants: { + normal: true, + reverse: false, + holo: false, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 2/8.ts b/data/POP/POP Series 2/8.ts index 95eb8390f..9b3e484ba 100644 --- a/data/POP/POP Series 2/8.ts +++ b/data/POP/POP Series 2/8.ts @@ -3,27 +3,25 @@ import Set from '../POP Series 2' const card: Card = { name: { - en: "Mr. Briney's Compassion", + en: "Mr. Briney’s Compassion", }, + illustrator: "Ken Sugimori", rarity: "Uncommon", category: "Trainer", - set: Set, - - - - - - - - - - - - trainerType: "Supporter", + effect: { + en: "Choose 1 of your Pokémon in play (excluding Pokémon-ex). Return that Pokémon and all cards attached to it to your hand." + }, + + variants: { + normal: true, + reverse: false, + holo: false, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 2/9.ts b/data/POP/POP Series 2/9.ts index 14d864a2c..4207c7a61 100644 --- a/data/POP/POP Series 2/9.ts +++ b/data/POP/POP Series 2/9.ts @@ -5,25 +5,35 @@ const card: Card = { name: { en: "Multi Technical Machine 01", }, + illustrator: "\"Big Mama\" Tagawa", rarity: "Uncommon", category: "Trainer", - set: Set, - - - - - - - - - - - - trainerType: "Technical Machine", + attacks: [{ + name: { + en: "Paralyzing Gaze" + }, + + effect: { + en: "The Defending Pokémon is now Paralyzed." + }, + + cost: ["Colorless"] + }], + + effect: { + en: "Attach this card to 1 of your Pokémon in play. That Pokémon may use this card’s attack instead of its own. At the end of your turn, discard Multi Technical Machine 01." + }, + + variants: { + normal: false, + reverse: false, + holo: false, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 3/1.ts b/data/POP/POP Series 3/1.ts index 7063c52f6..ae6887b5e 100644 --- a/data/POP/POP Series 3/1.ts +++ b/data/POP/POP Series 3/1.ts @@ -5,23 +5,27 @@ const card: Card = { name: { en: "Blastoise", }, + illustrator: "Mitsuhiro Arita", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 9, ], + hp: 120, + types: [ "Water", ], + evolveFrom: { en: "Unown", }, - stage: "Stage2", + stage: "Stage2", attacks: [ { @@ -49,23 +53,27 @@ const card: Card = { en: "Rocket Tackle", }, effect: { - en: "Blastoise does 10 damage to itself. Flip a coin. If heads, prevent all damage done to Blastoise by attacks during your opponent's next turn.", + en: "Blastoise does 10 damage to itself. Flip a coin. If heads, prevent all damage done to Blastoise by attacks during your opponent’s next turn.", }, damage: 60, }, ], + weaknesses: [ { - type: "Lightning", - value: "×2" + type: "Lightning" }, ], + retreat: 2, - - - + variants: { + normal: true, + reverse: false, + holo: true, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 3/10.ts b/data/POP/POP Series 3/10.ts index fb8ee1574..cb9bae6a0 100644 --- a/data/POP/POP Series 3/10.ts +++ b/data/POP/POP Series 3/10.ts @@ -5,25 +5,24 @@ const card: Card = { name: { en: "High Pressure System", }, + illustrator: "Ken Ikuji", rarity: "Uncommon", category: "Trainer", - set: Set, + effect: { + en: "Each player pays Colorless less to retreat his or her Fire and Water Pokémon." + }, + trainerType: "Stadium", - - - - - - - - - - - + variants: { + normal: false, + reverse: false, + holo: false, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 3/11.ts b/data/POP/POP Series 3/11.ts index 2b3cf32a0..f0bb23e16 100644 --- a/data/POP/POP Series 3/11.ts +++ b/data/POP/POP Series 3/11.ts @@ -5,25 +5,24 @@ const card: Card = { name: { en: "Low Pressure System", }, + illustrator: "Shin-ichi Yoshikawa", rarity: "Uncommon", category: "Trainer", - set: Set, + effect: { + en: "Each Grass and Lightning Pokémon in play (both yours and your opponent’s) gets +10 HP." + }, + trainerType: "Stadium", - - - - - - - - - - - + variants: { + normal: false, + reverse: false, + holo: false, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 3/12.ts b/data/POP/POP Series 3/12.ts index ad78d025c..bc73528cc 100644 --- a/data/POP/POP Series 3/12.ts +++ b/data/POP/POP Series 3/12.ts @@ -5,22 +5,24 @@ const card: Card = { name: { en: "Ditto", }, + illustrator: "Yuka Morii", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 132, ], + hp: 60, + types: [ "Psychic", ], stage: "Basic", - attacks: [ { cost: [ @@ -37,17 +39,33 @@ const card: Card = { }, ], + weaknesses: [ { - type: "Psychic", - value: "×2" + type: "Psychic" }, ], + abilities: [{ + type: "Poke-POWER", + name: { + en: "Duplicate" + }, + effect: { + en: "Once during your turn (before your attack), you may search your deck for another Ditto and switch it with Ditto. (Any cards attached to Ditto, damage counters, Special Conditions, and effects on it are now on the new Pokémon.) If you do, put Ditto on top of your deck. Shuffle your deck afterward. You can’t use more than 1 Duplicate Poké-Power each turn." + } + }], + retreat: 1, + variants: { + normal: false, + reverse: false, + holo: false, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 3/13.ts b/data/POP/POP Series 3/13.ts index 7f2a8eee9..c24c7d0dd 100644 --- a/data/POP/POP Series 3/13.ts +++ b/data/POP/POP Series 3/13.ts @@ -5,22 +5,24 @@ const card: Card = { name: { en: "Eevee", }, + illustrator: "Masakazu Fukuda", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 133, ], + hp: 50, + types: [ "Colorless", ], stage: "Basic", - attacks: [ { cost: [ @@ -48,17 +50,21 @@ const card: Card = { }, ], + weaknesses: [ { - type: "Fighting", - value: "×2" + type: "Fighting" }, ], + retreat: 1, - - - + variants: { + normal: true, + reverse: false, + holo: false, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 3/14.ts b/data/POP/POP Series 3/14.ts index 3a4c0b59b..5e0285218 100644 --- a/data/POP/POP Series 3/14.ts +++ b/data/POP/POP Series 3/14.ts @@ -5,22 +5,24 @@ const card: Card = { name: { en: "Ivysaur", }, + illustrator: "Midori Harada", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 2, ], + hp: 70, + types: [ "Grass", ], stage: "Stage1", - attacks: [ { cost: [ @@ -32,7 +34,7 @@ const card: Card = { effect: { en: "Flip a coin. If heads, this attack does 10 damage plus 10 more damage.", }, - damage: 10, + damage: "10+", }, { @@ -47,21 +49,25 @@ const card: Card = { effect: { en: "The Defending Pokémon is now Poisoned.", }, - damage: 50, + damage: 40, }, ], + weaknesses: [ { - type: "Psychic", - value: "×2" + type: "Psychic" }, ], + retreat: 1, - - - + variants: { + normal: false, + reverse: false, + holo: false, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 3/15.ts b/data/POP/POP Series 3/15.ts index e9923952f..9709d8058 100644 --- a/data/POP/POP Series 3/15.ts +++ b/data/POP/POP Series 3/15.ts @@ -5,23 +5,27 @@ const card: Card = { name: { en: "Marshtomp", }, + illustrator: "Midori Harada", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 259, ], + hp: 70, + types: [ "Fighting", ], + evolveFrom: { en: "Mudkip", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -51,17 +55,21 @@ const card: Card = { }, ], + weaknesses: [ { - type: "Grass", - value: "×2" + type: "Grass" }, ], + retreat: 1, - - - + variants: { + normal: false, + reverse: false, + holo: false, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 3/16.ts b/data/POP/POP Series 3/16.ts index 1c73637db..b62df5e4e 100644 --- a/data/POP/POP Series 3/16.ts +++ b/data/POP/POP Series 3/16.ts @@ -5,22 +5,24 @@ const card: Card = { name: { en: "Pichu Bros.", }, + illustrator: "Kagemaru Himeno", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 172, ], + hp: 60, + types: [ "Lightning", ], stage: "Basic", - attacks: [ { cost: [ @@ -33,21 +35,25 @@ const card: Card = { effect: { en: "Flip 2 coins. This attack does 20 damage times the number of heads. If either coin is heads, the Defending Pokémon is now Confused.", }, - damage: 20, + damage: "20×", }, ], + weaknesses: [ { - type: "Fighting", - value: "×2" + type: "Fighting" }, ], + retreat: 1, - - - + variants: { + normal: false, + reverse: false, + holo: false, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 3/17.ts b/data/POP/POP Series 3/17.ts index a45a7fc68..85e48ff44 100644 --- a/data/POP/POP Series 3/17.ts +++ b/data/POP/POP Series 3/17.ts @@ -5,15 +5,18 @@ const card: Card = { name: { en: "Ho-Oh ex", }, - illustrator: "Mitsuhiro Arita", - rarity: "Rare", - category: "Pokemon", + illustrator: "Mitsuhiro Arita", + rarity: "Ultra Rare", + category: "Pokemon", set: Set, + dexId: [ 250, ], + hp: 110, + types: [ "Fire", ], @@ -27,10 +30,11 @@ const card: Card = { en: "Golden Wing", }, effect: { - en: "If Ho-Oh ex would be Knocked Out by damage from an opponent's attack, you may move up to 2 Energy attached to Ho-Oh ex to your Pokémon in any way you like.", + en: "If Ho-Oh ex would be Knocked Out by damage from an opponent’s attack, you may move up to 2 Energy attached to Ho-Oh ex to your Pokémon in any way you like.", }, }, ], + attacks: [ { cost: [ @@ -44,21 +48,26 @@ const card: Card = { effect: { en: "Does 10 damage plus 20 more damage for each type of basic Energy card attached to Ho-Oh ex.", }, - damage: 10, + damage: "10+", }, ], + weaknesses: [ { - type: "Water", - value: "×2" + type: "Water" }, ], + suffix: "EX", + retreat: 2, - - - + variants: { + normal: false, + reverse: false, + holo: false, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 3/2.ts b/data/POP/POP Series 3/2.ts index 33b414ca2..954051f3d 100644 --- a/data/POP/POP Series 3/2.ts +++ b/data/POP/POP Series 3/2.ts @@ -5,23 +5,27 @@ const card: Card = { name: { en: "Flareon", }, + illustrator: "Masakazu Fukuda", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 136, ], + hp: 70, + types: [ "Fire", ], + evolveFrom: { en: "Eevee", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -35,36 +39,40 @@ const card: Card = { effect: { en: "Flip a coin. If heads, this attack does 10 damage plus 20 more damage.", }, - damage: 10, + damage: "10+", }, { cost: [ - "Fighting", - "Fighting", + "Fire", + "Fire", "Colorless", ], name: { en: "Fire Spin", }, effect: { - en: "Discard 2 Basic energy cards attached to Flareon or this attack does nothing.", + en: "Discard 2 basic Energy cards attached to Flareon or this attack does nothing.", }, damage: 70, }, ], + weaknesses: [ { - type: "Water", - value: "×2" + type: "Water" }, ], + retreat: 1, - - - + variants: { + normal: false, + reverse: false, + holo: true, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 3/3.ts b/data/POP/POP Series 3/3.ts index e159bccc6..c1a79f5da 100644 --- a/data/POP/POP Series 3/3.ts +++ b/data/POP/POP Series 3/3.ts @@ -5,23 +5,27 @@ const card: Card = { name: { en: "Jolteon", }, + illustrator: "Masakazu Fukuda", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 135, ], + hp: 70, + types: [ "Lightning", ], + evolveFrom: { en: "Eevee", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -50,16 +54,17 @@ const card: Card = { effect: { en: "Flip 4 coins. This attack does 20 damage times the number of heads.", }, - damage: 20, + damage: "20×", }, ], + weaknesses: [ { - type: "Fighting", - value: "×2" + type: "Fighting" }, ], + resistances: [ { type: "Metal", @@ -67,9 +72,14 @@ const card: Card = { }, ], + retreat: 0, - - + variants: { + normal: false, + reverse: false, + holo: true, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 3/4.ts b/data/POP/POP Series 3/4.ts index add01175b..1f45c3385 100644 --- a/data/POP/POP Series 3/4.ts +++ b/data/POP/POP Series 3/4.ts @@ -5,22 +5,24 @@ const card: Card = { name: { en: "Minun", }, + illustrator: "Sumiyoshi Kizuki", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 312, ], + hp: 50, + types: [ "Lightning", ], stage: "Basic", - attacks: [ { cost: [ @@ -30,7 +32,7 @@ const card: Card = { en: "Cheer Up", }, effect: { - en: "Draw a card. If Plusle is in play, draw 2 cards instead.", + en: "Draw a card. If you have Plusle in play, draw 2 cards instead.", }, }, @@ -43,7 +45,7 @@ const card: Card = { en: "Negative Ion", }, effect: { - en: "During your opponent's next turn, any damage done by attacks from the Defending Pokémon is reduced by 10 (before applying Weakness and Resistance).", + en: "During your opponent’s next turn, any damage done by attacks from the Defending Pokémon is reduced by 10 (before applying Weakness and Resistance).", }, damage: 20, @@ -57,18 +59,18 @@ const card: Card = { en: "Power Bolt", }, effect: { - en: "Choose 1 of your opponent's Pokémon that has any Poké-Powers. This attack does 30 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)", - }, - damage: 30, + en: "Choose 1 of your opponent’s Pokémon that has any Poké-Powers. This attack does 30 damage to that Pokémon. (Don’t apply Weakness and Resistance for Benched Pokémon.)", + } }, ], + weaknesses: [ { - type: "Fighting", - value: "×2" + type: "Fighting" }, ], + resistances: [ { type: "Metal", @@ -76,9 +78,14 @@ const card: Card = { }, ], + retreat: 1, - - + variants: { + normal: false, + reverse: false, + holo: true, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 3/5.ts b/data/POP/POP Series 3/5.ts index 901d1f1f5..c5f6042f1 100644 --- a/data/POP/POP Series 3/5.ts +++ b/data/POP/POP Series 3/5.ts @@ -5,22 +5,24 @@ const card: Card = { name: { en: "Plusle", }, + illustrator: "Sumiyoshi Kizuki", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 311, ], + hp: 50, + types: [ "Lightning", ], stage: "Basic", - attacks: [ { cost: [ @@ -30,7 +32,7 @@ const card: Card = { en: "Cheer Up", }, effect: { - en: "Draw a card. If Minun is in play, draw 2 cards instead.", + en: "Draw a card. If you have Minun in play, draw 2 cards instead.", }, }, @@ -45,7 +47,7 @@ const card: Card = { effect: { en: "Flip a coin. If heads, this attack does 20 damage plus 10 more damage.", }, - damage: 20, + damage: "20+", }, { @@ -57,18 +59,18 @@ const card: Card = { en: "Body Bolt", }, effect: { - en: "Choose 1 of your opponent's Pokémon that has any Poké-bodies. This attack does 30 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)", - }, - damage: 30, + en: "Choose 1 of your opponent’s Pokémon that has any Poké-Bodies. This attack does 30 damage to that Pokémon. (Don’t apply Weakness and Resistance for Benched Pokémon.)", + } }, ], + weaknesses: [ { - type: "Fighting", - value: "×2" + type: "Fighting" }, ], + resistances: [ { type: "Metal", @@ -76,9 +78,14 @@ const card: Card = { }, ], + retreat: 1, - - + variants: { + normal: true, + reverse: false, + holo: true, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 3/6.ts b/data/POP/POP Series 3/6.ts index 23a6eba91..9ac60b9cd 100644 --- a/data/POP/POP Series 3/6.ts +++ b/data/POP/POP Series 3/6.ts @@ -5,23 +5,27 @@ const card: Card = { name: { en: "Vaporeon", }, + illustrator: "Masakazu Fukuda", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 134, ], + hp: 70, + types: [ "Water", ], + evolveFrom: { en: "Diglett", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -37,30 +41,34 @@ const card: Card = { }, { cost: [ - "Lightning", + "Water", "Colorless", ], name: { en: "Water Gun", }, effect: { - en: "Does 30 damage plus 20 more damage for each Energy attached to Vaporeon but not used to pay for this attack's Energy cost. You can't add more than 40 damage in this way.", + en: "Does 30 damage plus 20 more damage for each Water Energy attached to Vaporeon but not used to pay for this attack’s Energy cost. You can’t add more than 40 damage in this way.", }, - damage: 30, + damage: "30+", }, ], + weaknesses: [ { - type: "Lightning", - value: "×2" + type: "Lightning" }, ], + retreat: 1, - - - + variants: { + normal: true, + reverse: false, + holo: true, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 3/7.ts b/data/POP/POP Series 3/7.ts index 09a5a563d..c8b165c23 100644 --- a/data/POP/POP Series 3/7.ts +++ b/data/POP/POP Series 3/7.ts @@ -5,22 +5,24 @@ const card: Card = { name: { en: "Combusken", }, + illustrator: "Mitsuhiro Arita", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 256, ], + hp: 70, + types: [ "Fire", ], stage: "Stage1", - attacks: [ { cost: [ @@ -43,23 +45,27 @@ const card: Card = { en: "Flamethrower", }, effect: { - en: "Discard a R Energy attached to Combusken.", + en: "Discard a Fire Energy attached to Combusken.", }, damage: 50, }, ], + weaknesses: [ { - type: "Water", - value: "×2" + type: "Water" }, ], + retreat: 1, - - - + variants: { + normal: false, + reverse: false, + holo: false, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 3/8.ts b/data/POP/POP Series 3/8.ts index 927f54747..d0aafd749 100644 --- a/data/POP/POP Series 3/8.ts +++ b/data/POP/POP Series 3/8.ts @@ -5,22 +5,24 @@ const card: Card = { name: { en: "Donphan", }, + illustrator: "Tomoaki Imakuni", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 232, ], + hp: 80, + types: [ "Fighting", ], stage: "Stage1", - attacks: [ { cost: [ @@ -46,21 +48,25 @@ const card: Card = { effect: { en: "Flip 3 coins. This attack does 30 damage times the number of heads.", }, - damage: 30, + damage: "30×", }, ], + weaknesses: [ { - type: "Grass", - value: "×2" + type: "Grass" }, ], + retreat: 1, - - - + variants: { + normal: false, + reverse: false, + holo: false, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 3/9.ts b/data/POP/POP Series 3/9.ts index b7684584e..ef61cdf5c 100644 --- a/data/POP/POP Series 3/9.ts +++ b/data/POP/POP Series 3/9.ts @@ -5,22 +5,24 @@ const card: Card = { name: { en: "Forretress", }, + illustrator: "Midori Harada", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 205, ], + hp: 70, + types: [ "Grass", ], stage: "Stage1", - attacks: [ { cost: [ @@ -46,21 +48,25 @@ const card: Card = { effect: { en: "The Defending Pokémon is now Poisoned. Put 2 damage counters instead of 1 on the Defending Pokémon between turns.", }, - damage: 40, + damage: 20, }, ], + weaknesses: [ { - type: "Fire", - value: "×2" + type: "Fire" }, ], + retreat: 2, - - - + variants: { + normal: false, + reverse: false, + holo: false, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 4/1.ts b/data/POP/POP Series 4/1.ts index e4dfb3256..2baa2297c 100644 --- a/data/POP/POP Series 4/1.ts +++ b/data/POP/POP Series 4/1.ts @@ -3,24 +3,26 @@ import Set from '../POP Series 4' const card: Card = { name: { - en: "Chimecho (Delta Species)", + en: "Chimecho δ", }, + illustrator: "Masakazu Fukuda", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 358, ], + hp: 60, + types: [ "Metal", ], stage: "Basic", - attacks: [ { cost: [ @@ -43,23 +45,27 @@ const card: Card = { en: "Sonicboom", }, effect: { - en: "This attack's damage isn't affected by Weakness or Resistance.", + en: "This attack’s damage isn’t affected by Weakness or Resistance.", }, damage: 30, }, ], + weaknesses: [ { - type: "Psychic", - value: "×2" + type: "Psychic" }, ], + retreat: 1, - - - + variants: { + normal: false, + reverse: false, + holo: false, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 4/10.ts b/data/POP/POP Series 4/10.ts index 2636ac948..f0ebe9483 100644 --- a/data/POP/POP Series 4/10.ts +++ b/data/POP/POP Series 4/10.ts @@ -5,25 +5,23 @@ const card: Card = { name: { en: "Scramble Energy", }, + illustrator: "Takumi Akabane", rarity: "Uncommon", category: "Energy", - set: Set, + energyType: "Special", + effect: { + en: "Scramble Energy can be attached only to an Evolved Pokémon (excluding Pokémon-ex). Scramble Energy provides Colorless Energy. While in play, if you have more Prize cards left than your opponent, Scramble Energy provides every type of Energy but provides only 3 in any combination at a time. If the Pokémon Scramble Energy is attached to isn’t an Evolved Pokémon (or evolves into Pokémon-ex), discard Scramble Energy." + }, - - - - - - - - - - - -energyType: "Special", + variants: { + normal: false, + reverse: false, + holo: false, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 4/11.ts b/data/POP/POP Series 4/11.ts index 803d6bf2a..d893fad73 100644 --- a/data/POP/POP Series 4/11.ts +++ b/data/POP/POP Series 4/11.ts @@ -5,22 +5,24 @@ const card: Card = { name: { en: "Mudkip", }, + illustrator: "Masakazu Fukuda", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 258, ], + hp: 50, + types: [ "Water", ], stage: "Basic", - attacks: [ { cost: [ @@ -37,17 +39,21 @@ const card: Card = { }, ], + weaknesses: [ { - type: "Grass", - value: "×2" + type: "Grass" }, ], + retreat: 1, - - - + variants: { + normal: true, + reverse: false, + holo: true, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 4/12.ts b/data/POP/POP Series 4/12.ts index eaaed19f2..5bd36a6cb 100644 --- a/data/POP/POP Series 4/12.ts +++ b/data/POP/POP Series 4/12.ts @@ -5,22 +5,24 @@ const card: Card = { name: { en: "Pidgey", }, + illustrator: "Hisao Nakamura", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 16, ], + hp: 40, + types: [ "Colorless", ], stage: "Basic", - attacks: [ { cost: [ @@ -33,16 +35,17 @@ const card: Card = { effect: { en: "Flip a coin. If heads, this attack does 20 damage plus 10 more damage.", }, - damage: 20, + damage: "20+", }, ], + weaknesses: [ { - type: "Lightning", - value: "×2" + type: "Lightning" }, ], + resistances: [ { type: "Fighting", @@ -50,9 +53,14 @@ const card: Card = { }, ], + retreat: 1, - - + variants: { + normal: false, + reverse: false, + holo: false, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 4/13.ts b/data/POP/POP Series 4/13.ts index eada1158c..7c589e954 100644 --- a/data/POP/POP Series 4/13.ts +++ b/data/POP/POP Series 4/13.ts @@ -5,22 +5,24 @@ const card: Card = { name: { en: "Pikachu", }, + illustrator: "Kouki Saitou", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 25, ], + hp: 50, + types: [ "Lightning", ], stage: "Basic", - attacks: [ { cost: [ @@ -31,23 +33,27 @@ const card: Card = { en: "Spark", }, effect: { - en: "Does 10 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)", + en: "Does 10 damage to 1 of your opponent’s Benched Pokémon. (Don’t apply Weakness and Resistance for Benched Pokémon.)", }, damage: 20, }, ], + weaknesses: [ { - type: "Fighting", - value: "×2" + type: "Fighting" }, ], + retreat: 1, - - - + variants: { + normal: true, + reverse: false, + holo: true, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 4/14.ts b/data/POP/POP Series 4/14.ts index 5d13e0bd4..0e294cacc 100644 --- a/data/POP/POP Series 4/14.ts +++ b/data/POP/POP Series 4/14.ts @@ -5,15 +5,18 @@ const card: Card = { name: { en: "Squirtle", }, + illustrator: "Atsuko Nishida", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 7, ], + hp: 50, + types: [ "Water", ], @@ -27,10 +30,11 @@ const card: Card = { en: "Shell Retreat", }, effect: { - en: "As long as Squirtle has any Energy cards attached to it, damage done to Squirtle by an opponent's attack is reduced by 10 (after applying Weakness and Resistance).", + en: "As long as Squirtle has any Energy cards attached to it, damage done to Squirtle by an opponent’s attack is reduced by 10 (after applying Weakness and Resistance).", }, }, ], + attacks: [ { cost: [ @@ -44,17 +48,21 @@ const card: Card = { }, ], + weaknesses: [ { - type: "Lightning", - value: "×2" + type: "Lightning" }, ], + retreat: 1, - - - + variants: { + normal: true, + reverse: false, + holo: false, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 4/15.ts b/data/POP/POP Series 4/15.ts index 6b6c5f057..1088171b7 100644 --- a/data/POP/POP Series 4/15.ts +++ b/data/POP/POP Series 4/15.ts @@ -3,24 +3,26 @@ import Set from '../POP Series 4' const card: Card = { name: { - en: "Treecko (Delta Species)", + en: "Treecko δ", }, + illustrator: "Masakazu Fukuda", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 252, ], + hp: 40, + types: [ "Psychic", ], stage: "Basic", - attacks: [ { cost: [ @@ -47,12 +49,13 @@ const card: Card = { }, ], + weaknesses: [ { - type: "Fire", - value: "×2" + type: "Fire" }, ], + resistances: [ { type: "Water", @@ -60,9 +63,14 @@ const card: Card = { }, ], + retreat: 1, - - + variants: { + normal: false, + reverse: false, + holo: false, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 4/16.ts b/data/POP/POP Series 4/16.ts index 26f9583de..d6566d9aa 100644 --- a/data/POP/POP Series 4/16.ts +++ b/data/POP/POP Series 4/16.ts @@ -5,22 +5,24 @@ const card: Card = { name: { en: "Wobbuffet", }, + illustrator: "Kagemaru Himeno", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 202, ], + hp: 80, + types: [ "Psychic", ], stage: "Basic", - attacks: [ { cost: [ @@ -43,23 +45,27 @@ const card: Card = { en: "Expand", }, effect: { - en: "During your opponent's next turn, any damage done to Wobbuffet is reduced by 20 (after applying Weakness and Resistance).", + en: "During your opponent’s next turn, any damage done to Wobbuffet is reduced by 20 (after applying Weakness and Resistance).", }, damage: 20, }, ], + weaknesses: [ { - type: "Psychic", - value: "×2" + type: "Psychic" }, ], + retreat: 2, - - - + variants: { + normal: false, + reverse: false, + holo: true, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 4/17.ts b/data/POP/POP Series 4/17.ts index e9ab018f5..4cf606fb7 100644 --- a/data/POP/POP Series 4/17.ts +++ b/data/POP/POP Series 4/17.ts @@ -5,15 +5,18 @@ const card: Card = { name: { en: "Deoxys ex", }, - illustrator: "Hiromichi Sugiyama", - rarity: "Rare", - category: "Pokemon", + illustrator: "Hiromichi Sugiyama", + rarity: "Ultra Rare", + category: "Pokemon", set: Set, + dexId: [ 386, ], + hp: 110, + types: [ "Psychic", ], @@ -27,10 +30,11 @@ const card: Card = { en: "Form Change", }, effect: { - en: "Once during your turn (before your attack), you may search your deck for another Deoxys ex and switch it with Deoxys ex. (Any cards attached to Deoxys ex, damage counters, Special Conditions, and effects on it are now on the new Pokémon.) If you do, put Deoxys ex on top of your deck. Shuffle your deck afterward. You can't use more than 1 Form Change Poké-Power each turn.", + en: "Once during your turn (before your attack), you may search your deck for another Deoxys ex and switch it with Deoxys ex. (Any cards attached to Deoxys ex, damage counters, Special Conditions, and effects on it are now on the new Pokémon.) If you do, put Deoxys ex on top of your deck. Shuffle your deck afterward. You can’t use more than 1 Form Change Poké-Power each turn.", }, }, ], + attacks: [ { cost: [ @@ -42,23 +46,28 @@ const card: Card = { en: "Fastwave", }, effect: { - en: "This attack's damage isn't affected by Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon.", + en: "This attack’s damage isn’t affected by Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon.", }, damage: 50, }, ], + weaknesses: [ { - type: "Psychic", - value: "×2" + type: "Psychic" }, ], + suffix: "EX", + retreat: 1, - - - + variants: { + normal: false, + reverse: false, + holo: false, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 4/2.ts b/data/POP/POP Series 4/2.ts index 5e1b13b81..8cae19350 100644 --- a/data/POP/POP Series 4/2.ts +++ b/data/POP/POP Series 4/2.ts @@ -5,15 +5,18 @@ const card: Card = { name: { en: "Deoxys δ", }, + illustrator: "Kouki Saitou", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 386, ], + hp: 70, + types: [ "Colorless", ], @@ -27,10 +30,11 @@ const card: Card = { en: "Form Change", }, effect: { - en: "Once during your turn (before your attack), you may search your deck for another Deoxys and switch it with Deoxys. (Any cards attached to Deoxys, damage counters, Special Conditions, and effects on it are now on the new Pokémon.) If you do, put Deoxys on top of your deck. Shuffle your deck afterward. You can't use more than 1 Form Change Poké-Power each turn.", + en: "Once during your turn (before your attack), you may search your deck for another Deoxys and switch it with Deoxys. (Any cards attached to Deoxys, damage counters, Special Conditions, and effects on it are now on the new Pokémon.) If you do, put Deoxys on top of your deck. Shuffle your deck afterward. You can’t use more than 1 Form Change Poké-Power each turn.", }, }, ], + attacks: [ { cost: [ @@ -41,23 +45,27 @@ const card: Card = { en: "Crystal Laser", }, effect: { - en: "During your next turn, Deoxys's attacks do 40 more damage to the Defending Pokémon (before applying Weakness and Resistance).", + en: "During your next turn, Deoxys’s attacks do 40 more damage to the Defending Pokémon (before applying Weakness and Resistance).", }, damage: 20, }, ], + weaknesses: [ { - type: "Psychic", - value: "×2" + type: "Psychic" }, ], + retreat: 1, - - - + variants: { + normal: true, + reverse: false, + holo: true, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 4/3.ts b/data/POP/POP Series 4/3.ts index 5c0f2577a..9547304f9 100644 --- a/data/POP/POP Series 4/3.ts +++ b/data/POP/POP Series 4/3.ts @@ -5,21 +5,26 @@ const card: Card = { name: { en: "Flygon", }, + illustrator: "Hisao Nakamura", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 330, ], + hp: 120, + types: [ "Fighting", ], + evolveFrom: { en: "Vibrava", }, + stage: "Stage2", abilities: [ @@ -33,6 +38,7 @@ const card: Card = { }, }, ], + attacks: [ { cost: [ @@ -57,23 +63,27 @@ const card: Card = { en: "Sand Pit", }, effect: { - en: "The Defending Pokémon can't retreat during your opponent's next turn.", + en: "The Defending Pokémon can’t retreat during your opponent’s next turn.", }, damage: 70, }, ], + weaknesses: [ { - type: "Water", - value: "×2" + type: "Water" }, ], + retreat: 2, - - - + variants: { + normal: false, + reverse: false, + holo: false, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 4/4.ts b/data/POP/POP Series 4/4.ts index 66e5c93cd..6008464ed 100644 --- a/data/POP/POP Series 4/4.ts +++ b/data/POP/POP Series 4/4.ts @@ -5,15 +5,18 @@ const card: Card = { name: { en: "Mew", }, + illustrator: "Nakaoka", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 151, ], + hp: 70, + types: [ "Psychic", ], @@ -27,10 +30,11 @@ const card: Card = { en: "Reactive Barrier", }, effect: { - en: "As long as Mew has any React Energy cards attached to it, prevent all effects, excluding damage, done to Mew by attacks from your opponent's Pokémon.", + en: "As long as Mew has any React Energy cards attached to it, prevent all effects, excluding damage, done to Mew by attacks from your opponent’s Pokémon.", }, }, ], + attacks: [ { cost: [ @@ -47,17 +51,21 @@ const card: Card = { }, ], + weaknesses: [ { - type: "Psychic", - value: "×2" + type: "Psychic" }, ], + retreat: 1, - - - + variants: { + normal: true, + reverse: false, + holo: true, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 4/5.ts b/data/POP/POP Series 4/5.ts index a5c53269c..1091541ca 100644 --- a/data/POP/POP Series 4/5.ts +++ b/data/POP/POP Series 4/5.ts @@ -5,21 +5,26 @@ const card: Card = { name: { en: "Sceptile", }, + illustrator: "Atsuko Nishida", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 254, ], + hp: 100, + types: [ "Grass", ], + evolveFrom: { en: "Grovyle", }, + stage: "Stage2", abilities: [ @@ -29,10 +34,11 @@ const card: Card = { en: "Energy Trans", }, effect: { - en: "As often as you like during your turn (before your attack), move a Grass Energy card attached to 1 of your Pokémon to another of your Pokémon. This power can't be used if Sceptile is affected by a Special Condition.", + en: "As often as you like during your turn (before your attack), move a Grass Energy card attached to 1 of your Pokémon to another of your Pokémon. This power can’t be used if Sceptile is affected by a Special Condition.", }, }, ], + attacks: [ { cost: [ @@ -46,16 +52,17 @@ const card: Card = { effect: { en: "Flip 2 coins. This attack does 50 damage times the number of heads.", }, - damage: 50, + damage: "50×", }, ], + weaknesses: [ { - type: "Fire", - value: "×2" + type: "Fire" }, ], + resistances: [ { type: "Water", @@ -63,9 +70,14 @@ const card: Card = { }, ], + retreat: 3, - - + variants: { + normal: true, + reverse: false, + holo: false, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 4/6.ts b/data/POP/POP Series 4/6.ts index f81c1314a..7ea6cf799 100644 --- a/data/POP/POP Series 4/6.ts +++ b/data/POP/POP Series 4/6.ts @@ -5,23 +5,27 @@ const card: Card = { name: { en: "Combusken", }, + illustrator: "Mitsuhiro Arita", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 256, ], + hp: 70, + types: [ "Fire", ], + evolveFrom: { en: "Torchic", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -32,7 +36,7 @@ const card: Card = { en: "Smokescreen", }, effect: { - en: "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing.", + en: "If the Defending Pokémon tries to attack during your opponent’s next turn, your opponent flips a coin. If tails, that attack does nothing.", }, damage: 10, @@ -47,23 +51,27 @@ const card: Card = { en: "Sky Uppercut", }, effect: { - en: "This attack's damage isn't affected by Resistance.", + en: "This attack’s damage isn’t affected by Resistance.", }, damage: 40, }, ], + weaknesses: [ { - type: "Water", - value: "×2" + type: "Water" }, ], + retreat: 1, - - - + variants: { + normal: false, + reverse: false, + holo: true, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 4/7.ts b/data/POP/POP Series 4/7.ts index 5524651aa..5bb3f1e3d 100644 --- a/data/POP/POP Series 4/7.ts +++ b/data/POP/POP Series 4/7.ts @@ -5,23 +5,27 @@ const card: Card = { name: { en: "Grovyle", }, + illustrator: "Mitsuhiro Arita", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 253, ], + hp: 70, + types: [ "Grass", ], + evolveFrom: { en: "Treecko", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -34,7 +38,7 @@ const card: Card = { effect: { en: "Flip a coin. If heads, this attack does 10 damage plus 10 more damage.", }, - damage: 10, + damage: "10+", }, { @@ -52,12 +56,13 @@ const card: Card = { }, ], + weaknesses: [ { - type: "Fire", - value: "×2" + type: "Fire" }, ], + resistances: [ { type: "Water", @@ -65,9 +70,14 @@ const card: Card = { }, ], + retreat: 1, - - + variants: { + normal: true, + reverse: false, + holo: false, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 4/8.ts b/data/POP/POP Series 4/8.ts index 885d0783e..b23df0701 100644 --- a/data/POP/POP Series 4/8.ts +++ b/data/POP/POP Series 4/8.ts @@ -5,25 +5,23 @@ const card: Card = { name: { en: "Heal Energy", }, + illustrator: "Takumi Akabane", rarity: "Uncommon", category: "Energy", - set: Set, + energyType: "Special", + effect: { + en: "Heal Energy provides Colorless Energy. When you attach this card from your hand to 1 of your Pokémon, remove 1 damage counter and all Special Conditions from that Pokémon. If Heal Energy is attached to Pokémon-ex, Heal Energy has no effect other than providing Energy." + }, - - - - - - - - - - - -energyType: "Special", + variants: { + normal: true, + reverse: false, + holo: false, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 4/9.ts b/data/POP/POP Series 4/9.ts index 685a3189e..2752af191 100644 --- a/data/POP/POP Series 4/9.ts +++ b/data/POP/POP Series 4/9.ts @@ -5,25 +5,24 @@ const card: Card = { name: { en: "Pokémon Fan Club", }, + illustrator: "Ken Sugimori", rarity: "Uncommon", category: "Trainer", - set: Set, + effect: { + en: "Search your deck for up to 2 Basic Pokémon and put them onto your Bench. Shuffle your deck afterward." + }, + trainerType: "Supporter", - - - - - - - - - - - + variants: { + normal: false, + reverse: false, + holo: false, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 5/1.ts b/data/POP/POP Series 5/1.ts index 38b3ea76c..338b0ddf6 100644 --- a/data/POP/POP Series 5/1.ts +++ b/data/POP/POP Series 5/1.ts @@ -3,24 +3,26 @@ import Set from '../POP Series 5' const card: Card = { name: { - en: "Ho-oh", + en: "Ho-Oh", }, + illustrator: "Mitsuhiro Arita", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 250, ], + hp: 80, + types: [ "Fire", ], stage: "Basic", - attacks: [ { cost: [ @@ -45,23 +47,27 @@ const card: Card = { en: "Fire Blast", }, effect: { - en: "Discard a Energy attached to Ho-oh.", + en: "Discard a Fire Energy attached to Ho-Oh.", }, damage: 60, }, ], + weaknesses: [ { - type: "Water", - value: "×2" + type: "Water" }, ], + retreat: 2, - - - + variants: { + normal: true, + reverse: false, + holo: true, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 5/10.ts b/data/POP/POP Series 5/10.ts index f3d3828f1..999aef28d 100644 --- a/data/POP/POP Series 5/10.ts +++ b/data/POP/POP Series 5/10.ts @@ -3,24 +3,26 @@ import Set from '../POP Series 5' const card: Card = { name: { - en: "Charmander (Delta Species)", + en: "Charmander δ", }, + illustrator: "Mitsuhiro Arita", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 4, ], + hp: 50, + types: [ "Lightning", ], stage: "Basic", - attacks: [ { cost: [ @@ -46,17 +48,21 @@ const card: Card = { }, ], + weaknesses: [ { - type: "Water", - value: "×2" + type: "Water" }, ], + retreat: 1, - - - + variants: { + normal: false, + reverse: false, + holo: false, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 5/11.ts b/data/POP/POP Series 5/11.ts index 2f42c329c..71c3baf98 100644 --- a/data/POP/POP Series 5/11.ts +++ b/data/POP/POP Series 5/11.ts @@ -3,24 +3,26 @@ import Set from '../POP Series 5' const card: Card = { name: { - en: "Meowth (Delta Species)", + en: "Meowth δ", }, + illustrator: "Mitsuhiro Arita", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 52, ], - hp: 50, + + hp: 40, + types: [ "Darkness", ], stage: "Basic", - attacks: [ { cost: [ @@ -30,22 +32,26 @@ const card: Card = { en: "Feint Attack", }, effect: { - en: "Choose 1 of your opponent's Pokémon. This attack does 10 damage to that Pokémon. This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on that Pokémon.", + en: "Choose 1 of your opponent’s Pokémon. This attack does 10 damage to that Pokémon. This attack’s damage isn’t affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on that Pokémon.", }, }, ], + weaknesses: [ { - type: "Fighting", - value: "×2" + type: "Fighting" }, ], + retreat: 1, - - - + variants: { + normal: true, + reverse: false, + holo: false, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 5/12.ts b/data/POP/POP Series 5/12.ts index 899050605..8db27299a 100644 --- a/data/POP/POP Series 5/12.ts +++ b/data/POP/POP Series 5/12.ts @@ -5,22 +5,24 @@ const card: Card = { name: { en: "Pikachu", }, + illustrator: "Naoyo Kimura", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 25, ], + hp: 50, + types: [ "Lightning", ], stage: "Basic", - attacks: [ { cost: [ @@ -49,17 +51,21 @@ const card: Card = { }, ], + weaknesses: [ { - type: "Fighting", - value: "×2" + type: "Fighting" }, ], + retreat: 1, - - - + variants: { + normal: true, + reverse: false, + holo: true, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 5/13.ts b/data/POP/POP Series 5/13.ts index 72dadceca..50343e46c 100644 --- a/data/POP/POP Series 5/13.ts +++ b/data/POP/POP Series 5/13.ts @@ -3,24 +3,26 @@ import Set from '../POP Series 5' const card: Card = { name: { - en: "Pikachu (Delta Species)", + en: "Pikachu δ", }, + illustrator: "Ryo Ueda", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 25, ], + hp: 40, + types: [ "Metal", ], stage: "Basic", - attacks: [ { cost: [ @@ -42,23 +44,27 @@ const card: Card = { en: "Heavy Metal", }, effect: { - en: "Flip a coin for each Energy attached to Pikachu. This attack does 10 damage plus 20 more damage for each heads.", + en: "Flip a coin for each Metal Energy attached to Pikachu. This attack does 10 damage plus 20 more damage for each heads.", }, - damage: 10, + damage: "10+", }, ], + weaknesses: [ { - type: "Fighting", - value: "×2" + type: "Fighting" }, ], + retreat: 1, - - - + variants: { + normal: true, + reverse: false, + holo: false, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 5/14.ts b/data/POP/POP Series 5/14.ts index 146133dfd..ff5c2fb1e 100644 --- a/data/POP/POP Series 5/14.ts +++ b/data/POP/POP Series 5/14.ts @@ -3,23 +3,28 @@ import Set from '../POP Series 5' const card: Card = { name: { - en: "Pelipper (Delta Species)", + en: "Pelipper δ", }, + illustrator: "Mitsuhiro Arita", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 279, ], + hp: 70, + types: [ "Lightning", ], + evolveFrom: { en: "Wingull", }, + stage: "Stage1", abilities: [ @@ -29,10 +34,11 @@ const card: Card = { en: "Mist", }, effect: { - en: "Any damage done to Pelipper by attacks from Stage 2 Evolved Pokémon (both yours and your opponent's) is reduced by 30 (after applying Weakness and Resistance).", + en: "Any damage done to Pelipper by attacks from Stage 2 Evolved Pokémon (both yours and your opponent’s) is reduced by 30 (after applying Weakness and Resistance).", }, }, ], + attacks: [ { cost: [ @@ -44,18 +50,19 @@ const card: Card = { en: "Lightning Wing", }, effect: { - en: "Does 10 damage to 1 of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)", + en: "Does 10 damage to 1 of your Benched Pokémon. (Don’t apply Weakness and Resistance for Benched Pokémon.)", }, damage: 50, }, ], + weaknesses: [ { - type: "Lightning", - value: "×2" + type: "Lightning" }, ], + resistances: [ { type: "Fighting", @@ -63,9 +70,14 @@ const card: Card = { }, ], + retreat: 0, - - + variants: { + normal: false, + reverse: false, + holo: true, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 5/15.ts b/data/POP/POP Series 5/15.ts index 87c92e030..a9427ac6a 100644 --- a/data/POP/POP Series 5/15.ts +++ b/data/POP/POP Series 5/15.ts @@ -3,24 +3,26 @@ import Set from '../POP Series 5' const card: Card = { name: { - en: "Zangoose (Delta Species)", + en: "Zangoose δ", }, + illustrator: "Kouki Saitou", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 335, ], + hp: 70, + types: [ "Metal", ], stage: "Basic", - attacks: [ { cost: [ @@ -30,7 +32,7 @@ const card: Card = { en: "Detect", }, effect: { - en: "Flip a coin. If heads, prevent all effects of an attack, including damage, done to Zangoose during your opponent's next turn.", + en: "Flip a coin. If heads, prevent all effects of an attack, including damage, done to Zangoose during your opponent’s next turn.", }, }, @@ -48,17 +50,21 @@ const card: Card = { }, ], + weaknesses: [ { - type: "Fighting", - value: "×2" + type: "Fighting" }, ], + retreat: 1, - - - + variants: { + normal: true, + reverse: false, + holo: true, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 5/16.ts b/data/POP/POP Series 5/16.ts index 6487f9e07..7fa92e65c 100644 --- a/data/POP/POP Series 5/16.ts +++ b/data/POP/POP Series 5/16.ts @@ -3,17 +3,20 @@ import Set from '../POP Series 5' const card: Card = { name: { - en: "Espeon Star", + en: "Espeon ★", }, - illustrator: "Masakazu Fukuda", - rarity: "Rare", - category: "Pokemon", + illustrator: "Masakazu Fukuda", + rarity: "Ultra Rare", + category: "Pokemon", set: Set, + dexId: [ 196, ], + hp: 70, + types: [ "Psychic", ], @@ -27,10 +30,11 @@ const card: Card = { en: "Purple Ray", }, effect: { - en: "Once during your turn, when you put Espeon * from your hand onto your Bench, you may use this power. Each Active Pokémon (both yours and your opponent's) is now Confused.", + en: "Once during your turn, when you put Espeon Star from your hand onto your Bench, you may use this power. Each Active Pokémon (both yours and your opponent’s) is now Confused.", }, }, ], + attacks: [ { cost: [ @@ -44,21 +48,25 @@ const card: Card = { effect: { en: "Does 30 damage plus 10 more damage for each Energy attached to the Defending Pokémon.", }, - damage: 30, + damage: "30+", }, ], + weaknesses: [ { - type: "Psychic", - value: "×2" + type: "Psychic" }, ], + retreat: 1, - - - + variants: { + normal: false, + reverse: false, + holo: false, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 5/17.ts b/data/POP/POP Series 5/17.ts index 07df8de79..e89895b4a 100644 --- a/data/POP/POP Series 5/17.ts +++ b/data/POP/POP Series 5/17.ts @@ -3,17 +3,20 @@ import Set from '../POP Series 5' const card: Card = { name: { - en: "Umbreon Star", + en: "Umbreon ★", }, - illustrator: "Masakazu Fukuda", - rarity: "Rare", - category: "Pokemon", + illustrator: "Masakazu Fukuda", + rarity: "Ultra Rare", + category: "Pokemon", set: Set, + dexId: [ 197, ], + hp: 70, + types: [ "Darkness", ], @@ -27,10 +30,11 @@ const card: Card = { en: "Dark Ray", }, effect: { - en: "Once during your turn, when you put Umbreon * from your hand onto your Bench, you may choose 1 card from your opponent's hand without looking and discard it.", + en: "Once during your turn, when you put Umbreon Star from your hand onto your Bench, you may choose 1 card from your opponent’s hand without looking and discard it.", }, }, ], + attacks: [ { cost: [ @@ -41,17 +45,18 @@ const card: Card = { en: "Feint Attack", }, effect: { - en: "Choose 1 of your opponent's Pokémon. This attack does 30 damage to that Pokémon. This attack's damage isn't affected by Weakness, Resistance, Poké", + en: "Choose 1 of your opponent’s Pokémon. This attack does 30 damage to that Pokémon. This attack’s damage isn’t affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on that Pokémon.", }, }, ], + weaknesses: [ { - type: "Fighting", - value: "×2" + type: "Fighting" }, ], + resistances: [ { type: "Psychic", @@ -59,9 +64,14 @@ const card: Card = { }, ], + retreat: 1, - - + variants: { + normal: false, + reverse: false, + holo: false, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 5/2.ts b/data/POP/POP Series 5/2.ts index 762c369df..c65e19883 100644 --- a/data/POP/POP Series 5/2.ts +++ b/data/POP/POP Series 5/2.ts @@ -5,22 +5,24 @@ const card: Card = { name: { en: "Lugia", }, + illustrator: "Mitsuhiro Arita", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 249, ], + hp: 80, + types: [ "Psychic", ], stage: "Basic", - attacks: [ { cost: [ @@ -40,26 +42,33 @@ const card: Card = { "Colorless", "Colorless", ], + name: { en: "Aerowing", }, + effect: { en: "Before doing damage, you may flip a coin. If tails, this attack does nothing. If heads, this attack does 60 damage instead.", }, + damage: 30 }, ], + weaknesses: [ { - type: "Psychic", - value: "×2" + type: "Psychic" }, ], + retreat: 2, - - - + variants: { + normal: true, + reverse: false, + holo: true, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 5/3.ts b/data/POP/POP Series 5/3.ts index 57700127a..86badbf82 100644 --- a/data/POP/POP Series 5/3.ts +++ b/data/POP/POP Series 5/3.ts @@ -3,24 +3,26 @@ import Set from '../POP Series 5' const card: Card = { name: { - en: "Mew (Delta Species)", + en: "Mew δ", }, + illustrator: "Masakazu Fukuda", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 151, ], + hp: 60, + types: [ "Fire", ], stage: "Basic", - attacks: [ { cost: [ @@ -30,7 +32,7 @@ const card: Card = { en: "Copy", }, effect: { - en: "Choose 1 of the Defending Pokémon's attacks. Copy copies that attack. This attack does nothing if Mew doesn't have the Energy necessary to use that attack. (You must still do anything else required for that attack.) Mew performs that attack.", + en: "Choose 1 of the Defending Pokémon’s attacks. Copy copies that attack. This attack does nothing if Mew doesn’t have the Energy necessary to use that attack. (You must still do anything else required for that attack.) Mew performs that attack.", }, }, @@ -47,17 +49,21 @@ const card: Card = { }, ], + weaknesses: [ { - type: "Psychic", - value: "×2" + type: "Psychic" }, ], + retreat: 1, - - - + variants: { + normal: true, + reverse: false, + holo: false, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 5/4.ts b/data/POP/POP Series 5/4.ts index f2095b0c7..dcb2af1c5 100644 --- a/data/POP/POP Series 5/4.ts +++ b/data/POP/POP Series 5/4.ts @@ -5,25 +5,23 @@ const card: Card = { name: { en: "Double Rainbow Energy", }, + illustrator: "Takumi Akabane", rarity: "Rare", category: "Energy", - set: Set, + energyType: "Special", + effect: { + en: "Double Rainbow Energy can be attached only to an Evolved Pokémon (excluding Pokémon-ex). While in play, Double Rainbow Energy provides every type of Energy but provides 2 Energy at a time. (Has no effect other than providing Energy.) Damage done to your opponent’s Pokémon by the Pokémon Double Rainbow Energy is attached to is reduced by 10 (before applying Weakness and Resistance). When the Pokémon Double Rainbow Energy is attached to is no longer an Evolved Pokémon, discard Double Rainbow Energy." + }, - - - - - - - - - - - -energyType: "Special", + variants: { + normal: true, + reverse: false, + holo: false, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 5/5.ts b/data/POP/POP Series 5/5.ts index a5b654ef8..5dac8a27d 100644 --- a/data/POP/POP Series 5/5.ts +++ b/data/POP/POP Series 5/5.ts @@ -3,25 +3,29 @@ import Set from '../POP Series 5' const card: Card = { name: { - en: "Charmeleon (Delta Species)", + en: "Charmeleon δ", }, + illustrator: "Mitsuhiro Arita", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 5, ], + hp: 70, + types: [ "Lightning", ], + evolveFrom: { en: "Charmander", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -52,17 +56,21 @@ const card: Card = { }, ], + weaknesses: [ { - type: "Water", - value: "×2" + type: "Water" }, ], + retreat: 1, - - - + variants: { + normal: false, + reverse: false, + holo: false, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 5/6.ts b/data/POP/POP Series 5/6.ts index e4869ea69..87acd0b1c 100644 --- a/data/POP/POP Series 5/6.ts +++ b/data/POP/POP Series 5/6.ts @@ -3,27 +3,26 @@ import Set from '../POP Series 5' const card: Card = { name: { - en: "Bill's Maintenance", + en: "Bill’s Maintenance", }, + illustrator: "Ken Sugimori", rarity: "Uncommon", category: "Trainer", - set: Set, + effect: { + en: "If you have any cards in your hand, shuffle 1 of them into your deck, then draw 3 cards." + }, + trainerType: "Supporter", - - - - - - - - - - - + variants: { + normal: true, + reverse: false, + holo: false, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 5/7.ts b/data/POP/POP Series 5/7.ts index 85ad4804e..9171e96f7 100644 --- a/data/POP/POP Series 5/7.ts +++ b/data/POP/POP Series 5/7.ts @@ -5,25 +5,24 @@ const card: Card = { name: { en: "Rare Candy", }, + illustrator: "Ryo Ueda", rarity: "Uncommon", category: "Trainer", - set: Set, + effect: { + en: "Choose 1 of your Basic Pokémon in play. If you have a Stage 1 or Stage 2 card that evolves from that Pokémon in your hand, put that card on the Basic Pokémon. (This counts as evolving that Pokémon.)" + }, + trainerType: "Item", - - - - - - - - - - - + variants: { + normal: true, + reverse: false, + holo: false, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 5/8.ts b/data/POP/POP Series 5/8.ts index 9cd667295..761910495 100644 --- a/data/POP/POP Series 5/8.ts +++ b/data/POP/POP Series 5/8.ts @@ -5,25 +5,24 @@ const card: Card = { name: { en: "Boost Energy", }, + illustrator: "Shin-ichi Yoshikawa", rarity: "Uncommon", - category: "Trainer", - + category: "Energy", set: Set, + effect: { + en: "Boost Energy can be attached only to an Evolved Pokémon. Discard Boost Energy at the end of the turn it was attached. Boost Energy provides ColorlessColorlessColorless Energy. The Pokémon Boost Energy is attached to can’t retreat. If the Pokémon Boost Energy is attached to isn’t an Evolved Pokémon, discard Boost Energy." + }, + energyType: "Special", - - - - - - - - - - - + variants: { + normal: true, + reverse: false, + holo: false, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 5/9.ts b/data/POP/POP Series 5/9.ts index 9ecff047e..e116116e7 100644 --- a/data/POP/POP Series 5/9.ts +++ b/data/POP/POP Series 5/9.ts @@ -3,27 +3,25 @@ import Set from '../POP Series 5' const card: Card = { name: { - en: "Delta Species Rainbow Energy", + en: "δ Rainbow Energy", }, + illustrator: "Takumi Akabane", rarity: "Uncommon", category: "Energy", - set: Set, + energyType: "Special", + effect: { + en: "δ Rainbow Energy provides Colorless Energy. While attached to a Pokémon that has δ on its card, δ Rainbow Energy provides every type of Energy but provides only 1 Energy at a time. (Has no effect other than providing Energy.)" + }, - - - - - - - - - - - -energyType: "Special", + variants: { + normal: false, + reverse: false, + holo: false, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 6/1.ts b/data/POP/POP Series 6/1.ts index 1ef884dc0..943076a4b 100644 --- a/data/POP/POP Series 6/1.ts +++ b/data/POP/POP Series 6/1.ts @@ -5,21 +5,26 @@ const card: Card = { name: { en: "Bastiodon", }, + illustrator: "Kazuyuki Kano", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 411, ], + hp: 130, + types: [ "Metal", ], + evolveFrom: { en: "Shieldon", }, + stage: "Stage2", abilities: [ @@ -29,10 +34,11 @@ const card: Card = { en: "Protective Wall", }, effect: { - en: "Prevent all damage done to your Benched Pokémon by your opponent's attacks.", + en: "Prevent all damage done to your Benched Pokémon by your opponent’s attacks.", }, }, ], + attacks: [ { cost: [ @@ -44,18 +50,20 @@ const card: Card = { en: "Anger Revenge", }, effect: { - en: "If Bastiodon was damaged by an attack during your opponent's last turn, this attack does 40 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)", + en: "If Bastiodon was damaged by an attack during your opponent’s last turn, this attack does 40 damage to 1 of your opponent’s Benched Pokémon. (Don’t apply Weakness and Resistance for Benched Pokémon.)", }, damage: 60, }, ], + weaknesses: [ { type: "Fire", value: "+40" }, ], + resistances: [ { type: "Psychic", @@ -63,9 +71,18 @@ const card: Card = { }, ], + description: { + en: "Any frontal attack is repulsed. It is a docile Pokémon that feeds on grass and berries." + }, + retreat: 3, - + variants: { + normal: false, + reverse: false, + holo: false, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 6/10.ts b/data/POP/POP Series 6/10.ts index c4e2f5ab6..7633c0cf7 100644 --- a/data/POP/POP Series 6/10.ts +++ b/data/POP/POP Series 6/10.ts @@ -5,23 +5,27 @@ const card: Card = { name: { en: "Staravia", }, + illustrator: "Masakazu Fukuda", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 397, ], + hp: 70, + types: [ "Colorless", ], + evolveFrom: { en: "Starly", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -47,18 +51,20 @@ const card: Card = { en: "Clutch", }, effect: { - en: "The Defending Pokémon can't retreat during your opponent's next turn.", + en: "The Defending Pokémon can’t retreat during your opponent’s next turn.", }, damage: 20, }, ], + weaknesses: [ { type: "Lightning", value: "+20" }, ], + resistances: [ { type: "Fighting", @@ -66,9 +72,18 @@ const card: Card = { }, ], + description: { + en: "It flies around forests and fields in search of bug Pokémon. It stays within a huge flock." + }, + retreat: 0, - + variants: { + normal: false, + reverse: false, + holo: false, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 6/11.ts b/data/POP/POP Series 6/11.ts index 95fddf4ee..8a0975468 100644 --- a/data/POP/POP Series 6/11.ts +++ b/data/POP/POP Series 6/11.ts @@ -5,22 +5,24 @@ const card: Card = { name: { en: "Bidoof", }, + illustrator: "Mitsuhiro Arita", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 399, ], + hp: 50, + types: [ "Colorless", ], stage: "Basic", - attacks: [ { cost: [ @@ -30,7 +32,7 @@ const card: Card = { en: "Amnesia", }, effect: { - en: "Choose 1 of the Defending Pokémon's attacks. That Pokémon can't use that attack during your opponent's next turn.", + en: "Choose 1 of the Defending Pokémon’s attacks. That Pokémon can’t use that attack during your opponent’s next turn.", }, }, @@ -47,6 +49,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Fighting", @@ -54,10 +57,18 @@ const card: Card = { }, ], + description: { + en: "With nerves of steel, nothing can perturb it. It is more agile and active than it appears." + }, + retreat: 1, - - + variants: { + normal: true, + reverse: false, + holo: false, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 6/12.ts b/data/POP/POP Series 6/12.ts index 183bede95..75c58e349 100644 --- a/data/POP/POP Series 6/12.ts +++ b/data/POP/POP Series 6/12.ts @@ -5,22 +5,24 @@ const card: Card = { name: { en: "Buneary", }, + illustrator: "Kagemaru Himeno", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 427, ], + hp: 50, + types: [ "Colorless", ], stage: "Basic", - attacks: [ { cost: [ @@ -42,12 +44,13 @@ const card: Card = { en: "Jump Kick", }, effect: { - en: "Does 10 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)", + en: "Does 10 damage to 1 of your opponent’s Benched Pokémon. (Don’t apply Weakness and Resistance for Benched Pokémon.)", }, damage: 10, }, ], + weaknesses: [ { type: "Fighting", @@ -55,10 +58,18 @@ const card: Card = { }, ], + description: { + en: "It slams foes by sharply uncoiling is rolled ears. It stings enough to make a grown-up cry in pain." + }, + retreat: 1, - - + variants: { + normal: false, + reverse: false, + holo: false, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 6/13.ts b/data/POP/POP Series 6/13.ts index 17c9dd827..c45c6e383 100644 --- a/data/POP/POP Series 6/13.ts +++ b/data/POP/POP Series 6/13.ts @@ -5,22 +5,24 @@ const card: Card = { name: { en: "Cherubi", }, + illustrator: "Atsuko Nishida", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 420, ], + hp: 50, + types: [ "Grass", ], stage: "Basic", - attacks: [ { cost: [ @@ -49,12 +51,14 @@ const card: Card = { }, ], + weaknesses: [ { type: "Fire", value: "+10" }, ], + resistances: [ { type: "Water", @@ -62,9 +66,18 @@ const card: Card = { }, ], + description: { + en: "The small ball holds the nutrients needed for evolution. Apparently, it is very sweet and tasty." + }, + retreat: 1, - + variants: { + normal: true, + reverse: false, + holo: false, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 6/14.ts b/data/POP/POP Series 6/14.ts index d72c2da1d..d84507dc0 100644 --- a/data/POP/POP Series 6/14.ts +++ b/data/POP/POP Series 6/14.ts @@ -5,22 +5,24 @@ const card: Card = { name: { en: "Chimchar", }, + illustrator: "Kagemaru Himeno", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 390, ], + hp: 50, + types: [ "Fire", ], stage: "Basic", - attacks: [ { @@ -46,6 +48,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Water", @@ -53,10 +56,18 @@ const card: Card = { }, ], + description: { + en: "It agilely scales cliffs to live atop craggy mountains. Its fire is put out when it sleeps." + }, + retreat: 1, - - + variants: { + normal: true, + reverse: false, + holo: true, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 6/15.ts b/data/POP/POP Series 6/15.ts index f7bbe4dea..590198498 100644 --- a/data/POP/POP Series 6/15.ts +++ b/data/POP/POP Series 6/15.ts @@ -5,22 +5,24 @@ const card: Card = { name: { en: "Piplup", }, + illustrator: "Atsuko Nishida", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 393, ], + hp: 60, + types: [ "Water", ], stage: "Basic", - attacks: [ { @@ -42,10 +44,11 @@ const card: Card = { effect: { en: "Flip a coin. If heads, this attack does 20 damage plus 10 more damage.", }, - damage: 20, + damage: "20+", }, ], + weaknesses: [ { type: "Lightning", @@ -53,10 +56,18 @@ const card: Card = { }, ], + description: { + en: "Because it is very proud, it hates accepting food from people. Its thick down guards it from cold." + }, + retreat: 1, - - + variants: { + normal: true, + reverse: false, + holo: true, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 6/16.ts b/data/POP/POP Series 6/16.ts index 09c13b90d..e3490b3af 100644 --- a/data/POP/POP Series 6/16.ts +++ b/data/POP/POP Series 6/16.ts @@ -5,22 +5,24 @@ const card: Card = { name: { en: "Starly", }, + illustrator: "Masakazu Fukuda", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 396, ], + hp: 50, + types: [ "Colorless", ], stage: "Basic", - attacks: [ { cost: [ @@ -44,16 +46,18 @@ const card: Card = { effect: { en: "Flip a coin. If heads, this attack does 10 damage plus 20 more damage.", }, - damage: 10, + damage: "10+", }, ], + weaknesses: [ { type: "Lightning", value: "+10" }, ], + resistances: [ { type: "Fighting", @@ -61,9 +65,18 @@ const card: Card = { }, ], + description: { + en: "They flock in great numbers. Though small, they flap their wings with great power." + }, + retreat: 1, - + variants: { + normal: false, + reverse: false, + holo: false, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 6/17.ts b/data/POP/POP Series 6/17.ts index 47a67f6b2..43224506c 100644 --- a/data/POP/POP Series 6/17.ts +++ b/data/POP/POP Series 6/17.ts @@ -5,22 +5,24 @@ const card: Card = { name: { en: "Turtwig", }, + illustrator: "Masakazu Fukuda", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 387, ], + hp: 60, + types: [ "Grass", ], stage: "Basic", - attacks: [ { @@ -43,12 +45,14 @@ const card: Card = { }, ], + weaknesses: [ { type: "Fire", value: "+10" }, ], + resistances: [ { type: "Water", @@ -56,9 +60,18 @@ const card: Card = { }, ], + description: { + en: "Made from soil, the shell on its back hardens when it drinks water. It lives along lakes." + }, + retreat: 2, - + variants: { + normal: false, + reverse: false, + holo: true, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 6/2.ts b/data/POP/POP Series 6/2.ts index 3dbd6f385..9e959ebec 100644 --- a/data/POP/POP Series 6/2.ts +++ b/data/POP/POP Series 6/2.ts @@ -5,23 +5,27 @@ const card: Card = { name: { en: "Lucario", }, + illustrator: "Kouki Saitou", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 448, ], + hp: 90, + types: [ "Fighting", ], + evolveFrom: { en: "Riolu", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -32,7 +36,7 @@ const card: Card = { en: "Feint", }, effect: { - en: "This attack's damage isn't affected by Resistance.", + en: "This attack’s damage isn’t affected by Resistance.", }, damage: 30, @@ -46,12 +50,13 @@ const card: Card = { en: "Aura Sphere", }, effect: { - en: "Does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)", + en: "Does 20 damage to 1 of your opponent’s Benched Pokémon. (Don’t apply Weakness and Resistance for Benched Pokémon.)", }, damage: 40, }, ], + weaknesses: [ { type: "Psychic", @@ -59,10 +64,18 @@ const card: Card = { }, ], + description: { + en: "It has the ability to sense the auras of all things. It understands human speech." + }, + retreat: 1, - - + variants: { + normal: false, + reverse: false, + holo: false, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 6/3.ts b/data/POP/POP Series 6/3.ts index 51d238377..cad3c7c47 100644 --- a/data/POP/POP Series 6/3.ts +++ b/data/POP/POP Series 6/3.ts @@ -5,22 +5,24 @@ const card: Card = { name: { en: "Manaphy", }, + illustrator: "Atsuko Nishida", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 490, ], + hp: 70, + types: [ "Water", ], stage: "Basic", - attacks: [ { cost: [ @@ -49,6 +51,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Lightning", @@ -56,10 +59,18 @@ const card: Card = { }, ], + description: { + en: "Born on a cold seafloor, it will swim great distances to return to its birthplace." + }, + retreat: 1, - - + variants: { + normal: false, + reverse: false, + holo: true, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 6/4.ts b/data/POP/POP Series 6/4.ts index 3ca57e6ae..b1ec35294 100644 --- a/data/POP/POP Series 6/4.ts +++ b/data/POP/POP Series 6/4.ts @@ -5,22 +5,24 @@ const card: Card = { name: { en: "Pachirisu", }, + illustrator: "Atsuko Nishida", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 417, ], + hp: 70, + types: [ "Lightning", ], stage: "Basic", - attacks: [ { cost: [ @@ -48,12 +50,14 @@ const card: Card = { }, ], + weaknesses: [ { type: "Fighting", value: "+20" }, ], + resistances: [ { type: "Metal", @@ -61,9 +65,18 @@ const card: Card = { }, ], + description: { + en: "It makes fur balls that crackle with static electricity. It stores them with berries in tree holes." + }, + retreat: 1, - + variants: { + normal: false, + reverse: false, + holo: false, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 6/5.ts b/data/POP/POP Series 6/5.ts index 15211dc74..2ca72d524 100644 --- a/data/POP/POP Series 6/5.ts +++ b/data/POP/POP Series 6/5.ts @@ -5,23 +5,27 @@ const card: Card = { name: { en: "Rampardos", }, + illustrator: "Kazuyuki Kano", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 409, ], + hp: 120, + types: [ "Fighting", ], + evolveFrom: { en: "Cherrim", }, - stage: "Stage2", + stage: "Stage2", attacks: [ { @@ -33,7 +37,7 @@ const card: Card = { en: "Assurance", }, effect: { - en: "As long as the Defending Pokémon's remaining HP is 60 or less, this attack's base damage is 60 instead of 30.", + en: "As long as the Defending Pokémon’s remaining HP is 60 or less, this attack’s base damage is 60 instead of 30.", }, damage: 30, @@ -48,12 +52,13 @@ const card: Card = { en: "Hasty Headbutt", }, effect: { - en: "Rampardos does 20 damage to itself. This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon.", + en: "Rampardos does 20 damage to itself. This attack’s damage isn’t affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon.", }, damage: 100, }, ], + weaknesses: [ { type: "Grass", @@ -61,10 +66,18 @@ const card: Card = { }, ], + description: { + en: "Its powerful head butt has enough power to shatter even the most durable things upon impact." + }, + retreat: 1, - - + variants: { + normal: false, + reverse: false, + holo: false, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 6/6.ts b/data/POP/POP Series 6/6.ts index 18da562a1..91046ac86 100644 --- a/data/POP/POP Series 6/6.ts +++ b/data/POP/POP Series 6/6.ts @@ -5,22 +5,24 @@ const card: Card = { name: { en: "Drifloon", }, + illustrator: "Mitsuhiro Arita", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 425, ], + hp: 60, + types: [ "Psychic", ], stage: "Basic", - attacks: [ { cost: [ @@ -30,7 +32,7 @@ const card: Card = { en: "Blowing Wind", }, effect: { - en: "Flip a coin. If heads, put 1 of your Benched Pokémon and all cards attached to on top of your deck. Shuffle your deck afterward.", + en: "Flip a coin. If heads, put 1 of your Benched Pokémon and all cards attached to it on top of your deck. Shuffle your deck afterward.", }, }, @@ -43,18 +45,20 @@ const card: Card = { en: "Ominous Wind", }, effect: { - en: "Flip a coin. If heads, the Defending Pokémon is now Confused and can't retreat during your opponent's next turn.", + en: "Flip a coin. If heads, the Defending Pokémon is now Confused and can’t retreat during your opponent’s next turn.", }, damage: 10, }, ], + weaknesses: [ { type: "Darkness", value: "+10" }, ], + resistances: [ { type: "Colorless", @@ -62,9 +66,18 @@ const card: Card = { }, ], + description: { + en: "A Pokémon formed by the spirits of people and Pokémon. It loves damp, humid seasons." + }, + retreat: 1, - + variants: { + normal: false, + reverse: false, + holo: false, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 6/7.ts b/data/POP/POP Series 6/7.ts index f2305673b..eb9052aef 100644 --- a/data/POP/POP Series 6/7.ts +++ b/data/POP/POP Series 6/7.ts @@ -5,48 +5,58 @@ const card: Card = { name: { en: "Gible", }, + illustrator: "Kouki Saitou", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 443, ], + hp: 50, + types: [ "Colorless", ], stage: "Basic", - attacks: [ { cost: [ "Colorless", "Colorless", ], + name: { en: "Surprise Attack", }, + effect: { en: "Flip a coin. If tails, this attack does nothing.", }, + damage: 30 }, ], + weaknesses: [ { type: "Colorless", - value: "×2" + value: "+10" }, ], + retreat: 1, - - - + variants: { + normal: true, + reverse: false, + holo: true, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 6/8.ts b/data/POP/POP Series 6/8.ts index 02b302d07..17f424931 100644 --- a/data/POP/POP Series 6/8.ts +++ b/data/POP/POP Series 6/8.ts @@ -5,22 +5,24 @@ const card: Card = { name: { en: "Riolu", }, + illustrator: "Kouki Saitou", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 447, ], + hp: 60, + types: [ "Fighting", ], stage: "Basic", - attacks: [ { cost: [ @@ -36,6 +38,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Psychic", @@ -43,10 +46,18 @@ const card: Card = { }, ], + description: { + en: "The aura that emanates from its body intensifies to alert others if it is afraid or sad." + }, + retreat: 1, - - + variants: { + normal: true, + reverse: false, + holo: true, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 6/9.ts b/data/POP/POP Series 6/9.ts index ea2619a79..830f52e03 100644 --- a/data/POP/POP Series 6/9.ts +++ b/data/POP/POP Series 6/9.ts @@ -5,22 +5,24 @@ const card: Card = { name: { en: "Pikachu", }, + illustrator: "Kagemaru Himeno", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 25, ], + hp: 50, + types: [ "Lightning", ], stage: "Basic", - attacks: [ { cost: [ @@ -31,18 +33,20 @@ const card: Card = { en: "Spark", }, effect: { - en: "Does 10 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)", + en: "Does 10 damage to 2 of your opponent’s Benched Pokémon. (Don’t apply Weakness and Resistance for Benched Pokémon.)", }, damage: 10, }, ], + weaknesses: [ { type: "Fighting", - value: "×2" + value: "+10" }, ], + resistances: [ { type: "Metal", @@ -50,9 +54,14 @@ const card: Card = { }, ], + retreat: 1, - - + variants: { + normal: true, + reverse: false, + holo: true, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 7/1.ts b/data/POP/POP Series 7/1.ts index 2549d2fee..2e64104e6 100644 --- a/data/POP/POP Series 7/1.ts +++ b/data/POP/POP Series 7/1.ts @@ -5,21 +5,26 @@ const card: Card = { name: { en: "Ampharos", }, + illustrator: "Kouki Saitou", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 181, ], + hp: 130, + types: [ "Lightning", ], + evolveFrom: { en: "Flaaffy", }, + stage: "Stage2", abilities: [ @@ -29,10 +34,11 @@ const card: Card = { en: "Jamming", }, effect: { - en: "After your opponent plays a Supporter card from his or her hand, put 1 damage counter on each of your opponent's Pokémon. You can't use more than 1 Jamming Poké-Body each turn.", + en: "After your opponent plays a Supporter card from his or her hand, put 1 damage counter on each of your opponent’s Pokémon. You can’t use more than 1 Jamming Poké-Body each turn.", }, }, ], + attacks: [ { cost: [ @@ -44,18 +50,20 @@ const card: Card = { en: "Cluster Bolt", }, effect: { - en: "You may discard all Lightning Energy attached to Ampharos. If you do, this attack does 20 damage to each of your opponent's Benched Pokémon that has any Energy cards attached to it. (Don't apply Weakness and Resistance for Benched Pokémon.)", + en: "You may discard all Lightning Energy attached to Ampharos. If you do, this attack does 20 damage to each of your opponent’s Benched Pokémon that has any Energy cards attached to it. (Don’t apply Weakness and Resistance for Benched Pokémon.)", }, damage: 70, }, ], + weaknesses: [ { type: "Fighting", value: "+30" }, ], + resistances: [ { type: "Metal", @@ -63,9 +71,18 @@ const card: Card = { }, ], + description: { + en: "The tip of its tail shines brightly. In the olden days, people sent signals using the tail’s light." + }, + retreat: 3, - + variants: { + normal: true, + reverse: false, + holo: true, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 7/10.ts b/data/POP/POP Series 7/10.ts index 18e7f81fa..24f417877 100644 --- a/data/POP/POP Series 7/10.ts +++ b/data/POP/POP Series 7/10.ts @@ -5,21 +5,26 @@ const card: Card = { name: { en: "Wormadam Sandy Cloak", }, + illustrator: "Kagemaru Himeno", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 413, ], + hp: 80, + types: [ "Fighting", ], + evolveFrom: { en: "Burmy", }, + stage: "Stage1", abilities: [ @@ -33,6 +38,7 @@ const card: Card = { }, }, ], + attacks: [ { cost: [ @@ -46,16 +52,18 @@ const card: Card = { effect: { en: "Does 40 damage plus 10 more damage for each Fighting Energy attached to Wormadam Sandy Cloak.", }, - damage: 40, + damage: "40+", }, ], + weaknesses: [ { type: "Fire", value: "+20" }, ], + resistances: [ { type: "Lightning", @@ -63,9 +71,18 @@ const card: Card = { }, ], + description: { + en: "When BURMY evolved, it cloak became a part of this Pokémon’s body. The cloak is never shed." + }, + retreat: 1, - + variants: { + normal: true, + reverse: false, + holo: false, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 7/11.ts b/data/POP/POP Series 7/11.ts index 53a458df0..63d2c2437 100644 --- a/data/POP/POP Series 7/11.ts +++ b/data/POP/POP Series 7/11.ts @@ -5,15 +5,18 @@ const card: Card = { name: { en: "Burmy Plant Cloak", }, + illustrator: "Kouki Saitou", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 412, ], + hp: 40, + types: [ "Grass", ], @@ -31,6 +34,7 @@ const card: Card = { }, }, ], + attacks: [ { cost: [ @@ -42,10 +46,11 @@ const card: Card = { effect: { en: "If Burmy Plant Cloak has any Grass Energy attached to it, this attack does 10 damage plus 10 more damage.", }, - damage: 10, + damage: "10+", }, ], + weaknesses: [ { type: "Fire", @@ -53,10 +58,18 @@ const card: Card = { }, ], + description: { + en: "To shelter itself from cold, wintry winds, it covers itself with a cloak made of twigs and leaves." + }, + retreat: 1, - - + variants: { + normal: true, + reverse: false, + holo: false, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 7/12.ts b/data/POP/POP Series 7/12.ts index 5cec98608..79275e3ad 100644 --- a/data/POP/POP Series 7/12.ts +++ b/data/POP/POP Series 7/12.ts @@ -5,15 +5,18 @@ const card: Card = { name: { en: "Burmy Sandy Cloak", }, + illustrator: "Midori Harada", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 412, ], + hp: 40, + types: [ "Grass", ], @@ -31,6 +34,7 @@ const card: Card = { }, }, ], + attacks: [ { cost: [ @@ -42,10 +46,11 @@ const card: Card = { effect: { en: "If Burmy Sandy Cloak has any Fighting Energy attached to it, this attack does 10 damage plus 10 more damage.", }, - damage: 10, + damage: "10+", }, ], + weaknesses: [ { type: "Fire", @@ -53,10 +58,18 @@ const card: Card = { }, ], + description: { + en: "To shelter itself from cold, wintry winds, it covers itself with a cloak made of twigs and leaves." + }, + retreat: 1, - - + variants: { + normal: true, + reverse: false, + holo: false, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 7/13.ts b/data/POP/POP Series 7/13.ts index 662b11531..ea8ff0aaf 100644 --- a/data/POP/POP Series 7/13.ts +++ b/data/POP/POP Series 7/13.ts @@ -5,22 +5,24 @@ const card: Card = { name: { en: "Corsola", }, + illustrator: "Midori Harada", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 222, ], + hp: 70, + types: [ "Water", ], stage: "Basic", - attacks: [ { cost: [ @@ -30,7 +32,7 @@ const card: Card = { en: "Rally", }, effect: { - en: "Search your deck for up to 3 different types of Basic Pok��mon and put them onto your Bench. Shuffle your deck afterward.", + en: "Search your deck for up to 3 different types of Basic Pokémon and put them onto your Bench. Shuffle your deck afterward.", }, }, @@ -47,6 +49,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Grass", @@ -54,10 +57,18 @@ const card: Card = { }, ], + description: { + en: "Many live in the clean seas of the south. They apparently can’t live in polluted waters." + }, + retreat: 1, - - + variants: { + normal: true, + reverse: false, + holo: false, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 7/14.ts b/data/POP/POP Series 7/14.ts index f927f5737..5f9d655b0 100644 --- a/data/POP/POP Series 7/14.ts +++ b/data/POP/POP Series 7/14.ts @@ -5,22 +5,24 @@ const card: Card = { name: { en: "Mareep", }, + illustrator: "Atsuko Nishida", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 179, ], + hp: 50, + types: [ "Lightning", ], stage: "Basic", - attacks: [ { cost: [ @@ -48,12 +50,14 @@ const card: Card = { }, ], + weaknesses: [ { type: "Fighting", value: "+10" }, ], + resistances: [ { type: "Metal", @@ -61,9 +65,18 @@ const card: Card = { }, ], + description: { + en: "Its fluffy coat swells to double when static electricity builds up. Touching it can be shocking." + }, + retreat: 1, - + variants: { + normal: true, + reverse: false, + holo: false, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 7/15.ts b/data/POP/POP Series 7/15.ts index 06521e1f0..ba874cffc 100644 --- a/data/POP/POP Series 7/15.ts +++ b/data/POP/POP Series 7/15.ts @@ -5,22 +5,24 @@ const card: Card = { name: { en: "Ralts", }, + illustrator: "Sumiyoshi Kizuki", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 280, ], + hp: 60, + types: [ "Psychic", ], stage: "Basic", - attacks: [ { cost: [ @@ -46,6 +48,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Psychic", @@ -53,10 +56,18 @@ const card: Card = { }, ], + description: { + en: "It uses the horns on its head to sense human emotions. It is said to appear in front of cheerful people." + }, + retreat: 1, - - + variants: { + normal: true, + reverse: false, + holo: false, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 7/16.ts b/data/POP/POP Series 7/16.ts index 29c35b6ec..1745987c2 100644 --- a/data/POP/POP Series 7/16.ts +++ b/data/POP/POP Series 7/16.ts @@ -5,22 +5,24 @@ const card: Card = { name: { en: "Sentret", }, + illustrator: "Midori Harada", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 161, ], + hp: 60, + types: [ "Colorless", ], stage: "Basic", - attacks: [ { cost: [ @@ -46,6 +48,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Fighting", @@ -53,10 +56,18 @@ const card: Card = { }, ], + description: { + en: "It has a very nervous nature. It stands up high on its tail so it can scan wide areas." + }, + retreat: 1, - - + variants: { + normal: true, + reverse: false, + holo: false, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 7/17.ts b/data/POP/POP Series 7/17.ts index f92b56e85..947140819 100644 --- a/data/POP/POP Series 7/17.ts +++ b/data/POP/POP Series 7/17.ts @@ -5,22 +5,24 @@ const card: Card = { name: { en: "Spinda", }, + illustrator: "Atsuko Nishida", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 327, ], + hp: 70, + types: [ "Colorless", ], stage: "Basic", - attacks: [ { cost: [ @@ -44,10 +46,11 @@ const card: Card = { effect: { en: "If any basic Energy card attached to Spinda is the same type as any Energy attached to the Defending Pokémon, this attack does 10 damage plus 30 more damage.", }, - damage: 10, + damage: "10+", }, ], + weaknesses: [ { type: "Fighting", @@ -55,10 +58,18 @@ const card: Card = { }, ], + description: { + en: "No two SPINDA have the same pattern of spots. Its tottering step fouls the aim of foes." + }, + retreat: 1, - - + variants: { + normal: true, + reverse: false, + holo: false, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 7/2.ts b/data/POP/POP Series 7/2.ts index d517836fb..5a68996a1 100644 --- a/data/POP/POP Series 7/2.ts +++ b/data/POP/POP Series 7/2.ts @@ -5,23 +5,27 @@ const card: Card = { name: { en: "Gallade", }, + illustrator: "Daisuke Ito", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 475, ], + hp: 130, + types: [ "Fighting", ], + evolveFrom: { en: "Kirlia", }, - stage: "Stage2", + stage: "Stage2", attacks: [ { @@ -49,10 +53,11 @@ const card: Card = { effect: { en: "You may choose as many of your face-down Prize cards as you like and put them face up. If you do, this attack does 60 damage plus 20 more damage for each Prize card you chose. (These cards remain face up for the rest of the game.)", }, - damage: 60, + damage: "60+", }, ], + weaknesses: [ { type: "Psychic", @@ -60,10 +65,18 @@ const card: Card = { }, ], + description: { + en: "A master of courtesy and swordsmanship, it fights using extending swords on it elbows." + }, + retreat: 2, - - + variants: { + normal: false, + reverse: false, + holo: true, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 7/3.ts b/data/POP/POP Series 7/3.ts index caa2f796f..41709a5ef 100644 --- a/data/POP/POP Series 7/3.ts +++ b/data/POP/POP Series 7/3.ts @@ -5,22 +5,24 @@ const card: Card = { name: { en: "Latias", }, + illustrator: "Daisuke Ito", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 380, ], + hp: 80, + types: [ "Colorless", ], stage: "Basic", - attacks: [ { cost: [ @@ -51,12 +53,14 @@ const card: Card = { }, ], + weaknesses: [ { type: "Colorless", value: "+20" }, ], + resistances: [ { type: "Fighting", @@ -64,9 +68,18 @@ const card: Card = { }, ], + description: { + en: "Its body is covered with a down that can refract light in such a way that it becomes invisble." + }, + retreat: 1, - + variants: { + normal: true, + reverse: false, + holo: true, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 7/4.ts b/data/POP/POP Series 7/4.ts index eb021777e..1a9d8c3df 100644 --- a/data/POP/POP Series 7/4.ts +++ b/data/POP/POP Series 7/4.ts @@ -5,22 +5,24 @@ const card: Card = { name: { en: "Latios", }, + illustrator: "Daisuke Ito", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 381, ], + hp: 90, + types: [ "Colorless", ], stage: "Basic", - attacks: [ { cost: [ @@ -52,12 +54,14 @@ const card: Card = { }, ], + weaknesses: [ { type: "Colorless", value: "+20" }, ], + resistances: [ { type: "Fighting", @@ -65,9 +69,18 @@ const card: Card = { }, ], + description: { + en: "A highly intelligent Pokémon. By folding back its wings in flight, it can overtake jet planes." + }, + retreat: 2, - + variants: { + normal: true, + reverse: false, + holo: true, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 7/5.ts b/data/POP/POP Series 7/5.ts index 3d20a64ae..36b31c936 100644 --- a/data/POP/POP Series 7/5.ts +++ b/data/POP/POP Series 7/5.ts @@ -5,23 +5,27 @@ const card: Card = { name: { en: "Mothim", }, + illustrator: "Kazuyuki Kano", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 414, ], + hp: 80, + types: [ "Grass", ], + evolveFrom: { en: "Burmy", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -45,16 +49,18 @@ const card: Card = { effect: { en: "If Mothim has any damage counters on it, this attack does 30 damage plus 40 more damage.", }, - damage: 30, + damage: "30+", }, ], + weaknesses: [ { type: "Fire", value: "+20" }, ], + resistances: [ { type: "Fighting", @@ -62,9 +68,18 @@ const card: Card = { }, ], + description: { + en: "It loves the honey of flowers and steals honey collected by COMBEE." + }, + retreat: 0, - + variants: { + normal: true, + reverse: false, + holo: true, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 7/6.ts b/data/POP/POP Series 7/6.ts index 4fb28690c..58b8d5b23 100644 --- a/data/POP/POP Series 7/6.ts +++ b/data/POP/POP Series 7/6.ts @@ -5,22 +5,24 @@ const card: Card = { name: { en: "Delibird", }, + illustrator: "Masakazu Fukuda", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 225, ], + hp: 70, + types: [ "Water", ], stage: "Basic", - attacks: [ { @@ -44,6 +46,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Metal", @@ -51,10 +54,18 @@ const card: Card = { }, ], + description: { + en: "It carries food rolled up in its tail. It has the habit of sharing food with people lost in mountains." + }, + retreat: 1, - - + variants: { + normal: true, + reverse: false, + holo: false, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 7/7.ts b/data/POP/POP Series 7/7.ts index 80902727f..afeedc16a 100644 --- a/data/POP/POP Series 7/7.ts +++ b/data/POP/POP Series 7/7.ts @@ -5,23 +5,27 @@ const card: Card = { name: { en: "Flaaffy", }, + illustrator: "Kagemaru Himeno", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 180, ], + hp: 80, + types: [ "Lightning", ], + evolveFrom: { en: "Mareep", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -53,12 +57,14 @@ const card: Card = { }, ], + weaknesses: [ { type: "Fighting", value: "+20" }, ], + resistances: [ { type: "Metal", @@ -66,9 +72,18 @@ const card: Card = { }, ], + description: { + en: "If its coat becomes fully charged with electricity, its tail lights up. It fire hair that zaps on impact." + }, + retreat: 1, - + variants: { + normal: true, + reverse: false, + holo: false, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 7/8.ts b/data/POP/POP Series 7/8.ts index e70254c6d..5f28c5947 100644 --- a/data/POP/POP Series 7/8.ts +++ b/data/POP/POP Series 7/8.ts @@ -5,23 +5,27 @@ const card: Card = { name: { en: "Kirlia", }, + illustrator: "Masakazu Fukuda", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 281, ], + hp: 80, + types: [ "Psychic", ], + evolveFrom: { en: "Ralts", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -46,11 +50,12 @@ const card: Card = { en: "Telekinesis", }, effect: { - en: "Choose 1 of your opponent's Pokémon. This attack does 40 damage to that Pokémon. This attack's damage isn't affected by Weakness or Resistance.", + en: "Choose 1 of your opponent’s Pokémon. This attack does 40 damage to that Pokémon. This attack’s damage isn’t affected by Weakness or Resistance.", }, }, ], + weaknesses: [ { type: "Psychic", @@ -58,10 +63,18 @@ const card: Card = { }, ], + description: { + en: "It is highly perceptive of its Trainer’s feelings. It dances when it is feeling happy." + }, + retreat: 1, - - + variants: { + normal: true, + reverse: false, + holo: true, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 7/9.ts b/data/POP/POP Series 7/9.ts index f3a3fb980..3137c94d2 100644 --- a/data/POP/POP Series 7/9.ts +++ b/data/POP/POP Series 7/9.ts @@ -5,22 +5,24 @@ const card: Card = { name: { en: "Stantler", }, + illustrator: "Kouki Saitou", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 234, ], + hp: 70, + types: [ "Colorless", ], stage: "Basic", - attacks: [ { @@ -41,12 +43,13 @@ const card: Card = { en: "Frighten Horn", }, effect: { - en: "If the Defending Pokémon isn't an Evolved Pokémon, that Pokémon is now Confused.", + en: "If the Defending Pokémon isn’t an Evolved Pokémon, that Pokémon is now Confused.", }, damage: 20, }, ], + weaknesses: [ { type: "Fighting", @@ -54,10 +57,18 @@ const card: Card = { }, ], + description: { + en: "Staring at its antlers creates an odd sensation as if one were being drawn into their centers." + }, + retreat: 1, - - + variants: { + normal: true, + reverse: false, + holo: false, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 8/1.ts b/data/POP/POP Series 8/1.ts index 2c654beb2..e60386bcb 100644 --- a/data/POP/POP Series 8/1.ts +++ b/data/POP/POP Series 8/1.ts @@ -5,22 +5,24 @@ const card: Card = { name: { en: "Heatran", }, + illustrator: "Ken Sugimori", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 485, ], + hp: 100, + types: [ "Fire", ], stage: "Basic", - attacks: [ { cost: [ @@ -47,23 +49,32 @@ const card: Card = { en: "Fire Spin", }, effect: { - en: "Discard 2 basic Energy cards attached to Heatran. (If you can't discard cards, this attack does nothing.)", + en: "Discard 2 basic Energy cards attached to Heatran. (If you can’t discard cards, this attack does nothing.)", }, damage: 90, }, ], + weaknesses: [ { type: "Water", - value: "×2" + value: "+30" }, ], + description: { + en: "It dwells in volcanic caves. It digs in with its cross-shaped feet to crawl on ceilings and walls." + }, + retreat: 3, - - + variants: { + normal: true, + reverse: false, + holo: true, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 8/10.ts b/data/POP/POP Series 8/10.ts index 4ebc46db6..34e495eea 100644 --- a/data/POP/POP Series 8/10.ts +++ b/data/POP/POP Series 8/10.ts @@ -5,25 +5,24 @@ const card: Card = { name: { en: "Rare Candy", }, + illustrator: "Ryo Ueda", rarity: "Uncommon", category: "Trainer", - set: Set, + effect: { + en: "Choose 1 of your Basic Pokémon in play. If you have a Stage 1 or Stage 2 card that evolves from that Pokémon in your hand, put that card on the Basic Pokémon. (This counts as evolving that Pokémon.)" + }, + trainerType: "Item", - - - - - - - - - - - + variants: { + normal: true, + reverse: false, + holo: false, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 8/11.ts b/data/POP/POP Series 8/11.ts index f663a3f35..a0a4cd821 100644 --- a/data/POP/POP Series 8/11.ts +++ b/data/POP/POP Series 8/11.ts @@ -3,27 +3,26 @@ import Set from '../POP Series 8' const card: Card = { name: { - en: "Roseanne's Research", + en: "Roseanne’s Research", }, + illustrator: "Kanako Eo", rarity: "Uncommon", category: "Trainer", - set: Set, + effect: { + en: "Search your deck for up to 2 in any combination of Basic Pokémon and basic Energy cards, show them to your opponent, and put them into your hand. Shuffle your deck afterward." + }, + trainerType: "Supporter", - - - - - - - - - - - + variants: { + normal: false, + reverse: false, + holo: false, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 8/12.ts b/data/POP/POP Series 8/12.ts index c04ccb9bc..c29b0d1a6 100644 --- a/data/POP/POP Series 8/12.ts +++ b/data/POP/POP Series 8/12.ts @@ -5,22 +5,24 @@ const card: Card = { name: { en: "Chimchar", }, + illustrator: "Kagemaru Himeno", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 390, ], + hp: 50, + types: [ "Fire", ], stage: "Basic", - attacks: [ { @@ -46,6 +48,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Water", @@ -53,10 +56,18 @@ const card: Card = { }, ], + description: { + en: "It agilely scales sheer cliffs to live atop craggy mountains. Its fire is put out when it sleeps." + }, + retreat: 1, - - + variants: { + normal: true, + reverse: false, + holo: true, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 8/13.ts b/data/POP/POP Series 8/13.ts index 2e3f1e878..53322c671 100644 --- a/data/POP/POP Series 8/13.ts +++ b/data/POP/POP Series 8/13.ts @@ -5,22 +5,24 @@ const card: Card = { name: { en: "Croagunk", }, - illustrator: "Ken Sugimori", + + illustrator: "Kouki Saitou", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 453, ], + hp: 60, + types: [ "Psychic", ], stage: "Basic", - attacks: [ { cost: [ @@ -30,7 +32,7 @@ const card: Card = { en: "Ghastly Sound", }, effect: { - en: "Flip a coin. If heads, your opponent can't play any Supporter cards from his or her hand during his or her next turn.", + en: "Flip a coin. If heads, your opponent can’t play any Supporter cards from his or her hand during his or her next turn.", }, }, @@ -49,6 +51,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Psychic", @@ -56,10 +59,18 @@ const card: Card = { }, ], + description: { + en: "Its cheeks hold poison sacs. It tries to catch foes off guard to jab them with toxic fingers." + }, + retreat: 1, - - + variants: { + normal: true, + reverse: false, + holo: true, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 8/14.ts b/data/POP/POP Series 8/14.ts index e2e00c5d3..f1de70813 100644 --- a/data/POP/POP Series 8/14.ts +++ b/data/POP/POP Series 8/14.ts @@ -5,15 +5,18 @@ const card: Card = { name: { en: "Happiny", }, + illustrator: "Yuka Morii", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 440, ], + hp: 60, + types: [ "Colorless", ], @@ -31,6 +34,7 @@ const card: Card = { }, }, ], + attacks: [ { @@ -43,6 +47,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Fighting", @@ -50,10 +55,18 @@ const card: Card = { }, ], + description: { + en: "It loves round white things. It carries an egg-shaped rock in imitation of CHANSEY." + }, + retreat: 1, - - + variants: { + normal: true, + reverse: false, + holo: true, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 8/15.ts b/data/POP/POP Series 8/15.ts index a99ddb0de..369794d5f 100644 --- a/data/POP/POP Series 8/15.ts +++ b/data/POP/POP Series 8/15.ts @@ -5,22 +5,24 @@ const card: Card = { name: { en: "Piplup", }, + illustrator: "Atsuko Nishida", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 393, ], + hp: 60, + types: [ "Water", ], stage: "Basic", - attacks: [ { @@ -42,10 +44,11 @@ const card: Card = { effect: { en: "Flip a coin. If heads, this attack does 20 damage plus 10 more damage.", }, - damage: 20, + damage: "20+", }, ], + weaknesses: [ { type: "Lightning", @@ -53,10 +56,18 @@ const card: Card = { }, ], + description: { + en: "Because it is very proud, it hates accepting food from people. Its thick down guards it from cold." + }, + retreat: 1, - - + variants: { + normal: false, + reverse: false, + holo: false, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 8/16.ts b/data/POP/POP Series 8/16.ts index 622c304e0..ee39d83c9 100644 --- a/data/POP/POP Series 8/16.ts +++ b/data/POP/POP Series 8/16.ts @@ -5,15 +5,18 @@ const card: Card = { name: { en: "Riolu", }, + illustrator: "Masakazu Fukuda", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 447, ], + hp: 50, + types: [ "Fighting", ], @@ -27,10 +30,11 @@ const card: Card = { en: "Inner Focus", }, effect: { - en: "Riolu can't be Paralyzed.", + en: "Riolu can’t be Paralyzed.", }, }, ], + attacks: [ { cost: [ @@ -42,21 +46,30 @@ const card: Card = { effect: { en: "Flip a coin. If heads, this attack does 10 damage plus 10 more damage.", }, - damage: 10, + damage: "10+", }, ], + weaknesses: [ { type: "Psychic", - value: "×2" + value: "+10" }, ], + description: { + en: "Its body is lithe yet powerful. It can crest three mountains and cross two canyons in one night." + }, + retreat: 1, - - + variants: { + normal: true, + reverse: false, + holo: true, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 8/17.ts b/data/POP/POP Series 8/17.ts index 0db710bbe..324437da7 100644 --- a/data/POP/POP Series 8/17.ts +++ b/data/POP/POP Series 8/17.ts @@ -5,22 +5,24 @@ const card: Card = { name: { en: "Turtwig", }, + illustrator: "Masakazu Fukuda", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 387, ], + hp: 60, + types: [ "Grass", ], stage: "Basic", - attacks: [ { @@ -43,12 +45,14 @@ const card: Card = { }, ], + weaknesses: [ { type: "Fire", value: "+10" }, ], + resistances: [ { type: "Water", @@ -56,9 +60,18 @@ const card: Card = { }, ], + description: { + en: "Made from soil, the shell on its back hardens when it drinks water. It lives along lakes." + }, + retreat: 2, - + variants: { + normal: true, + reverse: false, + holo: false, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 8/2.ts b/data/POP/POP Series 8/2.ts index eedef2f84..2e1a3302a 100644 --- a/data/POP/POP Series 8/2.ts +++ b/data/POP/POP Series 8/2.ts @@ -5,23 +5,27 @@ const card: Card = { name: { en: "Lucario", }, + illustrator: "Kent Kanetsuna", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 448, ], + hp: 90, + types: [ "Fighting", ], + evolveFrom: { en: "Riolu", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -33,7 +37,7 @@ const card: Card = { en: "Blocking Punch", }, effect: { - en: "During your opponent's next turn, any damage done to Lucario by attacks is reduced by 20 (after applying Weakness and Resistance).", + en: "During your opponent’s next turn, any damage done to Lucario by attacks is reduced by 20 (after applying Weakness and Resistance).", }, damage: 40, @@ -48,23 +52,32 @@ const card: Card = { en: "Striking Kick", }, effect: { - en: "This attack's damage isn't affected by Resistance, Poké-Powers, Poké-Bodies, or any other effects of the Defending Pokémon.", + en: "This attack’s damage isn’t affected by Resistance, Poké-Powers, Poké-Bodies, or any other effects on the Defending Pokémon.", }, damage: 60, }, ], + weaknesses: [ { type: "Psychic", - value: "×2" + value: "+20" }, ], + description: { + en: "By catching the aura emanating from others, it can read their thoughts and movements." + }, + retreat: 1, - - + variants: { + normal: true, + reverse: false, + holo: true, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 8/3.ts b/data/POP/POP Series 8/3.ts index 6df0cea8e..34432354f 100644 --- a/data/POP/POP Series 8/3.ts +++ b/data/POP/POP Series 8/3.ts @@ -5,21 +5,26 @@ const card: Card = { name: { en: "Luxray", }, + illustrator: "Ken Sugimori", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 405, ], + hp: 120, + types: [ "Lightning", ], + evolveFrom: { en: "Luxio", }, + stage: "Stage2", abilities: [ @@ -29,10 +34,11 @@ const card: Card = { en: "Intimidating Fang", }, effect: { - en: "As long as Luxray is your Active Pokémon, any damage done by an opponent's attack is reduced by 10 (before applying Weakness and Resistance).", + en: "As long as Luxray is your Active Pokémon, any damage done by an opponent’s attack is reduced by 10 (before applying Weakness and Resistance).", }, }, ], + attacks: [ { cost: [ @@ -51,12 +57,14 @@ const card: Card = { }, ], + weaknesses: [ { type: "Fighting", - value: "×2" + value: "+30" }, ], + resistances: [ { type: "Metal", @@ -64,9 +72,18 @@ const card: Card = { }, ], + description: { + en: "When its eyes gleam gold, it can spot hiding prey–even those taking shelter behind a wall." + }, + retreat: 1, - + variants: { + normal: true, + reverse: false, + holo: true, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 8/4.ts b/data/POP/POP Series 8/4.ts index 04678bdb2..17bf900f1 100644 --- a/data/POP/POP Series 8/4.ts +++ b/data/POP/POP Series 8/4.ts @@ -5,23 +5,27 @@ const card: Card = { name: { en: "Probopass", }, + illustrator: "Ken Sugimori", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 476, ], + hp: 90, + types: [ "Metal", ], + evolveFrom: { en: "Nosepass", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -33,7 +37,7 @@ const card: Card = { en: "Rock Slide", }, effect: { - en: "Does 10 damage to 2 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)", + en: "Does 10 damage to 2 of your opponent’s Benched Pokémon. (Don’t apply Weakness and Resistance for Benched Pokémon.)", }, damage: 20, @@ -50,16 +54,18 @@ const card: Card = { effect: { en: "Flip 3 coins. This attack does 50 damage plus 20 more damage for each heads.", }, - damage: 50, + damage: "50+", }, ], + weaknesses: [ { type: "Fire", - value: "×2" + value: "+30" }, ], + resistances: [ { type: "Psychic", @@ -67,9 +73,18 @@ const card: Card = { }, ], + description: { + en: "It exudes strong magnetium from all cover. It controls three small units called Mini-Noses." + }, + retreat: 3, - + variants: { + normal: false, + reverse: false, + holo: true, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 8/5.ts b/data/POP/POP Series 8/5.ts index 5fa501ad2..4f4c09d5b 100644 --- a/data/POP/POP Series 8/5.ts +++ b/data/POP/POP Series 8/5.ts @@ -5,23 +5,27 @@ const card: Card = { name: { en: "Yanmega", }, + illustrator: "Ken Sugimori", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 469, ], + hp: 90, + types: [ "Grass", ], + evolveFrom: { en: "Yanma", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -53,12 +57,14 @@ const card: Card = { }, ], + weaknesses: [ { type: "Lightning", - value: "×2" + value: "+20" }, ], + resistances: [ { type: "Fighting", @@ -66,9 +72,18 @@ const card: Card = { }, ], + description: { + en: "By churning its wings, it creates shock waves that inflict critical internal injuries to foes." + }, + retreat: 0, - + variants: { + normal: false, + reverse: false, + holo: true, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 8/6.ts b/data/POP/POP Series 8/6.ts index 271894b15..cb12c2893 100644 --- a/data/POP/POP Series 8/6.ts +++ b/data/POP/POP Series 8/6.ts @@ -5,23 +5,27 @@ const card: Card = { name: { en: "Cherrim", }, + illustrator: "Atsuko Nishida", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 421, ], + hp: 80, + types: [ "Grass", ], + evolveFrom: { en: "Cherubi", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -48,16 +52,18 @@ const card: Card = { effect: { en: "Flip a coin. If heads, this attack does 20 damage plus 20 more damage and remove 3 damage counters from Cherrim.", }, - damage: 20, + damage: "20+", }, ], + weaknesses: [ { type: "Fire", value: "+20" }, ], + resistances: [ { type: "Water", @@ -65,9 +71,18 @@ const card: Card = { }, ], + description: { + en: "It blooms during times of strong sunlight. It tries to make up for everything it endured as a bud." + }, + retreat: 2, - + variants: { + normal: false, + reverse: false, + holo: true, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 8/7.ts b/data/POP/POP Series 8/7.ts index 714982726..e7ff2ab42 100644 --- a/data/POP/POP Series 8/7.ts +++ b/data/POP/POP Series 8/7.ts @@ -5,22 +5,24 @@ const card: Card = { name: { en: "Carnivine", }, + illustrator: "Kouki Saitou", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 455, ], + hp: 70, + types: [ "Grass", ], stage: "Basic", - attacks: [ { cost: [ @@ -31,7 +33,7 @@ const card: Card = { en: "Swallow Up", }, effect: { - en: "Before doing damage, count the remaining HP of the Defending Pokémon and Carnivine. If the Defending Pokémon has fewer remaining HP than Carnivine's, this attack does 60 damage instead.", + en: "Before doing damage, count the remaining HP of the Defending Pokémon and Carnivine. If the Defending Pokémon has fewer remaining HP than Carnivine’s, this attack does 60 damage instead.", }, damage: 30, @@ -51,12 +53,14 @@ const card: Card = { }, ], + weaknesses: [ { type: "Fire", value: "+20" }, ], + resistances: [ { type: "Water", @@ -64,9 +68,18 @@ const card: Card = { }, ], + description: { + en: "It attracts prey with its sweet-smelling saliva, then chomps down. It takes a whole day to eat prey." + }, + retreat: 1, - + variants: { + normal: true, + reverse: false, + holo: true, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 8/8.ts b/data/POP/POP Series 8/8.ts index ce9036972..94e42158e 100644 --- a/data/POP/POP Series 8/8.ts +++ b/data/POP/POP Series 8/8.ts @@ -5,23 +5,27 @@ const card: Card = { name: { en: "Luxio", }, - illustrator: "Ken Sugimori", + + illustrator: "Kagemaru Himeno", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 404, ], + hp: 80, + types: [ "Lightning", ], + evolveFrom: { en: "Shinx", }, - stage: "Stage1", + stage: "Stage1", attacks: [ { @@ -34,7 +38,7 @@ const card: Card = { effect: { en: "Flip a coin. If heads, this attack does 10 damage plus 30 more damage.", }, - damage: 10, + damage: "10+", }, { @@ -52,12 +56,14 @@ const card: Card = { }, ], + weaknesses: [ { type: "Fighting", value: "+20" }, ], + resistances: [ { type: "Metal", @@ -65,9 +71,18 @@ const card: Card = { }, ], + description: { + en: "Its claws loose electricity with enough amperage to cause fainting. They live in small groups." + }, + retreat: 0, - + variants: { + normal: true, + reverse: false, + holo: true, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 8/9.ts b/data/POP/POP Series 8/9.ts index 67c28ba58..7beebd579 100644 --- a/data/POP/POP Series 8/9.ts +++ b/data/POP/POP Series 8/9.ts @@ -5,25 +5,24 @@ const card: Card = { name: { en: "Night Maintenance", }, + illustrator: "Ryo Ueda", rarity: "Uncommon", category: "Trainer", - set: Set, + effect: { + en: "Search your discard pile for up to 3 in any combination of Pokémon and basic Energy cards. Show them to your opponent and shuffle them into your deck." + }, + trainerType: "Item", - - - - - - - - - - - + variants: { + normal: true, + reverse: false, + holo: false, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 9/1.ts b/data/POP/POP Series 9/1.ts index 3a453bdb8..993bd21ea 100644 --- a/data/POP/POP Series 9/1.ts +++ b/data/POP/POP Series 9/1.ts @@ -5,36 +5,43 @@ const card: Card = { name: { en: "Garchomp", }, + illustrator: "Kagemaru Himeno", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 445, ], + hp: 130, + types: [ "Colorless", ], + evolveFrom: { en: "Gabite", }, - stage: "Basic", + stage: "Stage2", attacks: [ { cost: [ "Colorless", ], + name: { en: "Dragon Rage", }, + effect: { en: "Flip 2 coins. If either of them is tails, this attack does nothing.", }, + damage: 80 }, { cost: [ @@ -46,23 +53,32 @@ const card: Card = { en: "Jet Sword", }, effect: { - en: "Discard 2 Energy attached to Garchomp and this attack does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)", + en: "Discard 2 Energy attached to Garchomp and this attack does 10 damage to each of your opponent’s Benched Pokémon. (Don’t apply Weakness and Resistance for Benched Pokémon.)", }, damage: 100, }, ], + weaknesses: [ { type: "Colorless", - value: "×2" + value: "+30" }, ], + retreat: 0, + description: { + en: "It flies at speeds equal to a jet fighter plane. It never allows its prey to escape." + }, - - + variants: { + normal: true, + reverse: false, + holo: false, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 9/10.ts b/data/POP/POP Series 9/10.ts index 8f3801048..a0b33515a 100644 --- a/data/POP/POP Series 9/10.ts +++ b/data/POP/POP Series 9/10.ts @@ -5,22 +5,24 @@ const card: Card = { name: { en: "Pachirisu", }, + illustrator: "Midori Harada", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 417, ], + hp: 70, + types: [ "Lightning", ], stage: "Basic", - attacks: [ { cost: [ @@ -41,21 +43,23 @@ const card: Card = { "Colorless", ], name: { - en: "Poison Gulp", + en: "Poison Berry", }, effect: { en: "If you have Croagunk in play, this attack does 20 damage plus 20 more damage and the Defending Pokémon is now Poisoned.", }, - damage: 20, + damage: "20+", }, ], + weaknesses: [ { type: "Fighting", - value: "×2" + value: "+20" }, ], + resistances: [ { type: "Metal", @@ -63,9 +67,18 @@ const card: Card = { }, ], + retreat: 1, + description: { + en: "It makes electricity with pouches in its cheeks and shoots charges from its tail. It live atop trees." + }, - + variants: { + normal: false, + reverse: false, + holo: false, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 9/11.ts b/data/POP/POP Series 9/11.ts index cb2b5da79..a196e8048 100644 --- a/data/POP/POP Series 9/11.ts +++ b/data/POP/POP Series 9/11.ts @@ -5,15 +5,18 @@ const card: Card = { name: { en: "Pichu", }, + illustrator: "Midori Harada", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 172, ], + hp: 40, + types: [ "Lightning", ], @@ -31,6 +34,7 @@ const card: Card = { }, }, ], + attacks: [ { @@ -43,12 +47,14 @@ const card: Card = { }, ], + weaknesses: [ { type: "Fighting", - value: "×2" + value: "+10" }, ], + resistances: [ { type: "Metal", @@ -56,9 +62,18 @@ const card: Card = { }, ], + description: { + en: "It plays with others by touching tails and setting off sparks. This appears to be a test of courage." + }, + retreat: 1, - + variants: { + normal: true, + reverse: false, + holo: false, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 9/12.ts b/data/POP/POP Series 9/12.ts index 9bb905791..b1bb79daf 100644 --- a/data/POP/POP Series 9/12.ts +++ b/data/POP/POP Series 9/12.ts @@ -5,22 +5,24 @@ const card: Card = { name: { en: "Buneary", }, + illustrator: "Midori Harada", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 427, ], + hp: 50, + types: [ "Colorless", ], stage: "Basic", - attacks: [ { cost: [ @@ -32,7 +34,7 @@ const card: Card = { effect: { en: "Flip 2 coins. This attack does 10 damage times the number of heads.", }, - damage: 10, + damage: "10×", }, { @@ -44,22 +46,31 @@ const card: Card = { en: "Defense Curl", }, effect: { - en: "Flip a coin. If heads, prevent all damage done to Buneary by attacks during your opponent's next turn.", + en: "Flip a coin. If heads, prevent all damage done to Buneary by attacks during your opponent’s next turn.", }, }, ], + weaknesses: [ { type: "Fighting", - value: "×2" + value: "+10" }, ], + description: { + en: "When it senses danger, it perks up its ears. On cold nights, it sleeps with its head tucked into its fur." + }, + retreat: 1, - - + variants: { + normal: true, + reverse: false, + holo: false, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 9/13.ts b/data/POP/POP Series 9/13.ts index 64e3e52a2..495b8f825 100644 --- a/data/POP/POP Series 9/13.ts +++ b/data/POP/POP Series 9/13.ts @@ -5,22 +5,24 @@ const card: Card = { name: { en: "Chimchar", }, + illustrator: "Midori Harada", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 390, ], + hp: 40, + types: [ "Fire", ], stage: "Basic", - attacks: [ { cost: [ @@ -32,7 +34,7 @@ const card: Card = { effect: { en: "Flip 4 coins. This attack does 10 damage times the number of heads.", }, - damage: 10, + damage: "10×", }, { @@ -47,21 +49,30 @@ const card: Card = { effect: { en: "If you have Piplup in play, this attack does 40 damage plus 20 more damage and the Defending Pokémon is now Asleep.", }, - damage: 40, + damage: "40+", }, ], + weaknesses: [ { type: "Water", - value: "×2" + value: "+10" }, ], + description: { + en: "Its fiery rear end is fueld by gas made in its belly. Even rain can’t extinguish the fire." + }, + retreat: 1, - - + variants: { + normal: true, + reverse: false, + holo: false, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 9/14.ts b/data/POP/POP Series 9/14.ts index b255ab153..ee102233b 100644 --- a/data/POP/POP Series 9/14.ts +++ b/data/POP/POP Series 9/14.ts @@ -5,22 +5,24 @@ const card: Card = { name: { en: "Gible", }, + illustrator: "Hiroki Fuchino", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 443, ], + hp: 50, + types: [ "Colorless", ], stage: "Basic", - attacks: [ { cost: [ @@ -36,6 +38,7 @@ const card: Card = { }, ], + weaknesses: [ { type: "Colorless", @@ -43,10 +46,18 @@ const card: Card = { }, ], + description: { + en: "Its nests is small, horizontal holes in cave walls. It pounces to catch prey that stray too close." + }, + retreat: 1, - - + variants: { + normal: true, + reverse: false, + holo: false, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 9/15.ts b/data/POP/POP Series 9/15.ts index 68957ec95..8d5b66bc1 100644 --- a/data/POP/POP Series 9/15.ts +++ b/data/POP/POP Series 9/15.ts @@ -5,22 +5,24 @@ const card: Card = { name: { en: "Pikachu", }, + illustrator: "Midori Harada", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 25, ], + hp: 60, + types: [ "Lightning", ], stage: "Basic", - attacks: [ { cost: [ @@ -30,7 +32,7 @@ const card: Card = { en: "Growl", }, effect: { - en: "During your opponent's next turn, any damage done by attacks from the Defending Pokémon is reduced by 20 (before applying Weakness and Resistance).", + en: "During your opponent’s next turn, any damage done by attacks from the Defending Pokémon is reduced by 20 (before applying Weakness and Resistance).", }, }, @@ -50,12 +52,14 @@ const card: Card = { }, ], + weaknesses: [ { type: "Fighting", - value: "×2" + value: "+10" }, ], + resistances: [ { type: "Metal", @@ -63,9 +67,18 @@ const card: Card = { }, ], + description: { + en: "If it looses crackling power from the electric pouches on its cheeks, it is being wary." + }, + retreat: 1, - + variants: { + normal: true, + reverse: false, + holo: false, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 9/16.ts b/data/POP/POP Series 9/16.ts index 1c5b9c959..0f66e440c 100644 --- a/data/POP/POP Series 9/16.ts +++ b/data/POP/POP Series 9/16.ts @@ -5,22 +5,24 @@ const card: Card = { name: { en: "Piplup", }, + illustrator: "Midori Harada", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 393, ], + hp: 50, + types: [ "Water", ], stage: "Basic", - attacks: [ { cost: [ @@ -32,7 +34,7 @@ const card: Card = { effect: { en: "If Piplup has less Energy attached to it than the Defending Pokémon, this attack does 10 damage plus 10 more damage.", }, - damage: 10, + damage: "10+", }, { @@ -45,23 +47,32 @@ const card: Card = { en: "Wavelet", }, effect: { - en: "If you have Buizel in play, this attack does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)", + en: "If you have Buizel in play, this attack does 10 damage to each of your opponent’s Benched Pokémon. (Don’t apply Weakness and Resistance for Benched Pokémon.)", }, damage: 40, }, ], + weaknesses: [ { type: "Lightning", - value: "×2" + value: "+10" }, ], + description: { + en: "It lives along shores in northern countries. A skilled swimmer, it dives for over 10 minutes to hunt." + }, + retreat: 1, - - + variants: { + normal: true, + reverse: false, + holo: false, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 9/17.ts b/data/POP/POP Series 9/17.ts index bba0d92e3..cc85bd34c 100644 --- a/data/POP/POP Series 9/17.ts +++ b/data/POP/POP Series 9/17.ts @@ -5,22 +5,24 @@ const card: Card = { name: { en: "Turtwig", }, + illustrator: "Midori Harada", rarity: "Common", category: "Pokemon", - set: Set, + dexId: [ 387, ], + hp: 60, + types: [ "Grass", ], stage: "Basic", - attacks: [ { cost: [ @@ -47,16 +49,18 @@ const card: Card = { effect: { en: "If you have Chimchar in play, this attack does 40 damage plus 20 more damage and the Defending Pokémon is now Burned.", }, - damage: 40, + damage: "40+", }, ], + weaknesses: [ { type: "Fire", - value: "×2" + value: "+10" }, ], + resistances: [ { type: "Water", @@ -64,9 +68,18 @@ const card: Card = { }, ], + description: { + en: "It undertakes photosynthesis with its body, making oxygen. The leaf on its head wilts if it is thirsty." + }, + retreat: 2, - + variants: { + normal: true, + reverse: false, + holo: false, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 9/2.ts b/data/POP/POP Series 9/2.ts index ed8e49a49..7f9200baa 100644 --- a/data/POP/POP Series 9/2.ts +++ b/data/POP/POP Series 9/2.ts @@ -5,22 +5,24 @@ const card: Card = { name: { en: "Manaphy", }, + illustrator: "Masakazu Fukuda", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 490, ], + hp: 70, + types: [ "Water", ], stage: "Basic", - attacks: [ { cost: [ @@ -42,23 +44,31 @@ const card: Card = { en: "Water Glow", }, effect: { - en: "Choose 1 of your opponent's Pokémon. This attack does 20 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) Then, remove from Manaphy the number of damage counters equal to the damage you did to that Pokémon.", - }, - damage: 20, + en: "Choose 1 of your opponent’s Pokémon. This attack does 20 damage to that Pokémon. (Don’t apply Weakness and Resistance for Benched Pokémon.) Remove from Manaphy the number of damage counters equal to the damage you did to that Pokémon.", + } }, ], + weaknesses: [ { type: "Lightning", - value: "×2" + value: "+20" }, ], + retreat: 1, + description: { + en: "It is born with a wondrous power that lets it bond with any kind of Pokémon." + }, - - + variants: { + normal: true, + reverse: false, + holo: true, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 9/3.ts b/data/POP/POP Series 9/3.ts index 53e6142ab..c04787514 100644 --- a/data/POP/POP Series 9/3.ts +++ b/data/POP/POP Series 9/3.ts @@ -5,23 +5,27 @@ const card: Card = { name: { en: "Raichu", }, + illustrator: "Midori Harada", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 26, ], + hp: 90, + types: [ "Lightning", ], + evolveFrom: { en: "Pikachu", }, - stage: "Basic", + stage: "Stage1", attacks: [ { @@ -35,7 +39,7 @@ const card: Card = { effect: { en: "Flip 2 coins. This attack does 30 damage times the number of heads.", }, - damage: 30, + damage: "30×", }, { @@ -44,21 +48,26 @@ const card: Card = { "Lightning", "Lightning", ], + name: { en: "High Volt", }, + effect: { - en: "If Raichu evolved from Pikachu during this turn, this attack's base damage is 100 instead of 60.", + en: "If Raichu evolved from Pikachu during this turn, this attack’s base damage is 100 instead of 60.", }, + damage: 60 }, ], + weaknesses: [ { type: "Fighting", - value: "×2" + value: "+20" }, ], + resistances: [ { type: "Metal", @@ -66,9 +75,18 @@ const card: Card = { }, ], + retreat: 1, + description: { + en: "It can loose 100,000-volt bursts of electricity, instantly downing foes several times its size." + }, - + variants: { + normal: true, + reverse: true, + holo: false, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 9/4.ts b/data/POP/POP Series 9/4.ts index 89b1d30f7..8210e68d4 100644 --- a/data/POP/POP Series 9/4.ts +++ b/data/POP/POP Series 9/4.ts @@ -5,22 +5,24 @@ const card: Card = { name: { en: "Regigigas", }, + illustrator: "Kent Kanetsuna", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 486, ], + hp: 100, + types: [ "Colorless", ], stage: "Basic", - attacks: [ { cost: [ @@ -50,10 +52,11 @@ const card: Card = { effect: { en: "Flip 2 coins. This attack does 50 damage plus 20 more damage for each heads.", }, - damage: 50, + damage: "50+", }, ], + weaknesses: [ { type: "Fighting", @@ -61,10 +64,18 @@ const card: Card = { }, ], + retreat: 4, + description: { + en: "There is an enduring legend that states this Pokémon towed continents with ropes." + }, - - + variants: { + normal: true, + reverse: false, + holo: false, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 9/5.ts b/data/POP/POP Series 9/5.ts index c61f6dcf2..f587f1c40 100644 --- a/data/POP/POP Series 9/5.ts +++ b/data/POP/POP Series 9/5.ts @@ -5,15 +5,18 @@ const card: Card = { name: { en: "Rotom", }, + illustrator: "Masakazu Fukuda", rarity: "Rare", category: "Pokemon", - set: Set, + dexId: [ 479, ], + hp: 70, + types: [ "Lightning", ], @@ -27,10 +30,11 @@ const card: Card = { en: "Type Shift", }, effect: { - en: "Once during your turn (before your attack), you may use this power. Rotom's type is Psychic until the end of your turn", + en: "Once during your turn (before your attack), you may use this power. Rotom’s type is Psychic until the end of your turn.", }, }, ], + attacks: [ { cost: [ @@ -41,18 +45,20 @@ const card: Card = { en: "Poltergeist", }, effect: { - en: "Look at your opponent's hand. This attack does 30 damage plus 10 more damage for each Trainer, Supporter, and Stadium card in your opponent's hand.", + en: "Look at your opponent’s hand. This attack does 30 damage plus 10 more damage for each Trainer, Supporter, and Stadium card in your opponent’s hand.", }, - damage: 30, + damage: "30+", }, ], + weaknesses: [ { type: "Darkness", - value: "×2" + value: "+20" }, ], + resistances: [ { type: "Colorless", @@ -60,9 +66,18 @@ const card: Card = { }, ], + retreat: 1, + description: { + en: "Its electric-like body can enter some kinds of machines and take control in order to make mischief." + }, - + variants: { + normal: true, + reverse: false, + holo: true, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 9/6.ts b/data/POP/POP Series 9/6.ts index d8fcaeb5a..29f84088a 100644 --- a/data/POP/POP Series 9/6.ts +++ b/data/POP/POP Series 9/6.ts @@ -5,22 +5,24 @@ const card: Card = { name: { en: "Buizel", }, + illustrator: "Midori Harada", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 418, ], + hp: 60, + types: [ "Water", ], stage: "Basic", - attacks: [ { cost: [ @@ -43,23 +45,32 @@ const card: Card = { en: "Super Fast", }, effect: { - en: "If you have Pachirisu in play, flip a coin. If heads, prevent all effects of an attack, including damage, done to Buizel during your opponent's next turn.", + en: "If you have Pachirisu in play, flip a coin. If heads, prevent all effects of an attack, including damage, done to Buizel during your opponent’s next turn.", }, damage: 30, }, ], + weaknesses: [ { type: "Lightning", - value: "×2" + value: "+10" }, ], + retreat: 1, + description: { + en: "It swims by rotating its two tails like a screw. When it dives, its flotation sac collapses." + }, - - + variants: { + normal: true, + reverse: false, + holo: false, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 9/7.ts b/data/POP/POP Series 9/7.ts index 660937793..b0bf10680 100644 --- a/data/POP/POP Series 9/7.ts +++ b/data/POP/POP Series 9/7.ts @@ -5,22 +5,24 @@ const card: Card = { name: { en: "Croagunk", }, + illustrator: "Midori Harada", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 453, ], + hp: 60, + types: [ "Psychic", ], stage: "Basic", - attacks: [ { cost: [ @@ -30,7 +32,7 @@ const card: Card = { en: "Knock Off", }, effect: { - en: "Flip a coin. If heads, choose 1 card from your opponent's hand without looking and discard it.", + en: "Flip a coin. If heads, choose 1 card from your opponent’s hand without looking and discard it.", }, }, @@ -49,17 +51,26 @@ const card: Card = { }, ], + weaknesses: [ { type: "Psychic", - value: "×2" + value: "+10" }, ], + retreat: 2, + description: { + en: "Inflating its poison sacs, it makes an eerie blubbering sound for intimidation." + }, - - + variants: { + normal: true, + reverse: false, + holo: false, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 9/8.ts b/data/POP/POP Series 9/8.ts index 6c6329c95..b05742643 100644 --- a/data/POP/POP Series 9/8.ts +++ b/data/POP/POP Series 9/8.ts @@ -5,23 +5,27 @@ const card: Card = { name: { en: "Gabite", }, + illustrator: "Kagemaru Himeno", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 444, ], + hp: 80, + types: [ "Colorless", ], + evolveFrom: { en: "Gible", }, - stage: "Basic", + stage: "Stage1", attacks: [ { @@ -32,7 +36,7 @@ const card: Card = { en: "Burrow", }, effect: { - en: "Flip a coin. If heads, prevent all damage done to Gabite by attacks during your opponent's next turn.", + en: "Flip a coin. If heads, prevent all damage done to Gabite by attacks during your opponent’s next turn.", }, }, @@ -52,17 +56,26 @@ const card: Card = { }, ], + weaknesses: [ { type: "Colorless", - value: "×2" + value: "+20" }, ], + retreat: 1, + description: { + en: "It habitually digs up and hoards gems in its nest. Its loot is constantly targeted by thieves." + }, - - + variants: { + normal: false, + reverse: false, + holo: false, + firstEdition: false + } } export default card diff --git a/data/POP/POP Series 9/9.ts b/data/POP/POP Series 9/9.ts index 2b55bbe91..5dcc590d4 100644 --- a/data/POP/POP Series 9/9.ts +++ b/data/POP/POP Series 9/9.ts @@ -5,23 +5,27 @@ const card: Card = { name: { en: "Lopunny", }, + illustrator: "Midori Harada", rarity: "Uncommon", category: "Pokemon", - set: Set, + dexId: [ 428, ], + hp: 80, + types: [ "Colorless", ], + evolveFrom: { en: "Bastiodon", }, - stage: "Basic", + stage: "Stage1", attacks: [ { @@ -33,7 +37,7 @@ const card: Card = { en: "Jump Kick", }, effect: { - en: "Does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)", + en: "Does 20 damage to 1 of your opponent’s Benched Pokémon. (Don’t apply Weakness and Resistance for Benched Pokémon.)", }, damage: 20, @@ -54,17 +58,26 @@ const card: Card = { }, ], + weaknesses: [ { type: "Fighting", - value: "×2" + value: "+20" }, ], + retreat: 1, + description: { + en: "It is very conscious of its looks and never fails to groom its ears. It runs with sprightly jumps." + }, - - + variants: { + normal: false, + reverse: false, + holo: true, + firstEdition: false + } } export default card