File tree Expand file tree Collapse file tree
auto_battle_state_handler Expand file tree Collapse file tree Original file line number Diff line number Diff 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 : " 支援攻击模板-下一个" # 剩下的都不优秀了
Original file line number Diff line number Diff line change @@ -3,4 +3,3 @@ operations:
33 - op_name : " 按键-特殊攻击"
44 post_delay : 0.2
55 repeat : 9
6- - operation_template : " 通用-闪避-左"
Original file line number Diff line number Diff 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 : " 真斗-擦火刀"
You can’t perform that action at this time.
0 commit comments