Adjusts select Doom end-level loot values (Sun-kissed bones inferred value, optional spirit seed 0 GP)
Documentation
Doom Value Adjustment
Doom Value Adjustment is a RuneLite plugin that lets you adjust specific item values in the Doom end-of-level loot window so the total better matches how you want to value certain drops.
It currently supports:
- Sun-kissed bones: leave the value as-is, or infer a value as 77% of dragon bones (GE).
- Spirit seeds: leave the value as-is, set to 0 GP, or set to Seed pack average (80,000 GP).
---
What it does
- Detects the Doom end-of-level UI (
DomEndLevelUi). - Reads the displayed loot total from
DomEndLevelUi.LOOT_VALUE. - Scans the loot items in
DomEndLevelUi.LOOT_CONTENTSand totals quantities for:
ItemID.SUNKISSED_BONES)
- Spirit seed (ItemID.SPIRIT_SEED)
- Computes an adjustment based on your settings:
- Spirit seeds: replace the current price with either 0 GP or 80,000 GP when selected.
- Rewrites the value text (e.g.
Value: 977,427 GP) to the adjusted amount.
If none of the configured items are present (or all are set to Default), the loot value is left untouched.
---
Settings
- Sun-kissed bones value
- Inferred: 77% of dragon bones (GE)
- Spirit seed value
- 0 GP: treat spirit seeds as 0
- Seed pack average (80,000 GP): treat each spirit seed as 80,000
