1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-16 01: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

26
data-asia/S/S12a/140.ts Normal file
View File

@ -0,0 +1,26 @@
import { Card } from "../../../interfaces"
import Set from "../S12a"
const card: Card = {
set: Set,
name: {
'zh-tw': "洗翠的沉重球",
th: "เฮฟวีบอลแห่งฮิซุย",
ja: "ヒスイのヘビーボール"
},
illustrator: "Studio Bora Inc.",
category: "Trainer",
effect: {
'zh-tw': "查看自己的所有反面朝上的獎賞卡的正面。從其中選擇1張【基礎】寶可夢卡在給對手看過後與這張「洗翠的沉重球」卡互換並加入手牌。將看過的獎賞卡與換入的卡全部翻回反面並重洗作為獎賞卡放置。",
th: "ดูหน้าการ์ดรางวัลที่คว่ำไว้ทั้งหมดของฝ่ายเรา เลือกการ์ดโปเกมอน[พื้นฐาน] 1 ใบจากในนั้น ให้ฝ่ายตรงข้ามดู สลับกับการ์ด [เฮฟวีบอลแห่งฮิซุย] นี้ นำขึ้นมือ คว่ำการ์ดรางวัลที่ดูและการ์ดที่สลับทั้งหมด สับการ์ดแล้ววางไว้เป็นการ์ดรางวัล",
ja: "ウラになっている自分のサイドのオモテをすべて見る。その中からたねポケモンを1枚選び、相手に見せて、この「ヒスイのヘビーボール」と入れ替えて、手札に加える。見たサイドや入れ替えたカードはすべてウラにして切り、サイドとして置く。"
},
trainerType: "Item",
regulationMark: "F"
}
export default card