1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-15 08:59:18 +00:00

feat: Add SV8a (#673)

This commit is contained in:
2025-02-28 08:44:24 +01:00
committed by GitHub
parent 2f9c5814ff
commit 19dccfd5d7
238 changed files with 14569 additions and 0 deletions

31
data-asia/SV/SV8a/149.ts Normal file
View File

@ -0,0 +1,31 @@
import { Card } from "../../../interfaces"
import Set from "../SV8a"
const card: Card = {
set: Set,
name: {
ja: "ポケモン回収サイクロン",
id: "Siklon Pengangkat Pokémon",
th: "ไซโคลนเก็บคืนโปเกมอน",
'zh-tw': "寶可夢旋風回收機",
'zh-cn': "寶可夢旋風回收機"
},
illustrator: "Toyste Beach",
rarity: "None",
category: "Trainer",
effect: {
ja: "自分の場のポケモンを1匹選び、そのポケモンと、ついているすべてのカードを、手札にもどす。",
id: "Pilih 1 Pokémon di Arena sendiri, lalu kembalikan Pokémon tersebut dan semua kartu yang dikenakannya ke Kartu Pegangan.",
th: "เลือกโปเกมอนบนกระดานฝ่ายเรา 1 ตัว นำโปเกมอนนั้น และการ์ดทั้งหมดที่ติดอยู่ กลับขึ้นมือ",
'zh-tw': "選擇1隻自己的場上寶可夢將那隻寶可夢與附加的卡全部放回手牌。",
'zh-cn': "選擇1隻自己的場上寶可夢將那隻寶可夢與附加的卡全部放回手牌。"
},
trainerType: "Item",
regulationMark: "H"
}
export default card