Lemontropia-Suite/core
LemonNexus ae182f408b feat(armor): implement official decay formula (VU 15.15)
- Formula: Decay = damage * 0.05 * (1 - durability/100000)
- Added armor_decay.py with complete calculation module
- Database of 30+ armors with durability values
- Economy comparison: Ghost (20.41) → Perseus L (23.53) hp/pec
- Example: 15 dmg on Ghost = 0.00735 PED decay
2026-02-09 10:27:05 +00:00
..
__init__.py feat(db): initialize SQLite schema and DatabaseManager 2026-02-08 16:56:32 +00:00
armor_decay.py feat(armor): implement official decay formula (VU 15.15) 2026-02-09 10:27:05 +00:00
armor_system.py docs: add official armor guide from PlanetCalypsoForum 2020 edition 2026-02-09 10:21:57 +00:00
attachments.py fix(attachments): add default value for attachment_type to fix dataclass init error 2026-02-09 09:34:01 +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 docs: add official armor guide from PlanetCalypsoForum 2020 edition 2026-02-09 10:21:57 +00:00
nexus_api.py feat(swarm): Agent swarm - Loadout Manager v2.0, Armor Decay, Attachments 2026-02-09 09:28:41 +00:00
project_manager.py feat(armor): implement official decay formula (VU 15.15) 2026-02-09 10:27:05 +00:00
schema.sql feat(armor): implement official decay formula (VU 15.15) 2026-02-09 10:27:05 +00:00