21 lines
665 B
TOML
21 lines
665 B
TOML
|
|
#Common Configs || This config file offer controls to many different things on the mod.
|
|
#Changing something you don't know about, might break your game.
|
|
[common]
|
|
|
|
[common.augment]
|
|
# % of negative stat gets reduced after blessing a Mythic Augment || Default 0.8 = 20%
|
|
#Range: 0.1 ~ 1.0
|
|
blessing_reduction = 0.8
|
|
#Experience cost when assigning attributes in a Wild Augment || Default 250 xp points
|
|
#Range: > 50
|
|
wild_experience_cost = 250
|
|
#Chance to get a additional attribute in Wild Augment types || Default 0.2 = 20%
|
|
#Range: 0.01 ~ 1.0
|
|
wild_probability = 0.2
|
|
|
|
[common.general]
|
|
#Show welcome message || Default: true
|
|
welcome_message = true
|
|
|