Skip to content

Commit f297acf

Browse files
Change edition extra cost
why was astral so cheap 😭
1 parent 3c0f953 commit f297acf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

items/misc.lua

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ local mosaic = {
160160
weight = 0.8, --slightly rarer than Polychrome
161161
shader = "mosaic",
162162
in_shop = true,
163-
extra_cost = 6,
163+
extra_cost = 5,
164164
config = { x_chips = 2.5, trigger = nil },
165165
sound = {
166166
sound = "cry_e_mosaic",
@@ -311,7 +311,7 @@ local glitched = {
311311
weight = 15,
312312
shader = "glitched",
313313
in_shop = true,
314-
extra_cost = 3,
314+
extra_cost = 0,
315315
sound = {
316316
sound = "cry_e_glitched",
317317
per = 1,
@@ -536,7 +536,7 @@ local astral = {
536536
weight = 0.3, --very rare
537537
shader = "astral",
538538
in_shop = true,
539-
extra_cost = 3,
539+
extra_cost = 9,
540540
sound = {
541541
sound = "talisman_emult",
542542
per = 1,
@@ -589,7 +589,7 @@ local blurred = {
589589
weight = 0.5, --very rare
590590
shader = "blur",
591591
in_shop = true,
592-
extra_cost = 3,
592+
extra_cost = 5,
593593
sound = {
594594
sound = "cry_e_blur",
595595
per = 1,
@@ -1171,7 +1171,7 @@ local gold_edition = {
11711171
order = 5,
11721172
shader = "gold",
11731173
weight = 7,
1174-
extra_cost = 2,
1174+
extra_cost = 4,
11751175
in_shop = true,
11761176
config = { dollars = 2 },
11771177
loc_vars = function(self, info_queue)

0 commit comments

Comments
 (0)