mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
feat: Update asian sets (#554)
This commit is contained in:
24
data-asia/SV/SV7s/157.ts
Normal file
24
data-asia/SV/SV7s/157.ts
Normal file
@ -0,0 +1,24 @@
|
||||
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
|
Reference in New Issue
Block a user