1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 16:39: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/SV/SV4a/354.ts Normal file
View File

@ -0,0 +1,26 @@
import { Card } from "../../../interfaces"
import Set from "../SV4a"
const card: Card = {
set: Set,
name: {
ja: "ボタン",
'zh-tw': "牡丹",
id: "Pania"
},
illustrator: "aspara",
category: "Trainer",
effect: {
ja: "自分の場のたねポケモンを1匹選び、そのポケモンと、ついているすべてのカードを、手札にもどす。",
'zh-tw': "選擇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