1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-08-04 13:21:58 +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

60
data-asia/SV/SV9s/062.ts Normal file
View File

@@ -0,0 +1,60 @@
import { Card } from "../../../interfaces"
import Set from "../SV9s"
const card: Card = {
set: Set,
name: {
th: "คิววะวา <ของลิเลีย>",
id: "Comfey <Lillie>"
},
illustrator: "Narumi Sato",
category: "Pokemon",
hp: 70,
types: ["Psychic"],
description: {
th: "ใช้เถาวัลย์เด็ดดอกไม้ ดอกไม้ที่ติดอยู่ตามตัวของมันจะเริ่มมีคุณสมบัติ ในการเยียวยารักษา",
id: "Ia memetik bunga menggunakan sulurnya. Muncul efek pemulihan dari bunga yang dipasang ke tubuhnya."
},
stage: "Basic",
attacks: [{
name: {
th: "เรียกดอกไม้",
id: "Memanggil Bunga"
},
effect: {
th: "เลือกการ์ด [โปเกมอนของลิเลีย] ที่เป็นโปเกมอน[พื้นฐาน]จากสำรับการ์ดฝ่ายเรา ตามจำนวนที่ชอบ วางบนเบนช์ แล้วสับสำรับการ์ด",
id: "Pilih sesukanya Pokémon Lillie yang merupakan Pokémon Basic dari Deck sendiri, lalu masukkan ke Cadangan. Kemudian, kocok Deck."
},
cost: ["Colorless"]
}, {
name: {
th: "หายวับ",
id: "Menghilang Mendadak"
},
effect: {
th: "นำโปเกมอนนี้ และการ์ดทั้งหมดที่ติดอยู่ กลับขึ้นมือ",
id: "Kembalikan Pokémon ini dan semua kartu yang dikenakannya ke Kartu Pegangan."
},
damage: 30,
cost: ["Psychic"]
}],
weaknesses: [{
type: "Metal",
value: "×2"
}],
retreat: 1,
regulationMark: "I"
}
export default card