Release Candidate 1
This commit is contained in:
+56
-10
@@ -4,6 +4,7 @@
|
||||
local _detalhes = _G._detalhes
|
||||
local Loc = LibStub("AceLocale-3.0"):GetLocale ( "Details" )
|
||||
local _
|
||||
local addonName, Details222 = ...
|
||||
|
||||
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
--Profiles:
|
||||
@@ -849,9 +850,6 @@ local default_profile = {
|
||||
},
|
||||
|
||||
["EVOKER"] = {
|
||||
--0.31764705882353, -- [1]
|
||||
--0.24313725490196, -- [2]
|
||||
--0.91372549019608, -- [3]
|
||||
--0.2000,
|
||||
--0.4980,
|
||||
--0.5764,
|
||||
@@ -1140,11 +1138,11 @@ local default_profile = {
|
||||
line_height = 17,
|
||||
},
|
||||
|
||||
--new window
|
||||
all_in_one_windows = {
|
||||
|
||||
},
|
||||
--new window system
|
||||
all_in_one_windows = {},
|
||||
|
||||
--auto show overall data in dynamic mode
|
||||
auto_swap_to_dynamic_overall = false,
|
||||
}
|
||||
|
||||
_detalhes.default_profile = default_profile
|
||||
@@ -1157,11 +1155,44 @@ local default_player_data = {
|
||||
last_coach_name = false,
|
||||
},
|
||||
|
||||
--this is used by the new data capture for charts
|
||||
data_harvest_for_charsts = {
|
||||
players = {
|
||||
--damage done by each player
|
||||
{
|
||||
name = "Damage of Each Individual Player",
|
||||
combatObjectContainer = 1,
|
||||
playerOnly = true,
|
||||
playerKey = "total",
|
||||
},
|
||||
},
|
||||
|
||||
totals = {
|
||||
--total damage done by the raid group
|
||||
{
|
||||
name = "Damage of All Player Combined",
|
||||
combatObjectSubTableName = "totals",
|
||||
combatObjectSubTableKey = 1,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
data_harvested_for_charts = {},
|
||||
|
||||
|
||||
--ocd tracker test
|
||||
ocd_tracker = {
|
||||
enabled = false,
|
||||
cooldowns = {},
|
||||
pos = {},
|
||||
frames = {
|
||||
["defensive-raid"] = {},
|
||||
["defensive-target"] = {},
|
||||
["defensive-personal"] = {},
|
||||
["ofensive"] = {},
|
||||
["utility"] = {},
|
||||
["main"] = {}, --any cooldown that does not have a frame is shown on main frame
|
||||
}, --panels for each cooldown type
|
||||
|
||||
show_conditions = {
|
||||
only_in_group = true,
|
||||
only_inside_instance = true,
|
||||
@@ -1175,7 +1206,16 @@ local default_player_data = {
|
||||
["defensive-personal"] = false,
|
||||
["ofensive"] = true,
|
||||
["utility"] = false,
|
||||
}, --when creating a filter, add it here and also add to 'own_frame'
|
||||
|
||||
own_frame = {
|
||||
["defensive-raid"] = false,
|
||||
["defensive-target"] = false,
|
||||
["defensive-personal"] = false,
|
||||
["ofensive"] = false,
|
||||
["utility"] = false,
|
||||
},
|
||||
|
||||
width = 120,
|
||||
height = 18,
|
||||
lines_per_column = 12,
|
||||
@@ -1300,7 +1340,9 @@ local default_global_data = {
|
||||
immersion_unit_special_icons = true, --custom icons for specific units
|
||||
immersion_pets_on_solo_play = false, --pets showing when solo play
|
||||
damage_scroll_auto_open = true,
|
||||
damage_scroll_position = {},
|
||||
damage_scroll_position = {
|
||||
scale = 1,
|
||||
},
|
||||
data_wipes_exp = {
|
||||
["9"] = false,
|
||||
["10"] = false,
|
||||
@@ -1312,6 +1354,11 @@ local default_global_data = {
|
||||
current_exp_raid_encounters = {},
|
||||
installed_skins_cache = {},
|
||||
|
||||
combat_id_global = 0,
|
||||
|
||||
slash_me_used = false,
|
||||
trinket_data = {},
|
||||
|
||||
--spell category feedback
|
||||
spell_category_savedtable = {},
|
||||
spell_category_latest_query = 0,
|
||||
@@ -1648,7 +1695,6 @@ local exportProfileBlacklist = {
|
||||
active_profile = true,
|
||||
SoloTablesSaved = true,
|
||||
RaidTablesSaved = true,
|
||||
savedStyles = true,
|
||||
benchmark_db = true,
|
||||
rank_window = true,
|
||||
last_realversion = true,
|
||||
|
||||
Reference in New Issue
Block a user