mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-01 00:09:19 +00:00
34
data/Trainer kits/HS trainer Kit (Zoroark)/14.ts
Normal file
34
data/Trainer kits/HS trainer Kit (Zoroark)/14.ts
Normal file
@ -0,0 +1,34 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../HS trainer Kit (Zoroark)'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Pidove",
|
||||
fr: "Poichigeon",
|
||||
es: "Pidove",
|
||||
it: "Pidove",
|
||||
pt: "Pidove",
|
||||
de: "Dusselgurr"
|
||||
},
|
||||
|
||||
rarity: "Common",
|
||||
category: "Pokemon",
|
||||
hp: 50,
|
||||
types: ["Colorless"],
|
||||
stage: "Basic",
|
||||
retreat: 1,
|
||||
|
||||
weaknesses: [{
|
||||
type: "Lightning",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
resistances: [{
|
||||
type: "Fighting",
|
||||
value: "-20"
|
||||
}]
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user