1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-24 03:42:13 +00:00

29 lines
1003 B
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 "../SV2a"
const card: Card = {
set: Set,
name: {
ja: "スナッチアーム",
'zh-tw': "抓換臂",
th: "สแนชอาร์ม",
id: "Snatch Arm"
},
illustrator: "inose yukie",
rarity: "Uncommon",
category: "Trainer",
effect: {
ja: "相手の手札を見て、その中からポケモンを1枚選び、相手の山札の下にもどす。",
'zh-tw': "查看對手的手牌從其中選擇1張寶可夢卡放回對手的牌庫下方。",
th: "ดูการ์ดบนมือฝ่ายตรงข้าม เลือกการ์ดโปเกมอน 1 ใบจากในนั้น ใส่กลับไปด้านล่างของสำรับการ์ดฝ่ายตรงข้าม",
id: "Lihat Kartu Pegangan lawan, pilih 1 lembar Pokémon di antaranya, lalu kembalikan ke bawah Deck lawan."
},
trainerType: "Item",
regulationMark: "G"
}
export default card