1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-12 15:59: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/206.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: "Undangan Erika[Supporter]"
},
illustrator: "Cona Nitanda",
category: "Trainer",
effect: {
ja: "相手の手札を見て、その中からたねポケモンを1枚選び、相手のベンチに出す。その後、そのポケモンをバトルポケモンと入れ替える。",
'zh-tw': "查看對手的手牌從其中選擇1張【基礎】寶可夢卡放置於對手的備戰區。然後將那隻寶可夢與戰鬥寶可夢互換。",
th: "ดูการ์ดบนมือฝ่ายตรงข้าม เลือกการ์ดโปเกมอน[พื้นฐาน] 1 ใบจากในนั้น วางบนเบนช์ฝ่ายตรงข้าม หลังจากนั้น สลับโปเกมอนนั้นกับโปเกมอนบนตำแหน่งต่อสู้",
id: "Lihat Kartu Pegangan lawan, pilih 1 lembar Pokémon Basic di antaranya, lalu masukkan ke Cadangan lawan. Setelah itu, tukar Pokémon tersebut dengan Pokémon Bertarung."
},
trainerType: "Supporter",
regulationMark: "G"
}
export default card