45 lines
708 B
TOML
45 lines
708 B
TOML
|
|
#List of curio slot type settings
|
|
[[curiosSettings]]
|
|
identifier = "head"
|
|
visible = true
|
|
override = true
|
|
|
|
[[curiosSettings]]
|
|
identifier = "belt"
|
|
visible = true
|
|
override = true
|
|
|
|
[[curiosSettings]]
|
|
identifier = "back"
|
|
visible = true
|
|
override = true
|
|
|
|
[[curiosSettings]]
|
|
identifier = "body"
|
|
visible = false
|
|
override = true
|
|
|
|
[[curiosSettings]]
|
|
identifier = "ring"
|
|
visible = false
|
|
override = true
|
|
|
|
[[curiosSettings]]
|
|
identifier = "trinket"
|
|
priority = 10
|
|
size = 1
|
|
visible = true
|
|
cosmetic = false
|
|
icon = "curios:item/empty_cosmetic_slot"
|
|
|
|
[[curiosSettings]]
|
|
identifier = "charm"
|
|
priority = 9
|
|
size = 1
|
|
visible = true
|
|
cosmetic = false
|
|
icon = "curios:item/empty_charm_slot"
|
|
override = true
|
|
|