From 893937108bdd308f6ad35b415fbc1dcb1df03e91 Mon Sep 17 00:00:00 2001 From: Rabbit Whispers Date: Fri, 20 Jun 2025 22:00:16 -0500 Subject: whispers-qol: patch auto-transmo-gems to ignore stun resist and damage pen gems --- whispers-qol/init.lua | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 whispers-qol/init.lua (limited to 'whispers-qol/init.lua') diff --git a/whispers-qol/init.lua b/whispers-qol/init.lua new file mode 100644 index 0000000..a0d6666 --- /dev/null +++ b/whispers-qol/init.lua @@ -0,0 +1,19 @@ +long_name = "Whispers' QoL" +short_name = "whispers_qol" +for_module = "tome" +addon_version = {0,1,0} +version = {1,7,6} +-- weight >50 to patch ZOmnibus +weight = 51 +author = {'Rabbit Whispers'} +homepage = {'starfall.systems'} +description = [[Rabbit Whispers' quality of life collection: + +- Auto-Transmo Gems (if installed) will no longer transmute quartz, turquoise, or bloodstone regardless of settings +]] +tags = { } + +data = false +hooks = false +overload = false +superload = true -- cgit