Skip to content

Commit 8c776c5

Browse files
committed
nerf moon values
1 parent 6cd4bda commit 8c776c5

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

items/moon.lua

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ HPR.moon = SMODS.Consumable:extend({
117117

118118
HPR.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

135135
HPR.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

147147
HPR.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

159159
HPR.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

176176
HPR.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

193193
HPR.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

205205
HPR.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

217217
HPR.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

241241
HPR.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

Comments
 (0)