1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 08:39:17 +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 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émons attacks. Copy copies that attack. This attack does nothing if Mew doesnt 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