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

28 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 "../SV2a"
const card: Card = {
set: Set,
name: {
ja: "ナナミの手助け",
'zh-tw': "奈奈美的幫助[支援者]",
th: "การช่วยเหลือของนานามิ[ซัพพอร์ต]",
id: "Bantuan Daisy[Supporter]"
},
illustrator: "Fumie Kittaka",
category: "Trainer",
effect: {
ja: "自分の山札を2枚引く。ウラになっている自分のサイドのオモテをすべて見てから、もとにもどす。",
'zh-tw': "從自己的牌庫抽出2張卡。在看過所有反面朝上的自己的獎賞卡的正面後回復原樣。",
th: "จั่วการ์ด 2 ใบจากสำรับการ์ดฝ่ายเรา ดูหน้าการ์ดรางวัลที่คว่ำอยู่ทั้งหมดของฝ่ายเรา แล้วคืนที่เดิม",
id: "Ambil 2 kartu dari atas Deck sendiri. Lihat sisi depan semua Kartu Point sendiri yang sisi depannya menghadap ke bawah, lalu kembalikan ke posisi semula."
},
trainerType: "Supporter",
regulationMark: "G"
}
export default card