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

57
data-asia/SV/SV9s/096.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: "Metagross <Steven> ex"
},
illustrator: "PLANETA Mochizuki",
category: "Pokemon",
hp: 340,
types: ["Metal"],
stage: "Stage2",
abilities: [{
type: "Ability",
name: {
th: "เอ็กซ์บูต",
id: "X-Boot"
},
effect: {
th: "ใช้ได้ 1 ครั้งในเทิร์นฝ่ายเรา เลือกการ์ด [พลังงานพื้นฐาน[พลังจิต]] และการ์ด [พลังงานพื้นฐาน[โลหะ]] ได้สูงสุดอย่างละ 1 ใบจากสำรับการ์ดฝ่ายเรา ติดที่ โปเกมอน[พลังจิต]หรือ[โลหะ]ฝ่ายเราตามชอบ แล้วสับสำรับการ์ด",
id: "Dapat digunakan 1 kali pada giliran sendiri. Pilih Energi Dasar {Psychic} dan Energi Dasar {Logam} masing-masing paling banyak 1 lembar dari Deck sendiri, lalu kenakan sesukanya pada Pokémon {Psychic} atau {Logam} sendiri. Kemudian, kocok Deck."
}
}],
attacks: [{
name: {
th: "เมทัลสแตมป์",
id: "Metal Stomp"
},
damage: 200,
cost: ["Metal", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Fire",
value: "×2"
}],
resistances: [{
type: "Grass",
value: "-30"
}],
retreat: 3,
regulationMark: "I",
suffix: "EX"
}
export default card