mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-17 01:49:19 +00:00
Finished Complete Rework of the Database
This commit is contained in:
36
data/Sword & Shield/Champion's Path/72.ts
Normal file
36
data/Sword & Shield/Champion's Path/72.ts
Normal file
@ -0,0 +1,36 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Champion\'s Path'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Grapploct V",
|
||||
},
|
||||
illustrator: "PLANETA Igarashi",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
hp: 210,
|
||||
types: [
|
||||
"Fightning",
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Psychic",
|
||||
value: "×2"
|
||||
},
|
||||
],
|
||||
|
||||
retreat: 2,
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user