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

24 lines
517 B
TypeScript

import { Card } from "../../../interfaces"
import Set from "../S5a"
const card: Card = {
set: Set,
name: {
'zh-tw': "巨樹丘陵",
th: "ไดทรีฮิลล์"
},
illustrator: "Oswaldo KATO",
category: "Trainer",
effect: {
'zh-tw': "雙方的所有寶可夢的HP無法恢復。",
th: "ฟื้นฟู HP ของโปเกมอนทุกตัวของทั้งสองฝ่ายไม่ได้"
},
trainerType: "Stadium",
regulationMark: "E"
}
export default card