mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-10 07:51:58 +00:00
feat: Add support for Asians Pokémon Cards (#481)
This commit is contained in:
29
data-asia/SV/SV1S/077.ts
Normal file
29
data-asia/SV/SV1S/077.ts
Normal file
@@ -0,0 +1,29 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../SV1S"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
ja: "ボタン",
|
||||
'zh-tw': "牡丹",
|
||||
th: "โบตั๋น",
|
||||
id: "Pania"
|
||||
},
|
||||
|
||||
illustrator: "yuu",
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
ja: "自分の場のたねポケモンを1匹選び、そのポケモンと、ついているすべてのカードを、手札にもどす。",
|
||||
'zh-tw': "選擇1隻自己的場上的【基礎】寶可夢,將那隻寶可夢與附加的卡,全部放回手牌。",
|
||||
th: "เลือกโปเกมอน[พื้นฐาน]บนกระดานฝ่ายเรา 1 ตัว นำโปเกมอนนั้น และการ์ดทั้งหมดที่ติดอยู่ กลับขึ้นมือ",
|
||||
id: "Pilih 1 Pokémon {Basic} di Arena sendiri, lalu kembalikan Pokémon tersebut dan semua kartu yang dikenakannya ke Kartu Pegangan."
|
||||
},
|
||||
|
||||
trainerType: "Supporter",
|
||||
regulationMark: "G"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user