perf: 优化第一层作战策略黑名单 (#9710)

This commit is contained in:
晓丶梦丶仁
2024-07-18 14:23:15 +08:00
committed by GitHub
parent 8e21efdcf5
commit fe0eca5a00
4 changed files with 106 additions and 73 deletions

View File

@@ -2,34 +2,37 @@
"stage_name": "公害",
"replacement_home": [
{
"location": [3, 5],
"location": [ 3, 5 ],
"direction": "up"
}
],
"blacklist_location": [
[ 3, 3 ]
],
"deploy_plan": [
{
"groups": ["重装", "地面阻挡", "地面远程"],
"location": [3, 5],
"groups": [ "重装", "地面阻挡", "地面远程" ],
"location": [ 3, 5 ],
"direction": "up"
},
{
"groups": ["益达", "焰苇", "高台输出"],
"location": [6, 4],
"groups": [ "益达", "焰苇", "高台输出" ],
"location": [ 6, 4 ],
"direction": "left"
},
{
"groups": ["地面远程", "重装", "地面阻挡"],
"location": [3, 4],
"groups": [ "地面远程", "重装", "地面阻挡" ],
"location": [ 3, 4 ],
"direction": "up"
},
{
"groups": ["高台输出"],
"location": [4, 4],
"groups": [ "高台输出" ],
"location": [ 4, 4 ],
"direction": "up"
},
{
"groups": ["处决者", "炮灰"],
"location": [7, 1],
"groups": [ "处决者", "炮灰" ],
"location": [ 7, 1 ],
"direction": "left"
}
]

View File

@@ -2,47 +2,50 @@
"stage_name": "坏邻居",
"replacement_home": [
{
"location": [7, 2],
"location": [ 7, 2 ],
"direction": "left"
}
],
"blacklist_location": [
[ 8, 3 ]
],
"deploy_plan": [
{
"groups": ["情报官", "重装", "地面远程", "地面阻挡"],
"location": [7, 2],
"groups": [ "情报官", "重装", "地面远程", "地面阻挡" ],
"location": [ 7, 2 ],
"direction": "left"
},
{
"groups": ["高台输出"],
"location": [6, 3],
"groups": [ "高台输出" ],
"location": [ 6, 3 ],
"direction": "up"
},
{
"groups": ["炮灰"],
"location": [4, 1],
"condition": [0, 5],
"groups": [ "炮灰" ],
"location": [ 4, 1 ],
"condition": [ 0, 5 ],
"direction": "down"
},
{
"groups": ["高台输出"],
"location": [8, 2],
"groups": [ "高台输出" ],
"location": [ 8, 2 ],
"direction": "right"
},
{
"groups": ["提丰"],
"location": [6, 1],
"groups": [ "提丰" ],
"location": [ 6, 1 ],
"direction": "right"
},
{
"groups": ["重装", "地面远程", "地面阻挡"],
"location": [7, 1],
"groups": [ "重装", "地面远程", "地面阻挡" ],
"location": [ 7, 1 ],
"direction": "left"
}
],
"retreat_plan": [
{
"location": [4, 1],
"condition": [1, 21]
"location": [ 4, 1 ],
"condition": [ 1, 21 ]
}
]
}

View File

