select-deco/config.json
2023-12-01 15:50:27 +08:00

49 lines
936 B
JSON

{
"weight_prefer": {
"突襲與強攻率減少": 1.5,
"減少災害發生率": 1.5
},
"weight_tier": {
"R0": {
"gte": 0,
"lt": 10,
"weight": 0
},
"R1": {
"gte": 10,
"lt": 30,
"weight": 1
},
"R2": {
"gte": 30,
"lt": 50,
"weight": 2
},
"R3": {
"gte": 50,
"lt": 1000,
"weight": 3
}
},
"classes": [
"雕像",
"建築模型",
"繪畫",
"桌飾",
"花瓶",
"船隻模型",
"其他"
],
"exclude_class": [
"船隻模型",
"其他"
],
"include_item": [
"大棵的聖誕樹",
"白色的聖誕樹",
"雪人",
"兔子的布偶"
],
"select_count": 10,
"min_item_level": 6
}