1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-08-01 12:22:02 +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/SV2P/069.ts Normal file
View File

@@ -0,0 +1,29 @@
import { Card } from "../../../interfaces"
import Set from "../SV2P"
const card: Card = {
set: Set,
name: {
ja: "ピーニャ",
'zh-tw': "皮拿",
th: "ปิญญา",
id: "Nanio"
},
illustrator: "Akira Komayama",
rarity: "Uncommon",
category: "Trainer",
effect: {
ja: "相手のポケモン全員についている特殊エネルギーをそれぞれ1個ずつ選び、トラッシュする。",
'zh-tw': "選擇對手的所有寶可夢身上各自附加的特殊能量各1個將其丟棄。",
th: "เลือกพลังงานพิเศษที่ติดอยู่กับโปเกมอนฝ่ายตรงข้ามทุกตัว แต่ละตัวตัวละ 1 ลูก ทิ้งที่ตำแหน่งทิ้งการ์ด",
id: "Pilih Energi Spesial yang dikenakan pada semua Pokémon lawan masing-masing 1, lalu buang ke Trash."
},
trainerType: "Supporter",
regulationMark: "G"
}
export default card