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:
24
data-asia/S/S12a/243.ts
Normal file
24
data-asia/S/S12a/243.ts
Normal file
@ -0,0 +1,24 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../S12a"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
'zh-tw': "菜種的活力",
|
||||
ja: "ナタネの活気"
|
||||
},
|
||||
|
||||
illustrator: "Yoriyuki Ikegami",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
'zh-tw': "從自己的牌庫抽出2張卡。然後,從自己的手牌選擇最多2張【草】能量卡,附於1隻備戰寶可夢身上。",
|
||||
ja: "自分の山札を2枚引く。その後、自分の手札からエネルギーを2枚まで選び、ベンチポケモン1匹につける。"
|
||||
},
|
||||
|
||||
trainerType: "Supporter",
|
||||
regulationMark: "F"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user