Ban vouchers as a formality

This commit is contained in:
Emik 2026-06-20 09:32:04 +02:00
parent 990bae1c97
commit 2dd07b136e
Signed by: emik
GPG key ID: 6B0CD72A5E503BDF
2 changed files with 10 additions and 2 deletions

View file

@ -74,6 +74,14 @@ payload = """sendInfoMessage("Attempting to register the Walled Garden ruleset..
-- This made standard booster packs a must-open. and reduced the complexity of choosing cards. -- This made standard booster packs a must-open. and reduced the complexity of choosing cards.
"m_Bakery_TimeWalk", "m_Bakery_TimeWalk",
}, },
vouchers = {
-- Strictly a downside when ante number does not exist.
"v_hieroglyph",
"v_petroglyph",
-- Rerolling boss blinds doesn't do anything in PvP blinds.
"v_directors_cut",
"v_retcon",
},
consumables = { consumables = {
-- Banned in favor of `c_mp_ouija_standard`. -- Banned in favor of `c_mp_ouija_standard`.
"c_ouija", "c_ouija",
@ -111,7 +119,7 @@ payload = """sendInfoMessage("Attempting to register the Walled Garden ruleset..
-- See `j_chicot`. -- See `j_chicot`.
"j_luchador", "j_luchador",
-- The first ante is the only time this would trigger. -- The first ante is the only time this would trigger.
"j_matador", "j_matador",
-- Preventing Death doesn't do anything in PvP blinds. -- Preventing Death doesn't do anything in PvP blinds.
"j_mr_bones", "j_mr_bones",
-- Trivializes Spacious deck because it gives a free Joker slot and is a Common. -- Trivializes Spacious deck because it gives a free Joker slot and is a Common.

View file

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