Ban vouchers as a formality
This commit is contained in:
parent
990bae1c97
commit
efbcf3b89a
2 changed files with 10 additions and 2 deletions
10
lovely.toml
10
lovely.toml
|
|
@ -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.
|
||||
"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 = {
|
||||
-- Banned in favor of `c_mp_ouija_standard`.
|
||||
"c_ouija",
|
||||
|
|
@ -111,7 +119,7 @@ payload = """sendInfoMessage("Attempting to register the Walled Garden ruleset..
|
|||
-- See `j_chicot`.
|
||||
"j_luchador",
|
||||
-- The first ante is the only time this would trigger.
|
||||
"j_matador",
|
||||
"j_matador",
|
||||
-- Preventing Death doesn't do anything in PvP blinds.
|
||||
"j_mr_bones",
|
||||
-- Trivializes Spacious deck because it gives a free Joker slot and is a Common.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"priority": 10000001,
|
||||
"version": "1.0.13",
|
||||
"version": "1.0.14",
|
||||
"id": "WalledGarden",
|
||||
"name": "WalledGarden",
|
||||
"icon_path": "icon.png",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue