refactor mutual action

This commit is contained in:
bridge
2025-10-02 17:31:25 +08:00
parent 281c21b3a4
commit 2d97edca8f
6 changed files with 163 additions and 30 deletions

View File

@@ -56,8 +56,7 @@ def make_avatars(world: World, count: int = 12, current_month_stamp: MonthStamp
name = get_random_name(gender)
# 随机生成level范围从0到120对应四个大境界
# level = random.randint(0, 120)
level = 29
level = random.randint(0, 120)
cultivation_progress = CultivationProgress(level)
# 创建Age实例传入年龄与当前境界