fix bug
This commit is contained in:
@@ -20,8 +20,8 @@ ai:
|
||||
game:
|
||||
init_npc_num: 6
|
||||
sect_num: 2 # init_npc_num大于sect_num时,会随机选择sect_num个宗门
|
||||
npc_birth_rate_per_month: 0.001
|
||||
fortune_probability: 0.001
|
||||
npc_birth_rate_per_month: 0.01
|
||||
fortune_probability: 0.005
|
||||
|
||||
df:
|
||||
ids_separator: ";"
|
||||
@@ -34,8 +34,8 @@ social:
|
||||
minor_event_context_num: 10 # 小事(短期记忆)展示数量
|
||||
|
||||
nickname:
|
||||
major_event_threshold: 10 # 获得绰号需要的长期事件数量
|
||||
minor_event_threshold: 50 # 获得绰号需要的短期事件数量
|
||||
major_event_threshold: 3 # 获得绰号需要的长期事件数量
|
||||
minor_event_threshold: 20 # 获得绰号需要的短期事件数量
|
||||
|
||||
save:
|
||||
max_events_to_save: 1000
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
绰号是修仙界中对一个人物的评价和称谓,要求:
|
||||
1. 符合修仙世界观,具有仙侠风格
|
||||
2. 体现角色的特点、行为、性格或事迹
|
||||
2. 可以有多种不同角度,比如角色的性格、行为、事迹、关系、武器、长相、功法、宗门等
|
||||
3. 简洁有力,朗朗上口、2~5个字
|
||||
4. 要帅气、有意境、多种多样
|
||||
|
||||
|
||||
Reference in New Issue
Block a user