Better Monster Examine v1.3
One data source. The plugin now draws every stat from the OSRS Wiki Bucket API in a single clean cutover. This replaces the previous split — the ~2.3 MB Weirdgloop DPS-calc dataset plus per-monster wikitext infobox scraping — with one queryable source. The core combat data (levels, offensive/defensive bonuses, attack speed and style, weakness, max hits) is unaffected, and search, variants, the side panel, the in-game overlay, and stat highlighting all behave as before — the data underneath them is just simpler and more reliable.
Fields changed
Sourcing everything from Bucket shifts which of the niche indicators are available:
- Added: Burn immunity.
- Dropped: the Aggressive ("Attacks on sight") indicator, and Poison / Venom immunity. Bucket has no usable source for these (verified across all buckets and the full monster dump). The Poisonous flag — whether a monster can poison you — is unaffected.
So the immunities row set goes from Poison / Venom / Cannon / Thrall → Burn / Cannon / Thrall. Restoring the dropped fields from a secondary source is tracked in #30.
What's Changed
- Cut the data layer over to the OSRS Wiki Bucket API by @prettyrocket in #32 (closes #26)
- Shared MonsterStats view-model by @prettyrocket in #29
Full Changelog: v1.2.1...v1.3