mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 17:09:19 +00:00
feat: Add support for Asians Pokémon Cards (#481)
This commit is contained in:
22
data-asia/S/SC1a/167.ts
Normal file
22
data-asia/S/SC1a/167.ts
Normal file
@ -0,0 +1,22 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../Sc1a"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
'zh-tw': "奧利薇"
|
||||
},
|
||||
|
||||
illustrator: "Yusuke Ohmura",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
'zh-tw': "這張卡必須將自己的2張手牌丟棄才可使用。 查看對手的手牌,選擇其中1張訓練家卡,放回對手的牌庫下方。"
|
||||
},
|
||||
|
||||
trainerType: "Supporter",
|
||||
regulationMark: "D"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user