mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-12 15:59:18 +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:
committed by
GitHub
parent
cfd6d5c0e8
commit
5fbcd82457
@ -76,6 +76,12 @@ const card: Card = {
|
||||
damage: 320
|
||||
}],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Water",
|
||||
value: "×2"
|
||||
},
|
||||
],
|
||||
retreat: 2,
|
||||
regulationMark: "F",
|
||||
variants: {
|
||||
|
Reference in New Issue
Block a user