mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 14:50:13 -05:00
- made tooltips on the custom bar/counter/cooldown bar more helpful
This commit is contained in:
@ -521,7 +521,7 @@ IceHUD.options =
|
|||||||
customBar = {
|
customBar = {
|
||||||
type = 'execute',
|
type = 'execute',
|
||||||
name = 'Create custom bar',
|
name = 'Create custom bar',
|
||||||
desc = 'Creates a new customized bar',
|
desc = 'Creates a new customized bar. This bar allows you to specify a buff or debuff to track on a variety of targets. Once that buff/debuff is applied, you will be able to watch it count down on the bar. You can create as many of these as you like.',
|
||||||
func = function()
|
func = function()
|
||||||
IceHUD.IceCore:AddNewDynamicModule(IceCustomBar:new())
|
IceHUD.IceCore:AddNewDynamicModule(IceCustomBar:new())
|
||||||
StaticPopup_Show("ICEHUD_CUSTOM_BAR_CREATED")
|
StaticPopup_Show("ICEHUD_CUSTOM_BAR_CREATED")
|
||||||
@ -532,7 +532,7 @@ IceHUD.options =
|
|||||||
customCount = {
|
customCount = {
|
||||||
type = 'execute',
|
type = 'execute',
|
||||||
name = 'Create custom counter',
|
name = 'Create custom counter',
|
||||||
desc = 'Creates a new customized counter',
|
desc = 'Creates a new customized counter. This counter allows you to specify a stacking buff or debuff to track on a variety of targets. A number or graphic (whichever you choose) will count the number of applications of the specified buff/debuff. You can create as many of these as you like.',
|
||||||
func = function()
|
func = function()
|
||||||
IceHUD.IceCore:AddNewDynamicModule(IceCustomCount:new())
|
IceHUD.IceCore:AddNewDynamicModule(IceCustomCount:new())
|
||||||
StaticPopup_Show("ICEHUD_CUSTOM_COUNTER_CREATED")
|
StaticPopup_Show("ICEHUD_CUSTOM_COUNTER_CREATED")
|
||||||
@ -543,7 +543,7 @@ IceHUD.options =
|
|||||||
customCD = {
|
customCD = {
|
||||||
type = 'execute',
|
type = 'execute',
|
||||||
name = 'Create cooldown bar',
|
name = 'Create cooldown bar',
|
||||||
desc = 'Creates a new customized ability cooldown bar',
|
desc = 'Creates a new customized ability cooldown bar. This bar will monitor the cooldown of the specified skill/spell so you know when it is available to be used again. You can create as many of these as you like.',
|
||||||
func = function()
|
func = function()
|
||||||
IceHUD.IceCore:AddNewDynamicModule(IceCustomCDBar:new())
|
IceHUD.IceCore:AddNewDynamicModule(IceCustomCDBar:new())
|
||||||
StaticPopup_Show("ICEHUD_CUSTOM_CD_CREATED")
|
StaticPopup_Show("ICEHUD_CUSTOM_CD_CREATED")
|
||||||
|
Reference in New Issue
Block a user