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 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: "Teknik Rahasia Janine"
},
illustrator: "Taira Akitsu",
category: "Trainer",
effect: {
th: "เลือกโปเกมอน[ความมืด]ฝ่ายเราได้สูงสุด 2 ตัว นำการ์ด [พลังงานพื้นฐาน[ความมืด]] จากสำรับการ์ดฝ่ายเรามาติดตัวละ 1 ใบ แล้วสับสำรับการ์ด เมื่อติดที่โปเกมอนบนตำแหน่งต่อสู้แล้ว ทำให้โปเกมอนนั้นเป็นสภาวะ[พิษ]",
id: "Pilih paling banyak 2 Pokémon {Kegelapan} sendiri, lalu kenakan Energi Dasar {Kegelapan} masing-masing 1 lembar dari Deck sendiri. Kemudian, kocok Deck. Jika dikenakan pada Pokémon Bertarung, ubah kondisi Pokémon tersebut menjadi Racun."
},
trainerType: "Supporter",
regulationMark: "H"
}
export default card