1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-16 09:29:19 +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

52
data-asia/SV/SV9s/158.ts Normal file
View File

@ -0,0 +1,52 @@
import { Card } from "../../../interfaces"
import Set from "../SV9s"
const card: Card = {
set: Set,
name: {
th: "ออนแบท",
id: "Noibat"
},
illustrator: "sowsow",
category: "Pokemon",
hp: 60,
types: ["Colorless"],
description: {
th: "ปล่อยคลื่นเสียงความถี่สูงจากใบหูขนาดใหญ่เพื่อค้นหาผลไม้ที่เป็น อาหารของมัน ชอบหลงคิดว่าคาจิชชูเป็นอาหาร"
},
stage: "Basic",
attacks: [{
name: {
th: "ควิกดรอว์",
id: "Quick Draw"
},
effect: {
th: "จั่วการ์ด 1 ใบจากสำรับการ์ดฝ่ายเรา",
id: "Ambil 1 kartu dari atas Deck sendiri."
},
damage: 10,
cost: ["Colorless"]
}],
weaknesses: [{
type: "Lightning",
value: "×2"
}],
resistances: [{
type: "Fighting",
value: "-30"
}],
retreat: 1,
regulationMark: "I"
}
export default card