mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 01:19:18 +00:00
feat: Add support for Asians Pokémon Cards (#481)
This commit is contained in:
22
data-asia/S/S8/096.ts
Normal file
22
data-asia/S/S8/096.ts
Normal file
@ -0,0 +1,22 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../S8"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
'zh-tw': "小菊兒的璀璨"
|
||||
},
|
||||
|
||||
illustrator: "Yusuke Ohmura",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
'zh-tw': "選擇最多2隻自己的「匯流」寶可夢,從牌庫附給那些寶可夢各1張「匯流能量」卡。並且重洗牌庫。"
|
||||
},
|
||||
|
||||
trainerType: "Supporter",
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user