1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-08-03 13:01:57 +00:00

fix: Remove incorrect weaknesses from Pocket A1a and A2 dragons (#667)

Co-authored-by: Khaleeq Ahmad <1710642+khaleeqahmad@users.noreply.github.com>
This commit is contained in:
Khaleeq Ahmad
2025-02-20 08:38:22 +00:00
committed by GitHub
parent 0158daf40d
commit 7f95bd3da1
5 changed files with 0 additions and 25 deletions

View File

@@ -40,11 +40,6 @@ const card: Card = {
cost: ["Fire", "Water", "Colorless"] cost: ["Fire", "Water", "Colorless"]
}], }],
weaknesses: [{
type: "Colorless",
value: "+20"
}],
retreat: 2, retreat: 2,
rarity: "Two Diamond" rarity: "Two Diamond"
} }

View File

@@ -29,11 +29,6 @@ const card: Card = {
cost: ["Colorless"] cost: ["Colorless"]
}], }],
weaknesses: [{
type: "Colorless",
value: "+20"
}],
retreat: 1 retreat: 1
} }

View File

@@ -33,11 +33,6 @@ const card: Card = {
cost: ["Water", "Fighting"] cost: ["Water", "Fighting"]
}], }],
weaknesses: [{
type: "Colorless",
value: "+20"
}],
retreat: 1 retreat: 1
} }

View File

@@ -45,11 +45,6 @@ const card: Card = {
cost: ["Water", "Fighting"] cost: ["Water", "Fighting"]
}], }],
weaknesses: [{
type: "Colorless",
value: "+20"
}],
retreat: 1 retreat: 1
} }

View File

@@ -45,11 +45,6 @@ const card: Card = {
cost: ["Water", "Fighting"] cost: ["Water", "Fighting"]
}], }],
weaknesses: [{
type: "Colorless",
value: "+20"
}],
retreat: 1 retreat: 1
} }