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

62
data-asia/SV/SV9s/007.ts Normal file
View File

@ -0,0 +1,62 @@
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