Unban jokers and vouchers, ban enhancements and consumables
This commit is contained in:
parent
246392d8fa
commit
4e11ded51f
2 changed files with 8 additions and 10 deletions
16
lovely.toml
16
lovely.toml
|
|
@ -37,28 +37,26 @@ sendInfoMessage("Attempting to register the Walled Garden ruleset...", "WalledGa
|
|||
(function()
|
||||
local banned = {
|
||||
tags = {"tag_Bakery_DownTag"},
|
||||
consumables = {"c_Bakery_Scribe", "c_mp_asteroid"},
|
||||
vouchers = {"v_jane_token_voucher", "v_jane_token_voucher_plus"},
|
||||
enhancements = {"m_Bakery_TimeWalk"},
|
||||
consumables = {
|
||||
"c_mp_asteroid",
|
||||
"c_Bakery_Scribe",
|
||||
"c_bongcloud_the_knight",
|
||||
"c_Roland_void",
|
||||
},
|
||||
jokers = {
|
||||
"j_chicot",
|
||||
"j_luchador",
|
||||
"j_jane_escapey",
|
||||
"j_jane_spearmaster",
|
||||
"j_jane_survivor",
|
||||
"j_jane_rot",
|
||||
"j_jane_maxie",
|
||||
"j_jane_honey",
|
||||
"j_mp_conjoined_joker",
|
||||
"j_mp_skip_off",
|
||||
"j_jane_artificer",
|
||||
"j_jane_monk",
|
||||
"j_jane_betmma",
|
||||
"j_mp_pacifist",
|
||||
"j_mp_lets_go_gambling",
|
||||
"j_jane_hunter",
|
||||
"j_mp_pizza",
|
||||
"j_jane_saint",
|
||||
"j_jane_oxy",
|
||||
"j_jane_rivulet",
|
||||
"j_mp_taxes",
|
||||
"j_jane_gourmand",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"priority": 10000001,
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"id": "WalledGarden",
|
||||
"name": "WalledGarden",
|
||||
"icon_path": "icon.png",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue