Lemontropia-Suite/ui
LemonNexus 09e07984a0 fix(calc): correct PEC to PED conversion for cost/shot display
Cost per shot was showing PEC values labeled as PED (100x too high).
Now properly converts PEC to PED by dividing by 100 before display.

Before: 916.80 PEC displayed as 9.1680 PED (wrong)
After: 916.80 PEC displayed as 0.0917 PED (correct)
2026-02-09 15:12:39 +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_selector.py feat(api): full Entropia Nexus API integration + searchable selectors 2026-02-09 11:43:25 +00:00
attachment_selector.py feat(selectors): add plate and attachment selectors 2026-02-09 11:50:45 +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(gear): add real healing tools and Frontier armor set 2026-02-09 10:51:32 +00:00
loadout_manager.py fix(calc): correct PEC to PED conversion for cost/shot display 2026-02-09 15:12:39 +00:00
main_window.py fix(ui): correct signal name loadout_saved (not loadout_selected) 2026-02-09 10:46:11 +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