mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-07 18:49:18 +00:00
22
data-asia/SV/SVJL/019.ts
Normal file
22
data-asia/SV/SVJL/019.ts
Normal file
@ -0,0 +1,22 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../SVJL"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
ja: "ボスの指令"
|
||||
},
|
||||
|
||||
illustrator: "NC Empire",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
ja: "相手のベンチポケモンを1匹選び、バトルポケモンと入れ替える。"
|
||||
},
|
||||
|
||||
trainerType: "Supporter",
|
||||
rarity: "None"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user