Skip to content

Commit a3283da

Browse files
committed
put the display modifier in skillstatmap instead
1 parent 442e73d commit a3283da

File tree

3 files changed

+4
-23
lines changed

3 files changed

+4
-23
lines changed

src/Data/SkillStatMap.lua

+4-1
Original file line numberDiff line numberDiff line change
@@ -2434,5 +2434,8 @@ return {
24342434
},
24352435
["nova_skills_cast_at_target_location"] = {
24362436
-- Display only
2437-
}
2437+
},
2438+
["quality_display_banner_buff_effect_+%_final_per_resource_is_gem"] = {
2439+
-- Display Only
2440+
},
24382441
}

src/Data/Skills/act_str.lua

-11
Original file line numberDiff line numberDiff line change
@@ -1976,9 +1976,6 @@ skills["DefianceBannerPlayer"] = {
19761976
["skill_defiance_banner_movement_speed_+%"] = {
19771977
mod("MovementSpeed", "INC", nil, 0, 0, { type = "Condition", var = "BannerPlanted" }, { type = "GlobalEffect", effectType = "Aura"}),
19781978
},
1979-
["quality_display_banner_buff_effect_+%_final_per_resource_is_gem"] = {
1980-
-- Display Only
1981-
},
19821979
},
19831980
baseFlags = {
19841981
},
@@ -2149,11 +2146,6 @@ skills["DreadBannerPlayer"] = {
21492146
label = "Dread Banner",
21502147
incrementalEffectiveness = 0.054999999701977,
21512148
statDescriptionScope = "dread_banner",
2152-
statMap = {
2153-
["quality_display_banner_buff_effect_+%_final_per_resource_is_gem"] = {
2154-
-- Display Only
2155-
},
2156-
},
21572149
baseFlags = {
21582150
duration = true,
21592151
},
@@ -12580,9 +12572,6 @@ skills["WarBannerPlayer"] = {
1258012572
["skill_war_banner_accuracy_+%"] = {
1258112573
mod("Accuracy", "INC", nil, 0, 0, { type = "Condition", var = "BannerPlanted" }, { type = "GlobalEffect", effectType = "Aura"}),
1258212574
},
12583-
["quality_display_banner_buff_effect_+%_final_per_resource_is_gem"] = {
12584-
-- Display Only
12585-
},
1258612575
},
1258712576
baseFlags = {
1258812577
},

src/Export/Skills/act_str.txt

-11
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,6 @@ statMap = {
134134
["skill_defiance_banner_movement_speed_+%"] = {
135135
mod("MovementSpeed", "INC", nil, 0, 0, { type = "Condition", var = "BannerPlanted" }, { type = "GlobalEffect", effectType = "Aura"}),
136136
},
137-
["quality_display_banner_buff_effect_+%_final_per_resource_is_gem"] = {
138-
-- Display Only
139-
},
140137
},
141138
#mods
142139
#skillEnd
@@ -147,11 +144,6 @@ statMap = {
147144
#skill DreadBannerPlayer
148145
#set DreadBannerPlayer
149146
#flags duration
150-
statMap = {
151-
["quality_display_banner_buff_effect_+%_final_per_resource_is_gem"] = {
152-
-- Display Only
153-
},
154-
},
155147
#mods
156148
#skillEnd
157149

@@ -676,9 +668,6 @@ statMap = {
676668
["skill_war_banner_accuracy_+%"] = {
677669
mod("Accuracy", "INC", nil, 0, 0, { type = "Condition", var = "BannerPlanted" }, { type = "GlobalEffect", effectType = "Aura"}),
678670
},
679-
["quality_display_banner_buff_effect_+%_final_per_resource_is_gem"] = {
680-
-- Display Only
681-
},
682671
},
683672
#mods
684673
#skillEnd

0 commit comments

Comments
 (0)