Lemontropia-Suite/core
LemonNexus 6130cfcd28 feat(api): complete Entropia Nexus API with all endpoints
- Weapons: 3,099 items
- Armors: 1,985 items
- Finders: 106 items
- Excavators: Available via get_all_excavators()
- Mobs: 817 creatures with HP/damage stats
- Data classes: WeaponStats, ArmorStats, FinderStats, ExcavatorStats, MobStats
- Sync API for simpler GUI integration
- Full caching support
2026-02-08 23:07:51 +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 fix(log_watcher): update loot pattern for English format 2026-02-08 22:22:08 +00:00
nexus_api.py feat(api): complete Entropia Nexus API with all endpoints 2026-02-08 23:07:51 +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