Unban nerfed jokers

This commit is contained in:
Emik 2026-06-09 16:00:03 +02:00
parent 44aa811ce9
commit 5ebb26a677
Signed by: emik
GPG key ID: 6B0CD72A5E503BDF
2 changed files with 8 additions and 18 deletions

View file

@ -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

View file

@ -1,6 +1,6 @@
{
"priority": 10000001,
"version": "1.0.5",
"version": "1.0.6",
"id": "WalledGarden",
"name": "WalledGarden",
"icon_path": "icon.png",