mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 17:39:18 +00:00
feat: Add SV9s (#746)
This commit is contained in:
55
data-asia/SV/SV9s/017.ts
Normal file
55
data-asia/SV/SV9s/017.ts
Normal file
@ -0,0 +1,55 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../SV9s"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
th: "คามิสึโอโรจิ",
|
||||
id: "Hydrapple"
|
||||
},
|
||||
|
||||
illustrator: "Anesaki Dynamic",
|
||||
category: "Pokemon",
|
||||
hp: 170,
|
||||
types: ["Grass"],
|
||||
|
||||
description: {
|
||||
th: "งาคาทั้ง 7 ตัวอาศัยอยู่ในแอปเปิลที่ทำจากน้ำหวาน งาคาตัวที่อยู่ ตรงกลางคือผู้บัญชาการ",
|
||||
id: "Tujuh Boah besar hidup di dalam apel yang dibuat dari sirop nektar. Boah besar yang di tengah adalah komandan."
|
||||
},
|
||||
|
||||
stage: "Stage2",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
th: "โอโรจิเบรธ",
|
||||
id: "Hydra Breath"
|
||||
},
|
||||
|
||||
effect: {
|
||||
th: "ทิ้งการ์ด [พลังงานพื้นฐาน[หญ้า]] 6 ใบจากบนมือฝ่ายเราที่ตำแหน่งทิ้งการ์ด ทำให้โปเกมอนบนตำแหน่งต่อสู้ฝ่ายตรงข้าม[หมดสภาพ] ถ้าทิ้งการ์ด 6 ใบไม่ได้ ท่าต่อสู้นี้จะล้มเหลว",
|
||||
id: "Buang 6 lembar Energi Dasar {Daun} dari Kartu Pegangan sendiri ke Trash, Pokémon Bertarung lawan KO. Jika tidak dapat membuang 6 lembar ke Trash, serangan ini gagal."
|
||||
},
|
||||
|
||||
cost: ["Grass"]
|
||||
}, {
|
||||
name: {
|
||||
th: "วิปสแมช",
|
||||
id: "Whip Smash"
|
||||
},
|
||||
|
||||
damage: 140,
|
||||
cost: ["Grass", "Colorless", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fire",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 3,
|
||||
regulationMark: "I"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user