军团表逻辑

This commit is contained in:
mamengke01
2021-01-22 21:28:35 +08:00
parent b5d84c03e4
commit 3e6ec77d56
30 changed files with 4838 additions and 1387 deletions

View File

@@ -0,0 +1,22 @@
[
{
"min": 20,
"max": 39,
"possibility": "1&100"
},
{
"min": 40,
"max": 59,
"possibility": "1&70|2&30"
},
{
"min": 60,
"max": 79,
"possibility": "2&70|3&30"
},
{
"min": 80,
"max": 100,
"possibility": "2&60|3&40"
}
]