From e1feb22144d2821c577cb0a281f77c54306f437c Mon Sep 17 00:00:00 2001 From: Felix Perktold <> Date: Thu, 23 Jul 2026 20:26:04 +0000 Subject: asd --- config/artifacts/client.json5 | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 config/artifacts/client.json5 (limited to 'config/artifacts/client.json5') diff --git a/config/artifacts/client.json5 b/config/artifacts/client.json5 new file mode 100644 index 0000000..5f1d6db --- /dev/null +++ b/config/artifacts/client.json5 @@ -0,0 +1,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 +} \ No newline at end of file -- cgit v1.2.3