1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 19:32:11 +00:00

25 lines
1.0 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 "../S9"
const card: Card = {
set: Set,
name: {
'zh-tw': "崩塌的競技場",
ja: "崩れたスタジアム"
},
illustrator: "Oswaldo KATO",
category: "Trainer",
effect: {
'zh-tw': "雙方玩家的可放置於備戰區的寶可夢數量改為4隻。[變更備戰寶可夢數量的效果,以變少者為優先。] 將這張卡放置於場上時備戰寶可夢有5隻以上的玩家將其丟棄直到變為4隻為止。這張卡的持有人先丟棄。",
ja: "おたがいのプレイヤーがベンチに出せるポケモンの数は、4匹になる。ベンチの数を変更する効果は、少ない数が優先される。\n\nこのカードが場に出たとき、ベンチが5匹以上いるプレイヤーは、4匹になるまでトラッシュする。トラッシュするのは、このカードの持ち主から。"
},
trainerType: "Stadium",
regulationMark: "F",
rarity: "Uncommon"
}
export default card