@@ -98,7 +98,7 @@ return {
9898 },
9999 card_extra_p_dollars = {
100100 text = {
101- " 打出并计分时获得{C:money}$ #1#{}" ,
101+ " 打出并计分时获得{C:money}#1#{}" ,
102102 }
103103 },
104104 card_extra_h_chips = {
@@ -136,22 +136,63 @@ return {
136136 " 回合结束时还在手牌中则获得{C:money}#1#{}" ,
137137 },
138138 },
139+ card_extra_repetitions = {
140+ text = {
141+ " 重新触发" ,
142+ " 此卡牌{C:attention}#1#{} #2#" ,
143+ },
144+ },
145+ artist = {
146+ text = {
147+ " {C:inactive}艺术家" ,
148+ },
149+ },
150+ artist_credit = {
151+ name = " 艺术家" ,
152+ text = {
153+ " {E:1}#1#{}"
154+ },
155+ },
156+ generic_card_limit = {
157+ name = " 卡限额" ,
158+ text = {
159+ ' {C:dark_edition}#1#{}个区域槽位'
160+ }
161+ },
162+ generic_card_limit_plural = {
163+ name = " 卡限额" ,
164+ text = {
165+ ' {C:dark_edition}#1#{}个区域槽位'
166+ }
167+ },
168+ generic_extra_slots = {
169+ name = " 已使用槽位" ,
170+ text = {
171+ ' 填充{C:dark_edition}#1#{}个槽位'
172+ }
173+ }
139174 },
140175 Edition = {
141176 e_negative_playing_card = {
142177 name = " 负片" ,
143178 text = {
144- " 手牌上限{C:dark_edition}+#1#"
179+ " 手牌上限{C:dark_edition}+#1#{} "
145180 },
146181 },
182+ e_negative_generic = {
183+ name = " 负片" ,
184+ text = {
185+ " {C:dark_edition}+#1#{}个区域槽位"
186+ },
187+ }
147188 },
148189 Enhanced = {
149190 m_gold = {
150191 name = " 黄金牌" ,
151192 text = {
152193 " 如果这张卡牌" ,
153194 " 在回合结束时还在手牌中" ,
154- " 你获得{C:money}$ #1#{}" ,
195+ " 你获得{C:money}#1#{}" ,
155196 },
156197 },
157198 m_stone = {
@@ -167,6 +208,15 @@ return {
167208 " {C:mult}#1#{}倍率" ,
168209 },
169210 },
211+ m_lucky = {
212+ name = " 幸运牌" ,
213+ text = {
214+ " {C:green}#1#/#3#{}几率" ,
215+ " {C:mult}+#2#{}倍率" ,
216+ " {C:green}#1#/#5#{}几率" ,
217+ " 获得{C:money}$#4#" ,
218+ },
219+ },
170220 },
171221 },
172222 misc = {
@@ -218,6 +268,7 @@ return {
218268 b_deckskins_lc = ' 低对比度配色' ,
219269 b_deckskins_hc = ' 高对比度配色' ,
220270 b_deckskins_def = ' 默认配色' ,
271+ b_limit = ' 最多' ,
221272 },
222273 v_dictionary = {
223274 c_types = ' 共有#1#种' ,
0 commit comments