
PrismDetailsFix
Client-side mod for Mycopunk that adds efficiency range display (50%-150%) to Prism weapon upgrade tooltips when detailed info is enabled.Details
Changelog
1.0.0 (2025-08-19)
Features
- Added efficiency range display (50% - 150%) to Prism weapon upgrade tooltips when detailed info is enabled
- Client-side Harmony patch for Upgrade.GetStatList method
- Reflection-based integration with game's HoverInfo.ExtraInfo system
Tech
- Initial mod template setup with BepInEx framework
- Add MinVer for version management
- Add thunderstore.toml configuration for mod publishing
- Add LICENSE.md and CHANGELOG.md template files
- Basic plugin structure with HarmonyLib integration
- Placeholder for mod-specific functionality