blob: 5f1d6dbc14e561398dd1589db0ef7b3f68d2e764 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
// Whether models for gloves should be shown in first person
"showFirstPersonGloves": true,
// Whether artifacts should have tooltips explaining their effects
"showTooltips": true,
// Whether mimics can use textures from Lootr or Quark
"useModdedMimicTextures": true,
// Display artifacts on cooldown next to the hotbar
"enableCooldownOverlay": false,
/* Location of the artifact cooldown gui element
Distance from the hotbar measured in pixels
Negative values place the element left of the hotbar
*/
"cooldownOverlayOffset": 10,
// Whether the cosmetics toggle tooltip should be shown even when cosmetics are toggled on
"alwaysShowCosmeticsToggleTooltip": true
}
|