1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 03:12:10 +00:00

29 lines
1.4 KiB
TypeScript
Raw 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: "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