1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-25 12:22:14 +00:00

24 lines
1.2 KiB
TypeScript
Raw Permalink 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: "Neutral Center"
},
illustrator: "imoniii",
category: "Trainer",
effect: {
th: "โปเกมอนของทั้งสองฝ่ายทุกตัว (ยกเว้น [โปเกมอนที่มีกฎ]) จะไม่ได้รับแดเมจของท่าต่อสู้จาก [โปเกมอน【ex】 /【V】] ฝ่ายตรงข้าม การ์ดนี้ ตราบใดที่ยังอยู่บนตำแหน่งทิ้งการ์ด จะนำขึ้นมือไม่ได้ และใส่กลับไปในสำรับการ์ดไม่ได้",
id: "Semua Pokémon (selain Pokémon yang memiliki Peraturan) kedua pemain tidak menerima kerusakan akibat serangan dari Pokémon {ex}/{V} lawan. Selama kartu ini ada di Trash, kartu ini tidak dapat ditambahkan ke Kartu Pegangan dan tidak dapat dikembalikan ke Deck."
},
trainerType: "Stadium",
regulationMark: "H"
}
export default card