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

31 lines
1.6 KiB
TypeScript
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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 "../SV8a"
const card: Card = {
set: Set,
name: {
ja: "きらめく結晶",
id: "Kristal Gemerlap",
th: "ผลึกระยิบระยับ",
'zh-tw': "璀璨結晶",
'zh-cn': "璀璨結晶"
},
illustrator: "Toyste Beach",
rarity: "None",
category: "Trainer",
effect: {
ja: "このカードをつけている「テラスタル」のポケモンがワザを使うとき、そのワザを使うためのエネルギーは、1個ぶん少なくなる。少なくなるのは、どのタイプのエネルギーでもよい。",
id: "Saat Pokémon Terastal yang mengenakan kartu ini menggunakan serangan, Energi yang dibutuhkan untuk menggunakan serangan tersebut berkurang 1. (Dapat memilih Energi tipe apa pun sebagai Energi yang berkurang.)",
th: "เมื่อโปเกมอน [เทรัสตัล] ที่ติดการ์ดนี้อยู่จะใช้ท่าต่อสู้ พลังงานสำหรับใช้ท่าต่อสู้นั้น จะลดลง 1 ลูก (พลังงานที่ลดลงจะเป็นประเภทไหนก็ได้)",
'zh-tw': "附有這張卡的「太晶」寶可夢使用招式時使用那個招式所需的能量減少1個。減少的能量任何屬性皆可。",
'zh-cn': "附有這張卡的「太晶」寶可夢使用招式時使用那個招式所需的能量減少1個。減少的能量任何屬性皆可。"
},
trainerType: "Tool",
regulationMark: "H"
}
export default card