mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 16:39:18 +00:00
feat: Add support for Asians Pokémon Cards (#481)
This commit is contained in:
22
data-asia/S/SI/376.ts
Normal file
22
data-asia/S/SI/376.ts
Normal file
@ -0,0 +1,22 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../SI"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
'zh-tw': "神奇糖果"
|
||||
},
|
||||
|
||||
illustrator: "Yoshinobu Saito",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
'zh-tw': "從自己的手牌選擇1張【2階進化】寶可夢卡,放置於自己的場上的可進化成那隻寶可夢的【基礎】寶可夢身上,跳過【1階進化】完成進化。(無法對自己的最初回合與這個回合剛使出的寶可夢使用。)"
|
||||
},
|
||||
|
||||
trainerType: "Item",
|
||||
regulationMark: "F"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user