summary refs log tree commit diff
path: root/auto-tune/init.lua
diff options
context:
space:
mode:
authorRabbit Whispers <us@starfall.systems>2025-06-14 18:45:35 -0500
committerRabbit Whispers <us@starfall.systems>2025-06-14 18:45:35 -0500
commitddb751b02017bd003c39cc0ad970990c58361c52 (patch)
tree51105bcaad672dc38acef5b0dac361e0123d61dd /auto-tune/init.lua
parent9c55fe0f404f26de278aeed490579b042a441d9b (diff)
auto-tune: no more mismatching mindstars!
Diffstat (limited to 'auto-tune/init.lua')
-rw-r--r--auto-tune/init.lua20
1 files changed, 20 insertions, 0 deletions
diff --git a/auto-tune/init.lua b/auto-tune/init.lua
new file mode 100644
index 0000000..274bbec
--- /dev/null
+++ b/auto-tune/init.lua
@@ -0,0 +1,20 @@
+long_name = "Auto-Tune Mindstars"
+short_name = "auto-tune"
+for_module = "tome"
+addon_version = {0,1,0}
+version = {1,7,6}
+weight = 40
+author = {"Rabbit Whispers"}
+homepage = {"starfall.systems"}
+description = [[Quality of life changes for Attune Mindstar:
+
+- your equipped mindstars will have the same damage type after you use Attune Mindstar
+- psionically wielded mindstars are also attuned
+
+This mod doesn't allow you to change damage types of each mindstar separately. If you have a use for that, consider Fine Tune Mindstars by nsrr or Mindstar Tuning by Zizzo.]]
+tags = {"mindstar", "attune mindstar"}
+
+data = false
+hooks = true 
+overload = false
+superload = false