feat: 口粮消耗与饥饿减半([food] 配置驱动)

This commit is contained in:
2026-08-09 16:19:01 +08:00
parent b85d7ef991
commit 00c4495bca
5 changed files with 45 additions and 7 deletions
+5
View File
@@ -47,3 +47,8 @@ cost=100 ; 建造价(灵石)
output=5 ; 日产出(灵米)
upgrade_cost_x=2.0 ; 升级价格倍率
upgrade_output_x=1.5 ; 升级产出倍率
[food] ; 口粮与生存
consumption_per_disciple=1 ; 练气弟子人均日消耗灵米
hunger_speed_multiplier=0.5 ; 饥饿期间修炼速度倍率
hunger_threshold_days=30 ; 断粮累计天数上限(达到即离宗,待接入)