Skip to content

Commit c8bc2ea

Browse files
committed
other skills update
1 parent ac63f6c commit c8bc2ea

4 files changed

Lines changed: 22 additions & 2 deletions

File tree

src/Data/Skills/act_int.lua

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3795,6 +3795,9 @@ skills["ContagionPlayer"] = {
37953795
duration = true,
37963796
spell = true,
37973797
},
3798+
baseMods = {
3799+
skill("debuff", true),
3800+
},
37983801
constantStats = {
37993802
{ "base_skill_effect_duration", 5000 },
38003803
{ "active_skill_base_area_of_effect_radius", 17 },
@@ -12082,6 +12085,10 @@ skills["VileDisruptionPlayer"] = {
1208212085
baseFlags = {
1208312086
spell = true,
1208412087
area = true,
12088+
duration = true,
12089+
},
12090+
baseMods = {
12091+
skill("debuff", true),
1208512092
},
1208612093
constantStats = {
1208712094
{ "active_skill_base_area_of_effect_radius", 40 },

src/Data/Skills/other.lua

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4095,6 +4095,12 @@ skills["InevitableAgonyPlayer"] = {
40954095
incrementalEffectiveness = 0.092720001935959,
40964096
statDescriptionScope = "inevitable_agony",
40974097
baseFlags = {
4098+
area = true,
4099+
duration = true,
4100+
curse = true,
4101+
},
4102+
baseMods = {
4103+
skill("debuff", true),
40984104
},
40994105
constantStats = {
41004106
{ "curse_delay_duration_ms", 1500 },
@@ -5988,6 +5994,9 @@ skills["ParryPlayer"] = {
59885994
duration = true,
59895995
shieldAttack = true,
59905996
},
5997+
baseMods = {
5998+
skill("debuff", true),
5999+
},
59916000
constantStats = {
59926001
{ "movement_speed_+%_final_while_performing_action", -50 },
59936002
{ "movement_speed_acceleration_+%_per_second_while_performing_action", 160 },

src/Export/Skills/act_int.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@ statMap = {
276276
#skill ContagionPlayer
277277
#set ContagionPlayer
278278
#flags area duration spell
279+
#baseMod skill("debuff", true)
279280
#mods
280281
#skillEnd
281282

@@ -811,7 +812,8 @@ statMap = {
811812
#from item
812813
#skill VileDisruptionPlayer
813814
#set VileDisruptionPlayer
814-
#flags spell area
815+
#flags spell area duration
816+
#baseMod skill("debuff", true)
815817
#mods
816818
#skillEnd
817819

src/Export/Skills/other.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,8 @@ statMap = {
291291
#from tree
292292
#skill InevitableAgonyPlayer
293293
#set InevitableAgonyPlayer
294-
#flags
294+
#flags area duration curse
295+
#baseMod skill("debuff", true)
295296
#mods
296297
#skillEnd
297298

@@ -426,6 +427,7 @@ statMap = {
426427
mod("DamageTaken", "MORE", nil, ModFlag.Attack, 0, { type = "GlobalEffect", effectType = "Debuff", effectName = "Parry" }, { type = "Condition", var = "ParryActive" }),
427428
},
428429
},
430+
#baseMod skill("debuff", true)
429431
#mods
430432
#skillEnd
431433

0 commit comments

Comments
 (0)