Skip to content

Commit 041f82c

Browse files
authored
fix: 优化真斗战斗模板(触发6命);修复全配队通用中命破不参与弹刀 (OneDragon-Anything#1586)
1 parent ad94d7a commit 041f82c

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

config/auto_battle/全配队通用.sample.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ scenes:
7272
sub_handlers:
7373
- state_template: "支援攻击模板-特殊情况" # 特殊情况
7474
- state_template: "支援攻击模板-击破" # 格挡攻击优先击破可以快速打进失衡
75+
- state_template: "支援攻击模板-命破" # 修复了命破不能弹刀的神秘特性
7576
- state_template: "支援攻击模板-防护" # 防护一般格挡性能优越
7677
- state_template: "支援攻击模板-异常" # 异常一般格挡上异常效率也不错
7778
- state_template: "支援攻击模板-下一个" # 剩下的都不优秀了

config/auto_battle_operation/真斗-强化特殊技.sample.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ operations:
33
- op_name: "按键-特殊攻击"
44
post_delay: 0.2
55
repeat: 9
6-
- operation_template: "通用-闪避-左"

config/auto_battle_state_handler/速切模板-真斗.sample.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ handlers:
4242
debug_name: "失衡阶段输出"
4343
interrupt_states: "[真斗-炽心]{0, 0} | [真斗-终结技可用] | [真斗-特殊技可用]"
4444
operations:
45+
#先触发6命再进行普攻
46+
- operation_template: "真斗-强化特殊技"
4547
- operation_template: "真斗-基础连段"
4648

4749
- states: ""
@@ -61,4 +63,4 @@ handlers:
6163
- states: ""
6264
debug_name: "擦火刀蓄能"
6365
operations:
64-
- operation_template: "真斗-擦火刀"
66+
- operation_template: "真斗-擦火刀"

0 commit comments

Comments
 (0)