1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 00:09:18 +00:00

feat: Update asian sets (#554)

This commit is contained in:
2024-11-05 23:46:04 +01:00
committed by GitHub
parent 64bcd0524d
commit c1d83caca0
546 changed files with 26414 additions and 0 deletions

24
data-asia/SV/SV7s/166.ts Normal file
View File

@ -0,0 +1,24 @@
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