1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 00:29:19 +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

26
data-asia/SV/SV5K/090.ts Normal file
View File

@ -0,0 +1,26 @@
import { Card } from "../../../interfaces"
import Set from "../SV5K"
const card: Card = {
set: Set,
name: {
ja: "探検家の先導",
'zh-tw': "探險家的嚮導",
th: "การนำทางของนักสำรวจ"
},
illustrator: "Hideki Ishikawa",
category: "Trainer",
effect: {
ja: "自分の山札を上から6枚見て、その中からカードを2枚選び、手札に加える。残りのカードはトラッシュする。",
'zh-tw': "查看自己的牌庫上方6張卡從其中選擇2張卡加入手牌。將剩餘卡丟棄。",
th: "ดูการ์ด 6 ใบจากด้านบนของสำรับการ์ดฝ่ายเรา เลือกการ์ด 2 ใบจากในนั้น นำขึ้นมือ ทิ้งการ์ดที่เหลือที่ตำแหน่งทิ้งการ์ด"
},
trainerType: "Supporter",
regulationMark: "H"
}
export default card