更新json和部分dictionary定义
This commit is contained in:
23
shared/resource/jsons/dic_pvp_opponent.json
Executable file
23
shared/resource/jsons/dic_pvp_opponent.json
Executable file
@@ -0,0 +1,23 @@
|
||||
[
|
||||
{
|
||||
"id": 1,
|
||||
"score": 15,
|
||||
"maxLv": 4,
|
||||
"minLv": 2,
|
||||
"ratio": 0.95
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"score": 10,
|
||||
"maxLv": 1,
|
||||
"minLv": -1,
|
||||
"ratio": 0.75
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"score": 5,
|
||||
"maxLv": -2,
|
||||
"minLv": -4,
|
||||
"ratio": 0.5
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user