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

24 lines
627 B
TypeScript

import { Card } from "../../../interfaces"
import Set from "../SVDs"
const card: Card = {
set: Set,
name: {
th: "คำสั่งของบอส (เกซิส)",
id: "Perintah Bos (Ghetsis)"
},
illustrator: "NC Empire",
category: "Trainer",
effect: {
th: "เลือกโปเกมอนบนเบนช์ฝ่ายตรงข้าม 1 ตัว สลับกับโปเกมอนบนตำแหน่งต่อสู้",
id: "Pilih 1 Pokémon Cadangan lawan, lalu tukar dengan Pokémon Bertarung."
},
trainerType: "Supporter",
regulationMark: "G"
}
export default card