From d131dadae87b241a4a7abea94866a453d88dd44a Mon Sep 17 00:00:00 2001 From: Emik Date: Wed, 6 Aug 2025 00:42:17 +0200 Subject: [PATCH] Increase odds for jumbo and moire to appear --- manifest.json | 2 +- src/edition.lua | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index a20b596..0ae33bc 100644 --- a/manifest.json +++ b/manifest.json @@ -17,5 +17,5 @@ "conflicts": [ "Jen" ], - "version": "1.5.15" + "version": "1.5.16" } \ No newline at end of file diff --git a/src/edition.lua b/src/edition.lua index 8868bb1..747fb94 100644 --- a/src/edition.lua +++ b/src/edition.lua @@ -151,7 +151,7 @@ SMODS.Edition({ end end, sound = {sound = "jane_e_jumbo", per = 1, vol = 0.5}, - weight = 3, + weight = 4, extra_cost = 5, in_shop = true, shader = false, @@ -168,7 +168,7 @@ SMODS.Edition({ }, config = {e_chips = Cryptid and 0.8 or 0.9, e_mult = Cryptid and 1.2 or 1.1}, sound = {sound = "jane_e_moire", per = 1, vol = 0.7}, - weight = 1, + weight = 4, extra_cost = 6, in_shop = true, shader = "moire",