File tree Expand file tree Collapse file tree 1 file changed +23
-14
lines changed
Expand file tree Collapse file tree 1 file changed +23
-14
lines changed Original file line number Diff line number Diff line change @@ -65,11 +65,11 @@ return {
6565 },
6666
6767 -- card perma bonuses
68- card_extra_chips = {
69- text = {
70- " 추가 칩 {C:chips}#1#{}개" ,
71- },
72- },
68+ card_extra_chips = {
69+ text = {
70+ " 추가 칩 {C:chips}#1#{}개" ,
71+ },
72+ },
7373 card_x_chips = {
7474 text = {
7575 " 칩 {X:chips,C:white}X#1#{}개" ,
@@ -145,18 +145,18 @@ return {
145145 },
146146 },
147147 Enhanced = {
148- m_gold = {
149- name = " 골드 카드" ,
150- text = {
151- " 라운드 종료 시" ,
152- " 이 카드가 손패에 남아 있으면" ,
153- " {C:money}$ #1#{}를 획득합니다" ,
154- },
155- },
148+ m_gold = {
149+ name = " 황금 카드" ,
150+ text = {
151+ " 라운드 종료 시" ,
152+ " 이 카드가 손패에 남아 있으면" ,
153+ " {C:money}#1#{}를 획득합니다" ,
154+ },
155+ },
156156 m_stone = {
157157 name = " 석재 카드" ,
158158 text = {
159- " 칩 {C:chips}+ #1#{}개" ,
159+ " 칩 {C:chips}#1#{}개" ,
160160 " 랭크 또는 문양이 없습니다" ,
161161 },
162162 },
@@ -166,6 +166,15 @@ return {
166166 " {C:mult}#1#{} 배수" ,
167167 },
168168 },
169+ m_lucky = {
170+ name = " 행운 카드" ,
171+ text = {
172+ " {C:green}#1#/#3#{} 확률로" ,
173+ " {C:mult}+#2#{} 배수를 획득합니다" ,
174+ " {C:green}#1#/#5#{} 확률로" ,
175+ " {C:money}$#4#{}를 획득합니다" ,
176+ },
177+ },
169178 },
170179 },
171180 misc = {
You can’t perform that action at this time.
0 commit comments