1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-24 11:52:16 +00:00

29 lines
1.0 KiB
TypeScript
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import { Card } from "../../../interfaces"
import Set from "../SV1S"
const card: Card = {
set: Set,
name: {
ja: "スター団のしたっぱ",
'zh-tw': "天星隊手下",
th: "ลูกสมุนแก๊งสตาร์",
id: "Anak Buah Tim Bintang"
},
illustrator: "nagimiso",
rarity: "Uncommon",
category: "Trainer",
effect: {
ja: "相手のバトルポケモンについているエネルギーを1個選び、相手の山札の上にもどす。",
'zh-tw': "選擇1個對手的戰鬥寶可夢身上附加的能量放回對手的牌庫上方。",
th: "เลือกพลังงานที่ติดอยู่กับโปเกมอนบนตำแหน่งต่อสู้ฝ่ายตรงข้าม 1 ลูก ใส่กลับไปด้านบนของสำรับการ์ดฝ่ายตรงข้าม",
id: "Pilih 1 Energi yang dikenakan pada Pokémon Bertarung lawan, lalu kembalikan ke atas Deck lawan."
},
trainerType: "Supporter",
regulationMark: "G"
}
export default card