Lemontropia-Suite/ui
LemonNexus 67eaf2d6a7 feat: rewrite armor system to use API-based sets with proper decay
- Created new ArmorSelectionDialog with two tabs:
  1. Full Armor Sets: Browse and select complete sets from API
  2. Custom Set: Build custom sets from individual pieces
- Armor sets show proper protection and decay per hit
- Decay calculated using official formula: 0.05 * (1 - durability/100000)
- New armor data flows correctly to session cost tracking
- Removed old hardcoded armor set methods
2026-02-09 21:00:43 +00:00
..
__init__.py fix(ui): remove non-existent AttachmentManagerWidget from imports 2026-02-09 13:44:59 +00:00
accessories_selector.py feat(ui): add separate Left/Right ring slots in loadout manager 2026-02-09 14:46:35 +00:00
armor_selection_dialog.py feat: rewrite armor system to use API-based sets with proper decay 2026-02-09 21:00:43 +00:00
armor_selector.py feat(ui): add armor set selection to armor selector 2026-02-09 17:04:21 +00:00
armor_set_selector.py feat(ui): add armor set and mindforce implant selectors 2026-02-09 15:59:29 +00:00
attachment_selector.py fix(api): handle absorber-specific fields (absorption instead of decay) 2026-02-09 17:16:29 +00:00
enhancer_selector.py feat(selectors): add enhancer and accessories selectors 2026-02-09 11:54:00 +00:00
gear_selector.py feat(armor): implement official decay formula (VU 15.15) 2026-02-09 10:27:05 +00:00
healing_selector.py feat(api): full Entropia Nexus API integration + searchable selectors 2026-02-09 11:43:25 +00:00
hud_overlay.py feat(hud): integrate loadout-based cost tracking in HUD 2026-02-09 16:14:51 +00:00
loadout_manager.py feat: rewrite armor system to use API-based sets with proper decay 2026-02-09 21:00:43 +00:00
loadout_selection_dialog.py fix: pass full loadout info to session and display gear names in HUD 2026-02-09 20:50:26 +00:00
main_window.py fix: pass full loadout info to session and display gear names in HUD 2026-02-09 20:50:26 +00:00
mindforce_selector.py feat(ui): add armor set and mindforce implant selectors 2026-02-09 15:59:29 +00:00
plate_selector.py feat(selectors): add plate and attachment selectors 2026-02-09 11:50:45 +00:00
test_hud.py feat(gui): Sprint 2 Phase 1 - PyQt6 GUI Foundation 2026-02-08 20:30:38 +00:00