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()
|
(function()
|
||||||
local banned = {
|
local banned = {
|
||||||
tags = {"tag_Bakery_DownTag"},
|
tags = {"tag_Bakery_DownTag"},
|
||||||
consumables = {"c_Bakery_Scribe", "c_mp_asteroid"},
|
enhancements = {"m_Bakery_TimeWalk"},
|
||||||
vouchers = {"v_jane_token_voucher", "v_jane_token_voucher_plus"},
|
consumables = {
|
||||||
|
"c_mp_asteroid",
|
||||||
|
"c_Bakery_Scribe",
|
||||||
|
"c_bongcloud_the_knight",
|
||||||
|
"c_Roland_void",
|
||||||
|
},
|
||||||
jokers = {
|
jokers = {
|
||||||
"j_chicot",
|
"j_chicot",
|
||||||
"j_luchador",
|
"j_luchador",
|
||||||
"j_jane_escapey",
|
"j_jane_escapey",
|
||||||
"j_jane_spearmaster",
|
|
||||||
"j_jane_survivor",
|
"j_jane_survivor",
|
||||||
"j_jane_rot",
|
|
||||||
"j_jane_maxie",
|
|
||||||
"j_jane_honey",
|
|
||||||
"j_mp_conjoined_joker",
|
"j_mp_conjoined_joker",
|
||||||
"j_mp_skip_off",
|
"j_mp_skip_off",
|
||||||
"j_jane_artificer",
|
"j_jane_artificer",
|
||||||
"j_jane_monk",
|
|
||||||
"j_jane_betmma",
|
|
||||||
"j_mp_pacifist",
|
"j_mp_pacifist",
|
||||||
"j_mp_lets_go_gambling",
|
"j_mp_lets_go_gambling",
|
||||||
"j_jane_hunter",
|
"j_jane_hunter",
|
||||||
"j_mp_pizza",
|
"j_mp_pizza",
|
||||||
"j_jane_saint",
|
"j_jane_saint",
|
||||||
"j_jane_oxy",
|
|
||||||
"j_jane_rivulet",
|
"j_jane_rivulet",
|
||||||
"j_mp_taxes",
|
"j_mp_taxes",
|
||||||
"j_jane_gourmand",
|
"j_jane_gourmand",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"priority": 10000001,
|
"priority": 10000001,
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"id": "WalledGarden",
|
"id": "WalledGarden",
|
||||||
"name": "WalledGarden",
|
"name": "WalledGarden",
|
||||||
"icon_path": "icon.png",
|
"icon_path": "icon.png",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue