1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 08:39:17 +00:00

feat: Add SV9a (#672)

This commit is contained in:
2025-05-24 20:35:21 +02:00
committed by GitHub
parent 90d12fc9b6
commit db5863caee
93 changed files with 5333 additions and 0 deletions

27
data-asia/SV/SV9a/092.ts Normal file
View File

@ -0,0 +1,27 @@
import { Card } from "../../../interfaces"
import Set from "../SV9a"
const card: Card = {
set: Set,
name: {
ja: "ハッコウシティ",
'zh-tw': "釀光市",
'zh-cn': "釀光市"
},
illustrator: "MARINA Chikazawa",
rarity: "None",
category: "Trainer",
effect: {
ja: "おたがいのプレイヤーは、自分の番ごとに1回、自分のトラッシュから「基本エネルギー」を2枚まで選び、相手に見せて、手札に加えてよい。",
'zh-tw': "雙方玩家在每個自己的回合時可使用1次可從自己的棄牌區選擇最多2張「基本【雷】能量」卡在給對手看過後加入手牌。",
'zh-cn': "雙方玩家在每個自己的回合時可使用1次可從自己的棄牌區選擇最多2張「基本【雷】能量」卡在給對手看過後加入手牌。"
},
trainerType: "Stadium",
regulationMark: "I"
}
export default card