AffixCountModel=budget (PoE-style total budget → line count) #8

Closed
opened 2026-07-07 05:56:27 +00:00 by denise · 1 comment
Owner

Context

PR #3 adds AffixCountModel=tier_table (weighted line count per loot tier). docs/SCALING_AND_LOOT_ECONOMY.md §7 sketches an alternate budget model: total affix power budget maps to N lines.

Goals

  • New config mode: AffixCountModel=budget
  • Each affix definition carries a budget cost; roll spends budget until cap or line limit (MaxAffixLines)
  • Tunable per loot tier (budget ceiling)

Notes

  • Keep tier_table and legacy cascade modes working
  • May interact with proc/cursed reservation (see separate issue)

Acceptance

  • RollAffixLineCount / roll loop branch for budget model
  • SQL or conf schema for per-affix budget weights
  • .affix config surfaces active model and budget table
## Context PR #3 adds `AffixCountModel=tier_table` (weighted line count per loot tier). `docs/SCALING_AND_LOOT_ECONOMY.md` §7 sketches an alternate **budget** model: total affix power budget maps to N lines. ## Goals - New config mode: `AffixCountModel=budget` - Each affix definition carries a budget cost; roll spends budget until cap or line limit (`MaxAffixLines`) - Tunable per loot tier (budget ceiling) ## Notes - Keep `tier_table` and legacy `cascade` modes working - May interact with proc/cursed reservation (see separate issue) ## Acceptance - [ ] `RollAffixLineCount` / roll loop branch for budget model - [ ] SQL or conf schema for per-affix budget weights - [ ] `.affix config` surfaces active model and budget table
Author
Owner

Moved to illidari#5. Archived — use illidari monorepo.

Moved to [illidari#5](https://vcs.ablationsystems.com/denise/illidari/issues/5). Archived — use illidari monorepo.
Commenting is not possible because the repository is archived.
No labels
No milestone
No project
No assignees
1 participant
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
denise/mod-random-enchants#8
No description provided.