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

22 lines
369 B
TypeScript

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