- LoadoutConfig now includes: - weapon_enhancers: List of up to 10 enhancer configs - armor_plates: Dict of plate configs per slot - left_ring, right_ring: Ring selections - clothing_items: List of clothing - pet: Selected pet - Cost calculations updated: - get_total_decay_per_shot() includes enhancer decay - calculate_armor_cost_per_hour() includes plate decay - Serialization updated: - to_dict() handles enhancers and plates - from_dict() handles all new fields with defaults |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| accessories_selector.py | ||
| armor_selector.py | ||
| attachment_selector.py | ||
| enhancer_selector.py | ||
| gear_selector.py | ||
| healing_selector.py | ||
| hud_overlay.py | ||
| loadout_manager.py | ||
| main_window.py | ||
| plate_selector.py | ||
| test_hud.py | ||