1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-20 02:59: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/056.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: "Eske Yoshinob",
rarity: "Uncommon",
category: "Trainer",
effect: {
ja: "自分のトラッシュからポケモンを5枚まで選び、相手に見せて、山札にもどして切る。",
'zh-tw': "從自己的棄牌區選擇最多5張寶可夢卡在給對手看過後放回牌庫並重洗。",
'zh-cn': "從自己的棄牌區選擇最多5張寶可夢卡在給對手看過後放回牌庫並重洗。"
},
trainerType: "Item",
regulationMark: "I"
}
export default card