1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-06 13:29:55 +00:00

57 lines
1.6 KiB
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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