1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-24 20:02:15 +00:00

32 lines
1.2 KiB
TypeScript
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import { Card } from "../../../interfaces"
import Set from "../SV6"
const card: Card = {
set: Set,
name: {
ja: "おはやし笛",
'zh-tw': "配樂之笛",
th: "ขลุ่ยบรรเลง"
},
category: "Trainer",
rarity: "Uncommon",
description: {
},
illustrator: "AYUMI ODASHIMA",
effect: {
ja: "相手の山札を上から5枚オモテにして、その中からたねポケモンを好きなだけ選び、相手のベンチに出す。残りのカードは山札にもどして切る。",
'zh-tw': "將對手的牌庫上方5張卡翻到正面從其中選擇任意數量的【基礎】寶可夢卡放置於對手的備戰區。將剩餘卡放回牌庫並重洗。",
th: "หงายการ์ด 5 ใบจากด้านบนของสำรับการ์ดฝ่ายตรงข้าม เลือกการ์ดโปเกมอน[พื้นฐาน]จากในนั้นตามจำนวนที่ชอบ วางบนเบนช์ฝ่ายตรงข้าม การ์ดที่เหลือใส่กลับไปในสำรับการ์ดแล้วสับ"
},
trainerType: "Item",
regulationMark: "H"
}
export default card