mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 17:09:19 +00:00
Finished Complete Rework of the Database
This commit is contained in:
35
data/HeartGold & SoulSilver/Unleashed/90.ts
Normal file
35
data/HeartGold & SoulSilver/Unleashed/90.ts
Normal file
@ -0,0 +1,35 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Unleashed'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Entei & Raikou LEGEND",
|
||||
fr: "Entei & Raikou LÉGENDE (haut)",
|
||||
},
|
||||
illustrator: "Shinji Higuchi + Sachiko Eba",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
dexId: [
|
||||
243,
|
||||
],
|
||||
hp: 140,
|
||||
types: [
|
||||
"Fire",
|
||||
"Lightning",
|
||||
],
|
||||
|
||||
|
||||
suffix: "Legend",
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user