1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-08-11 00:11:58 +00:00

Fixed most POP sets (#99)

Signed-off-by: Avior <github@avior.me>
This commit is contained in:
2021-10-26 17:23:45 +02:00
committed by GitHub
parent 829d78fa6f
commit afd3a664ae
153 changed files with 2328 additions and 1124 deletions

View File

@@ -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 attacks damage isnt 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

View File

@@ -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 isnt 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

View File

@@ -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

View File

@@ -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

View File

@@ -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 opponents Benched Pokémon. (Dont 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

View File

@@ -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 opponents 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

View File

@@ -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

View File

@@ -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 opponents 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

View File

@@ -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 cant 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 attacks damage isnt 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

View File

@@ -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 cant 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, Deoxyss 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

View File

@@ -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 cant retreat during your opponents 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

View File

@@ -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 opponents 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

View File

@@ -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 cant 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

View File

@@ -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 opponents 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 attacks damage isnt 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

View File

@@ -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

View File

@@ -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

View File

@@ -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