1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-22 19:02:10 +00:00

28 lines
991 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 "../SV4a"
const card: Card = {
set: Set,
name: {
ja: "ネルケ",
'zh-tw': "聶凱",
th: "เน็ลเคอ",
id: "Don"
},
illustrator: "GOSSAN",
category: "Trainer",
effect: {
ja: "相手の手札を見て、その中にあるサポートの枚数×2枚ぶん、自分の山札を引く。",
'zh-tw': "查看對手的手牌從自己的牌庫抽出與其中支援者卡的張數×2張相同數量的卡。",
th: "ดูการ์ดบนมือฝ่ายตรงข้าม จั่วการ์ดจากสำรับการ์ดฝ่ายเรา ตามจำนวนการ์ดซัพพอร์ตที่อยู่ในนั้น x2 ใบ",
id: "Lihat Kartu Pegangan lawan, ambil kartu dari atas Deck sendiri sejumlah 2 lembar untuk tiap lembar Supporter yang ada di antaranya."
},
trainerType: "Supporter",
regulationMark: "G"
}
export default card