Skip to content

Commit

Permalink
同步更新至:v11.0.5-1.0.15a
Browse files Browse the repository at this point in the history
  • Loading branch information
huchang47 committed Nov 18, 2024
1 parent 85bd1d5 commit e3ddbe9
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Hekili.toc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Interface: 110005
## Version: v11.0.5-1.0.15
## Version: v11.0.5-1.0.15a
## Title: Hekili
## Author: Hekili
## IconTexture: Interface\AddOns\Hekili\Textures\LOGO-ORANGE.blp
Expand Down
4 changes: 2 additions & 2 deletions MultilineEditor.lua
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ local function GenerateDiagnosticTooltip( widget, event )
if script == 'criteria' then
local result, warning = scripts:CheckScript( scriptID, action )

Tooltip:AddDoubleLine( "Shown", ns.formatValue( result ), 1, 1, 1, 1, 1, 1 )
Tooltip:AddDoubleLine( "显示", ns.formatValue( result ), 1, 1, 1, 1, 1, 1 )

if warning then Tooltip:AddLine( warning, 1, 0, 0 ) end

Expand All @@ -286,7 +286,7 @@ local function GenerateDiagnosticTooltip( widget, event )
if has_args then
if tested then Tooltip:AddLine(" ") end

Tooltip:AddLine( "Values" )
Tooltip:AddLine( "" )
for k, v in orderedPairs( arg ) do
if not key_cache[k]:find( "safebool" ) and not key_cache[k]:find( "safenum" ) and not key_cache[k]:find("floor") and not key_cache[k]:find( "ceil" ) and ( type(v) ~= "string" or not v:find( "function" ) ) then
Tooltip:AddDoubleLine( key_cache[ k ], ns.formatValue( v ), 1, 1, 1, 1, 1, 1 )
Expand Down
2 changes: 1 addition & 1 deletion TheWarWithin/Priorities/RogueAssassination.simc
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ actions.shiv+=/shiv,if=boss&fight_remains<=cooldown.shiv.charges*8
actions.stealthed+=/variable,name=scent_saturation,value=buff.scent_of_blood.stack>=((spell_targets.fan_of_knives*talent.scent_of_blood.rank*2)>?20)
actions.stealthed+=/pool_resource,for_next=1
# Apply Deathstalkers Mark if it has fallen off
actions.stealthed+=/ambush,if=talent.deathstalkers_mark&(active_dot.deathstalkers_mark=0|buff.darkest_night.down)
actions.stealthed+=/ambush,if=talent.deathstalkers_mark&!debuff.deathstalkers_mark.up&active_dot.deathstalkers_mark=0&(time=0|buff.darkest_night.down)
# Make sure to have Shiv up during Kingsbane as a final check
actions.stealthed+=/shiv,if=talent.kingsbane&(dot.kingsbane.ticking|cooldown.kingsbane.up)&(!debuff.shiv.up&debuff.shiv.remains<1)&buff.envenom.up
# Envenom to maintain the buff during Subterfuge
Expand Down
Loading

0 comments on commit e3ddbe9

Please sign in to comment.