update readme

This commit is contained in:
bridge
2025-10-17 00:55:11 +08:00
parent 41c8782753
commit 64d79fe015
2 changed files with 2 additions and 2 deletions

View File

@@ -77,7 +77,7 @@
- [ ] 宗门系统
- ✅ 设定、功法、疗伤、驻地、行事风格
- ✅ 宗门特殊动作:合欢宗(双修)
- [ ] 宗门宝、宗门意志ai、宗门任务、接引新人
- [ ] 宗门宝、宗门意志ai、宗门任务、接引新人
- [ ] 宗门等阶:不同称谓、能力、动作
- [ ] 世家系统
- [ ] 朝廷系统(不确定)
@@ -146,6 +146,7 @@
### 特殊
- [ ] 奇遇
- [ ] 道途
- [ ] 夺舍 & 重生
- [ ] 阵法
- [ ] 机缘

View File

@@ -89,7 +89,6 @@ def make_avatars(world: World, count: int = 12, current_month_stamp: MonthStamp
# 根据当前时间戳和年龄计算出生时间戳
birth_month_stamp = current_month_stamp - age_years * 12 + random.randint(0, 11) # 在出生年内随机选择月份
gender = random_gender()
# gender = Gender.FEMALE
# 分配宗门或散修
assigned_sect = None
if use_sects and sect_member_count < sect_member_target and existed_sects: