战斗
<p><pre>
-===========使用说明===========
-更新日期:2024-11-9
-版本限制:2.6.6以上
-===========动态开关===========
---群体攻击使用刀扇
/toggle 战斗 1 群体攻击 刀扇
---预留能量打断施法
/toggle 战斗 2 打断施法 脚踢
---团队首领打破甲,插破甲雕文
/toggle 战斗 3 我是工具 破甲
---开启嫁祸给焦点队友,否则嫁祸给目标的目标
/toggle 战斗 4 焦点嫁祸 嫁祸诀窍
-===========参数设置===========
/local 切割覆盖阈值 16000
-===========定义变量===========
\local 爆发开启期间</p>
<h1>buff 英勇</h1>
<pre><code> #buff 嗜血
#buff 狂暴
#buff 冲动
#buff 剑刃乱舞
#buff 杀戮盛筵
#buff 雷神符石
#buff 古神之血
#buff 超级加速器</code></pre>
<p>\local 破甲存在条件
!toggle 3</p>
<h1>unit_debuff target 破甲</h1>
<p>---在当前状态释放切割的持续时间
/local 切割持续时间 = combo player
/local 切割持续时间 * 5000
/local 切割持续时间 + 9000</p>
<h1>local 切割持续时间 > 0</h1>
<p>---切割破甲割裂都存在
/local 平稳输出条件</p>
<h1>buff 切割</h1>
<pre><code> #unit_debuff target 破甲
#unit_debuff target 割裂 player 3000</code></pre>
<p>---平稳期间预留能量
/local 能量缓存阈值 75
!local 爆发开启期间</p>
<h1>local 平稳输出条件</h1>
<p>---预留能量释放脚踢
/local 能量缓存阈值 60</p>
<h1>toggle 2</h1>
<pre><code> #local 能量缓存阈值 &lt; 60</code></pre>
<p>-===========开启爆发===========
/spell 剑刃乱舞</p>
<h1>enemy</h1>
<pre><code> #buff 冲动</code></pre>
<p>/spell 杀戮盛筵</p>
<h1>enemy</h1>
<pre><code> #buff 剑刃乱舞
!unit_range target 5
#delay 3000</code></pre>
<p>-===========焦点嫁祸===========
---取消嫁祸 宏
---/cancelaura 嫁祸诀窍
/macro 嫁祸取消 0</p>
<h1>toggle 4</h1>
<pre><code> #buff 嫁祸诀窍
#delay 1000</code></pre>
<p>-嫁祸诀窍-焦点 宏
-#showtooltip 嫁祸诀窍
-/cast [target=focus] 嫁祸诀窍
/spell 嫁祸诀窍 嫁祸诀窍-焦点</p>
<h1>toggle 4</h1>
<pre><code> #enemy
#unit_exist focus
#unit_assist focus
!unit_player focus
!unit_range focus 20
#delay 5000</code></pre>
<p>-嫁祸诀窍-目标 宏
-#showtooltip 嫁祸诀窍
-/cast [target=targettarget] 嫁祸诀窍
/spell 嫁祸诀窍 嫁祸诀窍-目标
!toggle 4</p>
<h1>enemy</h1>
<pre><code> #unit_exist target
#unit_enemy target
#unit_exist targettarget
#unit_assist targettarget
#unit_role targettarget 1
!unit_player targettarget
!unit_range targettarget 20
#delay 5000</code></pre>
<p>-===========单体攻击===========
---没有切割的时候补切割
/spell 切割</p>
<h1>enemy</h1>
<pre><code> !combo 4
!buff_time 切割 2000</code></pre>
<p>/local 切割覆盖条件 = buff_time player 切割
/local 切割覆盖条件 + $切割覆盖阈值
/spell 切割</p>
<h1>buff 切割</h1>
<pre><code> !buff_time 切割 8000
#unit_debuff_time target 割裂 8000 player
#local 切割覆盖条件 &lt; $切割持续时间</code></pre>
<p>/spell 切割</p>
<h1>buff 切割</h1>
<pre><code> !buff_time 切割 6000
!combo 4
!unit_debuff_time target 割裂 8000 player</code></pre>
<p>---没有破甲的时候补破甲
/spell 破甲</p>
<h1>enemy</h1>
<pre><code> #boss
#toggle 3
!combo 2
!local 破甲存在条件
#spell_delay 破甲 1500</code></pre>
<p>---没有割裂补五星割裂
/spell 割裂</p>
<h1>enemy</h1>
<pre><code> !unit_debuff target 割裂 player
#combo 5</code></pre>
<p>---连击点数溢出时打刺骨
/spell 刺骨</p>
<h1>enemy</h1>
<pre><code> #buff_time 切割 5000
#unit_debuff_time target 割裂 5000 player
#combo 5</code></pre>
<p>-===========攒星技能===========
---单体攻击时,根据能量缓存打影袭
/spell 影袭
!toggle 1</p>
<h1>energy $能量缓存阈值</h1>
<pre><code> #enemy </code></pre>
<p>---群攻时只在切割或破甲断挡时打影袭
/spell 影袭</p>
<h1>toggle 1</h1>
<pre><code> !combo 2
#enemy
#boss
#energy $能量缓存阈值
!buff 切割</code></pre>
<p>---群攻时只在切割或破甲断挡时打影袭
/spell 影袭</p>
<h1>toggle 1</h1>
<pre><code> !combo 2
#enemy
#boss
#energy $能量缓存阈值
!unit_debuff target 破甲</code></pre>
<p>-===========群体攻击===========
/spell 刀扇</p>
<h1>toggle 1</h1>
<pre><code> #enemy </code></pre>
<p>-===========自动攻击===========
/targetenemy </p>
<h1>combat</h1>
<pre><code> !enemy
#inparty
@target_enemy 15 1
#select_count 1</code></pre>
<p>/attack 攻击</p>
<h1>enemy</h1>
<p></pre></p>