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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -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 opponents Pokémon-ex during your opponents next turn.",
},
damage: 30,
},
],
weaknesses: [
{
type: "Psychic",
value: "×2"
type: "Psychic"
},
],
suffix: "EX",
retreat: 1
}
export default card

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -3,27 +3,25 @@ import Set from '../POP Series 2'
const card: Card = {
name: {
en: "Mr. Briney's Compassion",
en: "Mr. Brineys 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

View File

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