1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 16:39:18 +00:00

feat: Add SV9a (#672)

This commit is contained in:
2025-05-24 20:35:21 +02:00
committed by GitHub
parent 90d12fc9b6
commit db5863caee
93 changed files with 5333 additions and 0 deletions

27
data-asia/SV/SV9a/058.ts Normal file
View File

@ -0,0 +1,27 @@
import { Card } from "../../../interfaces"
import Set from "../SV9a"
const card: Card = {
set: Set,
name: {
ja: "ポケモンいれかえ",
'zh-tw': "寶可夢交替",
'zh-cn': "寶可夢交替"
},
illustrator: "Studio Bora Inc.",
rarity: "Uncommon",
category: "Trainer",
effect: {
ja: "自分のバトルポケモンをベンチポケモンと入れ替える。",
'zh-tw': "將自己的戰鬥寶可夢與備戰寶可夢互換。",
'zh-cn': "將自己的戰鬥寶可夢與備戰寶可夢互換。"
},
trainerType: "Item",
regulationMark: "G"
}
export default card