mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-26 13:59:18 +00:00
29
data/Trainer kits/SM trainer Kit (Lycanroc)/12.ts
Normal file
29
data/Trainer kits/SM trainer Kit (Lycanroc)/12.ts
Normal file
@ -0,0 +1,29 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../SM trainer Kit (Lycanroc)'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Yungoos",
|
||||
fr: "Manglouton",
|
||||
es: "Yungoos",
|
||||
it: "Yungoos",
|
||||
pt: "Yungoos",
|
||||
de: "Mangunior"
|
||||
},
|
||||
|
||||
rarity: "Common",
|
||||
category: "Pokemon",
|
||||
hp: 70,
|
||||
types: ["Colorless"],
|
||||
stage: "Basic",
|
||||
retreat: 1,
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fighting",
|
||||
value: "×2"
|
||||
}]
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user