Skip to content

Commit 438d128

Browse files
authored
Add support for Discipline (#816)
1 parent 1f7ecaf commit 438d128

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

src/Data/Skills/act_int.lua

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4937,8 +4937,16 @@ skills["DisciplinePlayer"] = {
49374937
label = "Discipline",
49384938
incrementalEffectiveness = 0.092720001935959,
49394939
statDescriptionScope = "discipline",
4940+
statMap = {
4941+
["discipline_grant_allies_total_maximum_energy_shield_+"] = {
4942+
mod("EnergyShield", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Aura" }),
4943+
},
4944+
},
49404945
baseFlags = {
49414946
},
4947+
baseMods = {
4948+
skill("auraCannotAffectSelf", true),
4949+
},
49424950
constantStats = {
49434951
{ "skill_desired_amount_override", 1 },
49444952
},

src/Export/Skills/act_int.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,12 @@ statMap = {
318318
#skill DisciplinePlayer
319319
#set DisciplinePlayer
320320
#flags
321+
statMap = {
322+
["discipline_grant_allies_total_maximum_energy_shield_+"] = {
323+
mod("EnergyShield", "BASE", nil, 0, 0, { type = "GlobalEffect", effectType = "Aura" }),
324+
},
325+
},
326+
#baseMod skill("auraCannotAffectSelf", true)
321327
#mods
322328
#skillEnd
323329

0 commit comments

Comments
 (0)