1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-08-04 13:21:58 +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

61
data-asia/SV/SV9s/057.ts Normal file
View File

@@ -0,0 +1,61 @@
import { Card } from "../../../interfaces"
import Set from "../SV9s"
const card: Card = {
set: Set,
name: {
th: "เมทากรอส",
id: "Metagross"
},
illustrator: "Mitsuhiro Arita",
category: "Pokemon",
hp: 170,
types: ["Psychic"],
description: {
th: "เวลาบินจะพับขาทั้ง 4 ของมันไว้ ว่ากันว่าสมองทั้ง 4 ของมันนั้น เยี่ยมยอดกว่าซูเปอร์คอมพิวเตอร์",
id: "Ia melipat 4 kakinya lalu terbang. Dikatakan bahwa 4 otaknya lebih unggul daripada superkomputer sekalipun."
},
stage: "Stage2",
attacks: [{
name: {
th: "ทุบแหลก",
id: "Pukul Hancur"
},
damage: 60,
cost: ["Psychic"]
}, {
name: {
th: "จอยต์บีม",
id: "Joint Beam"
},
effect: {
th: "ถ้าบนเบนช์ฝ่ายเรามี [ดันบัล] [เมแทงก์] อยู่ การโจมตีนี้จะเพิ่มแดเมจ อีก 150",
id: "Jika ada Beldum dan Metang di Cadangan sendiri, kerusakan yang diberikan bertambah sejumlah 150."
},
damage: "130+",
cost: ["Psychic", "Psychic"]
}],
weaknesses: [{
type: "Darkness",
value: "×2"
}],
resistances: [{
type: "Fighting",
value: "-30"
}],
retreat: 3,
regulationMark: "I"
}
export default card