1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-15 00:49: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,23 +5,27 @@ const card: Card = {
name: {
en: "Tyranitar ex",
},
illustrator: "Hikaru Koike",
illustrator: "Hisao Nakamura",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
248,
],
hp: 150,
types: [
"Darkness",
],
evolveFrom: {
en: "Pupitar",
},
stage: "Stage2",
stage: "Stage2",
attacks: [
{
@ -46,22 +50,22 @@ const card: Card = {
en: "Critical Crush",
},
effect: {
en: "Discard 2 Basic Energy cards attached to Tyranitar ex or this attack does nothing.",
en: "Discard 2 basic Energy cards attached to Tyranitar ex or this attack does nothing.",
},
damage: 80,
},
],
weaknesses: [
{
type: "Grass",
value: "×2"
type: "Grass"
},
{
type: "Fighting",
value: "×2"
type: "Fighting"
},
],
resistances: [
{
type: "Psychic",
@ -69,9 +73,8 @@ const card: Card = {
},
],
suffix: "EX",
retreat: 4
}
export default card