mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-28 14:59:19 +00:00
39
data/Trainer kits/SM trainer Kit (Alolan Raichu)/18.ts
Normal file
39
data/Trainer kits/SM trainer Kit (Alolan Raichu)/18.ts
Normal file
@ -0,0 +1,39 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../SM trainer Kit (Alolan Raichu)'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Bewear",
|
||||
fr: "Chelours",
|
||||
es: "Bewear",
|
||||
it: "Bewear",
|
||||
pt: "Bewear",
|
||||
de: "Kosturso"
|
||||
},
|
||||
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
hp: 130,
|
||||
types: ["Colorless"],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Stufful",
|
||||
fr: "Nounourson",
|
||||
es: "Stufful",
|
||||
it: "Stufful",
|
||||
pt: "Stufful",
|
||||
de: "Velursi"
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
retreat: 3,
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fighting",
|
||||
value: "×2"
|
||||
}]
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user