1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 19:32:11 +00:00

23 lines
366 B
TypeScript

import { Card } from "../../../interfaces"
import Set from "../SC1b"
const card: Card = {
set: Set,
name: {
'zh-tw': "伽勒爾礦山"
},
illustrator: "5ban Graphics",
category: "Trainer",
effect: {
'zh-tw': "雙方的戰鬥寶可夢【撤退】所需的能量各增加2個。"
},
trainerType: "Stadium",
regulationMark: "D"
}
export default card