mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-20 02:55:38 +08:00
perf: give priority to higher value choices in I.S. encounter.json (#11580)
chore: give priority to higher value choices in I.S. encounter.json
This commit is contained in:
@@ -135,18 +135,6 @@
|
||||
"option_num": 3,
|
||||
"choose": 3,
|
||||
"choices": [
|
||||
{
|
||||
"name": "意思意思",
|
||||
"option_num": 3,
|
||||
"choose": 1,
|
||||
"requirements": [
|
||||
{
|
||||
"name": "OriginiumIngot",
|
||||
"type": ">",
|
||||
"value": "2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "重金酬谢",
|
||||
"option_num": 3,
|
||||
@@ -163,6 +151,18 @@
|
||||
"value": "2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "意思意思",
|
||||
"option_num": 3,
|
||||
"choose": 1,
|
||||
"requirements": [
|
||||
{
|
||||
"name": "OriginiumIngot",
|
||||
"type": ">",
|
||||
"value": "2"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -455,18 +455,6 @@
|
||||
"option_num": 3,
|
||||
"choose": 1,
|
||||
"choices": [
|
||||
{
|
||||
"name": "选择他脚边的货品",
|
||||
"option_num": 3,
|
||||
"choose": 2,
|
||||
"requirements": [
|
||||
{
|
||||
"name": "Vision",
|
||||
"type": ">",
|
||||
"value": "1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "选择仓库深处的货品",
|
||||
"option_num": 3,
|
||||
@@ -490,6 +478,18 @@
|
||||
"value": "四叶草化石"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "选择他脚边的货品",
|
||||
"option_num": 3,
|
||||
"choose": 2,
|
||||
"requirements": [
|
||||
{
|
||||
"name": "Vision",
|
||||
"type": ">",
|
||||
"value": "1"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user