Skip to content

Commit e9ab8ca

Browse files
LocalIdentityLocalIdentity
andauthored
Fix Undermine, Murderous Intent, Bloodlust and Lasting Ground missing the legacy tag (#2281)
* Fix Undermine and Murderous Intent missing the legacy tag These gems are drop disabled and meant to have the legacy tag on them * Add Bloodlust and Lasting Ground --------- Co-authored-by: LocalIdentity <localidentity2@gmail.com>
1 parent 98ce527 commit e9ab8ca

4 files changed

Lines changed: 8 additions & 0 deletions

File tree

src/Data/Skills/sup_dex.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3221,6 +3221,7 @@ skills["SupportEmpoweredCullPlayer"] = {
32213221
levels = {
32223222
[1] = { levelRequirement = 0, manaMultiplier = 20, },
32233223
},
3224+
legacy = true,
32243225
statSets = {
32253226
[1] = {
32263227
label = "Murderous Intent",

src/Data/Skills/sup_str.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -988,6 +988,7 @@ skills["SupportBloodlustPlayer"] = {
988988
levels = {
989989
[1] = { levelRequirement = 0, },
990990
},
991+
legacy = true,
991992
statSets = {
992993
[1] = {
993994
label = "Bloodlust",
@@ -4882,6 +4883,7 @@ skills["SupportLastingGroundPlayer"] = {
48824883
levels = {
48834884
[1] = { levelRequirement = 0, },
48844885
},
4886+
legacy = true,
48854887
statSets = {
48864888
[1] = {
48874889
label = "Support",
@@ -7624,6 +7626,7 @@ skills["SupportUnderminePlayer"] = {
76247626
levels = {
76257627
[1] = { levelRequirement = 0, },
76267628
},
7629+
legacy = true,
76277630
statSets = {
76287631
[1] = {
76297632
label = "Undermine",

src/Export/Skills/sup_dex.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -710,6 +710,7 @@ statMap = {
710710
#skillEnd
711711

712712
#skill SupportEmpoweredCullPlayer
713+
legacy = true
713714
#set SupportEmpoweredCullPlayer
714715
statMap = {
715716
["support_empowered_culling_strike"] = {

src/Export/Skills/sup_str.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ statMap = {
272272
#skillEnd
273273

274274
#skill SupportBloodlustPlayer
275+
legacy = true
275276
#set SupportBloodlustPlayer
276277
statMap = {
277278
["support_bloodlust_melee_physical_damage_+%_final_vs_bleeding_enemies"] = {
@@ -1124,6 +1125,7 @@ statMap = {
11241125
#skillEnd
11251126

11261127
#skill SupportLastingGroundPlayer
1128+
legacy = true
11271129
#set SupportLastingGroundPlayer
11281130
#mods
11291131
#skillEnd
@@ -1720,6 +1722,7 @@ statMap = {
17201722
#skillEnd
17211723

17221724
#skill SupportUnderminePlayer
1725+
legacy = true
17231726
#set SupportUnderminePlayer
17241727
#mods
17251728
#skillEnd

0 commit comments

Comments
 (0)