mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 01:19:18 +00:00
feat: Add SV9s (#746)
This commit is contained in:
61
data-asia/SV/SV9s/027.ts
Normal file
61
data-asia/SV/SV9s/027.ts
Normal file
@ -0,0 +1,61 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../SV9s"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
th: "ฮิฮิดารุมะ <ของ N>",
|
||||
id: "Darmanitan <N>"
|
||||
},
|
||||
|
||||
illustrator: "nagimiso",
|
||||
category: "Pokemon",
|
||||
hp: 140,
|
||||
types: ["Fire"],
|
||||
|
||||
description: {
|
||||
th: "ยิ่งเปลวไฟในร่างกายลุกโพลง พลังก็จะยิ่งเพิ่มสูงขึ้น อุณหภูมินั้นอาจ สูงเกิน 1400 องศาเซลเซียส",
|
||||
id: "Makin besar nyala api dalam tubuh Darmanitan, makin meningkat pula kekuatannya. Suhunya dapat melampaui 1400 ℃."
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
th: "แบ็กดราฟต์",
|
||||
id: "Backdraft"
|
||||
},
|
||||
|
||||
effect: {
|
||||
th: "แดเมจจะเท่ากับจำนวนการ์ดพลังงานพื้นฐานที่อยู่บนตำแหน่งทิ้งการ์ดฝ่าย ตรงข้าม x30",
|
||||
id: "Serangan ini memberikan kerusakan sejumlah 30 untuk tiap lembar Energi Dasar yang ada di Trash lawan."
|
||||
},
|
||||
|
||||
damage: "30×",
|
||||
cost: ["Colorless", "Colorless"]
|
||||
}, {
|
||||
name: {
|
||||
th: "ปืนใหญ่โหมไหม้",
|
||||
id: "Meriam Bakar Lapis Api"
|
||||
},
|
||||
|
||||
effect: {
|
||||
th: "ทิ้งพลังงานที่ติดอยู่กับโปเกมอนนี้ทั้งหมดที่ตำแหน่งทิ้งการ์ด โปเกมอนบนเบนช์ ฝ่ายตรงข้าม 1 ตัว ก็จะได้รับแดเมจ 90 ด้วย {โปเกมอนบนเบนช์จะไม่นำ จุดอ่อนและความต้านทานมาคิด}",
|
||||
id: "Buang semua Energi yang dikenakan pada Pokémon ini ke Trash, serangan ini juga memberikan kerusakan sejumlah 90 kepada 1 Pokémon Cadangan lawan. [Kelemahan dan Resistansi Pokémon Cadangan tidak mempengaruhi jumlah kerusakan.]"
|
||||
},
|
||||
|
||||
damage: 90,
|
||||
cost: ["Fire", "Fire", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Water",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 3,
|
||||
regulationMark: "I"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user