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:
50
data-asia/SV/SV8s/140.ts
Normal file
50
data-asia/SV/SV8s/140.ts
Normal file
@ -0,0 +1,50 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../SV8s"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
id: "Tatsugiri ex",
|
||||
th: "ชาริทัตสึex"
|
||||
},
|
||||
|
||||
illustrator: "5ban Graphics",
|
||||
category: "Pokemon",
|
||||
hp: 160,
|
||||
types: ["Dragon"],
|
||||
stage: "Basic",
|
||||
suffix: "EX",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
id: "Pompa Mendadak",
|
||||
th: "ปั๊มพ์โจมตีแบบไม่คาดคิด"
|
||||
},
|
||||
|
||||
effect: {
|
||||
id: "Kerusakan akibat serangan ini tidak terpengaruh oleh efek yang sedang dialami Pokémon Bertarung lawan.",
|
||||
th: "แดเมจของท่าต่อสู้นี้ จะไม่นำเอฟเฟกต์ที่มีผลอยู่กับโปเกมอนบนตำแหน่งต่อสู้ ฝ่ายตรงข้ามมาคิด"
|
||||
},
|
||||
|
||||
damage: 100,
|
||||
cost: ["Fire", "Water"]
|
||||
}, {
|
||||
name: {
|
||||
id: "Cinnabar Lure",
|
||||
th: "ซินนาบาร์ลัวร์"
|
||||
},
|
||||
|
||||
effect: {
|
||||
id: "Lihat 10 kartu dari atas Deck sendiri, pilih sesukanya Pokémon di antaranya, lalu masukkan ke Cadangan. Kocok kembali sisa kartu ke Deck.",
|
||||
th: "ดูการ์ด 10 ใบจากด้านบนของสำรับการ์ดฝ่ายเรา เลือกการ์ดโปเกมอนจากใน นั้นตามจำนวนที่ชอบ วางบนเบนช์ การ์ดที่เหลือใส่กลับไปในสำรับการ์ดแล้วสับ"
|
||||
},
|
||||
|
||||
cost: ["Fire", "Water", "Darkness"]
|
||||
}],
|
||||
|
||||
retreat: 1,
|
||||
regulationMark: "H"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user