Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tasks/Component/GeneralBattle/assets.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class GeneralBattleAssets:
# 确认预设的队伍
I_PRESET_ENSURE = RuleImage(roi_front=(352,643,141,50), roi_back=(305,625,236,83), threshold=0.8, method="Template matching", file="./tasks/Component/GeneralBattle/gb/gb_preset_ensure.png")
# 选择buff
I_BUFF = RuleImage(roi_front=(115,657,42,50), roi_back=(106,641,67,77), threshold=0.7, method="Template matching", file="./tasks/Component/GeneralBattle/gb/gb_buff.png")
I_BUFF = RuleImage(roi_front=(115,670,39,36), roi_back=(107,668,55,49), threshold=0.7, method="Template matching", file="./tasks/Component/GeneralBattle/gb/gb_buff.png")
# 觉醒加成
I_BUFF_AWAKEN = RuleImage(roi_front=(373,126,383,53), roi_back=(373,126,383,53), threshold=0.8, method="Template matching", file="./tasks/Component/GeneralBattle/gb/gb_buff_awaken.png")
# 御魂加成
Expand Down
Binary file modified tasks/Component/GeneralBattle/gb/gb_buff.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions tasks/Component/GeneralBattle/gb/image.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
{
"itemName": "buff",
"imageName": "gb_buff.png",
"roiFront": "115,657,42,50",
"roiBack": "106,641,67,77",
"roiFront": "115,670,39,36",
"roiBack": "107,668,55,49",
"method": "Template matching",
"threshold": 0.7,
"description": "选择buff"
Expand Down