1
0
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:
2024-06-07 12:53:08 +02:00
committed by GitHub
parent a35fadd50c
commit a26ef0e5eb
8069 changed files with 379200 additions and 423 deletions

28
data-asia/SV/SV4a/173.ts Normal file
View File

@ -0,0 +1,28 @@
import { Card } from "../../../interfaces"
import Set from "../SV4a"
const card: Card = {
set: Set,
name: {
ja: "サカキのカリスマ",
'zh-tw': "坂木的領導力",
th: "เสน่ห์ของซากากิ",
id: "Karisma Giovanni[Supporter]"
},
illustrator: "hncl",
category: "Trainer",
effect: {
ja: "相手のバトルポケモンについているエネルギーを1個選び、相手の手札にもどす。その後、自分の手札からエネルギーを1枚選び、バトルポケモンにつける。",
'zh-tw': "選擇1個對手的戰鬥寶可夢身上附加的能量放回對手的手牌。然後從自己的手牌選擇1張能量卡附於戰鬥寶可夢身上。",
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