Lemontropia-Suite/core
LemonNexus a99bccbc11 fix(nexus_api): correct DPP calculation formula and mock data values
- DPP was calculating damage per PED instead of per PEC (100x error)
- Fixed Sollomate Opalo DPP: 3.70 → 3.33
- Added pytest.ini with asyncio configuration
- Tests now pass correctly
2026-02-08 21:13:56 +00:00
..
__init__.py feat(db): initialize SQLite schema and DatabaseManager 2026-02-08 16:56:32 +00:00
database.py feat(db): initialize SQLite schema and DatabaseManager 2026-02-08 16:56:32 +00:00
entropia_nexus.py feat: add gear management + Windows testing guide 2026-02-08 17:17:37 +00:00
log_watcher.py feat(globals): add personal global detection with PLAYER_NAME setting 2026-02-08 18:23:35 +00:00
nexus_api.py fix(nexus_api): correct DPP calculation formula and mock data values 2026-02-08 21:13:56 +00:00
project_manager.py feat(core): implement ProjectManager with Data Principle 2026-02-08 16:56:40 +00:00
schema.sql fix(db): correct SQL comment syntax for SQLite compatibility 2026-02-08 17:06:45 +00:00