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

feat: Add SV8s (#675)

This commit is contained in:
2025-02-28 08:44:50 +01:00
committed by GitHub
parent e4099defdb
commit e8e9c23e14
245 changed files with 11903 additions and 0 deletions

60
data-asia/SV/SV8s/154.ts Normal file
View File

@ -0,0 +1,60 @@
import { Card } from "../../../interfaces"
import Set from "../SV8s"
const card: Card = {
set: Set,
name: {
id: "Maushold",
th: "อิกคาเนซูมิ"
},
illustrator: "DOM",
category: "Pokemon",
hp: 80,
types: ["Colorless"],
description: {
id: "Dua ekor Maushold besar bertarung sambil melindungi anak-anak mereka. Seluruh Pokémon ini ikut bertarung menghadapi lawan yang kuat.",
th: "ตัวใหญ่ 2 ตัวจะคอยปกป้องพวกตัวเล็กพลางต่อสู้ไปด้วย จะเผชิญหน้า กับคู่ต่อสู้ที่แข็งแกร่งด้วยกันทุกตัว"
},
stage: "Stage1",
attacks: [{
name: {
id: "Family March",
th: "แฟมิลีมาร์ช"
},
effect: {
id: "Pilih paling banyak 2 lembar Maushold (termasuk Pokémon {ex}) dari Deck sendiri, lalu masukkan ke Cadangan. Kemudian, kocok Deck.",
th: "เลือกการ์ด [อิกคาเนซูมิ (รวม [โปเกมอน【ex】])] ได้สูงสุด 2 ใบจากสำรับ การ์ดฝ่ายเรา วางบนเบนช์ แล้วสับสำรับการ์ด"
},
cost: ["Colorless"]
}, {
name: {
id: "Gigi Beruntun",
th: "ฟันหน้าต่อเนื่อง"
},
effect: {
id: "Lempar koin 4 kali. Serangan ini memberikan kerusakan sejumlah 30 untuk tiap lemparan dengan hasil sisi depan.",
th: "ทอยเหรียญ 4 ครั้ง แดเมจจะเท่ากับจำนวนครั้งที่ออกหัว x30"
},
damage: "30×",
cost: ["Colorless"]
}],
weaknesses: [{
type: "Fighting",
value: "×2"
}],
retreat: 1,
regulationMark: "H"
}
export default card