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

24 lines
1.1 KiB
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: "Akamatsu"
},
illustrator: "GIDORA",
category: "Trainer",
effect: {
th: "เลือกการ์ดพลังงานพื้นฐานที่แต่ละใบต่างประเภทกันได้สูงสุด 2 ใบ จากสำรับการ์ดฝ่ายเรา ให้ฝ่ายตรงข้ามดู นำใบใดใบหนึ่ง 1 ใบขึ้นมือ ติดการ์ดพลังงานที่เหลือที่โปเกมอนฝ่ายเรา แล้วสับสำรับการ์ด",
id: "Pilih paling banyak 2 lembar Energi Dasar yang masing-masing berbeda tipenya dari Deck sendiri, perlihatkan ke lawan, lalu tambahkan salah satu ke Kartu Pegangan dan kenakan sisa Energi pada Pokémon sendiri. Kemudian, kocok Deck."
},
trainerType: "Supporter",
regulationMark: "H"
}
export default card