mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 00:49:18 +00:00
feat: Add support for Asians Pokémon Cards (#481)
This commit is contained in:
30
data-asia/SV/SV6/091.ts
Normal file
30
data-asia/SV/SV6/091.ts
Normal file
@ -0,0 +1,30 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../SV6"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
ja: "おはやし笛",
|
||||
'zh-tw': "配樂之笛"
|
||||
},
|
||||
|
||||
category: "Trainer",
|
||||
rarity: "Uncommon",
|
||||
|
||||
description: {
|
||||
|
||||
},
|
||||
|
||||
illustrator: "AYUMI ODASHIMA",
|
||||
|
||||
effect: {
|
||||
ja: "相手の山札を上から5枚オモテにして、その中からたねポケモンを好きなだけ選び、相手のベンチに出す。残りのカードは山札にもどして切る。",
|
||||
'zh-tw': "將對手的牌庫上方5張卡翻到正面,從其中選擇任意數量的【基礎】寶可夢卡,放置於對手的備戰區。將剩餘卡放回牌庫並重洗。"
|
||||
},
|
||||
|
||||
trainerType: "Item",
|
||||
regulationMark: "H"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user