1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 00:09:18 +00:00

feat: Add chinese SV08 (#572)

This commit is contained in:
2024-11-06 02:10:26 +01:00
committed by GitHub
parent 8231f45f81
commit bf8f610c04
107 changed files with 1658 additions and 608 deletions

View File

@ -5,18 +5,23 @@ const card: Card = {
set: Set,
name: {
ja: "ミラクルインカム"
ja: "ミラクルインカム",
'zh-tw': "奇跡耳麥",
'zh-cn': "奇跡耳麥"
},
illustrator: "inose yukie",
category: "Trainer",
effect: {
ja: "自分のトラッシュからサポートを2枚まで選び、相手に見せて、手札に加える。"
ja: "自分のトラッシュからサポートを2枚まで選び、相手に見せて、手札に加える。",
'zh-tw': "從自己的棄牌區選擇最多2張支援者卡在給對手看過後加入手牌。",
'zh-cn': "從自己的棄牌區選擇最多2張支援者卡在給對手看過後加入手牌。"
},
trainerType: "Item",
rarity: "None"
rarity: "None",
regulationMark: "H"
}
export default card