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:
27
data-asia/SV/SV9a/056.ts
Normal file
27
data-asia/SV/SV9a/056.ts
Normal 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
|
Reference in New Issue
Block a user