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: ["Grass", "Colorless"],
|
||||
damage: 40
|
||||
}]
|
||||
}],
|
||||
|
||||
hp: 70,
|
||||
|
||||
description: {
|
||||
en: "There is a plant seed on its back right from the<br />day this Pokémon is born. The seed slowly<br />grows larger."
|
||||
},
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fire",
|
||||
value: "+20"
|
||||
}],
|
||||
|
||||
retreat: 1
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user