@@ -117,7 +117,7 @@ HPR.moon = SMODS.Consumable:extend({
117117
118118HPR .moon {
119119 key = " deimos" ,
120- config = { moon_mult = 10 , max_highlighted = 2 },
120+ config = { moon_mult = 8 , max_highlighted = 2 },
121121 loc_vars = function (self , info_queue , card )
122122 return { vars = { card .ability .moon_mult , card .ability .max_highlighted }}
123123 end ,
@@ -134,7 +134,7 @@ HPR.moon {
134134
135135HPR .moon {
136136 key = " io" ,
137- config = { moon_bonus = 70 , max_highlighted = 2 },
137+ config = { moon_bonus = 45 , max_highlighted = 2 },
138138 loc_vars = function (self , info_queue , card )
139139 return { vars = { card .ability .moon_bonus , card .ability .max_highlighted }}
140140 end ,
@@ -146,7 +146,7 @@ HPR.moon {
146146
147147HPR .moon {
148148 key = " moon" ,
149- config = { moon_h_chips = 70 , max_highlighted = 3 },
149+ config = { moon_h_chips = 45 , max_highlighted = 3 },
150150 loc_vars = function (self , info_queue , card )
151151 return { vars = { card .ability .moon_h_chips , card .ability .max_highlighted }}
152152 end ,
@@ -158,7 +158,7 @@ HPR.moon {
158158
159159HPR .moon {
160160 key = " phobos" ,
161- config = { moon_h_mult = 10 , max_highlighted = 3 },
161+ config = { moon_h_mult = 8 , max_highlighted = 3 },
162162 loc_vars = function (self , info_queue , card )
163163 return { vars = { card .ability .moon_h_mult , card .ability .max_highlighted }}
164164 end ,
@@ -175,7 +175,7 @@ HPR.moon {
175175
176176HPR .moon {
177177 key = " europa" ,
178- config = { moon_x_mult = 0.5 , max_highlighted = 1 },
178+ config = { moon_x_mult = 0.25 , max_highlighted = 1 },
179179 loc_vars = function (self , info_queue , card )
180180 return { vars = { card .ability .moon_x_mult , card .ability .max_highlighted }}
181181 end ,
@@ -192,7 +192,7 @@ HPR.moon {
192192
193193HPR .moon {
194194 key = " hyperion" ,
195- config = { moon_x_chips = 0.5 , max_highlighted = 1 },
195+ config = { moon_x_chips = 0.25 , max_highlighted = 1 },
196196 loc_vars = function (self , info_queue , card )
197197 return { vars = { card .ability .moon_x_chips , card .ability .max_highlighted }}
198198 end ,
@@ -204,7 +204,7 @@ HPR.moon {
204204
205205HPR .moon {
206206 key = " titania" ,
207- config = { moon_h_x_mult = 0.5 , max_highlighted = 2 },
207+ config = { moon_h_x_mult = 0.25 , max_highlighted = 2 },
208208 loc_vars = function (self , info_queue , card )
209209 return { vars = { card .ability .moon_h_x_mult , card .ability .max_highlighted }}
210210 end ,
@@ -216,7 +216,7 @@ HPR.moon {
216216
217217HPR .moon {
218218 key = " triton" ,
219- config = { moon_h_x_chips = 0.5 , max_highlighted = 2 },
219+ config = { moon_h_x_chips = 0.25 , max_highlighted = 2 },
220220 loc_vars = function (self , info_queue , card )
221221 return { vars = { card .ability .moon_h_x_chips , card .ability .max_highlighted }}
222222 end ,
@@ -240,7 +240,7 @@ HPR.moon {
240240
241241HPR .moon {
242242 key = " nibiru" ,
243- config = { moon_p_dollars = 2 , max_highlighted = 1 },
243+ config = { moon_p_dollars = 1 , max_highlighted = 1 },
244244 loc_vars = function (self , info_queue , card )
245245 return { vars = { card .ability .moon_p_dollars , card .ability .max_highlighted }}
246246 end ,
0 commit comments