-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathconfig.lua
More file actions
14 lines (12 loc) · 808 Bytes
/
config.lua
File metadata and controls
14 lines (12 loc) · 808 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
return {
-- SET CUSTOM CONFIG HERE
tarot_dx_rate = 0.1;--0.1 -- (from 0 (0%) to 1 (100%))
tarot_cu_rate = 0.07;--0.07 -- (from 0 (0%) to 1 (100%))
planet_dx_rate = 0.12;--0.12 -- (from 0 (0%) to 1 (100%))
spectral_dx_rate = 0.15;--0.15 -- (from 0 (0%) to 1 (100%))
alchemical_dx_rate = 0;--0.1 -- (from 0 (0%) to 1 (100%))
booster_dx_rate = 0.1;--0.1 -- (from 0 (0%) to whatever, 1 is similar to vanilla rate)
planet_edition_enabled = true; -- Enable/Disable the possibility of planet cards edition (may not be compatible with other mods that overwrite the level_up_hand function)
spectral_on_blank = true; -- Enable/Disable spectral rate on blank voucher
-- END CUSTOM CONFIGS
}