1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 16:19:18 +00:00

feat: Add support for Asians Pokémon Cards (#481)

This commit is contained in:
2024-06-07 12:53:08 +02:00
committed by GitHub
parent a35fadd50c
commit a26ef0e5eb
8069 changed files with 379200 additions and 423 deletions

28
data-asia/SV/SV2a/198.ts Normal file
View File

@ -0,0 +1,28 @@
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