From 5ebb26a67768bf14215474e292c79c2a6cf12f1c Mon Sep 17 00:00:00 2001 From: Emik Date: Tue, 9 Jun 2026 16:00:03 +0200 Subject: [PATCH] Unban nerfed jokers --- lovely.toml | 24 +++++++----------------- manifest.json | 2 +- 2 files changed, 8 insertions(+), 18 deletions(-) diff --git a/lovely.toml b/lovely.toml index 8478039..d2fb74b 100644 --- a/lovely.toml +++ b/lovely.toml @@ -27,24 +27,17 @@ position = "prepend" payload = """ sendInfoMessage("Attempting to register the Walled Garden ruleset...", "WalledGarden"); --- for k, v in pairs(G.P_CENTERS) do --- local _ = not k:find "experimental" and --- not k:find "sandbox" and --- k:find "j_" and --- ({jane = true, Multiplayer = true})[v.mod.id] and --- table.insert(banned.jokers, k) --- end (function() local banned = { tags = { -- Disabling boss blinds doesn't do anything in PvP blinds. - "tag_Bakery_DownTag" + "tag_Bakery_DownTag", }, enhancements = { -- Banning this does not prevent the enhancement from being obtainable through the spectral, -- this simply prevents the enhancement from showing up in Booster Packs or Illusion. -- This made standard booster packs a must-open. and reduced the complexity of choosing cards. - "m_Bakery_TimeWalk" + "m_Bakery_TimeWalk", }, consumables = { -- Allows you to duplicate your strongest joker, @@ -78,17 +71,10 @@ sendInfoMessage("Attempting to register the Walled Garden ruleset...", "WalledGa "j_jane_escapey", -- This heavily encourages high card spam to capitalize on the held in hand plays. "j_jane_survivor", - -- Provides immediate deck thinning down to exclusively the cards you need to play. - "j_jane_artificer", - -- Freezing it with the Coolheaded tarot turns matches into a slog, - -- allowing you to play the entire deck 1 card at a time. - "j_jane_hunter", -- Getting 2 Ankhs or Souls is very unlikely to happen within 9 antes. "j_jane_saint", -- Giving every card an edition makes the game too chaotic. "j_jane_rivulet", - -- Too strong, particularly on Death. Heavily encourages High Card or Flush Five. - "j_jane_gourmand", -- We don't like multiplayer jokers in this household! "j_mp_conjoined_joker", "j_mp_skip_off", @@ -109,7 +95,11 @@ sendInfoMessage("Attempting to register the Walled Garden ruleset...", "WalledGa end MP.Ruleset(ruleset):inject() - sendInfoMessage("Successfully registered \\"Walled Garden\\" as a ruleset under the Experimental tab!", "WalledGarden") + + sendInfoMessage( + "Successfully registered \"Walled Garden\" as a ruleset under the Experimental tab!", + "WalledGarden" + ) end)() """ match_indent = true diff --git a/manifest.json b/manifest.json index cc295b1..f29394b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "priority": 10000001, - "version": "1.0.5", + "version": "1.0.6", "id": "WalledGarden", "name": "WalledGarden", "icon_path": "icon.png",