mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 08:59:18 +00:00
feat: Add support for Asians Pokémon Cards (#481)
This commit is contained in:
22
data-asia/S/S6K/066.ts
Normal file
22
data-asia/S/S6K/066.ts
Normal file
@ -0,0 +1,22 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../S6K"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
'zh-tw': "夏科婭"
|
||||
},
|
||||
|
||||
illustrator: "kirisAki",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
'zh-tw': "選擇最多3張自己的獎賞卡加入手牌。然後,從手牌選擇與加入的張數相同數量的卡,反面朝上作為獎賞卡放置。"
|
||||
},
|
||||
|
||||
trainerType: "Supporter",
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user