Added safe_decimal() helper to handle None/empty values from API that were causing decimal.ConversionSyntax errors. Fixed parsers: - NexusHealingTool: Uses safe_decimal for decay/heal amounts - NexusRing: Uses safe_decimal for max_tt/min_tt - NexusClothing: Safely handles None buff values Errors were occurring when API returned null for numeric fields instead of 0. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| armor_decay.py | ||
| armor_system.py | ||
| attachments.py | ||
| database.py | ||
| entropia_nexus.py | ||
| healing_tools.py | ||
| hunting_session.py | ||
| log_watcher.py | ||
| nexus_api.py | ||
| nexus_full_api.py | ||
| project_manager.py | ||
| schema.sql | ||