feat(l10n): 누락된 번역 및 기본 무기 수정

- 기본 무기를 'Sharp Stick'에서 'Keyboard'로 변경 (아스키나라 세계관)
- 몬스터 번역 168개 추가 (보안 위협, 버그 등)
- BoringItems(잡템) 번역 42개 추가
- game_data_l10n에서 boringItem 번역 적용
This commit is contained in:
JiWoong Sul
2025-12-11 19:22:43 +09:00
parent 5a567bc3e3
commit 071ac5f1e3
9 changed files with 270 additions and 7 deletions

View File

@@ -173,7 +173,7 @@ class GameSave {
.toList(),
),
equipment: Equipment(
weapon: equipmentJson['weapon'] as String? ?? 'Sharp Stick',
weapon: equipmentJson['weapon'] as String? ?? 'Keyboard',
shield: equipmentJson['shield'] as String? ?? '',
helm: equipmentJson['helm'] as String? ?? '',
hauberk: equipmentJson['hauberk'] as String? ?? '',