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

21 lines
376 B
TypeScript

import { Card } from "../../../interfaces"
import Set from "../SV1a"
const card: Card = {
set: Set,
name: {
ja: "ボスの指令(ゲーチス)"
},
illustrator: "Hideki Ishikawa",
category: "Trainer",
effect: {
ja: "相手のベンチポケモンを1匹選び、バトルポケモンと入れ替える。"
},
trainerType: "Supporter"
}
export default card