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