1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-16 17:39:18 +00:00

feat: Add SV9s (#746)

This commit is contained in:
2025-05-24 20:57:29 +02:00
committed by GitHub
parent db5863caee
commit 651313ce70
186 changed files with 9356 additions and 0 deletions

57
data-asia/SV/SV9s/182.ts Normal file
View File

@ -0,0 +1,57 @@
import { Card } from "../../../interfaces"
import Set from "../SV9s"
const card: Card = {
set: Set,
name: {
th: "ฮาราบารีex ของนันจาโม",
id: "Bellibolt <Mistika> ex"
},
illustrator: "5ban Graphics",
category: "Pokemon",
hp: 280,
types: ["Lightning"],
stage: "Stage1",
abilities: [{
type: "Ability",
name: {
th: "อิเล็กทริกสตรีมเมอร์",
id: "Streamer Elektrik"
},
effect: {
th: "ใช้กี่ครั้งก็ได้ในเทิร์นฝ่ายเรา เลือกการ์ด [พลังงานพื้นฐาน[สายฟ้า]] 1 ใบจากบนมือ ฝ่ายเรา ติดที่ [โปเกมอนของนันจาโม] ฝ่ายเรา",
id: "Dapat digunakan berkali-kali pada giliran sendiri. Pilih 1 lembar Energi Dasar {Listrik} dari Kartu Pegangan sendiri, lalu kenakan pada Pokémon Mistika sendiri."
}
}],
attacks: [{
name: {
th: "ธันเดอร์โบลต์",
id: "Thunderbolt"
},
effect: {
th: "เทิร์นถัดไปของฝ่ายเรา โปเกมอนนี้จะใช้ท่าต่อสู้ไม่ได้",
id: "Pada giliran sendiri berikutnya, Pokémon ini tidak dapat menggunakan serangan."
},
damage: 230,
cost: ["Lightning", "Lightning", "Lightning", "Colorless"]
}],
weaknesses: [{
type: "Fighting",
value: "×2"
}],
retreat: 2,
regulationMark: "I",
suffix: "EX"
}
export default card