- 死亡管理新增复活点路线JSON两阶段跑尸逻辑 - GUI参数配置支持释放灵魂/复活按键自定义 - 复活点路线JSON选择控件移到攻击循环前面 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
15 lines
275 B
JSON
15 lines
275 B
JSON
{
|
|
"keys": {},
|
|
"bot": {
|
|
"flight": {
|
|
"takeoff_key": "space",
|
|
"takeoff_hold_sec": 2.0,
|
|
"land_key": "p",
|
|
"land_hold_sec": 2.0
|
|
},
|
|
"skinning_wait_sec": 1.5,
|
|
"food_key": "f1",
|
|
"eat_hp_threshold": 30,
|
|
"eat_max_wait_sec": 30.0
|
|
}
|
|
} |