diff options
Diffstat (limited to 'auto-tune/init.lua')
-rw-r--r-- | auto-tune/init.lua | 20 |
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 |