mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-04 05:11:58 +00:00
feat: Add SV9s (#746)
This commit is contained in:
24
data-asia/SV/SV9s/127.ts
Normal file
24
data-asia/SV/SV9s/127.ts
Normal file
@@ -0,0 +1,24 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../SV9s"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
th: "ผ้าคาดหัวแห่งความแน่วแน่ของฮ็อป",
|
||||
id: "Ikat Kepala Pilihan Hop"
|
||||
},
|
||||
|
||||
illustrator: "Toyste Beach",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
th: "[โปเกมอนของฮ็อป] ที่ติดการ์ดนี้อยู่ พลังงานสำหรับใช้ท่าต่อสู้จะใช้พลังงาน [ไร้สี]ลดลง 1 ลูก แดเมจของท่าต่อสู้ที่โปเกมอนนั้น ใช้ทำกับโปเกมอนบนตำแหน่ง ต่อสู้ฝ่ายตรงข้ามจะถูก [+30]",
|
||||
id: "Energi yang dibutuhkan oleh Pokémon Hop yang mengenakan kartu ini untuk menggunakan serangan berkurang 1 Energi {Bening} dan kerusakan akibat serangan yang digunakan oleh Pokémon tersebut kepada Pokémon Bertarung lawan bertambah sejumlah 30."
|
||||
},
|
||||
|
||||
trainerType: "Tool",
|
||||
regulationMark: "I"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user