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

53 lines
1.5 KiB
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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