summary refs log tree commit diff
path: root/whispers-bugfix/init.lua
diff options
context:
space:
mode:
authorRabbit Whispers <us@starfall.systems>2025-06-20 22:00:16 -0500
committerRabbit Whispers <us@starfall.systems>2025-06-20 23:29:33 -0500
commit893937108bdd308f6ad35b415fbc1dcb1df03e91 (patch)
tree08f134d4ba5ddff3eddbcec1d1eac1588b258ecd /whispers-bugfix/init.lua
parent4a4709db06185acceaa9aa22ae449d193115a1f8 (diff)
whispers-qol: patch auto-transmo-gems to ignore stun resist and damage pen gems HEAD main
Diffstat (limited to 'whispers-bugfix/init.lua')
-rw-r--r--whispers-bugfix/init.lua19
1 files changed, 19 insertions, 0 deletions
diff --git a/whispers-bugfix/init.lua b/whispers-bugfix/init.lua
new file mode 100644
index 0000000..f7f3976
--- /dev/null
+++ b/whispers-bugfix/init.lua
@@ -0,0 +1,19 @@
+long_name = "Whispers' Bugfixes"
+short_name = "whispers_bugfix"
+for_module = "tome"
+addon_version = {0,1,0}
+version = {1,7,6}
+weight = 0
+author = {'Rabbit Whispers'}
+homepage = {'starfall.systems'}
+description = [[Rabbit Whispers' bugfix collection:
+
+- Adept and talents_mastery_bonus items now update passives (h/t yutio888)
+- Rime Wraith jumps when target is killed
+]]
+tags = {}
+
+data = false
+hooks = true
+overload = false
+superload = true