1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-22 10:52:10 +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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 0 additions and 25 deletions

View File

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

View File

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

View File

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

View File

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

View File

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