1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 03:12:10 +00:00

31 lines
2.0 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.

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 "../SV8a"
const card: Card = {
set: Set,
name: {
ja: "ニュートラルセンター",
id: "Neutral Center",
th: "นิวทรัลเซ็นเตอร์",
'zh-tw': "中立中心",
'zh-cn': "中立中心"
},
illustrator: "imoniii",
rarity: "None",
category: "Trainer",
effect: {
ja: "おたがいのポケモン「ルールを持つポケモン」をのぞく全員は、相手の「ポケモンex・V」からワザのダメージを受けない。\n\nこのカードは、トラッシュにあるかぎり、手札に加えられず、山札にもどせない。",
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.",
th: "โปเกมอนของทั้งสองฝ่ายทุกตัว (ยกเว้น [โปเกมอนที่มีกฎ]) จะไม่ได้รับแดเมจของท่าต่อสู้จาก [โปเกมอน【ex】 /【V】] ฝ่ายตรงข้าม การ์ดนี้ ตราบใดที่ยังอยู่บนตำแหน่งทิ้งการ์ด จะนำขึ้นมือไม่ได้ และใส่กลับไปในสำรับการ์ดไม่ได้",
'zh-tw': "雙方的所有寶可夢「擁有規則的寶可夢」除外不會受到對手的「寶可夢【ex】・【V】」招式的傷害。 這張卡只要在棄牌區,無法加入手牌,無法放回牌庫。",
'zh-cn': "雙方的所有寶可夢「擁有規則的寶可夢」除外不會受到對手的「寶可夢【ex】・【V】」招式的傷害。 這張卡只要在棄牌區,無法加入手牌,無法放回牌庫。"
},
trainerType: "Stadium",
regulationMark: "H"
}
export default card