1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-05-29 19:09:54 +00:00

57 lines
1.5 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: "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