1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-15 08:59:18 +00:00

fix: Pocket card data fixes (#659)

Co-authored-by: Khaleeq Ahmad <1710642+khaleeqahmad@users.noreply.github.com>
This commit is contained in:
Khaleeq Ahmad
2025-02-19 20:52:42 +00:00
committed by GitHub
parent 28662c55c3
commit a597759d9d
529 changed files with 3020 additions and 798 deletions

View File

@ -11,6 +11,7 @@ const card: Card = {
illustrator: "You Iribi",
category: "Pokemon",
hp: 120,
types: ["Grass"],
stage: "Stage1",
evolveFrom: {
en: "Skiddo"
@ -27,8 +28,17 @@ const card: Card = {
damage: "70"
}],
weaknesses: [{
type: "Fire",
value: "+20"
}],
retreat: 2,
rarity: "One Diamond"
rarity: "One Diamond",
description: {
en: "It can sense the feelings of others by touching them with its horns. This species has assisted people with their work since 5,000 years ago.",
}
}
export default card