fix: 修正格式以符合 syntax_check

This commit is contained in:
zzyyyl
2022-10-02 18:02:20 +08:00
parent a9365a1fa6
commit 369c4fc35e
2 changed files with 7 additions and 6 deletions

View File

@@ -4569,7 +4569,7 @@
]
},
"InfrastSkillsUpper": {
"algorithm": "JustReturn",
"template": "empty.png",
"roi": [
400,
280,
@@ -4578,7 +4578,7 @@
]
},
"InfrastSkillsLower": {
"algorithm": "JustReturn",
"template": "empty.png",
"roi": [
400,
560,
@@ -6519,7 +6519,7 @@
]
},
"BattleOperClickRange": {
"algorithm": "JustReturn",
"template": "empty.png",
"rectMove": [
-45,
6,
@@ -6562,7 +6562,7 @@
]
},
"BattleOperRoleRange": {
"algorithm": "JustReturn",
"template": "empty.png",
"rectMove": [
-41,
6,
@@ -8501,6 +8501,7 @@
},
"Roguelike1SkillSelectionMove1": {
"algorithm": "JustReturn",
"rectMove_Doc": "技能1相对flag的坐标",
"rectMove": [
180,
-40,
@@ -8510,6 +8511,7 @@
},
"Roguelike1SkillSelectionMove2": {
"algorithm": "JustReturn",
"rectMove_Doc": "技能2相对flag的坐标",
"rectMove": [
240,
-40,
@@ -8519,6 +8521,7 @@
},
"Roguelike1SkillSelectionMove3": {
"algorithm": "JustReturn",
"rectMove_Doc": "技能3相对flag的坐标",
"rectMove": [
300,
-40,

View File

@@ -267,8 +267,6 @@ bool asst::TaskData::syntax_check(std::string_view task_name, const json::value&
"preDelay",
"rearDelay",
"reduceOtherTimes",
"roi", "rectMove",
} },
{ AlgorithmType::Hash,
{