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:
Constrat
2025-01-21 21:31:17 +01:00
committed by GitHub
parent 89d7a3be49
commit 2359a6e113

View File

@@ -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"
}
]
}
]
},