Skip to content

Better Monster Examine v1.3

Choose a tag to compare

@prettyrocket prettyrocket released this 05 Jul 23:35

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

Full Changelog: v1.2.1...v1.3