1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-26 12:52:13 +00:00

24 lines
1.1 KiB
TypeScript
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. 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 "../SV7s"
const card: Card = {
set: Set,
name: {
th: "ไบรอาร์",
id: "Briar"
},
illustrator: "Naoki Saito",
category: "Trainer",
effect: {
th: "การ์ดนี้ จะใช้ได้แค่ตอนที่จำนวนการ์ดรางวัลที่เหลือของฝ่ายตรงข้ามมี 2 ใบ เทิร์นนี้ ถ้าโปเกมอนบนตำแหน่งต่อสู้ฝ่ายตรงข้าม[หมดสภาพ] ด้วยแดเมจของท่าต่อสู้ที่โปเกมอน [เทรัสตัล] ฝ่ายเราใช้ หยิบการ์ดรางวัลเพิ่ม 1 ใบ",
id: "Kartu ini hanya dapat digunakan saat sisa Kartu Point lawan adalah 2 lembar. Pada giliran ini, jika Pokémon Bertarung lawan KO karena kerusakan akibat serangan yang digunakan oleh Pokémon Terastal sendiri, ambil Kartu Point 1 lembar lebih banyak."
},
trainerType: "Supporter",
regulationMark: "H"
}
export default card