-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.lua
More file actions
38 lines (38 loc) · 763 Bytes
/
Copy pathconfig.lua
File metadata and controls
38 lines (38 loc) · 763 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
return {
vouchers_plus_base = true,
vouchers_plus_modded = true,
branching_vouchers = true,
common_vouchers = true,
reroll_shop_voucher = true,
voucher_deck = true,
voucher_processor = true,
the_crucible = true,
custom_collection_view = true,
custom_run_info_view = true,
["list_of_vouchers_to_repeat"] = {
{
["v_omen_globe"] = true,
["v_crystal_ball"] = true,
},
{
["v_grabber"] = true,
["v_nacho_tong"] = true,
},
{
["v_recyclomancy"] = true,
["v_wasteful"] = true,
},
{
["v_blank"] = true,
["v_antimatter"] = true,
},
{
["v_petroglyph"] = true,
["v_hieroglyph"] = true,
},
{
["v_palette"] = true,
["v_paint_brush"] = true,
},
}
}