summaryrefslogtreecommitdiff
path: root/config/artifacts/client.json5
diff options
context:
space:
mode:
authorFelix Perktold <>2026-07-23 20:26:04 +0000
committerFelix Perktold <>2026-07-23 20:26:04 +0000
commite1feb22144d2821c577cb0a281f77c54306f437c (patch)
treec88aa93100893508ba9d60d2db55730f5a711616 /config/artifacts/client.json5
asd
Diffstat (limited to 'config/artifacts/client.json5')
-rw-r--r--config/artifacts/client.json517
1 files changed, 17 insertions, 0 deletions
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