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

feat: Add SV9s (#746)

This commit is contained in:
2025-05-24 20:57:29 +02:00
committed by GitHub
parent db5863caee
commit 651313ce70
186 changed files with 9356 additions and 0 deletions

54
data-asia/SV/SV9s/144.ts Normal file
View File

@ -0,0 +1,54 @@
import { Card } from "../../../interfaces"
import Set from "../SV9s"
const card: Card = {
set: Set,
name: {
th: "คามิสึโอโรจิ",
id: "Hydrapple"
},
illustrator: "Jerky",
category: "Pokemon",
hp: 170,
types: ["Grass"],
description: {
th: "งาคาทั้ง 7 ตัวอาศัยอยู่ในแอปเปิลที่ทำจากน้ำหวาน งาคาตัวที่อยู่ ตรงกลางคือผู้บัญชาการ"
},
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