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

60
data-asia/SV/SV9s/093.ts Normal file
View File

@ -0,0 +1,60 @@
import { Card } from "../../../interfaces"
import Set from "../SV9s"
const card: Card = {
set: Set,
name: {
th: "แอร์มุโด <ของไดโกะ>",
id: "Skarmory <Steven>"
},
illustrator: "Nisota Niso",
category: "Pokemon",
hp: 120,
types: ["Metal"],
description: {
th: "มีร่างเหล็กที่ทนทานและดูเหมือนจะหนัก หากแต่จริง ๆ แล้วทั้งบาง และเบา สามารถบินได้ด้วยความเร็ว 300 กิโลเมตรต่อชั่วโมง",
id: "Tubuh besinya yang tampak kukuh dan berat sebenarnya tipis dan ringan sehingga ia bisa terbang dengan kecepatan 300 km/jam."
},
stage: "Basic",
attacks: [{
name: {
th: "ขนปีกแหลมคม",
id: "Bulu Tajam"
},
damage: 30,
cost: ["Colorless", "Colorless"]
}, {
name: {
th: "ทวินโซนิค",
id: "Twin Sonic"
},
effect: {
th: "โปเกมอนฝ่ายตรงข้าม 2 ตัว จะได้รับแดเมจตัวละ 50 {โปเกมอนบนเบนช์ จะไม่นำจุดอ่อนและความต้านทานมาคิด}",
id: "Serangan ini memberikan kerusakan masing-masing sejumlah 50 kepada 2 Pokémon lawan. [Kelemahan dan Resistansi Pokémon Cadangan tidak mempengaruhi jumlah kerusakan.]"
},
cost: ["Metal", "Metal", "Colorless"]
}],
weaknesses: [{
type: "Lightning",
value: "×2"
}],
resistances: [{
type: "Fighting",
value: "-30"
}],
retreat: 1,
regulationMark: "I"
}
export default card