1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-16 09:29:19 +00:00

fix: add missing retreat cost and weakness for some cards (#527)

Co-authored-by: Felipe Contreras Salinas <felipe@bstr.cl>
This commit is contained in:
Felipe Contreras Salinas
2024-08-24 20:45:45 -04:00
committed by GitHub
parent cfd6d5c0e8
commit 5fbcd82457
23 changed files with 66 additions and 41 deletions

View File

@ -66,6 +66,12 @@ const card: Card = {
damage: 330
}],
weaknesses: [
{
type: "Water",
value: "×2"
},
],
retreat: 2,
regulationMark: "G",
@ -75,4 +81,4 @@ const card: Card = {
}
}
export default card
export default card