mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19:18 +00:00
@ -16,7 +16,7 @@ const card: Card = {
|
||||
],
|
||||
hp: 210,
|
||||
types: [
|
||||
"Fightning",
|
||||
"Fighting",
|
||||
],
|
||||
evolveFrom: {
|
||||
en: "Aerodactyl-EX",
|
||||
@ -28,7 +28,7 @@ const card: Card = {
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
"Fightning",
|
||||
"Fighting",
|
||||
"Colorless",
|
||||
"Colorless",
|
||||
],
|
||||
@ -52,7 +52,7 @@ const card: Card = {
|
||||
],
|
||||
resistances: [
|
||||
{
|
||||
type: "Fightning",
|
||||
type: "Fighting",
|
||||
value: "-20"
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user