1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-17 01:49: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

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

@ -0,0 +1,60 @@
import { Card } from "../../../interfaces"
import Set from "../SV9s"
const card: Card = {
set: Set,
name: {
th: "ซิมโบลา <ของ N>",
id: "Sigilyph <N>"
},
illustrator: "Shiburingaru",
category: "Pokemon",
hp: 110,
types: ["Psychic"],
description: {
th: "เมื่อทำการสำรวจทะเลทรายที่ซิมโบลาบินผ่าน ก็พบร่องรอยที่ สันนิษฐานว่าเป็นเมืองโบราณอยู่ใต้ทะเลทราย",
id: "Ketika dilakukan investigasi di bawah padang pasir tempat Sigilyph terbang, ditemukan peninggalan yang diduga merupakan kota purba."
},
stage: "Basic",
attacks: [{
name: {
th: "บอลโทรจิต",
id: "Bola Psikis"
},
damage: 20,
cost: ["Psychic"]
}, {
name: {
th: "วิกทอรีซิมโบล",
id: "Victory Symbol"
},
effect: {
th: "เมื่อใช้ท่าต่อสู้นี้แล้ว ถ้าจำนวนการ์ดรางวัลที่เหลือของฝ่ายเราเป็น 1 ใบ การแบตเทิลนี้ฝ่ายเราชนะ",
id: "Jika sisa Kartu Point sendiri adalah 1 lembar saat menggunakan serangan ini, pemain dinyatakan menang pada permainan ini."
},
cost: ["Psychic", "Colorless", "Colorless"]
}],
weaknesses: [{
type: "Lightning",
value: "×2"
}],
resistances: [{
type: "Fighting",
value: "-30"
}],
retreat: 1,
regulationMark: "I"
}
export default card