1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-05-25 17:39:54 +00:00

62 lines
1.8 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: "Yanmega ex"
},
illustrator: "takuyoa",
category: "Pokemon",
hp: 280,
types: ["Grass"],
stage: "Stage1",
suffix: "EX",
abilities: [{
type: "Ability",
name: {
th: "บัซบูสต์",
id: "Buzz Boost"
},
effect: {
th: "ในเทิร์นฝ่ายเรา เมื่อโปเกมอนนี้ออกจากเบนช์มาที่ตำแหน่งต่อสู้ ใช้ได้ 1 ครั้ง เลือกการ์ด [พลังงานพื้นฐาน[หญ้า]] ได้สูงสุด 3 ใบจากสำรับการ์ดฝ่ายเรา ติดที่ โปเกมอนนี้ แล้วสับสำรับการ์ด",
id: "Dapat digunakan 1 kali pada giliran sendiri saat Pokémon ini masuk dari Cadangan ke Arena Bertarung. Pilih paling banyak 3 lembar Energi Dasar {Daun} dari Deck sendiri, lalu kenakan pada Pokémon ini. Kemudian, kocok Deck."
}
}],
attacks: [{
name: {
th: "เจ็ตไซโคลน",
id: "Jet Cyclone"
},
effect: {
th: "เลือกพลังงานที่ติดอยู่กับโปเกมอนนี้ 3 ลูก ย้ายไปติดกับโปเกมอนบนเบนช์ 1 ตัว",
id: "Pilih 3 Energi yang dikenakan pada Pokémon ini, lalu pindahkan ke 1 Pokémon Cadangan."
},
damage: 210,
cost: ["Grass", "Grass", "Grass", "Colorless"]
}],
weaknesses: [{
type: "Lightning",
value: "×2"
}],
resistances: [{
type: "Fighting",
value: "-30"
}],
retreat: 1,
regulationMark: "I"
}
export default card