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

48
data-asia/SV/SV9s/083.ts Normal file
View File

@@ -0,0 +1,48 @@
import { Card } from "../../../interfaces"
import Set from "../SV9s"
const card: Card = {
set: Set,
name: {
th: "เลพัลดัส <ของแมรี>",
id: "Liepard <Marnie>"
},
illustrator: "Hasuno",
category: "Pokemon",
hp: 100,
types: ["Darkness"],
description: {
th: "ต่อสู้แย่งชิงอาณาเขตกับฟ็อกสไล ลอบเข้าใกล้เหยื่อจากทางด้านหลัง ได้โดยไม่มีเสียงแม้แต่นิดเดียว",
id: "Liepard bertarung dengan Thievul untuk memperebutkan wilayah teritorial. Pokémon ini menyelinap ke belakang mangsanya tanpa menimbulkan suara sedikit pun."
},
stage: "Stage1",
attacks: [{
name: {
th: "ชาร์ปคลอว์",
id: "Sharp Claw"
},
effect: {
th: "ถ้าโปเกมอนบนตำแหน่งต่อสู้ฝ่ายตรงข้ามเป็น [โปเกมอน【ex】] การโจมตีนี้จะ เพิ่มแดเมจอีก 70",
id: "Jika Pokémon Bertarung lawan adalah Pokémon {ex}, kerusakan yang diberikan bertambah sejumlah 70."
},
damage: "70+",
cost: ["Darkness", "Darkness"]
}],
weaknesses: [{
type: "Grass",
value: "×2"
}],
retreat: 1,
regulationMark: "I"
}
export default card