Skip to content

Commit a4cac1d

Browse files
author
LocalIdentity
committed
Fix Comet not showing DPS values
The skill has the only show average damage flag on it so I gave it a blank stat map to stop it from hiding the DPS calcs
1 parent 2286c4d commit a4cac1d

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

src/Data/Skills/act_int.lua

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3697,6 +3697,10 @@ skills["CometPlayer"] = {
36973697
incrementalEffectiveness = 0.12999999523163,
36983698
damageIncrementalEffectiveness = 0.0096000004559755,
36993699
statDescriptionScope = "comet",
3700+
statMap = {
3701+
["base_skill_show_average_damage_instead_of_dps"] = {
3702+
},
3703+
},
37003704
baseFlags = {
37013705
area = true,
37023706
spell = true,
@@ -3767,6 +3771,10 @@ skills["CometPlayer"] = {
37673771
incrementalEffectiveness = 0.12999999523163,
37683772
damageIncrementalEffectiveness = 0.0096000004559755,
37693773
statDescriptionScope = "comet",
3774+
statMap = {
3775+
["base_skill_show_average_damage_instead_of_dps"] = {
3776+
},
3777+
},
37703778
baseFlags = {
37713779
area = true,
37723780
spell = true,

src/Export/Skills/act_int.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,9 +267,17 @@ statMap = {
267267
#skill CometPlayer
268268
#set CometPlayer
269269
#flags area spell
270+
statMap = {
271+
["base_skill_show_average_damage_instead_of_dps"] = {
272+
},
273+
},
270274
#mods
271275
#set CometFireInfusionPlayer
272276
#flags area spell
277+
statMap = {
278+
["base_skill_show_average_damage_instead_of_dps"] = {
279+
},
280+
},
273281
#mods
274282
#skillEnd
275283

0 commit comments

Comments
 (0)