mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 01:19:18 +00:00
feat: Add the new Pokémon TCG Pocket promos (#627)
This commit is contained in:
@ -21,7 +21,20 @@ const card: Card = {
|
||||
|
||||
cost: ["Fighting", "Fighting", "Fighting"],
|
||||
damage: 70
|
||||
}]
|
||||
}],
|
||||
|
||||
hp: 110,
|
||||
|
||||
description: {
|
||||
en: "As it digs through the ground, it absorbs many<br />hard objects. This is what makes its body so solid."
|
||||
},
|
||||
|
||||
weaknesses: [{
|
||||
type: "Grass",
|
||||
value: "+20"
|
||||
}],
|
||||
|
||||
retreat: 4
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user