1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-15 17:09: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/165.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: "Mamoswine ex"
},
illustrator: "N-DESIGN Inc.",
category: "Pokemon",
hp: 340,
types: ["Fighting"],
stage: "Stage2",
suffix: "EX",
abilities: [{
type: "Ability",
name: {
th: "แมมมอธแครี",
id: "Mammoth Carry"
},
effect: {
th: "ใช้ได้ 1 ครั้งในเทิร์นฝ่ายเรา เลือกการ์ดโปเกมอน 1 ใบจากสำรับการ์ด ฝ่ายเรา ให้ฝ่ายตรงข้ามดู นำขึ้นมือ แล้วสับสำรับการ์ด",
id: "Dapat digunakan 1 kali pada giliran sendiri. Pilih 1 lembar Pokémon dari Deck sendiri, perlihatkan ke lawan, lalu tambahkan ke Kartu Pegangan. Kemudian, kocok Deck."
}
}],
attacks: [{
name: {
th: "เดินแถวกัมปนาท",
id: "Barisan Membahana"
},
effect: {
th: "แดเมจจะเพิ่มตามจำนวนโปเกมอน[ร่าง2] บนเบนช์ฝ่ายเรา x40",
id: "Kerusakan yang diberikan bertambah sejumlah 40 untuk tiap Pokémon Stage 2 di Cadangan sendiri."
},
damage: "180+",
cost: ["Fighting", "Fighting"]
}],
weaknesses: [{
type: "Grass",
value: "×2"
}],
retreat: 4,
regulationMark: "I"
}
export default card