- New LoadoutManagerSimple with clean cost-focused design - LoadoutConfig now stores only: cost_per_shot/hit/heal + display names - Legacy format support for backward compatibility - Simplified LoadoutSelectionDialog with clear cost preview - Updated MainWindow to use new simplified structure - Removed 3 overlapping armor systems, replaced with single decay value - JSON serialization is now simple and reliable Key principle: Only store what's needed for cost tracking. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| accessories_selector.py | ||
| armor_selection_dialog.py | ||
| armor_selector.py | ||
| armor_set_selector.py | ||
| attachment_selector.py | ||
| enhancer_selector.py | ||
| gear_selector.py | ||
| healing_selector.py | ||
| hud_overlay.py | ||
| loadout_manager.py | ||
| loadout_manager_simple.py | ||
| loadout_selection_dialog.py | ||
| loadout_selection_dialog_simple.py | ||
| main_window.py | ||
| mindforce_selector.py | ||
| plate_selector.py | ||
| test_hud.py | ||