Skip to content

Commit bbc348f

Browse files
committed
Add 3.26 SkillTypes
1 parent 5ea859a commit bbc348f

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

src/Data/Global.lua

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,10 @@ SkillType = {
314314
NoVolley = 131,
315315
Retaliation = 132,
316316
NeverExertable = 133,
317+
DisallowTriggerSupports = 134,
318+
ProjectileCannotReturn = 135,
319+
Offering = 136,
320+
SupportByBane = 137,
317321
}
318322

319323
GlobalCache = {

src/Export/Scripts/skills.lua

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,10 @@ local skillTypes = {
121121
"NoVolley",
122122
"Retaliation",
123123
"NeverExertable",
124+
"DisallowTriggerSupports",
125+
"ProjectileCannotReturn",
126+
"Offering",
127+
"SupportedByBane"
124128
}
125129

126130
-- This is here to fix name collisions like in the case of Barrage

0 commit comments

Comments
 (0)