Skip to content

Commit

Permalink
#259 优化简配队
Browse files Browse the repository at this point in the history
  • Loading branch information
DoctorReid committed Sep 28, 2024
1 parent e1a71c6 commit c7b5016
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/auto_battle/专属配队-简.sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ scenes:
- op_name: "按键-移动-前"
way: "松开"
post_delay: 0.1
- states: "[前台-支援] & [闪避识别-黄光] | [前台-凯撒] & [闪避识别-黄光]" #支援/凯撒在前台切简触发格挡反击
- states: "([前台-支援] & [闪避识别-黄光]) | ([前台-凯撒] & [闪避识别-黄光])" #支援/凯撒在前台切简触发格挡反击
operations:
- op_name: "按键-切换角色-下一个"
post_delay: 0.025
Expand Down Expand Up @@ -298,7 +298,7 @@ scenes:
post_delay: 0.05
- op_name: "按键-切换角色-上一个"
post_delay: 0.05
- states: "[前台-支援] & ![按键-切换角色-下一个,0,0.3] | [前台-凯撒] & ![按键-切换角色-下一个,0,0.3]"
- states: "([前台-支援] & ![按键-切换角色-下一个,0,0.3]) | ([前台-凯撒] & ![按键-切换角色-下一个,0,0.3])"
operations:
- op_name: "按键-特殊攻击"
post_delay: 0.025
Expand Down

0 comments on commit c7b5016

Please sign in to comment.