mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-25 12:22:14 +00:00
24 lines
836 B
TypeScript
24 lines
836 B
TypeScript
import { Card } from "../../../interfaces"
|
|
import Set from "../SV7s"
|
|
|
|
const card: Card = {
|
|
set: Set,
|
|
|
|
name: {
|
|
th: "อะคาเดมียามราตรี",
|
|
id: "Akademi Saat Malam"
|
|
},
|
|
|
|
illustrator: "AYUMI ODASHIMA",
|
|
category: "Trainer",
|
|
|
|
effect: {
|
|
th: "ผู้เล่นทั้งสองฝ่าย ในแต่ละเทิร์นของตัวเองทำได้ 1 ครั้ง จะเลือกการ์ดบนมือฝ่ายตัวเอง 1 ใบ ใส่กลับไปด้านบนของสำรับการ์ดก็ได้",
|
|
id: "Kedua pemain 1 kali pada tiap gilirannya sendiri dapat memilih 1 lembar Kartu Pegangan sendiri, lalu mengembalikannya ke atas Deck."
|
|
},
|
|
|
|
trainerType: "Stadium",
|
|
regulationMark: "H"
|
|
}
|
|
|
|
export default card |