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

24 lines
1.1 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.

import { Card } from "../../../interfaces"
import Set from "../SV7s"
const card: Card = {
set: Set,
name: {
th: "ไห่ไต้",
id: "Algo"
},
illustrator: "Hideki Ishikawa",
category: "Trainer",
effect: {
th: "เลือกการ์ดบนมือฝ่ายเรา 2 ใบ เรียงตามลำดับที่ชอบ ใส่กลับไปด้านล่างของสำรับการ์ด หลังจากนั้น จั่วการ์ด 4 ใบจากสำรับการ์ด (ถ้านำการ์ดบนมือฝ่ายเรา 2 ใบใส่กลับไปในสำรับการ์ดไม่ได้ การ์ดนี้จะใช้ไม่ได้)",
id: "Pilih 2 lembar Kartu Pegangan sendiri, tukar urutan kartu sesukanya, lalu kembalikan ke bawah Deck. Setelah itu, ambil 4 kartu dari atas Deck. (Jika tidak dapat mengembalikan 2 lembar Kartu Pegangan sendiri, kartu ini tidak dapat digunakan.)"
},
trainerType: "Supporter",
regulationMark: "H"
}
export default card