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