1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 03:12:10 +00:00

31 lines
925 B
TypeScript
Raw 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",
description: {
},
illustrator: "Toyste Beach",
effect: {
ja: "自分の場のポケモンを1匹選び、そのポケモンと、ついているすべてのカードを、手札にもどす。",
'zh-tw': "選擇1隻自己的場上寶可夢將那隻寶可夢與附加的卡全部放回手牌。",
th: "เลือกโปเกมอนบนกระดานฝ่ายเรา 1 ตัว นำโปเกมอนนั้น และการ์ดทั้งหมดที่ติดอยู่ กลับขึ้นมือ"
},
trainerType: "Item",
regulationMark: "H"
}
export default card