Lemontropia-Suite/ui
LemonNexus 66f36b4a89 feat(armor): complete armor system with sets and 7-slot plates
- Full armor sets (Ghost, Gremlin, Angel, etc.)
- Individual armor piece mix & match
- 7 plate slots (one per armor piece)
- Plate takes damage FIRST (shield layer)
- Separate decay calculation for plate + armor
- NEW: core/armor_system.py (44KB)
- Integrated into LoadoutManager
2026-02-09 10:31:56 +00:00
..
__init__.py feat(swarm): Agent swarm - Loadout Manager v2.0, Armor Decay, Attachments 2026-02-09 09:28:41 +00:00
attachment_selector.py feat(swarm): Agent swarm - Loadout Manager v2.0, Armor Decay, Attachments 2026-02-09 09:28:41 +00:00
gear_selector.py feat(armor): implement official decay formula (VU 15.15) 2026-02-09 10:27:05 +00:00
hud_overlay.py feat(swarm): Agent swarm - Loadout Manager v2.0, Armor Decay, Attachments 2026-02-09 09:28:41 +00:00
loadout_manager.py feat(armor): complete armor system with sets and 7-slot plates 2026-02-09 10:31:56 +00:00
main_window.py feat(armor): implement official decay formula (VU 15.15) 2026-02-09 10:27:05 +00:00
test_hud.py feat(gui): Sprint 2 Phase 1 - PyQt6 GUI Foundation 2026-02-08 20:30:38 +00:00