Skip to content

Commit 1b9d802

Browse files
author
LocalIdentity
committed
Add Bloodlust and Lasting Ground
1 parent b30a625 commit 1b9d802

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

src/Data/Skills/sup_str.lua

Lines changed: 2 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",

src/Export/Skills/sup_str.txt

Lines changed: 2 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

0 commit comments

Comments
 (0)