mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 16:39:18 +00:00
feat: Add SV9s (#746)
This commit is contained in:
53
data-asia/SV/SV9s/114.ts
Normal file
53
data-asia/SV/SV9s/114.ts
Normal file
@ -0,0 +1,53 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../SV9s"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
th: "ออนแบท",
|
||||
id: "Noibat"
|
||||
},
|
||||
|
||||
illustrator: "Tomokazu Komiya",
|
||||
category: "Pokemon",
|
||||
hp: 60,
|
||||
types: ["Colorless"],
|
||||
|
||||
description: {
|
||||
th: "ปล่อยคลื่นเสียงความถี่สูงจากใบหูขนาดใหญ่เพื่อค้นหาผลไม้ที่เป็น อาหารของมัน ชอบหลงคิดว่าคาจิชชูเป็นอาหาร",
|
||||
id: "Noibat mengeluarkan gelombang ultrasonik dari kuping besarnya untuk mencari buah makanannya. Ia keliru mengira Applin sebagai makanannya."
|
||||
},
|
||||
|
||||
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
|
Reference in New Issue
Block a user