1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 00:09:18 +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

50
data-asia/SV/SV8s/133.ts Normal file
View File

@ -0,0 +1,50 @@
import { Card } from "../../../interfaces"
import Set from "../SV8s"
const card: Card = {
set: Set,
name: {
id: "Dialga",
th: "ดีอัลกา"
},
illustrator: "Takumi Wada",
category: "Pokemon",
hp: 130,
types: ["Dragon"],
description: {
id: "Dialga merupakan Pokémon yang memiliki legenda yang isinya waktu mulai bergerak saat ia lahir.",
th: "ดีอัลกาเป็นโปเกมอนที่มีตำนานกล่าวไว้ว่าเมื่อถือกำเนิดขึ้นมา เวลา จะเริ่มขยับ"
},
stage: "Basic",
attacks: [{
name: {
id: "Time Control",
th: "ไทม์คอนโทรล"
},
effect: {
id: "Pilih 2 kartu sesukanya dari Deck sendiri. Kocok sisa Deck, tukar urutan kartu yang telah dipilih sesukanya, lalu kembalikan ke atas Deck.",
th: "เลือกการ์ดที่ชอบ 2 ใบจากสำรับการ์ดฝ่ายเรา สับสำรับการ์ดที่เหลือ เรียง การ์ดที่เลือกตามลำดับที่ชอบ ใส่กลับไปด้านบนของสำรับการ์ด"
},
cost: ["Colorless"]
}, {
name: {
id: "Buster Tail",
th: "บัสเตอร์เทล"
},
damage: 160,
cost: ["Psychic", "Metal", "Colorless"]
}],
retreat: 2,
regulationMark: "H"
}
export default card