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

24 lines
943 B
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.

import { Card } from "../../../interfaces"
import Set from "../SV7s"
const card: Card = {
set: Set,
name: {
th: "ผลึกระยิบระยับ",
id: "Kristal Gemerlap"
},
illustrator: "Toyste Beach",
category: "Trainer",
effect: {
th: "เมื่อโปเกมอน [เทรัสตัล] ที่ติดการ์ดนี้อยู่จะใช้ท่าต่อสู้ พลังงานสำหรับใช้ท่าต่อสู้นั้น จะลดลง 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.)"
},
trainerType: "Tool",
regulationMark: "H"
}
export default card