mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-28 14:59:19 +00:00
Merge remote-tracking branch 'origin/master' into feat/tmp
This commit is contained in:
@ -28,8 +28,17 @@ const card: Card = {
|
||||
damage: "40"
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fire",
|
||||
value: "+20"
|
||||
}],
|
||||
|
||||
retreat: 1,
|
||||
rarity: "One Diamond"
|
||||
rarity: "One Diamond",
|
||||
|
||||
description: {
|
||||
en: "There is a plant seed on its back right from the day this Pokémon is born. The seed slowly grows larger.",
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user