We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ea859a commit bbc348fCopy full SHA for bbc348f
2 files changed
src/Data/Global.lua
@@ -314,6 +314,10 @@ SkillType = {
314
NoVolley = 131,
315
Retaliation = 132,
316
NeverExertable = 133,
317
+ DisallowTriggerSupports = 134,
318
+ ProjectileCannotReturn = 135,
319
+ Offering = 136,
320
+ SupportByBane = 137,
321
}
322
323
GlobalCache = {
src/Export/Scripts/skills.lua
@@ -121,6 +121,10 @@ local skillTypes = {
121
"NoVolley",
122
"Retaliation",
123
"NeverExertable",
124
+ "DisallowTriggerSupports",
125
+ "ProjectileCannotReturn",
126
+ "Offering",
127
+ "SupportedByBane"
128
129
130
-- This is here to fix name collisions like in the case of Barrage
0 commit comments