1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 00:29:19 +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,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