-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.lua
More file actions
30 lines (30 loc) · 758 Bytes
/
Copy pathconfig.lua
File metadata and controls
30 lines (30 loc) · 758 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
return {
start_with_mod = false,
boosters_in_shop = false,
trigger_type = 1,
activation_threashold = 1,
activation_mode = 1,
starting_mods = {},
rand_starting = 0,
activation_blacklist = {},
pack_size = 2,
pack_choices = 1,
vanilla_blacklist = {
jokers = false,
vouchers = false,
tarots = false,
planets = false,
spectrals = false,
enhancements = false,
seals = false,
editions = false,
tags = false,
blinds = false
},
core_mods = { -- DO NOT TOUCH THIS UNLESS YOU ABSOLUTELY KNOW WHAT YOU ARE DOING
["Balatro"] = true,
["Lovely"] = true,
["SuperRogue"] = true,
["Steamodded"] = true,
}
}