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

53
data-asia/SV/SV9s/121.ts Normal file
View File

@ -0,0 +1,53 @@
import { Card } from "../../../interfaces"
import Set from "../SV9s"
const card: Card = {
set: Set,
name: {
th: "อุ๊อุ <ของฮ็อป>",
id: "Cramorant <Hop>"
},
illustrator: "Saboteri",
category: "Pokemon",
hp: 110,
types: ["Colorless"],
description: {
th: "มีนิสัยที่จะกลืนทุกสิ่งทุกอย่างลงไปทั้งตัว ยิ่งอุ๊อุทรมานเพราะเหยื่อมี ขนาดใหญ่เกินจนติดคอมากเท่าไหร่ ยิ่งรับมือยากขึ้นเท่านั้น",
id: "Pokémon yang memiliki kebiasaan menelan utuh apa pun. Cramorant yang sedang kesulitan akibat termengkelan oleh mangsa terlalu besarlah yang makin sulit dilawan."
},
stage: "Basic",
attacks: [{
name: {
th: "พ่นแปรปรวน",
id: "Muntahan Semaunya"
},
effect: {
th: "ถ้าจำนวนการ์ดรางวัลที่เหลือของฝ่ายตรงข้ามไม่ใช่ 4 ใบหรือ 3 ใบ ท่าต่อสู้นี้ จะล้มเหลว",
id: "Jika sisa Kartu Point lawan bukan 4 atau 3 lembar, serangan ini gagal."
},
damage: 120,
cost: ["Colorless"]
}],
weaknesses: [{
type: "Lightning",
value: "×2"
}],
resistances: [{
type: "Fighting",
value: "-30"
}],
retreat: 1,
regulationMark: "I"
}
export default card