From 2e1c67a49e19dbb0b7434000d83e79559f272f33 Mon Sep 17 00:00:00 2001 From: Emik Date: Sun, 24 May 2026 16:15:20 +0200 Subject: [PATCH] Nerf challenge --- manifest.json | 4 ++-- src/challenge.lua | 12 +----------- 2 files changed, 3 insertions(+), 13 deletions(-) diff --git a/manifest.json b/manifest.json index 6ad0315..aa528d9 100644 --- a/manifest.json +++ b/manifest.json @@ -5,7 +5,7 @@ "jenwalter666", "Emik" ], - "description": "Fork of Jen's almanac that rebalances the mod by heavily toning down on the power creep and cutting out anything deemed not essential. Made out of genuine love for the original mod.", + "description": "Demake of POLTERWORX (formerly Jen's Almanac) that strips down the mod to my favorite components, alongside arbitrary mechanics that I reworked and arbitrary balance changes. Made out of genuine love for the original mod.", "prefix": "jane", "main_file": "src/main.lua", "badge_colour": "3c3cff", @@ -17,5 +17,5 @@ "conflicts": [ "Jen" ], - "version": "1.6.11" + "version": "1.6.12" } \ No newline at end of file diff --git a/src/challenge.lua b/src/challenge.lua index 78181b2..6106a48 100644 --- a/src/challenge.lua +++ b/src/challenge.lua @@ -21,15 +21,8 @@ SMODS.Challenge { loc_txt = { name = "Downpour", }, - rules = {custom = { - {id = "jane_downpour1"}, - {id = "jane_downpour2"}, - {id = "jane_downpour3"}, - {id = "jane_downpour4"}, - }}, + rules = {custom = {{id = "jane_downpour1"}, {id = "jane_downpour2"}, {id = "jane_downpour3"}}}, apply = function(_) - G.GAME.win_ante = 10 - for _, v in ipairs(rain_world_jokers) do Jane.q(function() local card = create_card("Joker", G.jokers, nil, nil, nil, nil, v, "karma_deck_next") @@ -81,6 +74,3 @@ G.localization.misc.v_text.ch_c_jane_downpour2 = G.localization.misc.v_text.ch_c_jane_downpour3 = {"{C:attention}Boss Blind {}is defeated, or {C:red}lose"} - -G.localization.misc.v_text.ch_c_jane_downpour4 = -{"Win on {C:attention}Ante 10"}