You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
368 B
26 lines
368 B
|
5 years ago
|
|
||
|
|
DetailsTimeLineDB = {
|
||
|
|
["max_segments"] = 4,
|
||
|
|
["combat_data"] = {
|
||
|
|
},
|
||
|
|
["hide_on_combat"] = false,
|
||
|
|
["IndividualSpells"] = {
|
||
|
|
},
|
||
|
|
["useicons"] = true,
|
||
|
|
["cooldowns_timeline"] = {
|
||
|
|
},
|
||
|
|
["window_scale"] = 1,
|
||
|
|
["deaths_data"] = {
|
||
|
|
},
|
||
|
|
["debuff_timeline"] = {
|
||
|
|
},
|
||
|
|
["backdrop_color"] = {
|
||
|
|
0, -- [1]
|
||
|
|
0, -- [2]
|
||
|
|
0, -- [3]
|
||
|
|
0.4, -- [4]
|
||
|
|
},
|
||
|
|
["BossSpellCast"] = {
|
||
|
|
},
|
||
|
|
}
|