Lemontropia-Suite/ui
LemonNexus dca96662b0 fix(loadout): convert ammo units to PEC correctly (1 ammo = 0.01 PEC)
- Ammo Burn from API is in ammo units, not PEC
- 1 ammo = 0.01 PEC = 0.0001 PED
- Was treating 848 ammo as 848 PEC (WRONG)
- Now correctly: 848 ammo = 8.48 PEC
- Fixes cost calculation: 30,552 PED/hr → ~330 PED/hr
2026-02-09 10:09:19 +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 fix(hud): correct cost calculation using weapon decay from Nexus API 2026-02-08 23:34:02 +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 fix(loadout): convert ammo units to PEC correctly (1 ammo = 0.01 PEC) 2026-02-09 10:09:19 +00:00
main_window.py feat(swarm): Agent swarm - Loadout Manager v2.0, Armor Decay, Attachments 2026-02-09 09:28:41 +00:00
test_hud.py feat(gui): Sprint 2 Phase 1 - PyQt6 GUI Foundation 2026-02-08 20:30:38 +00:00