fix: add second skill template (#10377)

* fix: add second skill template

* chore: Auto update by pre-commit hooks [skip changelog]

* chore: increase score requirement

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
Constrat
2024-08-26 14:06:31 +01:00
committed by GitHub
parent ce7661a1db
commit ca97a62201
2 changed files with 6 additions and 2 deletions

View File

@@ -4636,8 +4636,12 @@
"rectMove": [-28, -140, 64, 64]
},
"BattleSkillReadyOnClick-TopView": {
"template": ["BattleSkillReadyOnClick-TopView.png", "BattleSkillStopOnClick-TopView.png"],
"templThreshold": [0.8, 0.8]
"template": [
"BattleSkillReadyOnClick-TopView.png",
"BattleSkillReadyOnClick-TopView2.png",
"BattleSkillStopOnClick-TopView.png"
],
"templThreshold": [0.8, 0.95, 0.8]
},
"BattleUseOper": {
"algorithm": "JustReturn",

Binary file not shown.

After

Width:  |  Height:  |  Size: 715 B