mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-25 12:22:14 +00:00
24 lines
819 B
TypeScript
24 lines
819 B
TypeScript
import { Card } from "../../../interfaces"
|
||
import Set from "../SV7s"
|
||
|
||
const card: Card = {
|
||
set: Set,
|
||
|
||
name: {
|
||
th: "จิตยึดติดของอโครมา",
|
||
id: "Obsesi Colress"
|
||
},
|
||
|
||
illustrator: "hncl",
|
||
category: "Trainer",
|
||
|
||
effect: {
|
||
th: "เลือกการ์ดสเตเดียมและการ์ดพลังงานอย่างละ 1 ใบจากสำรับการ์ดฝ่ายเรา ให้ฝ่ายตรงข้ามดู นำขึ้นมือ แล้วสับสำรับการ์ด",
|
||
id: "Pilih Stadium dan Energi masing-masing 1 lembar dari Deck sendiri, perlihatkan ke lawan, lalu tambahkan ke Kartu Pegangan. Kemudian, kocok Deck."
|
||
},
|
||
|
||
trainerType: "Supporter",
|
||
regulationMark: "H"
|
||
}
|
||
|
||
export default card |