Nerf challenge

This commit is contained in:
Emik 2026-05-24 16:15:20 +02:00
parent b9b1cedb79
commit 2e1c67a49e
Signed by: emik
GPG key ID: 6B0CD72A5E503BDF
2 changed files with 3 additions and 13 deletions

View file

@ -5,7 +5,7 @@
"jenwalter666", "jenwalter666",
"Emik" "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", "prefix": "jane",
"main_file": "src/main.lua", "main_file": "src/main.lua",
"badge_colour": "3c3cff", "badge_colour": "3c3cff",
@ -17,5 +17,5 @@
"conflicts": [ "conflicts": [
"Jen" "Jen"
], ],
"version": "1.6.11" "version": "1.6.12"
} }

View file

@ -21,15 +21,8 @@ SMODS.Challenge {
loc_txt = { loc_txt = {
name = "Downpour", name = "Downpour",
}, },
rules = {custom = { rules = {custom = {{id = "jane_downpour1"}, {id = "jane_downpour2"}, {id = "jane_downpour3"}}},
{id = "jane_downpour1"},
{id = "jane_downpour2"},
{id = "jane_downpour3"},
{id = "jane_downpour4"},
}},
apply = function(_) apply = function(_)
G.GAME.win_ante = 10
for _, v in ipairs(rain_world_jokers) do for _, v in ipairs(rain_world_jokers) do
Jane.q(function() Jane.q(function()
local card = create_card("Joker", G.jokers, nil, nil, nil, nil, v, "karma_deck_next") 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 = G.localization.misc.v_text.ch_c_jane_downpour3 =
{"{C:attention}Boss Blind {}is defeated, or {C:red}lose"} {"{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"}