mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19:18 +00:00
feat: Add support for Asians Pokémon Cards (#481)
This commit is contained in:
24
data-asia/SV/SVDs/154.ts
Normal file
24
data-asia/SV/SVDs/154.ts
Normal file
@ -0,0 +1,24 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../SVDs"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
th: "เสน่ห์ของซากากิ[ซัพพอร์ต]",
|
||||
id: "Karisma Giovanni"
|
||||
},
|
||||
|
||||
illustrator: "hncl",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
th: "เลือกพลังงานที่ติดอยู่กับโปเกมอนบนตำแหน่งต่อสู้ฝ่ายตรงข้าม 1 ลูก นำกลับขึ้นมือฝ่ายตรงข้าม หลังจากนั้น เลือกการ์ดพลังงาน 1 ใบจากบนมือฝ่ายเรา ติดที่โปเกมอนบนตำแหน่งต่อสู้",
|
||||
id: "Pilih 1 Energi yang dikenakan pada Pokémon Bertarung lawan, lalu kembalikan ke Kartu Pegangan lawan. Setelah itu, pilih 1 lembar Energi dari Kartu Pegangan sendiri, lalu kenakan pada Pokémon Bertarung."
|
||||
},
|
||||
|
||||
trainerType: "Supporter",
|
||||
regulationMark: "G"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user