fix: 优化NPC冷却与成长平衡及多语言提示

为NPC初始化和数据迁移时增加侦查/攻击冷却的随机延迟,避免所有NPC同时行动。调整NPC成长难度参数,降低前期NPC威胁,提升平滑度。修正多语言包中侦查被发现提示内容。优化舰队警报弹窗滚动体验。
This commit is contained in:
谦君
2025-12-18 04:41:52 +08:00
parent 2ed15c4782
commit 53d5216e88
11 changed files with 64 additions and 53 deletions

View File

@@ -650,7 +650,7 @@ export default {
spiedNotificationDetails: '被侦查通知详情',
spyDetected: '侦查被发现',
detectionResult: '检测结果',
detectionSuccess: '你的侦查探测被发现了!',
detectionSuccess: '你发现了敌方侦查',
spiedNotificationMessage: '{npc}试图侦查你的星球{planet}',
spiedNotificationTip: '考虑增强防御或反击如果这个NPC对你有敌意',
viewInGalaxy: '在星系中查看',