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

24 lines
970 B
TypeScript
Raw 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: "Cassiopeia"
},
illustrator: "Atsushi Furusawa",
category: "Trainer",
effect: {
th: "การ์ดนี้ จะใช้ได้แค่ตอนที่การ์ดบนมือฝ่ายเรามีการ์ดนี้เพียง 1 ใบเท่านั้น เลือกการ์ดที่ชอบได้สูงสุด 2 ใบจากสำรับการ์ดฝ่ายเรา นำขึ้นมือ แล้วสับสำรับการ์ด",
id: "Kartu ini hanya dapat digunakan saat Kartu Pegangan sendiri hanya 1 kartu ini saja. Pilih paling banyak 2 kartu sesukanya dari Deck sendiri, lalu tambahkan ke Kartu Pegangan. Kemudian, kocok Deck."
},
trainerType: "Supporter",
regulationMark: "H"
}
export default card