- GameConfig 新增 [cultivation] 修炼系统配置(基础速度/灵气浓度/资质及灵根倍率/天灵根加成) - 天灵根改为仅天骄资质再掷(heavenly_root_chance=50%),移入 GameConfig 可配置 - Disciple 修炼倍率常量改为从 GameConfig 读取,新增灵根数量倍率方法 - 主菜单背景更换为"图片大门",新增"宗门全景"资源,删除旧 BG1.png - 同步更新弟子系统设计文档及新增修炼系统设计文档
27 lines
1.0 KiB
INI
27 lines
1.0 KiB
INI
; 模拟宗门 全局配置
|
|
; 所有可调参数集中在此,修改后重启游戏生效
|
|
; 注释以 ; 开头,参数按系统分节
|
|
|
|
[recruitment]
|
|
difficulty="normal"
|
|
opening_applicant_count=5
|
|
opening_pick_count=3
|
|
recruit_interval_years=1
|
|
recruit_applicant_count=3
|
|
heavenly_root_chance=0.5 ; 天灵根概率:仅天骄资质中再掷,50%
|
|
|
|
; 各难度资质权重表(下品/中品/上品/天骄,权重和=100 即百分比概率)
|
|
; 当前难度由 [recruitment] difficulty 指定
|
|
[recruitment_normal]
|
|
aptitude_weights=[45, 35, 15, 5] ; 45% / 35% / 15% / 5%
|
|
|
|
[recruitment_hard]
|
|
aptitude_weights=[60, 30, 8, 2] ; 60% / 30% / 8% / 2%
|
|
|
|
[cultivation] ; 修炼系统
|
|
base_speed=10 ; 基础修为/日
|
|
qi_concentration=1.0 ; 宗门灵气浓度
|
|
aptitude_speed=[0.6, 1.0, 1.5, 2.0] ; 资质倍率(下品/中品/上品/天骄)
|
|
root_count_speed=[1.0, 0.8, 0.6] ; 灵根数量倍率(1根/2根/3根)
|
|
heavenly_bonus=1.5 ; 天灵根额外修炼速度倍率
|