1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-15 00:49:18 +00:00

feat: Add SV8a (#673)

This commit is contained in:
2025-02-28 08:44:24 +01:00
committed by GitHub
parent 2f9c5814ff
commit 19dccfd5d7
238 changed files with 14569 additions and 0 deletions

31
data-asia/SV/SV8a/138.ts Normal file
View File

@ -0,0 +1,31 @@
import { Card } from "../../../interfaces"
import Set from "../SV8a"
const card: Card = {
set: Set,
name: {
ja: "改造ハンマー",
id: "Palu Luar Biasa",
th: "ค้อนสลายพลังงาน",
'zh-tw': "改造之錘",
'zh-cn': "改造之錘"
},
illustrator: "Eske Yoshinob",
rarity: "None",
category: "Trainer",
effect: {
ja: "相手の場のポケモンについている特殊エネルギーを1個選び、トラッシュする。",
id: "Pilih 1 Energi Spesial yang dikenakan pada Pokémon di Arena lawan, lalu buang ke Trash.",
th: "เลือกพลังงานพิเศษที่ติดอยู่กับโปเกมอนบนกระดานฝ่ายตรงข้าม 1 ลูก ทิ้งที่ตำแหน่งทิ้งการ์ด",
'zh-tw': "選擇1個對手的場上寶可夢身上附加的特殊能量將其丟棄。",
'zh-cn': "選擇1個對手的場上寶可夢身上附加的特殊能量將其丟棄。"
},
trainerType: "Item",
regulationMark: "H"
}
export default card