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

29
data-asia/SV/SV2a/165.ts Normal file
View File

@ -0,0 +1,29 @@
import { Card } from "../../../interfaces"
import Set from "../SV2a"
const card: Card = {
set: Set,
name: {
ja: "サイクリングロード",
'zh-tw': "自行車道",
th: "ทางจักรยาน",
id: "Jalan Sepeda"
},
illustrator: "Oswaldo KATO",
rarity: "Uncommon",
category: "Trainer",
effect: {
ja: "おたがいのプレイヤーは、自分の番ごとに1回、自分の手札から基本エネルギーを1枚トラッシュするなら、自分の山札を1枚引いてよい。",
'zh-tw': "雙方玩家在每個自己的回合時可使用1次若從自己的手牌將1張基本能量卡丟棄則可從自己的牌庫抽出1張卡。",
th: "ผู้เล่นทั้งสองฝ่าย ในแต่ละเทิร์นของตัวเองทำได้ 1 ครั้ง ถ้าทิ้งการ์ดพลังงานพื้นฐาน 1 ใบจากบนมือฝ่ายตัวเองที่ตำแหน่งทิ้งการ์ด จะจั่วการ์ด 1 ใบจากสำรับการ์ดฝ่ายตัวเองก็ได้",
id: "Kedua pemain 1 kali pada tiap gilirannya sendiri dapat membuang 1 lembar Energi Dasar dari Kartu Pegangan sendiri ke Trash, lalu mengambil 1 kartu dari atas Deck sendiri."
},
trainerType: "Stadium",
regulationMark: "G"
}
export default card