tolelom
f85775dd3e
feat: replace all hardcoded constants with config values
Replace hardcoded game constants with values from the config system:
- GameSession now receives *config.Config from Lobby
- TurnTimeout, MaxFloors, SkillUses, InventoryLimit use config values
- combat.AttemptFlee accepts fleeChance param
- combat.ResolveAttacks accepts coopBonus param
- entity.NewMonster accepts scaling param
- Solo HP/DEF reduction uses config SoloHPReduction
- Lobby JoinRoom uses config MaxPlayers
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-25 13:08:52 +09:00
..
2026-03-24 15:33:12 +09:00
2026-03-24 12:36:10 +09:00
2026-03-24 00:11:56 +09:00
2026-03-24 14:50:40 +09:00
2026-03-24 14:44:03 +09:00
2026-03-24 15:33:16 +09:00
2026-03-24 15:33:19 +09:00
2026-03-25 13:02:54 +09:00
2026-03-25 13:08:52 +09:00
2026-03-24 15:42:06 +09:00
2026-03-24 14:44:03 +09:00
2026-03-24 13:45:19 +09:00
2026-03-24 14:51:44 +09:00
2026-03-24 12:36:10 +09:00
2026-03-24 15:33:12 +09:00