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:
@@ -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"
|
||||||
}
|
}
|
||||||
|
@@ -29,11 +29,6 @@ const card: Card = {
|
|||||||
cost: ["Colorless"]
|
cost: ["Colorless"]
|
||||||
}],
|
}],
|
||||||
|
|
||||||
weaknesses: [{
|
|
||||||
type: "Colorless",
|
|
||||||
value: "+20"
|
|
||||||
}],
|
|
||||||
|
|
||||||
retreat: 1
|
retreat: 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -33,11 +33,6 @@ const card: Card = {
|
|||||||
cost: ["Water", "Fighting"]
|
cost: ["Water", "Fighting"]
|
||||||
}],
|
}],
|
||||||
|
|
||||||
weaknesses: [{
|
|
||||||
type: "Colorless",
|
|
||||||
value: "+20"
|
|
||||||
}],
|
|
||||||
|
|
||||||
retreat: 1
|
retreat: 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -45,11 +45,6 @@ const card: Card = {
|
|||||||
cost: ["Water", "Fighting"]
|
cost: ["Water", "Fighting"]
|
||||||
}],
|
}],
|
||||||
|
|
||||||
weaknesses: [{
|
|
||||||
type: "Colorless",
|
|
||||||
value: "+20"
|
|
||||||
}],
|
|
||||||
|
|
||||||
retreat: 1
|
retreat: 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -45,11 +45,6 @@ const card: Card = {
|
|||||||
cost: ["Water", "Fighting"]
|
cost: ["Water", "Fighting"]
|
||||||
}],
|
}],
|
||||||
|
|
||||||
weaknesses: [{
|
|
||||||
type: "Colorless",
|
|
||||||
value: "+20"
|
|
||||||
}],
|
|
||||||
|
|
||||||
retreat: 1
|
retreat: 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user