@@ -2,72 +2,72 @@
"stage_name": "夺路而跳",
"replacement_home": [
{
"location": [5, 3],
"direction": "up"
"location": [ 5, 3 ],
"direction": "down"
}
],
"deploy_plan": [
{
"groups": ["重装", "地面阻挡", "地面远程"],
"location": [5, 3],
"groups": [ "重装", "地面阻挡", "地面远程" ],
"location": [ 5, 3 ],
"direction": "down"
},
{
"groups": ["高台输出"],
"location": [4, 2],
"groups": [ "高台输出" ],
"location": [ 4, 2 ],
"direction": "down"
},
{
"groups": ["高台输出"],
"location": [2, 4],
"groups": [ "高台输出" ],
"location": [ 2, 4 ],
"direction": "right"
},
{
"groups": ["高台输出"],
"location": [6, 2],
"groups": [ "高台输出" ],
"location": [ 6, 2 ],
"direction": "left"
},
{
"groups": ["高台输出"],
"location": [4, 4],
"groups": [ "高台输出" ],
"location": [ 4, 4 ],
"direction": "up"
},
{
"groups": ["单奶"],
"location": [6, 2],
"groups": [ "单奶" ],
"location": [ 6, 2 ],
"direction": "left"
},
{
"groups": ["群奶"],
"location": [4, 4],
"groups": [ "群奶" ],
"location": [ 4, 4 ],
"direction": "up"
},
{
"groups": ["重装", "地面阻挡", "地面远程"],
"location": [6, 3],
"groups": [ "重装", "地面阻挡", "地面远程" ],
"location": [ 6, 3 ],
"direction": "down"
},
{
"groups": ["处决者", "史尔特尔", "锏", "近卫", "重装"],
"location": [3, 5],
"condition": [0, 8],
"groups": [ "处决者", "史尔特尔", "锏", "近卫", "重装" ],
"location": [ 3, 5 ],
"condition": [ 0, 8 ],
"direction": "up"
},
{
"groups": ["处决者", "史尔特尔", "锏", "近卫", "重装"],
"location": [5, 1],
"condition": [0, 8],
"groups": [ "处决者", "史尔特尔", "锏", "近卫", "重装" ],
"location": [ 5, 1 ],
"condition": [ 0, 8 ],
"direction": "down"
}
],
"retreat_plan": [
{
"location": [3, 5],
"condition": [9, 19]
"location": [ 3, 5 ],
"condition": [ 9, 19 ]
},
{
"location": [5, 1],
"condition": [9, 19]
"location": [ 5, 1 ],
"condition": [ 9, 19 ]
}
]
}

View File

@@ -2,45 +2,72 @@
"stage_name": "安全检查",
"replacement_home": [
{
"location": [7, 2],
"location": [ 7, 0 ],
"direction": "left"
}
],
"blacklist_location": [
[ 3, 1 ],
[ 4, 1 ],
[ 5, 1 ],
[ 3, 2 ],
[ 4, 2 ],
[ 5, 2 ],
[ 6, 2 ],
[ 3, 3 ],
[ 5, 3 ],
[ 6, 3 ],
[ 7, 3 ],
[ 3, 4 ],
[ 4, 4 ],
[ 5, 4 ],
[ 6, 4 ]
],
"deploy_plan": [
{
"groups": ["益达", "高台输出"],
"location": [6, 1],
"groups": [ "益达", "高台输出" ],
"location": [ 6, 1 ],
"direction": "down"
},
{
"groups": ["高台输出"],
"location": [7, 4],
"direction": "left"
},
{
"groups": ["提丰", "高台输出"],
"location": [6, 5],
"groups": [ "提丰", "高台输出" ],
"location": [ 6, 5 ],
"direction": "up"
},
{
"groups": ["单奶"],
"location": [8, 3],
"groups": [ "单奶" ],
"location": [ 8, 3 ],
"direction": "left"
},
{
"groups": ["玛恩纳", "地面远程", "重装", "地面阻挡"],
"location": [7, 3],
"groups": [ "高台输出" ],
"location": [ 7, 4 ],
"direction": "left"
},
{
"groups": ["处决者"],
"location": [4, 3],
"groups": [ "玛恩纳", "地面远程", "重装", "地面阻挡" ],
"location": [ 7, 3 ],
"direction": "left"
},
{
"groups": [ "群奶" ],
"location": [ 8, 4 ],
"direction": "left"
},
{
"groups": [ "处决者" ],
"location": [ 4, 3 ],
"direction": "up"
},
{
"groups": ["处决者"],
"location": [4, 5],
"groups": [ "处决者" ],
"location": [ 4, 5 ],
"direction": "up"
},
{
"groups": [ "处决者" ],
"location": [ 7, 2 ],
"direction": "down"
}
]
}