mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-24 11:52:16 +00:00
24 lines
785 B
TypeScript
24 lines
785 B
TypeScript
import { Card } from "../../../interfaces"
|
|
import Set from "../SVDs"
|
|
|
|
const card: Card = {
|
|
set: Set,
|
|
|
|
name: {
|
|
th: "ลูกสมุนแก๊งสตาร์[ซัพพอร์ต]",
|
|
id: "Anak Buah Tim Bintang"
|
|
},
|
|
|
|
illustrator: "nagimiso",
|
|
category: "Trainer",
|
|
|
|
effect: {
|
|
th: "เลือกพลังงานที่ติดอยู่กับโปเกมอนบนตำแหน่งต่อสู้ฝ่ายตรงข้าม 1 ลูก ใส่กลับไปด้านบนของสำรับการ์ดฝ่ายตรงข้าม",
|
|
id: "Pilih 1 Energi yang dikenakan pada Pokémon Bertarung lawan, lalu kembalikan ke atas Deck lawan."
|
|
},
|
|
|
|
trainerType: "Supporter",
|
|
regulationMark: "G"
|
|
}
|
|
|
|
export default card |