mirror of
https://github.com/setube/ogame-vue-ts.git
synced 2026-05-12 16:05:12 +08:00
fix: 优化NPC冷却与成长平衡及多语言提示
为NPC初始化和数据迁移时增加侦查/攻击冷却的随机延迟,避免所有NPC同时行动。调整NPC成长难度参数,降低前期NPC威胁,提升平滑度。修正多语言包中侦查被发现提示内容。优化舰队警报弹窗滚动体验。
This commit is contained in:
@@ -857,7 +857,7 @@ export default {
|
||||
ships: '척',
|
||||
spiedBy: '정찰당함',
|
||||
attackedBy: '공격당함',
|
||||
detectionSuccess: '정찰 발견됨',
|
||||
detectionSuccess: '적의 정찰을 발견했습니다!',
|
||||
detectionFailed: '정찰 미발견',
|
||||
npcSpiedYourPlanet: 'NPC가 당신의 행성을 정찰했습니다',
|
||||
npcAttackedYourPlanet: 'NPC가 당신의 행성을 공격했습니다'
|
||||
|
||||
Reference in New Issue
Block a user