REPO_JP-Simple_ValuableScaler icon

Simple ValuableScaler

Host-or-single valuables spawn amount multiplier and per-size ratio multipliers.貴重品の生成量倍率とサイズ別生成割合倍率を変更するMOD

By REPO_JP

CHANGELOG

Changelog

[1.0.0] - Initial Release

Added

  • Valuables spawn amount multiplier (host or single only)

    • Hooks ValuableDirector.SetupHost enumerator and applies scaling after valuableTargetAmount is set
    • Scales totalMaxAmount by General.AmountMultiplier (0.0..10.0)
    • Restores original values before re-applying scaling to avoid cumulative stacking
  • Per-size ratio multiplier configs

    • Adds size ratio multiplier config entries (0.0..10.0, default 1.0)
    • Intended to control per-size spawn weight (ratio) for:
      • Tiny / Small / Medium / Big / Wide / Tall / VeryTall
  • Level size restriction bypass (config entry)

    • Adds General.IgnoreLevelSizeRestrictions
    • Intended to allow valuables normally locked to higher levels to spawn on any level
  • Logging

    • Startup log Simple_ValuableScaler <version> loaded
    • One-time apply log per ValuableDirector instance with total amount result

Notes

  • v1.0.0 focuses on total spawn amount scaling and config surface for per-size ratio multipliers / restriction bypass