Add options to hide me, other players and total.

This commit is contained in:
GreenComfyTea
2022-07-10 11:50:11 +03:00
parent 798fe55b82
commit cb60b512bb
9 changed files with 57 additions and 5 deletions
@@ -3775,7 +3775,11 @@ function config.init()
highlighted_bar = "Me",
damage_bar_relative_to = "Top Damage", -- "total damage" or "top damage"
my_damage_bar_location = "First", -- "normal" or "first" or "last"
dps_mode = "First Hit"
dps_mode = "First Hit",
hide_myself = false,
hide_other_players = false,
hide_total_damage = false
},
sorting = {
@@ -370,7 +370,11 @@ language.default_language = {
other_damage = "Other Damage",
wyvern_riding_damage = "Wyvern Riding Damage",
endemic_life_damage = "Endemic Life Damage"
endemic_life_damage = "Endemic Life Damage",
hide_myself = "Hide Myself",
hide_other_players = "Hide Other Players",
hide_total_damage = "Hide Total Damage"
}
};