Compare commits
No commits in common. "main" and "1.0.12" have entirely different histories.
2 changed files with 9 additions and 23 deletions
28
lovely.toml
28
lovely.toml
|
|
@ -49,8 +49,8 @@ payload = """(function()
|
|||
return MP.LOBBY.config.ruleset == "ruleset_mp_walledgarden" and
|
||||
ease_dollars(
|
||||
MP.LOBBY.deck.back == "Green Deck" and
|
||||
(G.GAME.round_resets.hands - 1) * 2 + G.GAME.round_resets.discards or
|
||||
G.GAME.round_resets.hands - 1
|
||||
G.GAME.round_resets.hands * 2 + G.GAME.round_resets.discards or
|
||||
G.GAME.round_resets.hands
|
||||
)
|
||||
end)()
|
||||
"""
|
||||
|
|
@ -74,14 +74,6 @@ 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",
|
||||
|
|
@ -94,23 +86,15 @@ payload = """sendInfoMessage("Attempting to register the Walled Garden ruleset..
|
|||
-- Immediately converges gameplay to Flush Five.
|
||||
"c_Roland_void",
|
||||
-- Why add more variance on something that's already volatile?
|
||||
"c_mp_ectoplasm_sandbox",
|
||||
-- There wasn't anything wrong with regular Wraith to begin with.
|
||||
-- Don't fix what ain't broke!
|
||||
"c_mp_wraith",
|
||||
"c_mp_ectoplasm_standard",
|
||||
-- Almost always better than any other planet card.
|
||||
"c_mp_asteroid",
|
||||
},
|
||||
jokers = {
|
||||
-- Strictly a downside when ante number does not exist.
|
||||
-- Despite being a charm, it can be banned as though it was a joker.
|
||||
"BakeryCharm_Bakery_Cogwheel",
|
||||
-- See `j_mr_bones`
|
||||
"j_Bakery_Wearywolf",
|
||||
-- See `j_idol`.
|
||||
-- See below.
|
||||
"j_Roland_idle",
|
||||
-- Normally useless in singleplayer, this is a must-pick to get 4X over your opponent.
|
||||
"j_Roland_mrsbones",
|
||||
-- Banned because of the existence of `j_Roland_idle` and `j_Bakery_Wherewolf`.
|
||||
-- All three of them are fine on their own, but having all three of them,
|
||||
-- means that you are more than likely to stumble across one of the three,
|
||||
|
|
@ -130,8 +114,10 @@ payload = """sendInfoMessage("Attempting to register the Walled Garden ruleset..
|
|||
"j_ExtraCredit_permanentmarker",
|
||||
-- This heavily encourages high card spam to capitalize on the held in hand plays.
|
||||
"j_jane_survivor",
|
||||
-- Getting Ankh 3 times within 9 antes is too speculative.
|
||||
-- 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",
|
||||
-- We don't like multiplayer jokers in this household!
|
||||
"j_mp_conjoined_joker",
|
||||
"j_mp_skip_off",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"priority": 10000001,
|
||||
"version": "1.0.18",
|
||||
"version": "1.0.12",
|
||||
"id": "WalledGarden",
|
||||
"name": "WalledGarden",
|
||||
"icon_path": "icon.png",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue