mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 00:29:19 +00:00
@ -16,7 +16,7 @@ const card: Card = {
|
||||
],
|
||||
hp: 170,
|
||||
types: [
|
||||
"Fightning",
|
||||
"Fighting",
|
||||
],
|
||||
|
||||
|
||||
@ -25,7 +25,7 @@ const card: Card = {
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
"Fightning",
|
||||
"Fighting",
|
||||
"Colorless",
|
||||
],
|
||||
name: {
|
||||
@ -41,7 +41,7 @@ const card: Card = {
|
||||
},
|
||||
{
|
||||
cost: [
|
||||
"Fightning",
|
||||
"Fighting",
|
||||
"Colorless",
|
||||
"Colorless",
|
||||
],
|
||||
@ -61,7 +61,7 @@ const card: Card = {
|
||||
],
|
||||
resistances: [
|
||||
{
|
||||
type: "Fightning",
|
||||
type: "Fighting",
|
||||
value: "-20"
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user