1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-12 15:59:18 +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

@ -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 opponents 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 opponents last turn, this attack does 40 damage to 1 of your opponents Benched Pokémon. (Dont 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

View File

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

View File

@ -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émons attacks. That Pokémon cant use that attack during your opponents 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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -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émons remaining HP is 60 or less, this attacks 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 attacks damage isnt 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

View File

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

View File

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

View File

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

View File

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