20 lines
677 B
TOML
20 lines
677 B
TOML
#Show custom splash(es)? [DEFAULT: true]
|
|
show_splashes = true
|
|
#Use latin names for the elements(Ignis, Aer, Aqua, Terra and Aether) [DEFAULT: false]
|
|
elements_latin_variant = false
|
|
|
|
[Rendering]
|
|
#Render output slot on the top Elemental Combinator? [DEFAULT: true]
|
|
render_elemental_combinator_stack = true
|
|
|
|
[Rendering.Amulets]
|
|
#Set to true, if you want amulets to be different based on their tier [DEFAULT: true]
|
|
amulets_tier_difference = true
|
|
|
|
[Rendering.Amulets."Amulet of Terra-Protection"]
|
|
#Render a leaf charge overlay? [DEFAULT: true]
|
|
render_leaf_charge_overlay = true
|
|
#Render a leaf shield around the player? [DEFAULT: true]
|
|
render_leaf_shield = true
|
|
|